MediaWiki:Monobook.css: differenze tra le versioni
Nessun oggetto della modifica |
chg |
||
| (14 versioni intermedie di 3 utenti non mostrate) | |||
| Riga 2: | Riga 2: | ||
/* Change backround to "blue" */ |
|||
.mediawiki { |
|||
background: #eff5ff none repeat scroll 0 0; |
|||
| ⚫ | |||
/* Remove the boxes in the sidebar and make the background "blue" */ |
|||
body.page-Pagina_principale h1.firstHeading { display:none; } |
|||
.pBody { |
|||
| ⚫ | |||
| ⚫ | |||
padding: 0 0.8em 0.3em 0.5em; |
|||
| ⚫ | |||
/* wikitable/prettytable class for skinning normal tables */ |
|||
/* Remove bullets from the list in the sidebar */ |
|||
table.wikitable, |
|||
.pBody ul { |
|||
table.prettytable { |
|||
list-style-type: none; |
|||
margin: 1em 1em 1em 0; |
|||
list-style-image: none; |
|||
| ⚫ | |||
border-collapse: collapse; |
|||
} |
} |
||
.wikitable th, .wikitable td, |
|||
/* Capitalize first letter in sidebar headers */ |
|||
.prettytable th, .prettytable td { |
|||
.portlet h3 { |
|||
border: 1px #aaa solid; |
|||
text-transform: capitalize; |
|||
color: #23426e; |
|||
| ⚫ | |||
.wikitable th, |
|||
.prettytable th { |
|||
| ⚫ | |||
text-align: center; |
|||
| ⚫ | |||
.wikitable caption, |
|||
.prettytable caption { |
|||
font-weight: bold; |
|||
} |
} |
||
Versione attuale delle 16:42, 7 lug 2021
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */
/* Change backround to "blue" */
.mediawiki {
background: #eff5ff none repeat scroll 0 0;
}
/* Remove the boxes in the sidebar and make the background "blue" */
.pBody {
background-color: #eff5ff;
border: none;
padding: 0 0.8em 0.3em 0.5em;
}
/* Remove bullets from the list in the sidebar */
.pBody ul {
list-style-type: none;
list-style-image: none;
}
/* Capitalize first letter in sidebar headers */
.portlet h3 {
text-transform: capitalize;
color: #23426e;
}