Difference between revisions of "MediaWiki:Vector.css"

From Wikiwel
Share/Save/Bookmark
Jump to: navigation, search
 
Line 9: Line 9:
 
content: '';
 
content: '';
 
display:inline-block;
 
display:inline-block;
width: 150px;
+
width: 140px;
height: 150px;
+
height: 140px;
  
background: url('https://wikiwel.com/wikihealing/images/8/8c/Wiki3.jpg');
+
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
 
}
 
}
  
 
/* Every image need to have its own rule defined. */
 
/* Every image need to have its own rule defined. */
 
#n-hi1::after{
 
#n-hi1::after{
background: url('https://wikiwel.com/wikihealing/images/8/8c/Wiki3.jpg');
+
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
 
}
 
}
  
 
#n-hi1:hover ::after {
 
#n-hi1:hover ::after {
background: url('https://wikiwel.com/wikihealing/images/8/8c/Wiki3.jpg');
+
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
 
}
 
}
 
#n-hi1:hover ::after, #n-hi1 ::after{
 
#n-hi1:hover ::after, #n-hi1 ::after{

Latest revision as of 13:02, 6 May 2020

/* CSS placed here will affect users of the Vector skin */
/* 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: 140px;
height: 140px;

background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
}

/* Every image need to have its own rule defined. */
#n-hi1::after{
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
}

#n-hi1:hover ::after {
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
}
#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:5px;
}