MediaWiki:Vector.css: differenze tra le versioni
mNessun oggetto della modifica |
mNessun oggetto della modifica |
||
| (7 versioni intermedie di uno stesso utente non sono mostrate) | |||
| Riga 1: | Riga 1: | ||
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector */ | /* Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector */ | ||
body { | body { | ||
background-color:#ADE888; | margin: 0; | ||
padding: 0; | |||
overflow-x: hidden !important; | |||
overflow-y: scroll !important; | |||
background-color:#ADE888; | |||
font-family: 'Source Sans Pro',Calibri,Helvetica,Arial,sans-serif; | |||
font-size: 14px; | |||
word-wrap: break-word; | |||
line-height: normal; | |||
unicode-bidi: embed; | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
| Riga 14: | Riga 23: | ||
background-image: linear-gradient(rgba(173, 232, 136, 0), 50%,#ADE888 100%); | background-image: linear-gradient(rgba(173, 232, 136, 0), 50%,#ADE888 100%); | ||
height: 80px; | height: 80px; | ||
} | |||
#mw-panel { | |||
width: 160px; | |||
} | |||
.special li { | |||
line-height: 1.6em; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
| Riga 66: | Riga 84: | ||
padding: 10px; | padding: 10px; | ||
line-height: 25px !important; | line-height: 25px !important; | ||
margin-top: - | margin-top: 5px; | ||
} | |||
#mw-content-text ul { | |||
line-height: 1.7em; | |||
} | } | ||
.blacklink a, .blacklink a:hover, .blacklink a:visited {color: #000 !important;} | |||
.whitelink a, .whitelink a:hover, .whitelink a:visited {color: #fff !important;} | |||
.navtemplate.white tr:first-child th, .navtemplate.white tr:first-child th a {color: #fff !important;} | |||
.navtemplate.black tr:first-child th, .navtemplate.black tr:first-child th a {color: #000 !important;} | |||
.navtemplate tr th a, .navtemplate tr th a:visited, .navtemplate tr th a.new, .navtemplate tr th a.new:visited {color: #000000;} | |||
.navigazione.white tr th, .navigazione.white tr th a {color: #fff !important;} | |||
.navigazione.black tr th, .navigazione.black tr th a {color: #000 !important;} | |||