Difference between revisions of "User:Bearborg/vector.css"

From Retro Modding Wiki
Jump to: navigation, search
m
m
 
(7 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
}
 
}
 
    
 
    
#mw-panel li a {
+
#mw-panel li :link {
  color: #446fa7 !important;
+
 
   margin-left: 3px;
 
   margin-left: 3px;
 
}   
 
}   
 
    
 
    
 
#mw-panel li:hover {
 
#mw-panel li:hover {
   background: #30558a; /* Old browsers */
+
   background: #30558a;
 
   background: linear-gradient(#30558a, #7baef1);
 
   background: linear-gradient(#30558a, #7baef1);
 
   border: 1px solid white !important;
 
   border: 1px solid white !important;
Line 20: Line 19:
 
}
 
}
 
    
 
    
#mw-panel li:hover a {   
+
#mw-panel li:hover :link {   
 
   color: white !important;
 
   color: white !important;
 
   text-decoration: none !important;
 
   text-decoration: none !important;
 
}
 
}
  
:link {
+
#mw-panel li:hover :link, #mw-panel li:hover :visited {
   color: #446fa7 !important;
+
   color: white !important;
 +
  text-decoration: none !important;
 
}
 
}
 +
 +
.vectorTabs li.selected > span > :link {
 +
  color: #333333 !important;
 +
}
 +
 +
:link:not(.new) {
 +
  color: #2f66ad !important;
 +
}
 +
 +
:link.new, .new *:link {
 +
  color: #a63829 !important;
 +
}
 +
 +
:visited {
 +
  color: #7b569d !important;
 +
}
 +
 +
 +
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
 +
  font-family: sans-serif !important;
 +
}
 +
 +
/*This is the CSS for prepending morph ball images to article names. Needs custom classes, or else it'll just put morph balls in front of everything.
 +
table li a::before {
 +
  content: url(http://www.metroid2002.com/retromodding/images/thumb/8/85/Morphball_render.png/20px-Morphball_render.png);
 +
  margin-right: 6px;
 +
  position: relative;
 +
  top: 5px;
 +
}*/

Latest revision as of 15:25, 14 February 2015

#mw-panel {
  font-weight: bold !important;
}
 
#mw-panel li {
  border: 1px solid transparent !important;
}
 
#mw-panel li :link {
  margin-left: 3px;
}  
 
#mw-panel li:hover {
  background: #30558a;
  background: linear-gradient(#30558a, #7baef1);
  border: 1px solid white !important;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  border-radius: 3px !important;
}
 
#mw-panel li:hover :link {  
  color: white !important;
  text-decoration: none !important;
}
 
#mw-panel li:hover :link, #mw-panel li:hover :visited {  
  color: white !important;
  text-decoration: none !important;
}
 
.vectorTabs li.selected > span > :link {
  color: #333333 !important;
}
 
:link:not(.new) {
  color: #2f66ad !important;
}
 
:link.new, .new *:link {
  color: #a63829 !important;
}
 
:visited {
  color: #7b569d !important;
}
 
 
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
  font-family: sans-serif !important;
}
 
/*This is the CSS for prepending morph ball images to article names. Needs custom classes, or else it'll just put morph balls in front of everything.
table li a::before {
  content: url(http://www.metroid2002.com/retromodding/images/thumb/8/85/Morphball_render.png/20px-Morphball_render.png);
  margin-right: 6px;
  position: relative;
  top: 5px;
}*/