Difference between revisions of "MediaWiki:Common.css"

From Direct-Mind.Org

m
(Changed rem to em to accommodate old IE version)
Line 11: Line 11:
table.recordings tr {text-align:left;vertical-align: text-top;}
table.recordings tr {text-align:left;vertical-align: text-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 */
/* column widths: 23 + 10 + 12 + 27 plus 3 x 3 left margin, total is 81 rem */
/* column widths: 23 + 10 + 12 + 27 plus 3 x 3 left margin, total is 81 em */


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


#widthlimiter {width:45rem;}
#widthlimiter {width:45em;}
/* pre        {width:45rem;} not possible */
/* pre        {width:45em;} not possible */


#firstHeading h1, .firstHeading h1 {font-family: verdana, tahoma, ariel, sans-serif;}
#firstHeading h1, .firstHeading h1 {font-family: verdana, tahoma, ariel, sans-serif;}

Revision as of 00:16, 25 August 2015

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

/* edited 8/24/2015 - was 11pt */
.mw-body-content {font-size:18px;}


/* edited 8/24/2015 - was 11pt */
table.recordings {font-size:13pt;}


table.recordings tr {text-align:left;vertical-align: text-top;}
/* note: column width are hard coded into each of the 4 tables */
/* column widths: 23 + 10 + 12 + 27 plus 3 x 3 left margin, total is 81 em */

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

#widthlimiter {width:45em;}
/* pre        {width:45em;} not possible */

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

*/

/* Browser specific (not valid) styles to make preformatted text wrap 
http://css-tricks.com/snippets/css/make-pre-text-wrap/
*/		

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

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;}