Admin/foreground.css: diferència entre les revisions
De Campus Virtual URV - Ajuda
Cap resum de modificació Etiqueta: Revertida |
Cap resum de modificació Etiqueta: Revertida |
||
Línia 4: | Línia 4: | ||
.top-bar .toggle-topbar.menu-icon a { | .top-bar .toggle-topbar.menu-icon a { | ||
color: # | color: #8F2A2B; | ||
} | } | ||
.top-bar .toggle-topbar.menu-icon a span { | .top-bar .toggle-topbar.menu-icon a span { | ||
box-shadow: 0 10px 0 1px # | box-shadow: 0 10px 0 1px #8F2A2B, 0 16px 0 1px #8F2A2B, 0 22px 0 1px #8F2A2B; | ||
} | } | ||
.top-bar { | .top-bar { | ||
background: # | background: #8F2A2B none repeat scroll 0 0; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #8F2A2B; | ||
} | } | ||
.top-bar .name h1, | .top-bar .name h1, | ||
.top-bar .name h1 a { | .top-bar .name h1 a { | ||
color: # | color: #8F2A2B !important; | ||
} | } | ||
Línia 26: | Línia 26: | ||
.top-bar-section ul li.active > a { | .top-bar-section ul li.active > a { | ||
background: # | background: #8F2A2B none repeat scroll 0 0; | ||
color: #fff; | color: #fff; | ||
} | } | ||
Línia 32: | Línia 32: | ||
.top-bar-section ul li.hover > a, | .top-bar-section ul li.hover > a, | ||
.top-bar-section ul li ul.dropdown li.hover > a{ | .top-bar-section ul li ul.dropdown li.hover > a{ | ||
background: # | background: #8F2A2B; | ||
} | } | ||
.top-bar-section ul li ul.dropdown li > a { | .top-bar-section ul li ul.dropdown li > a { | ||
background: # | background: #8F2A2B; | ||
} | } | ||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, | ||
.top-bar-section > ul > [role="separator"] { | .top-bar-section > ul > [role="separator"] { | ||
border-color: -moz-use-text-color # | border-color: -moz-use-text-color #8F2A2B; | ||
border-right: solid 1px # | border-right: solid 1px #8F2A2B; | ||
border-left: solid 1px # | border-left: solid 1px #8F2A2B; | ||
} | } | ||
.top-bar-section .has-form { | .top-bar-section .has-form { | ||
background: # | background: #8F2A2B none repeat scroll 0 0; | ||
} | } | ||
.top-bar-section li a:not(.button) { | .top-bar-section li a:not(.button) { | ||
background: # | background: #8F2A2B; | ||
} | } | ||
Línia 57: | Línia 57: | ||
.button, | .button, | ||
.multipleTemplateAdder { | .multipleTemplateAdder { | ||
background-color: # | background-color: #8F2A2B; | ||
border-color: # | border-color: #8F2A2B; | ||
} | } | ||
Línia 66: | Línia 66: | ||
.button:focus { | .button:focus { | ||
background-color: #c06666; | background-color: #c06666; | ||
} | } |
Revisió del 14:29, 21 març 2023
.title-name { background: #fff none repeat scroll 0 0; } .top-bar .toggle-topbar.menu-icon a { color: #8F2A2B; } .top-bar .toggle-topbar.menu-icon a span { box-shadow: 0 10px 0 1px #8F2A2B, 0 16px 0 1px #8F2A2B, 0 22px 0 1px #8F2A2B; } .top-bar { background: #8F2A2B none repeat scroll 0 0; border-bottom: 2px solid #8F2A2B; } .top-bar .name h1, .top-bar .name h1 a { color: #8F2A2B !important; } .top-bar-section ul#top-bar-left.left li.divider { border-color: #fff; } .top-bar-section ul li.active > a { background: #8F2A2B 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: #8F2A2B; } .top-bar-section ul li ul.dropdown li > a { background: #8F2A2B; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-color: -moz-use-text-color #8F2A2B; border-right: solid 1px #8F2A2B; border-left: solid 1px #8F2A2B; } .top-bar-section .has-form { background: #8F2A2B none repeat scroll 0 0; } .top-bar-section li a:not(.button) { background: #8F2A2B; } button, .button, .multipleTemplateAdder { background-color: #8F2A2B; border-color: #8F2A2B; } button:hover, button:focus, .button:hover, .button:focus { background-color: #c06666; }