2016-07-06 20:44:02 +02:00
|
|
|
* {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2016-07-03 05:25:26 +02:00
|
|
|
html {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-06-08 02:20:16 +02:00
|
|
|
body {
|
2016-07-03 05:25:26 +02:00
|
|
|
width: 100%;
|
2015-10-26 05:41:25 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
2016-06-08 02:20:16 +02:00
|
|
|
font-family: "Helvetica", Arial, sans-serif;
|
2015-10-26 05:41:25 +01:00
|
|
|
}
|
|
|
|
|
2015-11-01 21:35:59 +01:00
|
|
|
contents {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-07-03 05:25:26 +02:00
|
|
|
header {
|
|
|
|
height: 50px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.75);
|
|
|
|
-moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.75);
|
|
|
|
box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.75);
|
|
|
|
}
|
|
|
|
|
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;
|
2016-07-03 05:25:26 +02:00
|
|
|
padding: 0;
|
2015-10-30 20:23:04 +01:00
|
|
|
max-height: 32px; /* Update Dictionary Container's bottom margin to account for footer */
|
2015-10-26 22:57:32 +01:00
|
|
|
}
|
|
|
|
|
2016-07-03 05:25:26 +02:00
|
|
|
#footer-content {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2015-12-01 21:15:37 +01:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr, thead {
|
|
|
|
border-bottom: 1px solid #afafaf;
|
|
|
|
}
|
|
|
|
tr:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
border-right: 1px solid #afafaf;
|
|
|
|
padding: 3px 10px;
|
|
|
|
}
|
|
|
|
td:last-child, th:last-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
|
|
|
|
2015-11-07 18:40:28 +01:00
|
|
|
.inline {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
#leftColumn {
|
|
|
|
float: left;
|
2016-07-06 22:17:20 +02:00
|
|
|
width: 25%;
|
2016-07-06 20:44:02 +02:00
|
|
|
margin: 15px 0 15px 15px;
|
2015-10-28 22:53:59 +01:00
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
max-width: 400px;
|
2015-11-01 21:35:59 +01:00
|
|
|
min-width: 260px;
|
2015-10-26 05:41:25 +01:00
|
|
|
}
|
|
|
|
|
2016-07-03 05:25:26 +02:00
|
|
|
.wbr:after {
|
|
|
|
content: "\00200B";
|
|
|
|
}
|
|
|
|
|
2015-10-26 05:41:25 +01:00
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label span {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
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;
|
2016-06-08 04:31:52 +02:00
|
|
|
padding: 2px 0 2px 5px;
|
|
|
|
border: none;
|
|
|
|
margin: 2px 0;
|
2015-10-26 05:41:25 +01:00
|
|
|
}
|
|
|
|
|
2015-10-30 18:38:41 +01:00
|
|
|
input[type=checkbox] {
|
|
|
|
display: inline;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2016-06-22 16:26:54 +02:00
|
|
|
.longDefinition {
|
2016-07-06 20:44:02 +02:00
|
|
|
width: 100%;
|
|
|
|
min-width: 230px;
|
2015-11-01 21:35:59 +01:00
|
|
|
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-12-01 00:08:43 +01:00
|
|
|
#dictionaryWarn {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.exportWarnText {
|
|
|
|
display: inline;
|
|
|
|
color: red;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2016-02-24 20:50:30 +01:00
|
|
|
#formLockButton {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2015-12-17 02:13:45 +01:00
|
|
|
#createAccountSubmitButton, #accountSettingsSubmitButton {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
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-12-21 21:36:25 +01:00
|
|
|
#announcementArea, #notificationArea {
|
2015-11-09 19:45:46 +01:00
|
|
|
text-align:center;
|
|
|
|
padding:10px;
|
2016-07-03 05:25:26 +02:00
|
|
|
margin: 0 auto 5px;
|
2015-11-09 19:45:46 +01:00
|
|
|
width:50%;
|
|
|
|
min-width:200px;
|
2016-06-08 02:20:16 +02:00
|
|
|
-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
|
|
|
-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
|
|
|
box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
2015-11-09 19:45:46 +01:00
|
|
|
}
|
|
|
|
|
2016-07-06 20:44:02 +02:00
|
|
|
#dictionaryColumn {
|
2016-07-06 22:17:20 +02:00
|
|
|
width: 50%;
|
2015-10-30 23:56:29 +01:00
|
|
|
margin: 15px 0 36px 15px; /* bottom margin must clear footer */
|
2016-07-06 15:36:24 +02:00
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dictionaryContent {
|
2016-07-06 20:44:02 +02:00
|
|
|
width: 100%;
|
2015-11-01 21:35:59 +01:00
|
|
|
min-width: 260px;
|
2016-06-08 02:20:16 +02:00
|
|
|
max-width: 800px;
|
2016-07-06 20:44:02 +02:00
|
|
|
padding: 15px;
|
2015-10-26 05:41:25 +01:00
|
|
|
}
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
#dictionaryName {
|
|
|
|
margin: 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2016-06-22 20:43:39 +02:00
|
|
|
#dictionaryShareLink {
|
|
|
|
margin-left: 10px;
|
|
|
|
vertical-align: middle;
|
2016-06-22 22:42:34 +02:00
|
|
|
text-decoration: none;
|
2016-06-22 20:43:39 +02:00
|
|
|
}
|
|
|
|
|
2015-10-30 18:38:41 +01:00
|
|
|
#dictionaryDescription {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: auto;
|
|
|
|
padding: 15px;
|
2016-06-08 04:31:52 +02:00
|
|
|
border: none;
|
2015-10-30 18:38:41 +01:00
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-08 02:20:16 +02:00
|
|
|
.clickable, button {
|
2015-11-07 18:40:28 +01:00
|
|
|
display: inline;
|
2015-10-28 22:53:59 +01:00
|
|
|
font-weight: bold;
|
2015-12-12 02:06:47 +01:00
|
|
|
font-size: 13px;
|
2016-06-08 04:31:52 +02:00
|
|
|
padding: 5px;
|
2016-06-08 02:20:16 +02:00
|
|
|
border: none;
|
2015-10-28 22:53:59 +01:00
|
|
|
background: #dddddd;
|
|
|
|
}
|
|
|
|
|
2016-06-08 02:20:16 +02:00
|
|
|
.clickable, button {
|
2015-11-07 18:40:28 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-06-08 02:20:16 +02:00
|
|
|
.inline-button {
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2016-06-22 20:43:39 +02:00
|
|
|
.toggleButton {
|
2015-12-03 00:03:23 +01:00
|
|
|
display: inline-block;
|
|
|
|
margin: 8px;
|
2015-10-28 22:53:59 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2016-05-27 01:37:37 +02:00
|
|
|
.searchOption, .filterOption {
|
|
|
|
font-size:12px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
}
|
|
|
|
|
2015-10-28 22:53:59 +01:00
|
|
|
#wordFilter {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2016-01-18 20:14:36 +01:00
|
|
|
#filterWordCount {
|
|
|
|
margin: 10px 10px;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
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-11-09 19:45:46 +01:00
|
|
|
font-size: 13px;
|
|
|
|
padding: 2px;
|
|
|
|
line-height: 10px;
|
2015-11-08 00:24:50 +01:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-07-11 03:38:57 +02:00
|
|
|
.fixedFade {
|
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%;
|
2016-06-08 02:20:16 +02:00
|
|
|
background: #000000;
|
|
|
|
opacity: 0.6;
|
2015-10-27 23:36:24 +01:00
|
|
|
}
|
|
|
|
|
2016-07-11 03:38:57 +02:00
|
|
|
.fixedPage {
|
2015-10-27 23:36:24 +01:00
|
|
|
position: fixed;
|
2016-07-06 20:44:02 +02:00
|
|
|
top: 5%;
|
2015-11-01 21:35:59 +01:00
|
|
|
left: 6%;
|
|
|
|
right: 6%;
|
2016-07-06 20:44:02 +02:00
|
|
|
bottom: 10%;
|
2015-11-01 21:35:59 +01:00
|
|
|
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;
|
2015-12-01 00:08:43 +01:00
|
|
|
opacity: 1;
|
2016-06-08 02:20:16 +02:00
|
|
|
border: none;
|
|
|
|
-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
|
|
|
-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
|
|
|
box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
2015-10-26 22:50:09 +01:00
|
|
|
}
|
|
|
|
|
2016-07-11 03:38:57 +02:00
|
|
|
.rightButton {
|
2015-10-26 22:50:09 +01:00
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
2015-10-27 23:36:24 +01:00
|
|
|
}
|
|
|
|
|
2016-02-27 02:01:05 +01:00
|
|
|
#fullScreenTextboxPage {
|
|
|
|
padding: 5px 3% 4%;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fullScreenTextbox {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2015-10-27 23:36:24 +01:00
|
|
|
#settingsForm {
|
|
|
|
width: 100%;
|
2015-10-28 06:41:01 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-12-22 01:52:56 +01:00
|
|
|
#publicLink {
|
|
|
|
font-size:12px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
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 {
|
2016-07-06 20:44:02 +02:00
|
|
|
position: absolute;
|
2016-02-27 20:58:10 +01:00
|
|
|
right: 10%;
|
|
|
|
bottom: 8%;
|
|
|
|
font-size: 14px;
|
2015-10-27 23:36:24 +01:00
|
|
|
display: block;
|
2016-02-27 20:58:10 +01:00
|
|
|
width: 50%;
|
2015-10-27 23:36:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|