Accions

Usuari

Admin/foreground.css: diferència entre les revisions

De Campus Virtual URV - Ajuda

(Es crea la pàgina amb «a:link,a:visited { color: #954254 } a:hover,a:active { color: #954254; text-decoration: underline } .catlinks { visibility: hidden } .page-Main_Page #subtitle { display: none } h1 { font-size: 1.6em } h2 { font-size: 1.3em } h2.title { font-size: 1.6em } h3 { font-size: 1.2em } .ns-subject h3,.ns-special h3,.page-Main_Page h3 { font-size: 1.2em } p { margin-bottom: 0.75em }».)
 
Cap resum de modificació
 
(Hi ha 13 revisions intermèdies del mateix usuari que no es mostren)
Línia 1: Línia 1:
a:link,a:visited {
a:link,a:visited {color: #954254}
color: #954254
a:hover,a:active {color: #954254;text-decoration: underline}
}
.catlinks {visibility: hidden}
.page-Main_Page #subtitle {display: none}
h1 {font-size: 1.6em}
h2 {font-size: 1.3em}
h2.title {font-size: 1.6em}
h3 {font-size: 1.2em}
.ns-subject h3,.ns-special h3,.page-Main_Page h3 {font-size: 1.2em}
p {margin-bottom: 0.75em}


a:hover,a:active {
/* colors capçalera
color: #954254;
.top-bar,
text-decoration: underline
.top-bar-section ul,
}
.top-bar-section ul li.active > a,  
 
.top-bar-section li a:not(.button),
.catlinks {
.top-bar-section .has-form {background: #8F2A2B; }
visibility: hidden
.top-bar-section .has-form {background: #8F2A2B; }
}
.top-bar-section li.active:not(.has-form) a:not(.button),
 
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {background: #8F2A2B; }
.page-Main_Page #subtitle {
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {background: #8F2A2B; }
display: none
*/
}
 
h1 {
font-size: 1.6em
}
 
h2 {
font-size: 1.3em
}
 
h2.title {
font-size: 1.6em
}
 
h3 {
font-size: 1.2em
}
 
.ns-subject h3,.ns-special h3,.page-Main_Page h3 {
font-size: 1.2em
}
 
p {
margin-bottom: 0.75em
}

Revisió de 14:35, 21 març 2023

a:link,a:visited {color: #954254}
a:hover,a:active {color: #954254;text-decoration: underline}
.catlinks {visibility: hidden}
.page-Main_Page #subtitle {display: none}
h1 {font-size: 1.6em}
h2 {font-size: 1.3em}
h2.title {font-size: 1.6em}
h3 {font-size: 1.2em}
.ns-subject h3,.ns-special h3,.page-Main_Page h3 {font-size: 1.2em}
p {margin-bottom: 0.75em}

/* colors capçalera
.top-bar, 
.top-bar-section ul, 
.top-bar-section ul li.active > a, 
.top-bar-section li a:not(.button), 
.top-bar-section .has-form {background: #8F2A2B; }
.top-bar-section .has-form {background: #8F2A2B; }
.top-bar-section li.active:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {background: #8F2A2B; }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {background: #8F2A2B; }
*/