1/** Defaults **/ 2 3html { 4 5 height: 100%; 6 7} 8 9body { 10 11 min-height: 100%; 12 background-image: url(images/wood_bg.jpg); 13 font-family: "Times New Roman", serif; 14 15} 16 17#dokuwiki__site { 18 19 padding: 0; 20 min-height: 100%; 21 22} 23 24/** Header **/ 25 26#cowboyPanel { 27 28 background-color: rgba(139,69,19,0.5); 29 width: 100%; 30 position: absolute; 31 left: 0; 32 height: 10em; 33 top: 2em; 34 35} 36 37#cowboyHeader { 38 39 position: absolute; 40 top: 2em; 41 height: 10em; 42 display: table; 43 44} 45 46#cowboyHeader #cowboyHeaderCenter { 47 48 display: table-cell; 49 vertical-align: middle; 50 51} 52 53#cowboyHeader #cowboyLogo { 54 55 font-family: "nashvilleregular", "Nashville", serif; 56 font-size: 8em; 57 color: white; 58 59} 60 61#cowboyPanelSeam { 62 63 position: absolute; 64 left: 0; 65 top: 12em; 66 height: 1em; 67 width: 100%; 68 69} 70 71.headings { 72 73 display: none; 74 75} 76 77#dokuwiki__sitetools { 78 79 display: none; 80 81} 82 83#dokuwiki__header { 84 85 background-color: rgba(255,255,255,0.8); 86 padding: 1em 1em 0; 87 margin: 0; 88 89} 90 91#dokuwiki__header div.breadcrumbs { 92 margin: 0; 93} 94 95#dokuwiki__header .tools { 96 97 margin-bottom: 0; 98 99} 100 101#cowboyPhoto { 102 103 position: absolute; 104 right: 50px; 105 top: 50px; 106 width: 350px; 107 height: 242px; 108 background-image: url(images/photo_stack.png); 109 z-index: 1; 110 111} 112 113#cowboyPhoto img { 114 115 width: 304px; 116 height: 208px; 117 padding-left: 22px; 118 padding-top: 20px; 119 120} 121 122/** Menu **/ 123 124#cowboyMenuPanel { 125 126 position: absolute; 127 width: 100%; 128 left: 0; 129 height: 3em; 130 top: 13em; 131 132} 133 134#cowboyMenu ul { 135 136 position: relative; 137 padding: 0; 138 list-style: none; 139 margin: 0 auto; 140 width: __site_width__; 141 142} 143 144#cowboyMenu ul li { 145 146 float: left; 147 margin: 0 1em 0 0; 148 cursor: pointer; 149 150} 151 152#cowboyMenu ul li a { 153 154 float: left; 155 color: #dcdcdc; 156 border: 0; 157 padding: 0 2em; 158 line-height: 3em; 159 background-color: lightslategray; 160 161} 162 163#cowboyMenu ul li .current a { 164 165 color: rgb(73, 73, 73); 166 background-color: #dcdcdc; 167 168} 169 170#cowboyMenu ul li a:hover { 171 172 background-color: white; 173 text-decoration: none; 174 color: rgb(73, 73, 73); 175 176} 177 178#cowboyMenuSeam { 179 180 margin-top: 1em; 181 width: 100%; 182 183} 184 185/** Content **/ 186 187.cowboySeam { 188 189 background: url(images/menu_bg.jpg) repeat-x; 190 height: 0.5em; 191 192} 193 194#dokuwiki__top { 195 196 padding-top: 15em; 197 198} 199 200#dokuwiki__content { 201 202 background-color: rgba(255,255,255,0.8); 203 padding: 1em; 204 color: black; 205 206} 207 208div.error, div.info, div.success, div.notify { 209 210 margin: 1em 0 0; 211 212} 213 214h1, h2, h3, h4, h5, h6 { 215 color: black; 216} 217 218.dokuwiki .wrapper { 219 220 margin-bottom: .5em; 221 222} 223 224/** FOOTER **/ 225 226#cowboyFooter { 227 228 background-color: rgba(255,255,255,0.8); 229 color: black; 230 padding: 1em; 231 min-height: 31px; 232 233} 234 235#cowboyFooter p { 236 237 margin: 0; 238 239} 240 241.license { 242 243 float: left; 244 padding-right: 1em; 245 246} 247 248#dokuwiki__footer { 249 250 display: none; 251 252} 253 254/** Media Manager **/ 255 256#mediamgr__aside, #mediamgr__content { 257 258 background-color: rgba(255, 255, 255, 0.8) 259 260} 261 262/** Details **/ 263 264#dokuwiki__detail { 265 266 background-color: rgba(255, 255, 255, 0.8) 267 268}