- Timestamp:
- 11/03/2014 05:00:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php
r30081 r30208 183 183 184 184 @media screen and (min-width: 59.6875em) { 185 .site-header { 185 .site-header, 186 .secondary { 186 187 background-color: transparent; 187 188 } … … 228 229 } 229 230 231 .secondary-toggle { 232 border-color: %1$s; /* Fallback for IE7 and IE8 */ 233 border-color: %3$s; 234 } 235 236 .secondary-toggle:hover, 230 237 .secondary-toggle:focus { 231 outline-color: %1$s; 232 } 233 234 .secondary-toggle:hover { 238 border-color: %1$s; /* Fallback for IE7 and IE8 */ 235 239 border-color: %4$s; 236 240 } 237 241 242 .site-title a { 243 outline-color: %1$s; /* Fallback for IE7 and IE8 */ 244 outline-color: %4$s; 245 } 246 238 247 @media screen and (min-width: 59.6875em) { 248 .secondary a, 239 249 .dropdown-toggle:after, 240 .main-navigation a,241 .social-navigation a,242 250 .widget-title, 243 .widget a { 251 .widget blockquote cite, 252 .widget blockquote small { 244 253 color: %1$s; 245 }246 247 .dropdown-toggle:focus {248 outline-color: %1$s;249 254 } 250 255 … … 257 262 } 258 263 264 .textwidget a { 265 border-color: %1$s; 266 } 267 268 .secondary a:hover, 269 .secondary a:focus, 259 270 .main-navigation .menu-item-description, 260 .main-navigation a:hover,261 .main-navigation a:focus,262 .social-navigation a:hover:before,263 .social-navigation a:focus:before,264 271 .widget, 265 .widget a:hover,266 .widget a:focus,267 272 .widget blockquote, 268 .widget blockquote cite,269 .widget blockquote small,270 273 .widget .wp-caption-text, 271 274 .widget .gallery-caption { 272 color: %1$s; /* Fallback for IE7 and IE8 */273 275 color: %2$s; 274 276 } 275 277 278 .widget button:hover, 279 .widget button:focus, 280 .widget input[type="button"]:hover, 281 .widget input[type="button"]:focus, 282 .widget input[type="reset"]:hover, 283 .widget input[type="reset"]:focus, 284 .widget input[type="submit"]:hover, 285 .widget input[type="submit"]:focus, 276 286 .widget_calendar tbody a:hover, 277 287 .widget_calendar tbody a:focus { 278 background-color: %1$s; /* Fallback for IE7 and IE8 */279 288 background-color: %2$s; 280 289 } … … 287 296 .main-navigation li, 288 297 .secondary-toggle, 298 .widget input, 299 .widget textarea, 300 .widget table, 301 .widget th, 302 .widget td, 303 .widget pre, 304 .widget li, 289 305 .widget_categories .children, 290 306 .widget_nav_menu .sub-menu, 291 307 .widget_pages .children, 292 .widget table,293 .widget th,294 .widget td,295 .widget input,296 .widget textarea,297 .widget pre,298 .widget li,299 308 .widget abbr[title] { 300 border-color: %1$s; /* Fallback for IE7 and IE8 */301 309 border-color: %3$s; 302 310 } … … 305 313 .dropdown-toggle:focus, 306 314 .widget hr { 307 background-color: %1$s; /* Fallback for IE7 and IE8 */308 315 background-color: %3$s; 309 316 } … … 311 318 .widget input:focus, 312 319 .widget textarea:focus { 313 border-color: %1$s; /* Fallback for IE7 and IE8 */314 320 border-color: %4$s; 321 } 322 323 .sidebar a:focus, 324 .dropdown-toggle:focus { 325 outline-color: %4$s; 315 326 } 316 327 }
Note: See TracChangeset
for help on using the changeset viewer.