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

From Retro Modding Wiki
Jump to: navigation, search
m
Line 26: Line 26:
  
 
.vectorTabs li.new > span > :link {
 
.vectorTabs li.new > span > :link {
   color: #ba0000 !important;
+
   color: #a63829 !important;
 
}
 
}
  
Line 36: Line 36:
 
:link:not(.new) {
 
:link:not(.new) {
 
   color: #446fa7 !important;
 
   color: #446fa7 !important;
 +
}
 +
 +
:link.new {
 +
  color: #a63829 !important;
 
}
 
}

Revision as of 15:23, 25 January 2015

#mw-panel {
  font-weight: bold !important;
}
 
#mw-panel li {
  border: 1px solid transparent !important;
}
 
#mw-panel li :link {
  /*color: #446fa7 !important;*/
  margin-left: 3px;
}  
 
#mw-panel li:hover {
  background: #30558a; /* Old browsers */
  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;
}
 
.vectorTabs li.new > span > :link {
  color: #a63829 !important;
}
 
 
.vectorTabs li.selected > span > :link {
  color: black !important;
}
 
:link:not(.new) {
  color: #446fa7 !important;
}
 
:link.new {
  color: #a63829 !important;
}