MediaWiki:Common.css: Difference between revisions

legend box I'm making in recentchangestext
(darker)
(legend box I'm making in recentchangestext)
Line 79: Line 79:
     padding: 0.2em 0.4em;
     padding: 0.2em 0.4em;
}
}
/* administrator and bureaucrat highlights */
.mw-userlink[title="User:Admin"],
.mw-userlink[title="User:Gstar"],
#crat a { font-weight: bold; color: #C76E00 !important; }
.mw-userlink[title="User:Scoot"],
#admin a { font-weight: bold; color: #228B22 !important; }


/* main page */
/* main page */
Line 101: Line 109:
}
}


.mw-userlink[title="User:Gstar"],
/* legend box */
#crat a { font-weight: bold; color: #C76E00 !important; }
 
.legend {
  float:right;
  vertical-align:top;
  width:210px;
  border:1px solid #AAA;
  background:#F9F9F9;
  margin:0 0 0.5em 1em;
  padding:3px;
}


/* administrators */
.legend > * > tr > th {
.mw-userlink[title="User:Scoot"],
  background:#800080;
#admin a { font-weight: bold; color: #228B22 !important; }
  color:#FFF;
  font-size:125%;
}