Difference between revisions of "Template:Goettingen/CSS"

Line 966: Line 966:
 
font-size: 16px;
 
font-size: 16px;
 
list-style-type: circle !important;
 
list-style-type: circle !important;
 +
}
 +
 +
.heading{
 +
float:left;
 +
text-align:center
 +
width:100%;
 +
margin:0px 0 0 0;
 +
padding: 4%;
 +
background-color:transparent;
 +
border-style:solid;
 +
border-color:#CCC;
 +
border-width:1px;
 +
        border-radius:4px;
 +
font-size: 16px;
 +
}
 +
.heading h1{
 +
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
      font-size:32px;
 +
      font-weight:bold;
 +
      color:#000000;
 +
      line-height:40px;
 +
      text-align:center;
 +
      padding:0px;
 +
}
 +
.heading h2{
 +
font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
        font-size:20px;
 +
line-height:32px;
 +
font-weight:bold;
 +
padding:0;
 +
margin-top:16px;
 +
        color:#034996;
 +
        text-align:left;
 +
}
 +
.heading h3{
 +
font-family:"Charter Black", sans-serif;
 +
font-size:18px;
 +
font-weight:bold;
 +
line-height:38px;
 +
padding:0;
 +
margin-top:16px;
 +
color:#034996;
 +
        text-align:left;
 +
}
 +
.heading h4{
 +
font-family:"Charter Black", sans-serif;
 +
font-size:18px;
 +
        line-height:24px;
 +
padding:10px 0;
 +
color:black;
 +
text-align:justify;
 +
        font-weight:bold;
 
}
 
}
  

Revision as of 14:09, 7 October 2016