diff options
| author | sD <stoned@derpymail.org> | 2019-12-27 18:11:49 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-27 18:11:49 +0100 |
| commit | af776480621572cf47aebc15de9dac4e37e5a77a (patch) | |
| tree | 7c09c87291799c82fe0730f7396ae39fab26e0bb /webAO | |
| parent | 79943eb4eb3e9534f833b99cfcdf40acf6749c6f (diff) | |
rename master.css
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.css | 2 | ||||
| -rw-r--r-- | webAO/index.html | 2 | ||||
| -rw-r--r-- | webAO/master.css (renamed from webAO/stylesheet.css) | 12 |
3 files changed, 10 insertions, 6 deletions
diff --git a/webAO/client.css b/webAO/client.css index 84af5d5..a5db488 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -368,7 +368,7 @@ img { } #evi_icon { - background-image: url('misc/empty.png'); + background-image: url("/misc/empty.png"); background-repeat: no-repeat; background-size: contain; } diff --git a/webAO/index.html b/webAO/index.html index 28fe555..7b19fd8 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -9,7 +9,7 @@ <link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed" rel="stylesheet"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> - <link rel="stylesheet" type="text/css" href="stylesheet.css" /> + <link rel="stylesheet" type="text/css" href="master.css" /> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link rel="icon" href="images/favicon.ico" /> <script src="master.b.js"></script> diff --git a/webAO/stylesheet.css b/webAO/master.css index 209a7c0..f808063 100644 --- a/webAO/stylesheet.css +++ b/webAO/master.css @@ -13,12 +13,16 @@ font-size:0.6em; } +.buttonbg { + background: repeating-linear-gradient(to bottom #792c01, #792c01 3px, #9a491c 1px) repeat; +} + .button { padding: 5px; vertical-align: middle; text-decoration: none; cursor: pointer; - background-image: url(images/button.png); + background: repeating-linear-gradient(#792c01, #792c01 3px, #9a491c 3px, #9a491c 4px); border: 1px solid #553e30; border-radius: 5px; box-shadow: 0 0 0 1px #FFFFFF; @@ -35,14 +39,14 @@ } .button:hover { - background-image: url(images/buttonH.png); + background-image: url("/images/buttonH.png"); border: 1px solid #bdb521; } #menu .chosen:before { height: 200px; width: 200px; - border-image: url(images/sel.png) 11 stretch !important; + border-image: url("/images/sel.png") 11 stretch !important; border-width:11px; padding: 1px; } @@ -55,7 +59,7 @@ top: 35%; right: 0px; padding: 0px; - background: url('images/desc.png') no-repeat; + background: url("/images/desc.png") no-repeat; border: 2px solid #888; border-radius: 5px; } |
