MediaWiki:Common.css: differenze tra le versioni
Da ElettraWiki.
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| Riga 6: | Riga 6: | ||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
} | } | ||
<style> | |||
div.atscreen { | |||
border-radius: 5px; | border-radius: 5px; | ||
border: 2px solid #444444; | border: 2px solid #444444; | ||
| Riga 15: | Riga 16: | ||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | ||
} | } | ||
</style> | |||
Versione delle 17:40, 8 mag 2021
body.page-Pagina_principale.action-view h1.firstHeading, body.page-Pagina_principale.action-submit h1.firstHeading { display: none; }
#rcorners {
border-radius: 25px;
border: 2px solid #000000;
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
<style>
div.atscreen {
border-radius: 5px;
border: 2px solid #444444;
padding: 5px;
width: 100%;
height: 5px;
line-height: 2;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
</style>