MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung Markierung: Manuelle Zurücksetzung |
||
| (50 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
#p-navigation | #p-navigation | ||
{ | { | ||
border-image: url(" | border-image: url("https://norder-stadtgeschichte.de/Wappen.png") 30 | ||
round; | round; | ||
} | } | ||
#p-tb | #p-tb | ||
{ | { | ||
border-image: url(" | border-image: url("https://norder-stadtgeschichte.de/Wappen.png") 30 | ||
round; | round; | ||
} | } | ||
/* Make clickable text on links invisible. */ | /* Make clickable text on links invisible. */ | ||
| Zeile 48: | Zeile 21: | ||
content: ''; | content: ''; | ||
display:inline-block; | display:inline-block; | ||
width: | width: 120px; | ||
height: | height: 600px; | ||
background: url(' | background: url('https://norder-stadtgeschichte.de/Werbung1.png'); | ||
} | } | ||
/* Every image need to have its own rule defined. */ | /* Every image need to have its own rule defined. */ | ||
#n-hi::after{ | #n-hi::after{ | ||
background: url(' | background: url('https://norder-stadtgeschichte.de/Werbung1.png'); | ||
} | } | ||
#n-hi:hover ::after { | #n-hi:hover ::after { | ||
background: url(' | background: url('https://norder-stadtgeschichte.de/Werbung1.png'); | ||
} | } | ||
#n-hi:hover ::after, #n-hi ::after{ | #n-hi:hover ::after, #n-hi ::after{ | ||
| Zeile 72: | Zeile 45: | ||
} | } | ||
/* | /* increase Vector sidebar width to accommodate ads */ | ||
# | div#mw-panel { width: 12em; } | ||
div#p-Ads div.body {margin: 0em !important; } | |||
div#footer, #mw-head-base, div#content { margin-left: 12em; } | |||
} | #left-navigation { margin-left: 12em; } | ||
# | |||
} | |||
# | |||
# | |||
} | |||
} | |||
Aktuelle Version vom 22. Oktober 2024, 12:00 Uhr
/* CSS placed here will affect users of the Vector skin */
#p-navigation
{
border-image: url("https://norder-stadtgeschichte.de/Wappen.png") 30
round;
}
#p-tb
{
border-image: url("https://norder-stadtgeschichte.de/Wappen.png") 30
round;
}
/* Make clickable text on links invisible. */
li#n-hi {
color:#f6f6f6;
visibility: visible;
font-size:0em;
}
#n-hi:hover ::after, #n-hi ::after {
content: '';
display:inline-block;
width: 120px;
height: 600px;
background: url('https://norder-stadtgeschichte.de/Werbung1.png');
}
/* Every image need to have its own rule defined. */
#n-hi::after{
background: url('https://norder-stadtgeschichte.de/Werbung1.png');
}
#n-hi:hover ::after {
background: url('https://norder-stadtgeschichte.de/Werbung1.png');
}
#n-hi:hover ::after, #n-hi ::after{
background-repeat: no-repeat;
background-size: contain;
}
#mw-panel .portal .body li#n-hi {
font-size:0em;
padding:10px;
}
/* increase Vector sidebar width to accommodate ads */
div#mw-panel { width: 12em; }
div#p-Ads div.body {margin: 0em !important; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }