/* * author: Jonathan Bernard * TimeStamper main CSS for screen media types */ /* $obg: #D9CEB2; $bor: #948C75; $ibg: #D5DED9; $txt: #7A6A53; $bbg: #99B2B7; */ /* $obg: #979681; $obor: #E6DEC7; $ibg: #657A8B; $bbor: #B34C2B; $bbg: #252D42; $txt: #E6DEC7; */ /* _rounded.scss */ html { background: url("../img/loving_blu.png") repeat; } body { width: 50%; background-color: #657a8b; margin: auto; padding: 1em; border: solid #b34c2b; border-top: 0; -moz-border-radius-bottomleft: 1em; -webkit-border-bottom-left-radius: 1em; border-bottom-left-radius: 1em; -moz-border-radius-bottomright: 1em; -webkit-border-bottom-right-radius: 1em; border-bottom-right-radius: 1em; } @media all and (min-device-width: 480) { body { width: 50%; } } @media all and (max-device-width: 480) { body { width: 80%; } } .bar { font-family: Helvetica, sans-serif; color: #252d42; background-color: #e6dec7; border-color: #979681; border-style: solid; border-width: 0.2em; border-bottom-width: 0; padding: 0.1em 1em 0.1em 1em; overflow: hidden; } .bar div.control-links { color: #979681; float: right; display: block; height: 100%; font-weight: bold; font-size: smaller; } .bar div.control-links:hover { color: #252d42; } .bar div.control-links a { color: inherit; text-decoration: none; margin-right: 0.5em; } .bar div.control-links a:hover { color: #b34c2b; text-decoration: underline; } .last-bar { border-bottom-width: 0.2em; -moz-border-radius-bottomright: 0.5em; -webkit-border-bottom-right-radius: 0.5em; border-bottom-right-radius: 0.5em; -moz-border-radius-bottomleft: 0.5em; -webkit-border-bottom-left-radius: 0.5em; border-bottom-left-radius: 0.5em; } form { border-top: solid 1px #979681; padding: 0.5em 0 0.5em 2em; overflow: hidden; } form label { color: #626150; display: block; overflow: hidden; } form label span { float: left; width: 6em; padding-top: 0.1em; } form input.text-input { border: 1px solid #979681; } form .form-col { overflow: hidden; float: left; padding-right: 2em; } form .form-col input.text-input { width: 10em; } form .form-submit { float: left; width: 100%; overflow: hidden; } form .form-submit input { border: 1px solid #979681; background: #f6f3ea; } #user { -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em; border-top-left-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em; border-top-right-radius: 0.5em; } #user .control-links { padding-top: 0.6em; } #user #fullname, #user #username { font-weight: bold; font-size: x-large; float: left; } #user #username { padding-left: 0.2em; color: #626150; } #user #change-pwd { display: none; } #user #user-info .form-submit { padding: 0.5em 2em 0.5em 2em; position: relative; } #user #user-info .form-submit div { position: relative; float: right; left: -50%; } #user #user-info .form-submit div input { position: relative; left: 50%; } #timeline #timeline-name, #timeline #timeline-desc { font-weight: bold; } #timeline #timeline-desc { color: #626150; } #timeline .control-links { padding-top: 0.2em; } #timeline #timeline-info .form-submit { width: auto; float: right; overflow: inline; } #user-info, #timeline-info { display: none; width: 100%; float: left; }