2015-10-26 05:41:25 +01:00
|
|
|
|
body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: none;
|
2015-10-30 18:38:41 +01:00
|
|
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-01 21:35:59 +01:00
|
|
|
|
contents {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 22:57:32 +01:00
|
|
|
|
footer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
2015-10-30 20:23:04 +01:00
|
|
|
|
vertical-align: middle;
|
2015-10-26 22:57:32 +01:00
|
|
|
|
position:fixed;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
background: #aaaaaa;
|
2015-10-30 20:23:04 +01:00
|
|
|
|
padding: 6px;
|
|
|
|
|
max-height: 32px; /* Update Dictionary Container's bottom margin to account for footer */
|
2015-10-26 22:57:32 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-07 18:40:28 +01:00
|
|
|
|
.inline {
|
|
|
|
|
display: inline !important;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-01 21:35:59 +01:00
|
|
|
|
/* Smartphones (portrait and landscape) ----------- */
|
|
|
|
|
@media only screen
|
|
|
|
|
and (min-device-width : 320px)
|
|
|
|
|
and (max-device-width : 480px) {
|
|
|
|
|
footer {
|
|
|
|
|
position: relative;
|
|
|
|
|
clear: both;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dictionaryContainer {
|
|
|
|
|
margin-bottom: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
|
#leftColumn {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
form {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
padding: 15px;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wordEntryForm {
|
2015-11-01 21:35:59 +01:00
|
|
|
|
width: 30%;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
max-width: 400px;
|
2015-11-01 21:35:59 +01:00
|
|
|
|
min-width: 260px;
|
|
|
|
|
margin: 15px 0 15px 15px;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
border: outset 3px;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label span {
|
|
|
|
|
display: block;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-07 07:51:44 +01:00
|
|
|
|
label span .helperlink {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-30 18:38:41 +01:00
|
|
|
|
label label {
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label span.checkboxlabel {
|
|
|
|
|
display: inline;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
input, textarea {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-30 18:38:41 +01:00
|
|
|
|
input[type=checkbox] {
|
|
|
|
|
display: inline;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 06:41:01 +01:00
|
|
|
|
#longDefinition {
|
2015-11-01 21:35:59 +01:00
|
|
|
|
width: 80%;
|
|
|
|
|
min-width: 260px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#updateConflict {
|
|
|
|
|
width: 260px;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 23:36:24 +01:00
|
|
|
|
#errorMessage, #updateConflictMessage, #settingsErrorMessage {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
display: block;
|
2015-11-01 21:35:59 +01:00
|
|
|
|
color: maroon;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-30 20:23:04 +01:00
|
|
|
|
#aboutButton {
|
|
|
|
|
display: inline;
|
|
|
|
|
margin: 0 10px 0 0;
|
2015-10-28 22:53:59 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
#dictionaryContainer {
|
2015-10-30 23:56:29 +01:00
|
|
|
|
margin: 15px 0 36px 15px; /* bottom margin must clear footer */
|
2015-11-01 21:35:59 +01:00
|
|
|
|
width: 60%;
|
|
|
|
|
min-width: 260px;
|
|
|
|
|
max-width: 600px;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
float: left;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
|
#dictionaryName {
|
|
|
|
|
margin: 0 0 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-30 18:38:41 +01:00
|
|
|
|
#dictionaryDescription {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 400px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
border: 1px solid #cacaca;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-07 18:40:28 +01:00
|
|
|
|
.clickable, .helperlink {
|
|
|
|
|
display: inline;
|
2015-10-28 22:53:59 +01:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
background: #dddddd;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-07 18:40:28 +01:00
|
|
|
|
.clickable {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
|
#descriptionToggle {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wordFilter {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
entry {
|
|
|
|
|
display: block;
|
2015-11-01 21:35:59 +01:00
|
|
|
|
width: 90%;
|
|
|
|
|
min-width: 200px;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
padding: 10px 10px 3px;
|
|
|
|
|
border: outset 3px;
|
|
|
|
|
margin-bottom: 5px;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-08 00:24:50 +01:00
|
|
|
|
.wordLink {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
word {
|
|
|
|
|
font-weight: bold;
|
2015-10-30 18:38:41 +01:00
|
|
|
|
font-size: 20px;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-07 07:51:44 +01:00
|
|
|
|
pronunciation {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-left:10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
partofspeech {
|
|
|
|
|
font-style: italic;
|
2015-11-07 07:51:44 +01:00
|
|
|
|
font-weight: bold;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
font-size: 10px;
|
2015-11-07 07:51:44 +01:00
|
|
|
|
margin-left:10px;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-30 18:38:41 +01:00
|
|
|
|
simpledefinition {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
display: block;
|
2015-10-30 18:38:41 +01:00
|
|
|
|
font-style: italic;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
longdefinition {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
display: block;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
margin-left: 20px;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
|
longDefinition h1, longDefinition h2, longDefinition h3, longDefinition h4, longDefinition h5, longDefinition h6 {
|
|
|
|
|
margin: 5px 0 8px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition h1 {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition h2 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition h3 {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition h4 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition h5 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition h6 {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
longDefinition p {
|
|
|
|
|
margin: 3px 0 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-30 23:45:29 +01:00
|
|
|
|
searchTerm {
|
|
|
|
|
display: inline;
|
|
|
|
|
color: #ff0000;
|
|
|
|
|
background: #ffff00;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 22:50:09 +01:00
|
|
|
|
.management {
|
|
|
|
|
display: block;
|
|
|
|
|
right: 5px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
border: inset 3px;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editButton, .deleteButton, .deleteConfirmButton, .deleteCancelButton {
|
|
|
|
|
display: inline;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.deleteConfirm {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 10px;
|
2015-10-30 18:38:41 +01:00
|
|
|
|
margin: 10px;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-11-02 18:28:43 +01:00
|
|
|
|
#settingsBackgroundFade, #infoBackgroundFade {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
position: fixed;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #aaaaaa;
|
|
|
|
|
opacity: 0.75;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-02 18:28:43 +01:00
|
|
|
|
#settingsOptions, #infoPage {
|
2015-10-27 23:36:24 +01:00
|
|
|
|
position: fixed;
|
2015-11-01 21:35:59 +01:00
|
|
|
|
top: 6%;
|
|
|
|
|
left: 6%;
|
|
|
|
|
right: 6%;
|
|
|
|
|
bottom: 6%;
|
|
|
|
|
min-width: 260px;
|
|
|
|
|
min-height: 260px;
|
2015-10-28 06:41:01 +01:00
|
|
|
|
padding: 5px 5% 5%;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
overflow-x: hidden;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
background: #ffffff;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
|
#settingsButton, #settingsScreenCloseButton,
|
2015-11-02 18:28:43 +01:00
|
|
|
|
#settingsSaveButtons button, #infoScreenCloseButton {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
float: right;
|
|
|
|
|
font-size: 12px;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settingsForm {
|
|
|
|
|
width: 100%;
|
2015-10-28 06:41:01 +01:00
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-01 21:35:59 +01:00
|
|
|
|
#dictionaryDescriptionEdit, #dictionaryPartsOfSpeechEdit {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 360px;
|
|
|
|
|
min-width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 06:41:01 +01:00
|
|
|
|
#dictionaryDescriptionEdit {
|
2015-11-01 21:35:59 +01:00
|
|
|
|
height: 200px;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settingsErrorMessage {
|
|
|
|
|
float: right;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
#settingsSaveButtons {
|
|
|
|
|
display: block;
|
|
|
|
|
clear: both;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settingsCol {
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
2015-11-01 21:35:59 +01:00
|
|
|
|
width: 30%;
|
|
|
|
|
min-width: 260px;
|
|
|
|
|
max-width: 400px;
|
2015-10-28 06:41:01 +01:00
|
|
|
|
margin: 0 30px 0 0;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|