Difference between revisions of "Template:Cologne-Duesseldorf/css"

Line 138: Line 138:
 
margin: 0 0 0.5rem 0;
 
margin: 0 0 0.5rem 0;
 
}
 
}
h1,
+
 
h2,
+
h3,
+
h4,
+
h5,
+
h6 {
+
padding: 0;
+
overflow: hidden;
+
background: none;
+
line-height: 1.4;
+
}
+
h1 {
+
    font-size: 2rem;
+
    margin-top: 0;
+
    margin-bottom: .5rem
+
}
+
h2 {
+
    font-size: 1.83rem;
+
    margin-top: 0;
+
    margin-bottom: .5rem
+
}
+
h3 {
+
    font-size: 1.66rem;
+
    margin-top: 0;
+
    margin-bottom: .5rem
+
}
+
h4 {
+
    font-size: 1.5rem;
+
    margin-top: 0;
+
    margin-bottom: .5rem
+
}
+
h5 {
+
    font-size: 1.33rem;
+
    margin-top: 0;
+
    margin-bottom: .5rem
+
}
+
h6 {
+
    font-size: 1.16rem;
+
    margin-top: 0;
+
    margin-bottom: .5rem
+
}
+
 
#HQ_page p {
 
#HQ_page p {
 
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
 
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
 
font-size: 16px;
 
font-size: 16px;
 
text-align: justify;
 
text-align: justify;
}
 
p {
 
margin: 0;
 
  line-height: 1.7;
 
}
 
a {
 
text-decoration: none;
 
font-weight: normal;
 
color: #149375;
 
background: none;
 
}
 
a:link {
 
color: #149375;
 
}
 
a:visited {
 
color: #149375;
 
}
 
a:hover,
 
a:focus {
 
color: #149375;
 
text-decoration: none;
 
}
 
a:active {
 
color: #149375;
 
 
}
 
}
  
Line 258: Line 194:
 
body.inactive{
 
body.inactive{
 
background-color: rgba(0,0,0,0.5);
 
background-color: rgba(0,0,0,0.5);
 +
}
 +
 +
#container h1,
 +
h2,
 +
h3,
 +
h4,
 +
h5,
 +
h6 {
 +
padding: 0;
 +
overflow: hidden;
 +
background: none;
 +
line-height: 1.4;
 +
}
 +
#container h1 {
 +
    font-size: 2rem;
 +
    margin-top: 0;
 +
    margin-bottom: .5rem
 +
}
 +
#container h2 {
 +
    font-size: 1.83rem;
 +
    margin-top: 0;
 +
    margin-bottom: .5rem
 +
}
 +
#container h3 {
 +
    font-size: 1.66rem;
 +
    margin-top: 0;
 +
    margin-bottom: .5rem
 +
}
 +
#container h4 {
 +
    font-size: 1.5rem;
 +
    margin-top: 0;
 +
    margin-bottom: .5rem
 +
}
 +
#container h5 {
 +
    font-size: 1.33rem;
 +
    margin-top: 0;
 +
    margin-bottom: .5rem
 +
}
 +
#container h6 {
 +
    font-size: 1.16rem;
 +
    margin-top: 0;
 +
    margin-bottom: .5rem
 +
}
 +
 +
#container p {
 +
margin: 0;
 +
  line-height: 1.7;
 +
}
 +
#container a {
 +
text-decoration: none;
 +
font-weight: normal;
 +
color: #149375;
 +
background: none;
 +
}
 +
#container a:link {
 +
color: #149375;
 +
}
 +
#container a:visited {
 +
color: #149375;
 +
}
 +
#container a:hover,
 +
#container a:focus {
 +
color: #149375;
 +
text-decoration: none;
 +
}
 +
#container a:active {
 +
color: #149375;
 
}
 
}
  

Revision as of 10:39, 4 May 2017