Diferencia entre revisiones de «Common.css»
Línea 6: | Línea 6: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | .title-name { | ||
+ | background: #323232 none repeat scroll 0 0; | ||
+ | } | ||
+ | |||
+ | .top-bar .toggle-topbar.menu-icon a { | ||
+ | color: #006398; | ||
+ | } | ||
+ | |||
+ | .top-bar .toggle-topbar.menu-icon a span { | ||
+ | box-shadow: 0 10px 0 1px #006398, 0 16px 0 1px #006398, 0 22px 0 1px #006398; | ||
+ | } | ||
+ | |||
+ | .top-bar { | ||
+ | background: #323232 none repeat scroll 0 0; | ||
+ | border-bottom: 2px solid #902828; | ||
+ | } | ||
+ | |||
+ | .top-bar .name h1, | ||
+ | .top-bar .name h1 a { | ||
+ | color: #fff !important; | ||
+ | } | ||
+ | |||
+ | .top-bar-section ul#top-bar-left.left li.divider { | ||
+ | border-color: #fff; | ||
+ | } | ||
+ | |||
+ | .top-bar-section ul li.active > a { | ||
+ | background: #323232 none repeat scroll 0 0; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | .top-bar-section ul li.hover > a, | ||
+ | .top-bar-section ul li ul.dropdown li.hover > a{ | ||
+ | background: #323232; | ||
+ | } | ||
+ | |||
+ | .top-bar-section ul li ul.dropdown li > a { | ||
+ | background: #323232; | ||
+ | } | ||
+ | |||
+ | .top-bar-section > ul > .divider, | ||
+ | .top-bar-section > ul > [role="separator"] { | ||
+ | border-color: -moz-use-text-color #006398; | ||
+ | border-right: solid 1px #006398; | ||
+ | border-left: solid 1px #006398; | ||
+ | } | ||
+ | |||
+ | .top-bar-section .has-form { | ||
+ | background: #323232 none repeat scroll 0 0; | ||
+ | } | ||
+ | |||
+ | .top-bar-section li a:not(.button) { | ||
+ | background: #323232; | ||
+ | } | ||
+ | |||
+ | button, | ||
+ | .button, | ||
+ | .multipleTemplateAdder { | ||
+ | background-color: #970000; | ||
+ | border-color: #970000; | ||
+ | } | ||
+ | |||
+ | button:hover, | ||
+ | button:focus, | ||
+ | .button:hover, | ||
+ | .button:focus { | ||
+ | background-color: #c06666; | ||
+ | } | ||
+ | |||
+ | input#wpPreview { | ||
+ | background-color: #970000; | ||
+ | border-color: #970000; | ||
+ | color: #fff; | ||
+ | } | ||
+ | |||
+ | input[type="submit"] { | ||
+ | background-color: #970000; | ||
+ | border-color: #970000; | ||
+ | } | ||
+ | |||
+ | .label { | ||
+ | background-color: #66a1c1; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | color: #970000; | ||
+ | } | ||
+ | |||
+ | a:hover, a:focus { | ||
+ | color: #66a1c1; | ||
+ | } | ||
+ | |||
+ | a.new { | ||
+ | color: #08611b; | ||
} | } |
Revisión del 14:51 30 abr 2020
/* El CSS colocado en esta página será aplicado a todas las apariencias */
div.centered,
table.centered,
ul.centered,
.centered {
margin-left: auto;
margin-right: auto;
}
.title-name {
background: #323232 none repeat scroll 0 0;
}
.top-bar .toggle-topbar.menu-icon a {
color: #006398;
}
.top-bar .toggle-topbar.menu-icon a span {
box-shadow: 0 10px 0 1px #006398, 0 16px 0 1px #006398, 0 22px 0 1px #006398;
}
.top-bar {
background: #323232 none repeat scroll 0 0;
border-bottom: 2px solid #902828;
}
.top-bar .name h1,
.top-bar .name h1 a {
color: #fff !important;
}
.top-bar-section ul#top-bar-left.left li.divider {
border-color: #fff;
}
.top-bar-section ul li.active > a {
background: #323232 none repeat scroll 0 0;
color: #fff;
}
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a{
background: #323232;
}
.top-bar-section ul li ul.dropdown li > a {
background: #323232;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: -moz-use-text-color #006398;
border-right: solid 1px #006398;
border-left: solid 1px #006398;
}
.top-bar-section .has-form {
background: #323232 none repeat scroll 0 0;
}
.top-bar-section li a:not(.button) {
background: #323232;
}
button,
.button,
.multipleTemplateAdder {
background-color: #970000;
border-color: #970000;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: #c06666;
}
input#wpPreview {
background-color: #970000;
border-color: #970000;
color: #fff;
}
input[type="submit"] {
background-color: #970000;
border-color: #970000;
}
.label {
background-color: #66a1c1;
}
a {
color: #970000;
}
a:hover, a:focus {
color: #66a1c1;
}
a.new {
color: #08611b;
}