diff options
Diffstat (limited to 'public/assets/css/bucky.css')
| -rw-r--r-- | public/assets/css/bucky.css | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 074da47..278e235 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -3,8 +3,12 @@ } html { padding-bottom: 300px; + width: 100:; + height: 100%; } body { + width: 100:; + height: 100%; background-color: #e6f0f0; transition: background-color 100ms; color: #111111; @@ -107,6 +111,8 @@ a:active { color: #a0a0c7; text-decoration: underline; } .desktop a:hover { color: #2040f0; text-decoration: underline; } hr { border-color: #000; + opacity: 0.6; + height: 2px; } input[type=text], input[type=password] { @@ -967,12 +973,12 @@ header .search_form { max-width: 300px; max-height: 300px; } -#profile td { +.profile_meta td { padding: 4px; font-size: 13px; color: #211; } -#profile td:first-child { +.profile_meta td:first-child { font-weight: bold; padding-right: 20px; color: #322; @@ -1017,6 +1023,20 @@ header .search_form { margin-left: 7px; } +/* ADMIN */ + +.admin { + height: 100%; + background-image: linear-gradient(to bottom, rgba(255,254,248,0.5) 0%,rgba(0,0,0,0) 100%); + background-position: fixed; +} +.admin h1, big { + text-shadow: 0 2px 4px #fff; +} +.admin #content { + padding-top: 10px; +} + /* 404 */ #error_404 { @@ -1113,6 +1133,9 @@ audio { #content { width: 100%; } + .admin #sidebar { + display: block; + } .index header .search_form { display: block; } |
