2016-07-06 12:44:02 -06:00
|
|
|
* {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2016-07-02 21:25:26 -06:00
|
|
|
html {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-06-07 18:20:16 -06:00
|
|
|
body {
|
2016-07-02 21:25:26 -06:00
|
|
|
width: 100%;
|
2015-10-25 22:41:25 -06:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
2016-06-07 18:20:16 -06:00
|
|
|
font-family: "Helvetica", Arial, sans-serif;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-11-01 13:35:59 -07:00
|
|
|
contents {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-07-02 21:25:26 -06: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 15:57:32 -06:00
|
|
|
footer {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2015-10-30 13:23:04 -06:00
|
|
|
vertical-align: middle;
|
2015-10-26 15:57:32 -06:00
|
|
|
position:fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
background: #aaaaaa;
|
2016-07-02 21:25:26 -06:00
|
|
|
padding: 0;
|
2015-10-30 13:23:04 -06:00
|
|
|
max-height: 32px; /* Update Dictionary Container's bottom margin to account for footer */
|
2015-10-26 15:57:32 -06:00
|
|
|
}
|
|
|
|
|
2016-07-02 21:25:26 -06:00
|
|
|
#footer-content {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2015-12-01 13:15:37 -07: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 10:40:28 -07:00
|
|
|
.inline {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
|
2015-10-28 15:53:59 -06:00
|
|
|
#leftColumn {
|
|
|
|
float: left;
|
2016-07-06 14:17:20 -06:00
|
|
|
width: 25%;
|
2016-07-06 12:44:02 -06:00
|
|
|
margin: 15px 0 15px 15px;
|
2015-10-28 15:53:59 -06:00
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
form {
|
2015-10-26 15:50:09 -06:00
|
|
|
padding: 15px;
|
2015-10-27 16:36:24 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#wordEntryForm {
|
|
|
|
max-width: 400px;
|
2015-11-01 13:35:59 -07:00
|
|
|
min-width: 260px;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2016-07-02 21:25:26 -06:00
|
|
|
.wbr:after {
|
|
|
|
content: "\00200B";
|
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label span {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-10-30 11:38:41 -06:00
|
|
|
label label {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label span.checkboxlabel {
|
|
|
|
display: inline;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
input, textarea {
|
|
|
|
display: block;
|
2016-06-07 20:31:52 -06:00
|
|
|
padding: 2px 0 2px 5px;
|
|
|
|
border: none;
|
|
|
|
margin: 2px 0;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-10-30 11:38:41 -06:00
|
|
|
input[type=checkbox] {
|
|
|
|
display: inline;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
2016-06-22 08:26:54 -06:00
|
|
|
.longDefinition {
|
2016-07-06 12:44:02 -06:00
|
|
|
width: 100%;
|
|
|
|
min-width: 230px;
|
2015-11-01 13:35:59 -07:00
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#updateConflict {
|
|
|
|
width: 260px;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-10-27 16:36:24 -06:00
|
|
|
#errorMessage, #updateConflictMessage, #settingsErrorMessage {
|
2015-10-26 15:50:09 -06:00
|
|
|
display: block;
|
2015-11-01 13:35:59 -07:00
|
|
|
color: maroon;
|
2015-10-26 15:50:09 -06:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-11-30 16:08:43 -07: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 12:50:30 -07:00
|
|
|
#formLockButton {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2015-12-16 18:13:45 -07:00
|
|
|
#createAccountSubmitButton, #accountSettingsSubmitButton {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2015-10-30 13:23:04 -06:00
|
|
|
#aboutButton {
|
|
|
|
display: inline;
|
|
|
|
margin: 0 10px 0 0;
|
2015-10-28 15:53:59 -06:00
|
|
|
}
|
|
|
|
|
2015-12-21 13:36:25 -07:00
|
|
|
#announcementArea, #notificationArea {
|
2015-11-09 11:45:46 -07:00
|
|
|
text-align:center;
|
|
|
|
padding:10px;
|
2016-07-02 21:25:26 -06:00
|
|
|
margin: 0 auto 5px;
|
2015-11-09 11:45:46 -07:00
|
|
|
width:50%;
|
|
|
|
min-width:200px;
|
2016-06-07 18:20:16 -06: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 11:45:46 -07:00
|
|
|
}
|
|
|
|
|
2016-07-06 12:44:02 -06:00
|
|
|
#dictionaryColumn {
|
2016-07-06 14:17:20 -06:00
|
|
|
width: 50%;
|
2015-10-30 16:56:29 -06:00
|
|
|
margin: 15px 0 36px 15px; /* bottom margin must clear footer */
|
2016-07-06 07:36:24 -06:00
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dictionaryContent {
|
2016-07-06 12:44:02 -06:00
|
|
|
width: 100%;
|
2015-11-01 13:35:59 -07:00
|
|
|
min-width: 260px;
|
2016-06-07 18:20:16 -06:00
|
|
|
max-width: 800px;
|
2016-07-06 12:44:02 -06:00
|
|
|
padding: 15px;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-10-28 15:53:59 -06:00
|
|
|
#dictionaryName {
|
|
|
|
margin: 0 0 5px;
|
|
|
|
}
|
|
|
|
|
2016-06-22 12:43:39 -06:00
|
|
|
#dictionaryShareLink {
|
|
|
|
margin-left: 10px;
|
|
|
|
vertical-align: middle;
|
2016-06-22 14:42:34 -06:00
|
|
|
text-decoration: none;
|
2016-06-22 12:43:39 -06:00
|
|
|
}
|
|
|
|
|
2015-10-30 11:38:41 -06:00
|
|
|
#dictionaryDescription {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 400px;
|
|
|
|
overflow-y: auto;
|
|
|
|
padding: 15px;
|
2016-06-07 20:31:52 -06:00
|
|
|
border: none;
|
2015-10-30 11:38:41 -06:00
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-07 18:20:16 -06:00
|
|
|
.clickable, button {
|
2015-11-07 10:40:28 -07:00
|
|
|
display: inline;
|
2015-10-28 15:53:59 -06:00
|
|
|
font-weight: bold;
|
2015-12-11 18:06:47 -07:00
|
|
|
font-size: 13px;
|
2016-06-07 20:31:52 -06:00
|
|
|
padding: 5px;
|
2016-06-07 18:20:16 -06:00
|
|
|
border: none;
|
2015-10-28 15:53:59 -06:00
|
|
|
background: #dddddd;
|
|
|
|
}
|
|
|
|
|
2016-06-07 18:20:16 -06:00
|
|
|
.clickable, button {
|
2015-11-07 10:40:28 -07:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-06-07 18:20:16 -06:00
|
|
|
.inline-button {
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2016-06-22 12:43:39 -06:00
|
|
|
.toggleButton {
|
2015-12-02 16:03:23 -07:00
|
|
|
display: inline-block;
|
|
|
|
margin: 8px;
|
2015-10-28 15:53:59 -06:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2016-05-26 17:37:37 -06:00
|
|
|
.searchOption, .filterOption {
|
|
|
|
font-size:12px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
}
|
|
|
|
|
2015-10-28 15:53:59 -06:00
|
|
|
#wordFilter {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2016-01-18 12:14:36 -07:00
|
|
|
#filterWordCount {
|
|
|
|
margin: 10px 10px;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
entry {
|
|
|
|
display: block;
|
2015-11-01 13:35:59 -07:00
|
|
|
width: 90%;
|
|
|
|
min-width: 200px;
|
2015-10-26 15:50:09 -06:00
|
|
|
padding: 10px 10px 3px;
|
|
|
|
margin-bottom: 5px;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-11-07 16:24:50 -07:00
|
|
|
.wordLink {
|
|
|
|
text-decoration: none;
|
|
|
|
float: right;
|
2015-11-09 11:45:46 -07:00
|
|
|
font-size: 13px;
|
|
|
|
padding: 2px;
|
|
|
|
line-height: 10px;
|
2015-11-07 16:24:50 -07:00
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
word {
|
|
|
|
font-weight: bold;
|
2015-10-30 11:38:41 -06:00
|
|
|
font-size: 20px;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-11-06 23:51:44 -07:00
|
|
|
pronunciation {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
partofspeech {
|
|
|
|
font-style: italic;
|
2015-11-06 23:51:44 -07:00
|
|
|
font-weight: bold;
|
2015-10-25 22:41:25 -06:00
|
|
|
font-size: 10px;
|
2015-11-06 23:51:44 -07:00
|
|
|
margin-left:10px;
|
2015-10-25 22:41:25 -06:00
|
|
|
}
|
|
|
|
|
2015-10-30 11:38:41 -06:00
|
|
|
simpledefinition {
|
2015-10-26 15:50:09 -06:00
|
|
|
display: block;
|
2015-10-30 11:38:41 -06:00
|
|
|
font-style: italic;
|
2015-10-26 15:50:09 -06:00
|
|
|
}
|
|
|
|
|
2015-10-25 22:41:25 -06:00
|
|
|
longdefinition {
|
2015-10-26 15:50:09 -06:00
|
|
|
display: block;
|
2015-10-25 22:41:25 -06:00
|
|
|
margin-left: 20px;
|
2015-10-26 15:50:09 -06:00
|
|
|
}
|
|
|
|
|
2015-10-28 15:53:59 -06: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 16:45:29 -06:00
|
|
|
searchTerm {
|
|
|
|
display: inline;
|
|
|
|
color: #ff0000;
|
|
|
|
background: #ffff00;
|
|
|
|
padding: 1px;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-10-26 15:50:09 -06: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 11:38:41 -06:00
|
|
|
margin: 10px;
|
2015-10-26 15:50:09 -06:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:38:57 -06:00
|
|
|
.fixedFade {
|
2015-10-26 15:50:09 -06:00
|
|
|
position: fixed;
|
2015-10-27 16:36:24 -06:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2016-06-07 18:20:16 -06:00
|
|
|
background: #000000;
|
|
|
|
opacity: 0.6;
|
2015-10-27 16:36:24 -06:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:38:57 -06:00
|
|
|
.fixedPage {
|
2015-10-27 16:36:24 -06:00
|
|
|
position: fixed;
|
2016-07-06 12:44:02 -06:00
|
|
|
top: 5%;
|
2015-11-01 13:35:59 -07:00
|
|
|
left: 6%;
|
|
|
|
right: 6%;
|
2016-07-06 12:44:02 -06:00
|
|
|
bottom: 10%;
|
2015-11-01 13:35:59 -07:00
|
|
|
min-width: 260px;
|
|
|
|
min-height: 260px;
|
2015-10-27 23:41:01 -06:00
|
|
|
padding: 5px 5% 5%;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2015-10-26 15:50:09 -06:00
|
|
|
background: #ffffff;
|
2015-11-30 16:08:43 -07:00
|
|
|
opacity: 1;
|
2016-06-07 18:20:16 -06: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 15:50:09 -06:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:38:57 -06:00
|
|
|
.rightButton {
|
2015-10-26 15:50:09 -06:00
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
2015-10-27 16:36:24 -06:00
|
|
|
}
|
|
|
|
|
2016-02-26 18:01:05 -07:00
|
|
|
#fullScreenTextboxPage {
|
|
|
|
padding: 5px 3% 4%;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fullScreenTextbox {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2015-10-27 16:36:24 -06:00
|
|
|
#settingsForm {
|
|
|
|
width: 100%;
|
2015-10-27 23:41:01 -06:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-12-21 17:52:56 -07:00
|
|
|
#publicLink {
|
|
|
|
font-size:12px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2015-11-01 13:35:59 -07:00
|
|
|
#dictionaryDescriptionEdit, #dictionaryPartsOfSpeechEdit {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 360px;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
2015-10-27 23:41:01 -06:00
|
|
|
#dictionaryDescriptionEdit {
|
2015-11-01 13:35:59 -07:00
|
|
|
height: 200px;
|
2015-10-27 16:36:24 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#settingsErrorMessage {
|
|
|
|
float: right;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
#settingsSaveButtons {
|
2016-07-06 12:44:02 -06:00
|
|
|
position: absolute;
|
2016-02-27 12:58:10 -07:00
|
|
|
right: 10%;
|
|
|
|
bottom: 8%;
|
|
|
|
font-size: 14px;
|
2015-10-27 16:36:24 -06:00
|
|
|
display: block;
|
2016-02-27 12:58:10 -07:00
|
|
|
width: 50%;
|
2015-10-27 16:36:24 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.settingsCol {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2015-11-01 13:35:59 -07:00
|
|
|
width: 30%;
|
|
|
|
min-width: 260px;
|
|
|
|
max-width: 400px;
|
2015-10-27 23:41:01 -06:00
|
|
|
margin: 0 30px 0 0;
|
2015-10-27 16:36:24 -06:00
|
|
|
}
|