| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-11 11:15:45 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-11 11:15:45 +0200 | 
| commit | 8c74fe4f8a9cab320170685ab58f678d75f32747 (patch) | |
| tree | f1f8b39c3e4abe5228b0457ba08fbfce4dc7507d /src/global | |
| parent | 31be29ae4623cdd9234ee556fcd40561994c7cc5 (diff) | |
Style improvements.
Diffstat (limited to 'src/global')
| -rw-r--r-- | src/global/www/style.css | 32 | 
1 files changed, 32 insertions, 0 deletions
| diff --git a/src/global/www/style.css b/src/global/www/style.css index cd083b4..b19f6d2 100644 --- a/src/global/www/style.css +++ b/src/global/www/style.css @@ -3,6 +3,38 @@ html     min-width: 800px;     min-height: 600px;     height: 100%; +   background-color: #6C5D53; +   color: #FFEEAA; +} + +* { +   color: #FFEEAA; +   text-shadow: +      1px 0px 1px rgba(80, 45, 22, 0.5), +      -1px 0px 1px rgba(80, 45, 22, 0.5), +      0px 1px 1px rgba(80, 45, 22, 0.5), +      0px -1px 1px rgba(80, 45, 22, 0.5); +} + +* button +{ +   background-color: #917C6F; +   border-radius: 5px; +   border: 1px solid #502D16; +   border-bottom-width: 3px; +   color: #FFEEAA; +   margin: 0.1em; +   padding: 0.2em; +} + +* button:hover +{ +   background-color: #AC9D93; +} + +* button:active +{ +   background-color: #C8BEB7;  }  html, body, .fullscreen-module | 


