Moved colors back to the originals but kept the shadows and sharp edges.
This commit is contained in:
parent
b5da178b79
commit
f48ca733f9
|
@ -1,11 +1,11 @@
|
||||||
body {
|
body {
|
||||||
background: #f2c057;
|
background: #e6cfaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #607aac;
|
background: #eacc9d;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
-webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75);
|
-webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75);
|
||||||
|
@ -30,9 +30,8 @@ td, th {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
color: #2d4262;
|
color: #a01000;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#siteLogo {
|
#siteLogo {
|
||||||
|
@ -97,19 +96,19 @@ and (max-device-width : 480px) {
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
background: #ffeb94;
|
background: #efdfc0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#announcementArea {
|
#announcementArea {
|
||||||
background: #a2c523;
|
background: #a0c066;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notificationArea {
|
#notificationArea {
|
||||||
background: #86ac41;
|
background: #c0c088;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dictionaryContainer {
|
#dictionaryContainer {
|
||||||
background: #cb6318;
|
background: #bd7251;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: none;
|
border: none;
|
||||||
-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
|
||||||
|
@ -118,7 +117,7 @@ input, textarea, select, option {
|
||||||
}
|
}
|
||||||
|
|
||||||
#settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage, #fullScreenTextboxPage {
|
#settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage, #fullScreenTextboxPage {
|
||||||
background: #c9a66b;
|
background: #f2d5b2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.management {
|
.management {
|
||||||
|
@ -132,15 +131,15 @@ input, textarea, select, option {
|
||||||
|
|
||||||
#dictionaryDescription {
|
#dictionaryDescription {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
background: #f4cc70;
|
background: #f2d5b2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loginLink, #logoutLink, #descriptionToggle, #searchFilterToggle, #settingsButton, .deleteCancelButton, .deleteConfirmButton, #settingsScreenCloseButton, #infoScreenCloseButton, .clickable, button {
|
#loginLink, #logoutLink, #descriptionToggle, #searchFilterToggle, #settingsButton, .deleteCancelButton, .deleteConfirmButton, #settingsScreenCloseButton, #infoScreenCloseButton, .clickable, button {
|
||||||
background: #fbcd4b;
|
background: #dcb078;
|
||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
background: #f4cc70;
|
background: #d7ad7d;
|
||||||
border: none;
|
border: none;
|
||||||
-webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75);
|
-webkit-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75);
|
||||||
-moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75);
|
-moz-box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75);
|
||||||
|
|
|
@ -269,7 +269,7 @@ if ($is_viewing) {
|
||||||
<div id="settingsSaveButtons">
|
<div id="settingsSaveButtons">
|
||||||
<span id="settingsErrorMessage"></span><br>
|
<span id="settingsErrorMessage"></span><br>
|
||||||
<button type="button" onclick="SaveSettings(); HideSettings(); return false;">Save and Close</button>
|
<button type="button" onclick="SaveSettings(); HideSettings(); return false;">Save and Close</button>
|
||||||
<button type="button" onclick="SaveSettings(); return false;">Save</button>
|
<button type="button" onclick="SaveSettings(); return false;" style="margin-right:2px;">Save</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue