body { background: #ecf0f1; } header { height: 50px; width: 100%; background: #8e44ad; margin-bottom: 10px; border: none; -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); box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75); } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { header { height: 70px; } } tr, thead { border-bottom: 1px solid #af8050; } td, th { border-right: 1px solid #af8050; } a { text-decoration: none; color: #2980b9; font-weight: bold; } #siteLogo { display: block; text-indent: -9999px; width: 242px; height: 48px; background: url(../images/logo.svg); background-size: 242px 48px; float: left; } #aboutButton { background: #f1c40f; } #loginoutArea { float: right; } #loginoutArea a { color: #000000; text-decoration: none; font-size: 13px; } @media screen and (min-device-width : 481px) { #headerPadder { padding: 1px; } #loginoutArea { margin: 16px; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { #siteLogo { display: block; text-indent: -9999px; width: 150px; height: 30px; background: url(../images/logo.svg); background-size: 150px 30px; float: left; } #loginoutArea { margin: 16px 8px; } } #wordEntryForm { background: #e74c3c; -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); border: none; } input, textarea, select, option { background: #ecf0f1; } #announcementArea { background: #2ecc71; } #notificationArea { background:#c0c088; } #dictionaryContainer { background: #e67e22; padding: 15px; 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); } #dictionaryDescription, #settingsOptions, #infoPage, #loadAfterDeletePage, #accountSettingsPage, #fullScreenTextboxPage { background: #bdc3c7; } .management { border-width: 2px; border: none; } #dictionaryName { text-shadow: 2px 2px 2px #915337; } #dictionaryDescription { width: 90%; } #loginLink, #logoutLink, #descriptionToggle, #searchFilterToggle, #settingsButton, .deleteCancelButton, .deleteConfirmButton, #settingsScreenCloseButton, #infoScreenCloseButton, .clickable, button { background: #f1c40f; } entry { background: #bdc3c7; border: none; -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); box-shadow: 3px 3px 10px -1px rgba(0,0,0,0.75); } .editButton { background: #2ecc71; } .deleteButton { background: #e74c3c; } footer { background: #e67e22; border: none; -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); box-shadow: 0px -3px 7px -1px rgba(0,0,0,0.75); }