Difference between revisions of "MediaWiki:GW2.css"
Jump to navigation
Jump to search
| Line 19: | Line 19: | ||
} | } | ||
| − | . | + | |
| − | position:absolute; | + | .gw2fooddb { |
| − | top:110px; | + | background: transparent url("http://wiki.theamazonbasin.com/images/3/33/Bgchef.png") no-repeat; |
| − | left: | + | width: 325px; |
| + | height: 245px; | ||
| + | position: relative; | ||
| + | text-align: right; | ||
| + | } | ||
| + | |||
| + | .gw2textinput { | ||
| + | background: black; | ||
| + | border: 1px solid #6C6761; | ||
| + | color: #BFB6AC; | ||
| + | margin-right: 10px; | ||
| + | margin-top: 10px; | ||
| + | width: 69%; | ||
| + | } | ||
| + | |||
| + | .gw2drop1, .gw2drop2, .gw2drop3 { | ||
| + | background-color: black; | ||
| + | border: 1px solid #6C6761; | ||
| + | color: #BFB6AC; | ||
| + | margin-right: 10px; | ||
| + | margin-top: 10px; | ||
| + | } | ||
| + | |||
| + | .gw2level1 { | ||
| + | position: absolute; | ||
| + | top: 95px; | ||
| + | left: 110px; | ||
| + | width: 20px; | ||
| + | background-color: black; | ||
| + | border: 1px solid #6C6761; | ||
| + | color: #BFB6AC; | ||
| + | text-align: center; | ||
| + | } | ||
| + | |||
| + | .gw2level2 { | ||
| + | position: absolute; | ||
| + | top: 95px; | ||
| + | left: 140px; | ||
| + | background-color: black; | ||
| + | border: 1px solid #6C6761; | ||
| + | color: #BFB6AC; | ||
| + | text-align: center; | ||
| + | width: 20px; | ||
| + | } | ||
| + | |||
| + | .gw2check1 { | ||
| + | position: absolute; | ||
| + | top: 140px; | ||
| + | left: 195px; | ||
| + | } | ||
| + | |||
| + | .gw2check2 { | ||
| + | position: absolute; | ||
| + | top: 160px; | ||
| + | left: 195px; | ||
} | } | ||
Revision as of 12:02, 29 March 2013
/* Guild Wars 2 customizations */
.gw2clockbox {
background: transparent url(http://wiki.theamazonbasin.com/images/c/c1/Transp_rect.png);
width: 193px;
height:65px;
border: 1px solid #131c1b;
text-align: center;
font: small-caps 1.8em serif;
letter-spacing: 1px;
}
.gw2bg1 {
background: transparent url(http://wiki.theamazonbasin.com/images/9/92/GW2_bg1.jpg) left repeat-y;
}
.gw2bg2 {
background: transparent url(http://wiki.theamazonbasin.com/images/e/e0/GW2_navbarbg.png);
}
.gw2fooddb {
background: transparent url("http://wiki.theamazonbasin.com/images/3/33/Bgchef.png") no-repeat;
width: 325px;
height: 245px;
position: relative;
text-align: right;
}
.gw2textinput {
background: black;
border: 1px solid #6C6761;
color: #BFB6AC;
margin-right: 10px;
margin-top: 10px;
width: 69%;
}
.gw2drop1, .gw2drop2, .gw2drop3 {
background-color: black;
border: 1px solid #6C6761;
color: #BFB6AC;
margin-right: 10px;
margin-top: 10px;
}
.gw2level1 {
position: absolute;
top: 95px;
left: 110px;
width: 20px;
background-color: black;
border: 1px solid #6C6761;
color: #BFB6AC;
text-align: center;
}
.gw2level2 {
position: absolute;
top: 95px;
left: 140px;
background-color: black;
border: 1px solid #6C6761;
color: #BFB6AC;
text-align: center;
width: 20px;
}
.gw2check1 {
position: absolute;
top: 140px;
left: 195px;
}
.gw2check2 {
position: absolute;
top: 160px;
left: 195px;
}