Changeset 1258
- Timestamp:
- 02/13/2015 11:57:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/wp4.css
r1067 r1258 180 180 height: 140px; 181 181 width: 100%; 182 background: #2 22222;182 background: #23282d; 183 183 text-align: center; 184 184 } … … 231 231 232 232 #head-search input.text { 233 background: #1 31313;233 background: #191e23; 234 234 border: 0; 235 235 margin-right: 0; … … 237 237 width: 256px; 238 238 height: 24px; 239 color: # 999999;239 color: #b4b9be; 240 240 float: left; 241 241 font-size: 12px; … … 255 255 height: 30px; 256 256 width: 26px; 257 background: #1 31313;257 background: #191e23; 258 258 background-image: url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831); 259 259 background-position: 100% 2px; … … 270 270 min-width: 200px; 271 271 max-width: 75%; 272 background: #2 22222;272 background: #23282d; 273 273 list-style: none; 274 274 text-align: left; … … 298 298 margin: 0 4px; 299 299 font-size: 13px; 300 color: # ddd;300 color: #eee; 301 301 height: 34px; 302 302 } … … 306 306 } 307 307 308 #wporg-header ul li a:active { 309 color: #000; 310 } 311 312 #wporg-header ul li a:hover { 313 color: #2faadd; 314 } 315 308 #wporg-header ul li a:hover, 316 309 #wporg-header ul li a.current, 317 310 #wporg-header ul li.current-menu-item a { 318 color: # 2faadd;311 color: #45bbe6; 319 312 } 320 313 … … 482 475 margin: 0 4px; 483 476 font-size: 13px; 484 color: # ddd;477 color: #eee; 485 478 height: 46px; 486 479 } … … 516 509 border-left: 9px solid transparent; 517 510 border-right: 9px solid transparent; 518 border-bottom: 9px solid # 444;511 border-bottom: 9px solid #32373c; 519 512 margin: -10px auto 0 auto; 520 513 } … … 523 516 display:none!important;/* Prevents #wporg-header ul overwriting this */ 524 517 min-width: 0; 525 background: # 444;518 background: #32373c; 526 519 margin-top: -1px; 527 border: # 444solid 1px;520 border: #32373c solid 1px; 528 521 border-top:0; 529 522 } … … 986 979 h3 { 987 980 font-size: 14px; 988 color: # 333;981 color: #23282d; 989 982 font-weight:bold; 990 983 margin: -1px 0 1px 0; … … 996 989 border-bottom: 1px solid #dedede; 997 990 padding-bottom: 4px; 998 color: # 333;991 color: #23282d; 999 992 margin-bottom: 18px; 1000 993 } … … 1179 1172 1180 1173 #pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent { 1181 color: # 333;1174 color: #23282d; 1182 1175 cursor: default; 1183 1176 }
Note: See TracChangeset
for help on using the changeset viewer.