Ticket #867: 867.patch
File 867.patch, 2.6 KB (added by , 10 years ago) |
---|
-
trunk/wordpress.org/public_html/style/wp4.css
179 179 position: relative; 180 180 height: 140px; 181 181 width: 100%; 182 background: #2 22222;182 background: #23282d; 183 183 text-align: center; 184 184 } 185 185 … … 230 230 } 231 231 232 232 #head-search input.text { 233 background: #1 31313;233 background: #191e23; 234 234 border: 0; 235 235 margin-right: 0; 236 236 margin-bottom: 0; 237 237 width: 256px; 238 238 height: 24px; 239 color: # 999999;239 color: #b4b9be; 240 240 float: left; 241 241 font-size: 12px; 242 242 outline: none; … … 254 254 border: none; 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; 260 260 background-repeat: no-repeat; … … 269 269 padding: 20px 0 0; 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; 275 275 -webkit-transition: left 0.3s; … … 297 297 padding: 10px 30px; 298 298 margin: 0 4px; 299 299 font-size: 13px; 300 color: # ddd;300 color: #eee; 301 301 height: 34px; 302 302 } 303 303 … … 305 305 color: #eee; 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 321 314 #wporg-header ul li a.subcurrent { … … 481 474 padding: 0 6px; 482 475 margin: 0 4px; 483 476 font-size: 13px; 484 color: # ddd;477 color: #eee; 485 478 height: 46px; 486 479 } 487 480 … … 515 508 height: 0; 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 } 521 514 522 515 #wporg-header .nav-submenu { 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 } 530 523 … … 985 978 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; 991 984 } … … 995 988 font-size: 14px; 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 } 1001 994 … … 1178 1171 } 1179 1172 1180 1173 #pagebody .submenu a#subcurrent, #pagebody #submenu a#subcurrent { 1181 color: # 333;1174 color: #23282d; 1182 1175 cursor: default; 1183 1176 } 1184 1177