Difference between revisions of "MediaWiki: Common.css"

From testwiki
Jump to: navigation, search
Line 8: Line 8:
 
}
 
}
  
 +
h1 {font-size: 100%}
 
h2 {font-size: 100%}
 
h2 {font-size: 100%}
 
tr,th { line-height: 2em; }
 
tr,th { line-height: 2em; }

Revision as of 10:23, 4 April 2017

/* CSS placed here will be applied to all skins */
/** 
* by Micha
*/
 body {
    font-size: 120%;
    line-height: 170% 
}

h1 {font-size: 100%}
h2 {font-size: 100%}
tr,th { line-height: 2em; }
td,th    {padding: 1em;}
btn {size: "xs"}
/** 
* end by Micha
*/
/**
 * News-Bulletins Css
 * @version 2008-07-11
 * @author ruggerit
 * @location MediaWiki:Common.css  
 */
 
.news-bulletin {
  border: 1px solid #00c;
  background-color: #ffffff;
  padding:20px;
  width:800px;
  text-align:left;
}
 
.news-bulletin-header {
  font-size:1.5em;
  padding:3px;
  color: #23c;
  font-weight:bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
 
.news-bulletin-title {
  font-weight:bold;
  font-size:1.2em;
  color: #05a;
}
 
.news-bulletin-title a{
  color:#05a;
}
.news-bulletin-title a:visited{
  color:#05a;
}
 
.news-bulletin-text {
  font-size:1em;
  padding-left:10px;
}
 
.news-bulletin-time {
  font-size:10px;
  font-style:italic;
  text-align:right;
}