MediaWiki:Vector.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 41: | Zeile 41: | ||
#mw-panel .portal .body li#n-hi { | #mw-panel .portal .body li#n-hi { | ||
font-size:0em; | |||
padding:10px; | |||
} | |||
/* Make clickable text on links invisible. */ | |||
li#n-google { | |||
color:#f6f6f6; | |||
visibility: visible; | |||
font-size:0em; | |||
} | |||
#n-google:hover ::after, #n-google ::after { | |||
content: ''; | |||
display:inline-block; | |||
width: 120px; | |||
height: 600px; | |||
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png'); | |||
} | |||
/* Every image need to have its own rule defined. */ | |||
#n-google::after{ | |||
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png'); | |||
} | |||
#n-google:hover ::after { | |||
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png'); | |||
} | |||
#n-google:hover ::after, #n-google ::after{ | |||
background-repeat: no-repeat; | |||
background-size: contain; | |||
} | |||
#mw-panel .portal .body li#n-google { | |||
font-size:0em; | font-size:0em; | ||
padding:10px; | padding:10px; | ||
Version vom 3. April 2022, 13:35 Uhr
/* CSS placed here will affect users of the Vector skin */
#p-navigation
{
border-image: url("https://heimatforschung-ostfriesland.de/norden/Wappen_Ostfriesland.png") 30
round;
}
#p-tb
{
border-image: url("https://heimatforschung-ostfriesland.de/norden/Wappen_Ostfriesland.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://heimatforschung-ostfriesland.de/norden/Werbung1.png');
}
/* Every image need to have its own rule defined. */
#n-hi::after{
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
}
#n-hi:hover ::after {
background: url('https://heimatforschung-ostfriesland.de/norden/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;
}
/* Make clickable text on links invisible. */
li#n-google {
color:#f6f6f6;
visibility: visible;
font-size:0em;
}
#n-google:hover ::after, #n-google ::after {
content: '';
display:inline-block;
width: 120px;
height: 600px;
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
}
/* Every image need to have its own rule defined. */
#n-google::after{
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
}
#n-google:hover ::after {
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
}
#n-google:hover ::after, #n-google ::after{
background-repeat: no-repeat;
background-size: contain;
}
#mw-panel .portal .body li#n-google {
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; }
/* Diskussion-Tab verbergen */
#ca-talk { display:none!important; }