Difference between revisions of "MediaWiki:Common.css"

From Direct-Mind.Org

(edit #widthlimiter {width:45rem;})
(Style #firstHeading = page title)
Line 4: Line 4:


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


th.title {}
th.title {}
Line 15: Line 15:


#widthlimiter {width:45rem;}
#widthlimiter {width:45rem;}
#firstHeading {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>
*/

Revision as of 01:24, 2 January 2015

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

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

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

th.title {}

th.action {}

th.status {}

th.remarks {}

#widthlimiter {width:45rem;}

#firstHeading {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>

*/