Difference between revisions of "MediaWiki:Common.css"

From Direct-Mind.Org

Line 23: Line 23:




/* move the catlinks box -- no, use javascript
/******************************************************************/
/* moving catlinks to the right                                  */
/* http://en.wikipedia.org/wiki/Help:User_style#Moving_categories_to_top
/******************************************************************/
 
/* move the catlinks box */
#catlinks {
#catlinks {
   position:absolute;
   position:absolute;
Line 37: Line 42:
}
}


*/
/* format the catlinks itself */
p.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:67%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}
 
#p-personal h5 {
    display: inline;
}
 
/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}

Revision as of 15:31, 9 January 2015

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

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


/******************************************************************/
/* moving catlinks to the right                                   */
/* http://en.wikipedia.org/wiki/Help:User_style#Moving_categories_to_top
/******************************************************************/

/* move the catlinks box */
#catlinks {
  position:absolute;
  z-index:1;
/*  border: 1px solid #aaaaaa;
  background: #fafaff; */
  right:1em;
  top:-0.25em;
  width:10.5em;
  float:right;
  margin: 0.2em;
  padding:0.2em;
}

/* format the catlinks itself */
p.catlinks {
  color: #aaaaaa;
  font-family: Verdana,sans-serif;
  font-size:67%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}

#p-personal h5 {
    display: inline;
}

/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
  color:#888888;
}