Benutzerinformationen überspringen
Registrierungsdatum: 22. März 2008
Wohnort: Lohr
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 17. März 2008
Wohnort: Breitenworbis
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 17. März 2008
Wohnort: Duisburg
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 17. März 2008
Wohnort: Breitenworbis
WBB Version: alle
Benutzerinformationen überspringen
Registrierungsdatum: 17. März 2008
Wohnort: Duisburg
WBB Version: alle

Zitat
Original von Niinake
Oder gibt es eine seite wo man schöne runter laden kann?
Zitat
Original von Niinake
@Alpa
Ich kann leider keine Style selbst erstellen![]()
Zitat
Original von Terror
du kannst wordpress auch selber stylen, im dashboard auf design -> editor, stichwort stylesheet(style.cs).
ich hatte mal ne aardvark topliste, coppermine, wordpress und vbulletin komplett gebridged mit eigenem individuellen style für alle anwendungen![]()
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 |
/*
Theme Name: Revolution Code Blue
Theme URL: http://www.revolutiontwo.com/themes/code-blue
Description: Code Blue is a 3-column Widget-ready theme created for WordPress.
Author: Brian Gardner
Author URI: http://www.briangardner.com
Version: 3.0
Tags: three columns, fixed width, white, blue, sidebar widgets
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Changelog:
v3.0 - 12.01.08
Third Release of Revolution Code Blue, to ensure compatibility with WordPress 2.7
*/
body {
background: #1A4E88 url(images/bg.gif) repeat-x;
color: #202020;
font-size: 12px;
font-family: Arial, Tahoma, Verdana;
margin: 0px auto 0px;
padding: 0px;
}
#wrap {
background: #FFFFFF;
margin: 0px auto 0px;
padding: 0px;
}
/************************************************
* Hyperlinks *
************************************************/
a, a:visited {
color: #2255AA;
text-decoration: none;
}
a:hover {
color: #7DAE12;
text-decoration: underline;
}
a img {
border: none;
}
/************************************************
* Header *
************************************************/
#header {
width: 960px;
height: 110px;
color: #FFFFFF;
font-size: 16px;
font-weight: normal;
margin: 0px auto 0px;
padding: 0px;
overflow: hidden;
}
#header p {
padding: 0px 0px 5px 0px;
margin: 0px;
line-height: 20px;
}
#header h1 {
color: #FFFFFF;
font-size: 36px;
font-family: Times New Roman, Georgia, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 20px 0px 0px 0px;
text-decoration: none;
}
#header h1 a, #header h1 a:visited {
color: #FFFFFF;
font-size: 36px;
font-family: Times New Roman, Georgia, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 20px 0px 0px 0px;
text-decoration: none;
}
#header h1 a:hover {
color: #FFFFFF;
text-decoration: none;
}
.headerleft {
width: 470px;
float: left;
margin: 0px;
padding: 0px;
overflow: hidden;
}
.headerright {
width: 480px;
float: right;
margin: 0px;
padding: 10px 0px 0px 0px;
text-align: right;
}
.headerright a, .headerright a:visited {
color: #FFFFFF;
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
padding: 0px 0px 0px 3px;
}
.headerright a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.headerright a img {
border: none;
margin: 0px 0px 3px 0px;
padding: 0px;
}
/************************************************
* Navbar *
************************************************/
#navbar {
background: #1A4E88;
width: 960px;
height: 30px;
color: #FFFFFF;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
}
#navbarleft {
width: 660px;
height: 30px;
float: left;
margin: 0px;
padding: 0px;
}
#navbarright {
width: 300px;
height: 30px;
float: right;
margin: 0px;
padding: 0px;
text-align: right;
}
#nav {
margin: 0px;
padding: 0px;
}
#nav ul {
float: left;
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#nav li {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}
#nav ul li {
list-style: none;
margin: 0px 0px 0px -1px;
padding: 0px;
}
#nav li a, #nav li a:link, #nav li a:visited {
color: #FFFFFF;
display: block;
font-weight: bold;
margin: 0px 20px 0px 0px;
padding: 8px 10px 7px 10px;
}
#nav li a:hover, #nav li a:active {
background: #4A7EB8;
color: #FFFFFF;
display: block;
text-decoration: none;
margin: 0px 20px 0px 0px;
padding: 8px 10px 7px 10px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #4A7EB8;
color: #FFFFFF;
width: 140px;
float: none;
margin: 0px;
padding: 6px 10px 5px 10px;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
#nav li li a:hover, #nav li li a:active {
background: #1A4E88;
color: #FFFFFF;
}
#nav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 140px;
margin: 0px;
padding: 0px;
}
#nav li li {
}
#nav li ul a {
width: 160px;
}
#nav li ul a:hover, #nav li ul a:active {
}
#nav li ul ul {
margin: -27px 0 0 162px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
#nav li:hover, #nav li.sfhover {
position: static;
}
/************************************************
* Content *
************************************************/
#content {
width: 960px;
margin: 0px auto 0px;
padding: 0px 0px 0px 0px;
line-height: 20px;
}
|
Forensoftware: Burning Board® 3.1.7, entwickelt von WoltLab® GmbH