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 11: Riga 11:
  margin-left: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-right: 0.5em;
}
span.box {
border-radius:10px;
box-shadow: 5px 5px 2px #888888;
font-size: 90%;
}
}


Riga 67: Riga 73:
/* Caselle di intestazione */
/* Caselle di intestazione */


td.lighttitle {
.lighttitle {
  background-color: #D1DDEA;
  background-color: #D1DDEA;
  border: 1px #A7D7F9 solid;
  border: 1px #A7D7F9 solid;
  font-size: 90%;
  font-size: 90%;
}
td.lighttitle {
  font-weight: bold;
  font-weight: bold;
  padding-left: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-right: 1em;
}
span.lighttitle {
border-radius:10px;
box-shadow: 5px 5px 2px #888888;
padding: 0.5em;
}
}


Riga 86: Riga 101:
  background-color: #6499BE;
  background-color: #6499BE;
  border: 1px #A7D7F9 solid;
  border: 1px #A7D7F9 solid;
}
div.strongtitle {
border-radius:10px;
box-shadow: 5px 5px 2px #888888;
  line-height: 2em;
  line-height: 2em;
margin: 0.5em;
  vertical-align: center;
  vertical-align: center;
}
}


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


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



Versione delle 20:49, 7 lug 2016

/* 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#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%;
}

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

/* 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;
}