Difference between revisions of "MediaWiki:Common.css"

From DoomRL Wiki

Jump to: navigation, search
(Trying common.css)
 
m (Trying to update page in pursuit of bypassing cache)
 
Line 27: Line 27:
 
   font-size: 120%;
 
   font-size: 120%;
 
   text-align: center;
 
   text-align: center;
 +
}
 +
 +
.formula {
 +
  font-family: courier,monospace;
 
}
 
}

Latest revision as of 07:31, 29 July 2011

/* CSS placed here will be applied to all skins */
 
/* The drltable class should be used for general data tables. */
 
.drltable {
  border: 2px solid darkred;
  border-width: 2px 1px 2px 1px;
  border-spacing: 0;
  font-size: 90%;
  text-align: center;
  margin: 0.25em 0.5em;
}
 
.drltable tr.drlalt {
  background: #333;
}
 
.drltable tr td {
  border: 1px solid darkred;
  border-width: 0 1px 0 1px;
  text-align: center;
}
 
.drltable .drltitle {
  background: darkred;
  color: yellow;
  font-size: 120%;
  text-align: center;
}
 
.formula {
  font-family: courier,monospace;
}
Personal tools