Difference between revisions of "MediaWiki:Common.css"

 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
body {
 
body {
 
     font-size: 120%;
 
     font-size: 120%;
     line-height: 170%  
+
     line-height: 170%
 +
  margin-left: 1cm
 
}
 
}
h2 {font-size: 180%}
+
h1 {font-size: 180%}
 
h2 {font-size: 170%}
 
h2 {font-size: 170%}
 +
h3 {font-size: 140%}
 +
 
tr,th { line-height: 2em; }
 
tr,th { line-height: 2em; }
 
td,th    {padding: 1em;}
 
td,th    {padding: 1em;}
  
 
.navbar-brand img {height: 6em}
 
.navbar-brand img {height: 6em}
 +
.navbar-left tr{line-height: 6cm}
  
 
/**
 
/**
Line 21: Line 25:
 
   border: 1px solid #00c;
 
   border: 1px solid #00c;
 
   background-color: #ffffff;
 
   background-color: #ffffff;
   padding:20px;
+
   padding:10px;
 
   width:800px;
 
   width:800px;
 
   text-align:left;
 
   text-align:left;
Line 57: Line 61:
 
   font-style:italic;
 
   font-style:italic;
 
   text-align:right;
 
   text-align:right;
 +
}
 +
 +
img {
 +
    max-width: 100%;
 +
    height: auto;
 
}
 
}

Latest revision as of 09:38, 25 May 2023

/* CSS placed here will be applied to all skins */
body {
    font-size: 120%;
    line-height: 170%
  margin-left: 1cm
}
h1 {font-size: 180%}
h2 {font-size: 170%}
h3 {font-size: 140%}

tr,th { line-height: 2em; }
td,th    {padding: 1em;}

.navbar-brand img {height: 6em}
.navbar-left tr{line-height: 6cm}

/**
 * News-Bulletins Css
 * @version 2008-07-11
 * @author ruggerit
 * @location MediaWiki:Common.css  
 */
 
.news-bulletin {
  border: 1px solid #00c;
  background-color: #ffffff;
  padding:10px;
  width:800px;
  text-align:left;
}
 
.news-bulletin-header {
  font-size:2em;
  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;
}

img {
    max-width: 100%;
    height: auto;
}