aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/client.css2
-rw-r--r--webAO/index.html2
-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;
}