Difference between revisions of "MediaWiki:Vector.css"

From DAVE Developer's Wiki
Jump to: navigation, search
(Replaced content with "CSS placed here will affect users of the Vector skin: ")
(Tag: Replaced)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
#p-navigation
 
{
 
border-image: url("https://www.dave.eu/files/p/SpN3HAZI2O5ZHgXX") 300
 
round;
 
border-top: 300px solid black; 
 
border-left: 300px solid black;
 
border-right: 300px solid black;
 
border-bottom: 300px solid black;
 
}
 
#p-tb
 
{
 
border-image: url("https://www.dave.eu/files/p/SpN3HAZI2O5ZHgXX") 30
 
round;
 
border-top: 1px solid black; 
 
border-left: 1px solid black;
 
border-right: 1px solid black;
 
border-bottom: 1px solid black;
 
}
 
 
#n-hi1:hover ::after, #n-hi1 ::after {
 
content: '';
 
display:inline-block;
 
width: 48px;
 
height: 48px;
 
 
background: url('https://www.dave.eu/files/p/SpN3HAZI2O5ZHgXX"');
 
}
 

Revision as of 10:26, 7 February 2022

/* CSS placed here will affect users of the Vector skin */