Difference between revisions of "MediaWiki:Common.css"

From Direct-Mind.Org

(fix screwed up comment marker)
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


table.recordings {font-size:10pt;}
.mw-body-content {font-size:16px;}


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


th.recording, th.action, th.status, th.remarks {vertical-align: top;}


td.recording, td.action, td.status, td.remarks {vertical-align: top;}
/* table-recordings styles are here: /skins/recordings-page-styles.css */


#widthlimiter {width:45rem;}
#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;}
#firstHeading h1, .firstHeading h1 {font-family: verdana, tahoma, ariel, sans-serif;}
Line 18: Line 19:
*/
*/


/* 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          {color: blue;text-decoration: none;}

Latest revision as of 19:46, 29 April 2016

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

.mw-body-content {font-size:16px;}

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


/* table-recordings styles are here: /skins/recordings-page-styles.css */

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