Open main menu

DAVE Developer's Wiki β

Changes

MediaWiki:Vector.css

887 bytes added, 15:23, 7 February 2022
no edit summary
/* CSS placed here will affect users style the background of the Vector skin sidebar section headers */
.mediawiki div#mw-panel div.portal h3 {
font-size: 80%;
background-color: #ededed;
border-radius: 2px;
}
 
/* text styles for sidebar headers */
.mediawiki div#mw-panel div.portal h3,
div#pageWrapper div#mw-panel h3 a {
text-transform: uppercase;
font-weight: bold;
color: #2f2f2f;
}
 
/* Make clickable text on links invisible. */
#n-hi1 {
color:#f6f6f6;
font-size:0em;
}
 
#n-hi1:hover ::after, #n-hi1 ::after {
content: '';
display:inline-block;
width: 150px;
height: 150px;
 
background: url('https://www.dave.eu/storage/files/siegel-crescita-2022-neu1.png');
}
 
/* Every image need to have its own rule defined. */
#n-hi1::after{
background: url('https://www.dave.eu/storage/files/siegel-crescita-2022-neu1.png');
}
 
#n-hi1:hover ::after {
background: url('https://www.dave.eu/storage/files/siegel-crescita-2022-neu1.png');
}
#n-hi1:hover ::after, #n-hi1 ::after{
background-repeat: no-repeat;
background-size: contain;
}
 
#mw-panel .portal .body li#n-hi1 {
font-size:0em;
padding:10px;
}
dave_user, Administrators
5,190
edits