2015-10-26 05:41:25 +01:00
|
|
|
|
body {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 22:57:32 +01:00
|
|
|
|
footer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position:fixed;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
background: #aaaaaa;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
form {
|
|
|
|
|
margin: 15px;
|
|
|
|
|
float: left;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
padding: 15px;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#wordEntryForm {
|
|
|
|
|
max-width: 400px;
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-28 06:41:01 +01:00
|
|
|
|
#longDefinition {
|
2015-10-26 05:41:25 +01:00
|
|
|
|
width: 350px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 23:36:24 +01:00
|
|
|
|
#errorMessage, #updateConflictMessage, #settingsErrorMessage {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
display: block;
|
|
|
|
|
color: red;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
|
#dictionaryContainer {
|
|
|
|
|
margin: 15px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
min-width: 350px;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
float: left;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
entry {
|
|
|
|
|
display: block;
|
2015-10-26 22:50:09 +01:00
|
|
|
|
width: 50%;
|
|
|
|
|
min-width: 300px;
|
|
|
|
|
padding: 10px 10px 3px;
|
|
|
|
|
border: outset 3px;
|
|
|
|
|
margin-bottom: 5px;
|
2015-10-26 05:41:25 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
word {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
partofspeech {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-26 22:50:09 +01:00
|
|
|
|
shortdefinition {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.management {
|
|
|
|
|
display: block;
|
|
|
|
|
right: 5px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
border: inset 3px;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editButton, .deleteButton, .deleteConfirmButton, .deleteCancelButton {
|
|
|
|
|
display: inline;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.deleteConfirm {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-27 23:36:24 +01:00
|
|
|
|
#settingsBackgroundFade {
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settingsOptions {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 10%;
|
|
|
|
|
left: 10%;
|
|
|
|
|
right: 10%;
|
|
|
|
|
bottom: 10%;
|
2015-10-28 06:41:01 +01:00
|
|
|
|
min-width: 350px;
|
|
|
|
|
min-height: 500px;
|
|
|
|
|
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-27 23:36:24 +01:00
|
|
|
|
#settingsButton, #settingsScreenCloseButton, #settingsSaveButtons button {
|
2015-10-26 22:50:09 +01:00
|
|
|
|
float: right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: bold;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#settingsForm {
|
|
|
|
|
width: 100%;
|
2015-10-28 06:41:01 +01:00
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dictionaryDescriptionEdit {
|
|
|
|
|
width: 280px;
|
|
|
|
|
height: 130px;
|
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;
|
|
|
|
|
width: 300px;
|
2015-10-28 06:41:01 +01:00
|
|
|
|
margin: 0 30px 0 0;
|
2015-10-27 23:36:24 +01:00
|
|
|
|
}
|