MediaWiki:Common.css

Da La Barriera Wiki.
Vai alla navigazione Vai alla ricerca

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/* Body */

body {
background-color: #2b3e50;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Caselle di testo */

.box {
 background-color: #F7F7F7;
 border: 1px #A7D7F9 solid;
 padding: 0.5em;
}

div.box {
 box-shadow: 5px 5px 2px #888888;
 margin-left: 0.5em;
 margin-right: 0.5em;
}

span.box {
 border-radius:10px;
 box-shadow: 5px 5px 2px #888888;
 font-size: 90%;
}

td.box {
 font-size: 90%;
}

div#ambigua {
 border-radius: 10px;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
 padding: 0.5em;
 width: 60%
}

div#finestrabottom {
 border-top: none;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}

td#internalbox {
 border-bottom: none;
 border-top: none;
 text-align: left;
 width: 60%;
}

td#splash {
 text-align: center;
}

td#successione {
 width: 25%;
}

td#internal {
 border: none;
 text-align: center;
}

td#internalrow {
 border: none;
 text-align: center;
 width: 30%;
}

td#internalrowleft {
 border: none;
 text-align: left;
 width: 45%;
}

td#internalrowright {
 border: none;
 text-align: right;
 width: 45%;
}

td#stema {
 border: none;
 width: 50%;
}

td#citazione {
 padding-right: 2em;
}

td#right {
 text-align: right;
}

/* Caselle di intestazione */

.lighttitle {
 background-color: #D1DDEA;
 border: 1px #A7D7F9 solid;
 font-size: 90%;
}

td.lighttitle {
 font-weight: bold;
 padding-left: 1em;
 padding-right: 1em;
}

span.lighttitle {
 border-radius:10px;
 box-shadow: 5px 5px 2px #888888;
 padding: 0.5em;
}

td#internaltitle {
 border-bottom: none;
 border-top: none;
 text-align: right;
 width: 40%;
}

.strongtitle {
 background-color: #6499BE;
 border: 1px #A7D7F9 solid;
}

div.strongtitle {
 border-radius:10px;
 box-shadow: 5px 5px 2px #888888;
 line-height: 2em;
 margin: 0.5em;
 vertical-align: center;
}

span.strongtitle {
 border-radius:10px;
 box-shadow: 5px 5px 2px #888888;
 font-size: 90%;
 padding: 0.5em;
}

td.strongtitle {
 line-height: 2em;
 text-align: center;
 vertical-align: center;
}

div#finestratop {
 border-bottom-left-radius: 0px;
 border-bottom-right-radius: 0px;
 margin-bottom: 0;
}

div#disambigua {
 text-align: center;
}

td#finestratop {
 border-bottom: none;
 text-align: center;
}
/* Tabelle */

table {
 width: 100%
}

table.structure {
 border: 1px #A7D7F9 solid;
 border-collapse: collapse;
 box-shadow: 5px 5px 2px #888888;
}

table#lateral {
 margin-left: 1em;
 margin-bottom: 1em;
 width: 320px;
}

table#successione {
 margin-bottom: 1em;
 margin-left: auto;
 margin-right: auto;
 margin-top: 1em;
 width: 70%;
}

table#citazione {
 width: auto;
 margin-top: 1em;
}