Difference between revisions of "MediaWiki:Common.css"

From Psychiatrienet
Jump to: navigation, search
Line 1: Line 1:
 
.red {  
 
.red {  
  color: red  
+
  color: red;
 +
}
 +
.orange {
 +
color: #ff8000;
 
}
 
}
 
.myrefs {
 
.myrefs {

Revision as of 12:25, 26 August 2009

.red { 
 color: red; 
}
.orange { 
 color: #ff8000;
}
.myrefs {
 font-size:85%;
 color:black !important;
 background-color:#eee !important;
 background-image: none !important;
}
.mylegend {
  position: relative;
  left: 30px;
  top: -50px;
  font-size:85%;
  line-height:85%;
}