1@charset "utf-9"; 2/* CSS Document */ 3 4body { 5 margin: 15px; 6 background-image:url(images/vc/vc.jpg); 7} 8div.header { 9 width: 100%; 10} 11div.upperheader{ 12 width: auto; 13 height: 99px; 14 vertical-align: top; 15} 16div.wikipage { 17 width: 225px; 18 float: left; 19 vertical-align: top; 20} 21div.gameheader { 22 margin-left: 225px; 23 vertical-align: top; 24} 25div.lowerheader { 26 width: auto; 27 height: 92px; 28 vertical-align: bottom; 29} 30div.lowerleft { 31 width: 203px; 32 float: left; 33 text-align: left; 34} 35div.lowermiddle { 36 width: auto; 37 margin-left: 203px; 38 margin-right: 200px; 39} 40div.lowerright { 41 width: 203px; 42 float: right; 43} 44div.date-time { 45 width: inherit; 46 text-align: right; 47} 48div.content { 49 width: 100%; 50 margin-top: 5px; 51} 52div.user { 53 width: 100%; 54 text-align: center; 55 margin-top: 5px; 56} 57div.footer { 58 width: 190px; 59} 60div.stats { 61 width: 190px; 62 margin: 9px; 63} 64table { 65 height: inherit; 66 width: inherit; 67 border-spacing: 0px; 68} 69td.left { 70 width: 9px; 71 background-image: url(images/vc/left.gif); 72} 73td.umid { 74 height: 9px; 75 background-image: url(images/vc/um.gif); 76} 77td.bmid { 78 height: 9px; 79 background-image: url(images/vc/lm.gif); 80} 81td.right { 82 width: 9px; 83 background-image: url(images/vc/right.gif); 84} 85td.content { 86 padding: 7px; 87 background-color: #000000; 88} 89td.bt { 90 height: 3px; 91 background-image: url(images/vc/hb-top.png) 92} 93td.bb { 94 height: 3px; 95 background-image: url(images/vc/hb-bottom.png) 96} 97td.bl { 98 width: 3px; 99 background-image: url(images/vc/hb-left.png) 100} 101td.br { 102 width: 3px; 103 background-image: url(images/vc/hb-right.png) 104} 105div.links-left { 106 float: left; 107 width: 100px; 108 text-align: left; 109} 110div.links-right { 111 float: right; 112 width: 100px; 113 text-align: right; 114} 115div.links-middle { 116 text-align: center; 117} 118div.stat-left { 119 width: 281px; 120 float: left; 121 text-align: left; 122} 123div.stat-right { 124 width: 281px; 125 float: right; 126 text-align: right; 127} 128div.stat-middle { 129 text-align: center; 130} 131div.dokuwiki input.button { 132 border: 1px #FFCC33 solid; 133 color: #FFCC33; 134 background-color: #271b52; 135 text-decoration: none; 136 padding: 1px; 137 margin: 3px; 138} 139div.dokuwiki input.button:hover{ 140 border: 1px #00FFFF solid; 141 color: #00FFFF; 142 text-decoration: none; 143 padding: 1px; 144 margin: 3px; 145} 146a.nav { 147 border: 1px #FFCC33 solid; 148 color: #FFCC33; 149 background-color: #271b52; 150 text-decoration: none; 151 padding: 1px; 152 margin: 3px; 153} 154a.nav:hover { 155 border: 1px #00FFFF solid; 156 color: #00FFFF; 157 background-color: #271b52; 158 text-decoration: none; 159 padding: 1px; 160 margin: 3px; 161} 162div.dyn_nav { 163 text-align: center; 164 margin: 3px; 165} 166span.dyn_nav { 167 width: 90%; 168 margin: 5px; 169} 170img.upperleft { 171 width: 64px; 172 height: 30px; 173} 174img.banner { 175 width: 490px; 176 height: 77px; 177} 178img.link { 179 width: 45px; 180 height: 62px; 181} 182img.fblogo { 183 width: 198px; 184 height: 80px; 185} 186div.head_text { 187 color: #ffcc33; 188 font-size: 11px; 189}