Subdued the colors a bit.

This commit is contained in:
Robbie Antenesse 2016-06-07 20:31:52 -06:00
parent 0b6169a1e5
commit b5da178b79
3 changed files with 24 additions and 22 deletions

View File

@ -1,11 +1,11 @@
body { body {
background: #ecf0f1; background: #f2c057;
} }
header { header {
height: 50px; height: 50px;
width: 100%; width: 100%;
background: #8e44ad; background: #607aac;
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);
@ -31,7 +31,7 @@ td, th {
a { a {
text-decoration: none; text-decoration: none;
color: #2980b9; color: #2d4262;
font-weight: bold; font-weight: bold;
} }
@ -46,7 +46,6 @@ a {
} }
#aboutButton { #aboutButton {
background: #f1c40f;
} }
#loginoutArea { #loginoutArea {
@ -90,7 +89,7 @@ and (max-device-width : 480px) {
} }
#wordEntryForm { #wordEntryForm {
background: #e74c3c; background: #ba5536;
-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);
-moz-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); box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
@ -98,19 +97,19 @@ and (max-device-width : 480px) {
} }
input, textarea, select, option { input, textarea, select, option {
background: #ecf0f1; background: #ffeb94;
} }
#announcementArea { #announcementArea {
background: #2ecc71; background: #a2c523;
} }
#notificationArea { #notificationArea {
background:#c0c088; background: #86ac41;
} }
#dictionaryContainer { #dictionaryContainer {
background: #e67e22; background: #cb6318;
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,8 +117,8 @@ input, textarea, select, option {
box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75); box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
} }
#dictionaryDescription, #settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage, #fullScreenTextboxPage { #settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage, #fullScreenTextboxPage {
background: #bdc3c7; background: #c9a66b;
} }
.management { .management {
@ -133,14 +132,15 @@ input, textarea, select, option {
#dictionaryDescription { #dictionaryDescription {
width: 90%; width: 90%;
background: #f4cc70;
} }
#loginLink, #logoutLink, #descriptionToggle, #searchFilterToggle, #settingsButton, .deleteCancelButton, .deleteConfirmButton, #settingsScreenCloseButton, #infoScreenCloseButton, .clickable, button { #loginLink, #logoutLink, #descriptionToggle, #searchFilterToggle, #settingsButton, .deleteCancelButton, .deleteConfirmButton, #settingsScreenCloseButton, #infoScreenCloseButton, .clickable, button {
background: #f1c40f; background: #fbcd4b;
} }
entry { entry {
background: #bdc3c7; background: #f4cc70;
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);
@ -148,15 +148,15 @@ entry {
} }
.editButton { .editButton {
background: #2ecc71; background: #86ac41;
} }
.deleteButton { .deleteButton {
background: #e74c3c; background: #ba5536;
} }
footer { footer {
background: #e67e22; background: #cb6318;
border: none; border: none;
-webkit-box-shadow: 0px -3px 7px -1px rgba(0,0,0,0.75); -webkit-box-shadow: 0px -3px 7px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -3px 7px -1px rgba(0,0,0,0.75); -moz-box-shadow: 0px -3px 7px -1px rgba(0,0,0,0.75);

View File

@ -83,7 +83,9 @@ label span.checkboxlabel {
input, textarea { input, textarea {
display: block; display: block;
padding-left: 5px; padding: 2px 0 2px 5px;
border: none;
margin: 2px 0;
} }
input[type=checkbox] { input[type=checkbox] {
@ -162,7 +164,7 @@ input[type=checkbox] {
max-height: 400px; max-height: 400px;
overflow-y: auto; overflow-y: auto;
padding: 15px; padding: 15px;
border: 1px solid #cacaca; border: none;
margin: 10px; margin: 10px;
} }
@ -170,7 +172,7 @@ input[type=checkbox] {
display: inline; display: inline;
font-weight: bold; font-weight: bold;
font-size: 13px; font-size: 13px;
padding: 4px; padding: 5px;
border: none; border: none;
background: #dddddd; background: #dddddd;
} }

View File

@ -309,12 +309,12 @@ if ($is_viewing) {
<input type="hidden" id="accountSettingsPreviousEmailField" name="previousemail" value="<?php echo $user_email; ?>" /> <input type="hidden" id="accountSettingsPreviousEmailField" name="previousemail" value="<?php echo $user_email; ?>" />
</label> </label>
<div id="accountSettingsEmailChangeWarning" style="display:none;font-weight:bold;color:#dd5500;font-size:11px;margin-bottom:10px;">If you change your email address, please note that you will no longer be able to log in with your old email address, <?php echo $user_email; ?>.<br>Change it back unless you are completely sure that you want to change your email address!</div> <div id="accountSettingsEmailChangeWarning" style="display:none;font-weight:bold;color:#dd5500;font-size:11px;margin-bottom:10px;">If you change your email address, please note that you will no longer be able to log in with your old email address, <?php echo $user_email; ?>.<br>Change it back unless you are completely sure that you want to change your email address!</div>
<label><span>Public Name <span class="clickable" onclick="ExplainPublicName()" style="font-size:11px;vertical-align:top;background:#e0c19c;padding:4px 7px;">?</span></span> <label><span>Public Name <span class="clickable inline-button" onclick="ExplainPublicName()">?</span></span>
<input type="text" id="accountSettingsPublicNameField" name="publicname" value="<?php echo Get_Public_Name_By_Id($current_user); ?>" /> <input type="text" id="accountSettingsPublicNameField" name="publicname" value="<?php echo Get_Public_Name_By_Id($current_user); ?>" />
</label> </label>
<label style="display:inline;"><b>Allow Emails</b> <label style="display:inline;"><b>Allow Emails</b>
<input type="checkbox" id="createAccountAllowEmailsField" name="allowemails" checked="checked" /> <input type="checkbox" id="createAccountAllowEmailsField" name="allowemails" checked="checked" />
</label> <span class="clickable" onclick="ExplainAllowEmails()" style="font-size:11px;vertical-align:top;background:#e0c19c;padding:4px 7px;">?</span> </label> <span class="clickable inline-button" onclick="ExplainAllowEmails()">?</span>
<div id="accountSettingsError" style="font-weight:bold;color:red;"></div> <div id="accountSettingsError" style="font-weight:bold;color:red;"></div>
<button type="submit" id="accountSettingsSubmitButton" onclick="ValidateAccountSettings(); return false;">Save Settings</button> <button type="submit" id="accountSettingsSubmitButton" onclick="ValidateAccountSettings(); return false;">Save Settings</button>
<br><br> <br><br>
@ -338,7 +338,7 @@ if ($is_viewing) {
<select id="loadAfterDelete" onchange="ChangeDictionary(this);document.getElementById('loadAfterDeleteScreen').style.display = 'none';"></select> <select id="loadAfterDelete" onchange="ChangeDictionary(this);document.getElementById('loadAfterDeleteScreen').style.display = 'none';"></select>
</label> </label>
<p>Or</p> <p>Or</p>
<label><button type="button" onclick="CreateNewDictionary();document.getElementById('loadAfterDeleteScreen').style.display = 'none';" style="cursor:pointer;">Create a New Dictionary</button></label> <label><button type="button" onclick="CreateNewDictionary();document.getElementById('loadAfterDeleteScreen').style.display = 'none';">Create a New Dictionary</button></label>
</div> </div>
</div> </div>
</div> </div>