MediaWiki:Common.css: differenze tra le versioni

Da La Barriera Wiki.
Vai alla navigazione Vai alla ricerca
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 5: Riga 5:
  border: 1px #A7D7F9 solid;
  border: 1px #A7D7F9 solid;
  padding: 1em;
  padding: 1em;
}
td.box {
font-size: 85%;
}
}


Riga 15: Riga 11:
  margin-left: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-right: 0.5em;
}
td.box {
font-size: 90%;
}
}


Riga 29: Riga 29:
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
td#internalbox {
border-bottom: none;
border-top: none;
text-align: left;
width: 60%;
}
}


Riga 42: Riga 49:
}
}


td#internal {
td#internaltitle {
  border-bottom: none;
  border-bottom: none;
  border-top: none;
  border-top: none;

Versione delle 21:46, 6 lug 2016

/* Caselle di testo */

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

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

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

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

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%;
}

/* Caselle di intestazione */

td.lighttitle {
 background-color: #D1DDEA;
 border: 1px #A7D7F9 solid;
 font-size: 90%;
 font-weight: bold;
 padding-left: 1em;
 padding-right: 1em;
}

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

.strongtitle {
 background-color: #6499BE;
 border: 1px #A7D7F9 solid;
 line-height: 2em;
 vertical-align: center;
}

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

td.strongtitle {
 text-align: center;
}

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

div#disambigua {
 text-align: center;
}

/* Tabelle */

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

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