Difference between revisions of "MediaWiki:Common.css"

From Direct-Mind.Org

Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mw-body-content {font-size:12pt;}
.mw-body-content {font-size:11pt;}


table.recordings {font-size:10pt;}
table.recordings {font-size:10pt;}

Revision as of 18:53, 9 January 2015

/* CSS placed here will be applied to all skins */

.mw-body-content {font-size:11pt;}

table.recordings {font-size:10pt;}

table.recordings tr {text-align:left;vertical-align: text-top;}
/* note: column width are hard coded into each of the 4 tables */

#datatemplate tr {vertical-align: text-top;}

#widthlimiter {width:45rem;}

#firstHeading h1, .firstHeading h1 {font-family: verdana, tahoma, ariel, sans-serif;}
/* code
<h1 id="firstHeading" class="firstHeading" lang="en"><span dir="auto">Talk:1974-0908-Theosophical-Society-Pittsburgh</span></h1>

*/


a          {color: blue;text-decoration: none;}
a:visited  {color: blue;text-decoration: none;}
a:active   {color: red; text-decoration: none;}
a:hover    {color: green;text-decoration: underline;}