Difference between revisions of "MediaWiki:Monobook.css"

From WikiROMS
Jump to navigationJump to search
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
.AdjointColor {
  font-weight: bold;
  color: #9900CC;
}
.TangentColor {
  font-weight: bold;
  color: #FF0000;
}
.aquamarine {
  font-weight: bold;
  color: #45AB74;
}
.darkTurquoise {
  font-weight: bold;
  color: #00CED1;
}
.forestGreen {
  font-weight: bold;
  color: #22AB22;
}
.limeGreen {
  font-weight: bold;
  color: #32CD32;
}
.darkGolderod {
  font-weight: bold;
  color: #BAA60B;
}
.peru {
  font-weight: bold;
  color: #CDA53F;
}
.sandyBrown{
  font-weight: bold;
  color: #F4A460;
}
.salmon {
  font-weight: bold;
  color: #FAA072;
}
.hotPink {
  font-weight: bold;
  color: #FF69B4;
}
.mediumOrchid {
  font-weight: bold;
  color: #BA55D3;
}
.red {
  font-weight: bold;
  color: #FF5555;
}
.orange {
  font-weight: bold;
  color: #FF6600;
}
.brown {
  font-weight: bold;
  color: #663333;
}
.green {
  font-weight: bold;
  color: #009900;
}
.olive {
  font-weight: bold;
  color: #929205;
}
.cyan {
  font-weight: bold;
  color: #02CBC9;
}
.blue {
  font-weight: bold;
  color: #0000FF;
}
.twilightBlue {
  font-weight: bold;
  color: #6666CC;
}
.purple {
  font-weight: bold;
  color: #9900CC;
}
.violet {
  font-weight: bold;
  color: #FF00FF;
}
.black {
  font-weight: bold;
  color: black;
}
.alphabet {
  font-weight: bold;
  font-family: "Courier New",monospace;
  border: solid black 1px;
  padding: 2px 6px 0 5px;
  background-color: #F1E8CA;
}
.source {
  background-color: #FFF;
/*  font-weight: bold;*/
}


.title {
.title {
font-size: 188%;
font-size: 155%;
font-weight: bold;
font-weight: bold;
margin-bottom: .5em;
margin-bottom: .5em;
padding-top: .5em;
padding-top: .5em;
padding-bottom: .17em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
border-bottom: 2px solid #aaa;
}
 
table.main {
  font-size: 13px;
}
 
#bodyContent {
  font-size: 16px;
}
}

Revision as of 15:11, 10 July 2008

/* CSS placed here will affect users of the Monobook skin */

.AdjointColor {
   font-weight: bold;
   color: #9900CC;
}
.TangentColor {
   font-weight: bold;
   color: #FF0000;
}

.aquamarine {
   font-weight: bold;
   color: #45AB74;
}
.darkTurquoise {
   font-weight: bold;
   color: #00CED1;
}
.forestGreen {
   font-weight: bold;
   color: #22AB22;
}
.limeGreen {
   font-weight: bold;
   color: #32CD32;
}
.darkGolderod {
   font-weight: bold;
   color: #BAA60B;
}
.peru {
   font-weight: bold;
   color: #CDA53F;
}
.sandyBrown{
   font-weight: bold;
   color: #F4A460;
}
.salmon {
   font-weight: bold;
   color: #FAA072;
}
.hotPink {
   font-weight: bold;
   color: #FF69B4;
}
.mediumOrchid {
   font-weight: bold;
   color: #BA55D3;
}

.red {
   font-weight: bold;
   color: #FF5555;
}
.orange {
   font-weight: bold;
   color: #FF6600;
}
.brown {
   font-weight: bold;
   color: #663333;
}
.green {
   font-weight: bold;
   color: #009900;
}
.olive {
   font-weight: bold;
   color: #929205;
}
.cyan {
   font-weight: bold;
   color: #02CBC9;
}
.blue {
   font-weight: bold;
   color: #0000FF;
}
.twilightBlue {
   font-weight: bold;
   color: #6666CC;
}
.purple {
   font-weight: bold;
   color: #9900CC;
}
.violet {
   font-weight: bold;
   color: #FF00FF;
}
.black {
   font-weight: bold;
   color: black;
}

.alphabet {
   font-weight: bold;
   font-family: "Courier New",monospace;
   border: solid black 1px;
   padding: 2px 6px 0 5px;
   background-color: #F1E8CA;
}

.source {
   background-color: #FFF;
/*  font-weight: bold;*/
}

.title {
font-size: 155%;
font-weight: bold;
margin-bottom: .5em;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 2px solid #aaa;
}

table.main {
   font-size: 13px;
}

#bodyContent {
   font-size: 16px;
}