aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/stylesheet.css140
1 files changed, 0 insertions, 140 deletions
diff --git a/webAO/stylesheet.css b/webAO/stylesheet.css
index 322cdf9..0cf7b48 100644
--- a/webAO/stylesheet.css
+++ b/webAO/stylesheet.css
@@ -13,24 +13,6 @@
font-size:0.6em;
}
-#hotlinebtn {
- position: fixed;
- top: 35px;
- right: 10px;
-}
-
-#menu {
- position: fixed;
- display: block;
- top: 202px;
- left: 0px;
- width: 150px;
- height: 100%;
- background-color: rgba(0,0,0,0.5);
- border: 2px solid rgba(255,255,255,0.7);
- z-index: 1;
-}
-
.button {
padding: 5px;
vertical-align: middle;
@@ -52,13 +34,6 @@
font-weight: normal;
}
-#menu .button {
- margin: 15px;
- padding: 11px;
- display: block;
- box-sizing: border-box;
-}
-
.button:hover {
background-image: url(images/buttonH.png);
border: 1px solid #bdb521;
@@ -72,18 +47,6 @@
padding: 1px;
}
-#serverthumb {
- display: inline-block;
- top: 35%;
- left: 20%;
- width: 200px;
- height: 200px;
- bottom: 100px;
- perspective-origin: 400px;
- perspective: 300px;
- position: fixed;
-}
-
#serverdesc {
display: inline-block;
position: fixed;
@@ -111,15 +74,6 @@
}
-#serverthumbC {
- position: relative;
- top: 50px;
- width: 200px;
- height: 200px;
- transform: rotateY( 15deg);
- float: left;
-}
-
.servs {
display: block;
margin: auto;
@@ -184,31 +138,6 @@
box-shadow: 0 0 0 1px #EFAD21;
}
-.hotline {
- background-image: url(images/background1.png);
- color: #C5B011;
- text-shadow:
- 0px -1px 0 #000,
- 1px 0px 0 #000,
- -1px 0px 0 #000,
- 0px 1px 0 #000;
- font-weight: normal;
- text-align: center;
-}
-
-.hotline #content .button {
- display: block;
- width: 100%;
-}
-
-.hotline #content table {
- margin: auto;
-}
-
-.hotline #content th {
- padding: 10px;
-}
-
#content h2 {
vertical-align: top;
display: inline-block;
@@ -221,75 +150,6 @@
display: inline-block;
}
-
-#client_name {
- height: 12px;
- border: 2px solid rgba(255,255,255,0.7);
- background:rgba(73,0,254,0.5);
- zoom: 1;
- top: 114px;
- margin: 0px;
- display: inline;
- border-radius: 2px;
- position: absolute;
- padding-left: 4px;
- padding-right: 4px;
- left: 0px;
-}
-
-#client_fg {
- position: absolute;
- width: 200px;
- bottom: 0px;
- left: 0px;
-}
-
-#client_court {
- position: absolute;
- display: inline;
- width: 200px;
- height: 200px;
- top: 0px;
- left: 0px;
-}
-
-#client_char {
- position: absolute;
- display: inline;
- bottom: 0px;
- left: 0px;
-}
-
-#client_name p {
- margin: px;
- opacity: 2;
- font-size: 10px;
- color: white;
- font-family: Arial;
- display: inline;
- position: relative;
-}
-
-#client_chat {
- width: 198px;
- height: 68px;
- border: 2px solid rgba(255,255,255,0.7);
- background-color: rgba(0,0,0,0.5);
- top: 128px;
- margin: 0px;
- display: block;
- border-radius: 2px;
- position: absolute;
-}
-
-#client_chat p {
- margin: 3px;
- font-size:10px;
- color: white;
- font-family: Arial;
-
-}
-
#content > p {
margin-right: 50px;
}