MediaWiki:Common.css: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
m removal of unused old wikivoyage styles
Riga 78:
/* Classe che gestisce gli stili e la numerazione dei link alle mappe associate ai listing */
@import url('//it.wikivoyage.org/w/index.php?title=MediaWiki:Listing-map.css&action=raw&ctype=text/css');
 
/* Unterdrückung Ausgabe LocDB auf Hauptseite */
.page-Pagina_principale .t-locdb-new, .page-Pagina_principale .t-locdb {
display: none;
}
 
@media print {
.panorama, .noprint, #socialbm, #contentSub { display: none; }
 
#content a.external.text:after, #content a.external.autonumber:after {
Line 99 ⟶ 94:
}
 
/* Blue-framed tables, not sure if used at WV/it */
.prettytable {
border: 1px solid #6cc8f3;
Line 121 ⟶ 117:
.sortable th { /* ab Version 1.9 */
text-align: left;
}
.verticalCentered td, .verticalCentered th {
vertical-align: middle;
}
.textCentered td, .textCentered th {
text-align: center;
}
.framedBox {
Line 144 ⟶ 134:
}
 
/* Unterdrueckt Ausgabe nachgestellter Links */
/* Schriften fuer seltenere Sprachen */
No links in text in print */
 
.spanAr {
font-size: 1.2em;
}
.spanCop {
font-family: 'Free Serif KoptosMS','Free Serif CoptoMS','New Athena Unicode','MPH 2B Damase';
}
 
/* Unterdrueckt Ausgabe nachgestellter Links */
#content .printNoLink a.external.text:after, #content .printNoLink a.external.autonumber:after {
content: "";
}
 
/* Kenntlichmachung transparenter Hintergruende */
#file img, .gallerybox .thumb img {
background: repeat url("//commons.wikimedia.org/wiki/File:Checker-16x16.png");
}
 
Line 179 ⟶ 156:
}
 
/* Footnote und reference highlighting in blue <ref> <reference> */
/* Zwingt Bild etc. auf Grundlinie */
 
.baseline * {
vertical-align: baseline;
}
 
/* Streckung eines Bildes auf die volle göße des umgebenden Tags */
.maximage img {
width: 100%;
height: 100%;
}
 
/* Streckung eines Bildes auf die volle göße des umgebenden Tags */
 
.compass img {
width: 160px;
height: 160px;
}
 
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
ol.references > li:target {
Line 207 ⟶ 164:
sup.reference:target {
background-color: #ddeeff;
}
 
/* General */
 
.float-left {
clear: left;
float: left;
margin: 0 1em 1em 0;
}
.float-right {
clear: right;
float: right;
margin: 0 0 1em 1em;
}
.centered {
clear: both;
float: none;
margin: 1em auto;
}
.tablecenter {
margin-left: auto;
margin-right: auto;
}
 
Line 273 ⟶ 208:
margin: 0 0.5em 0 0;
float: left;
}
 
#socialbm iframe {
display: inline;
height: 45px;
margin: 0;
}
#socialbm a img {
vertical-align: 23px;
}
 
 
#altIsIn {
line-height: 1.8em;
}