Difference between revisions of "Template:Goettingen/CSS"

Line 24: Line 24:
  
 
}
 
}
 +
 +
 +
/***************** DON'T HAVE ANY F****** CLUE WHY, BUT THIS RESET IS VERY IMOPORTANT! *****************/
 +
/*reset padding, margin and list style*/
 +
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 +
padding:0;
 +
margin:0;
 +
        list-style-image:url('');
 +
        background-image:url('');
 +
        border-bottom:none;
 +
}
 +
 +
 +
a:link {
 +
text-decoration:none;
 +
        color: #000000;
 +
        font-weight: bold;
 +
 +
}
 +
 +
a:visited {
 +
      text-decoration: none;
 +
      color: #000000;
 +
 +
}
 +
 +
 +
a:hover {
 +
        color: #6f6f6f;
 +
        text-decoration: none;
 +
     
 +
}
 +
 +
h1,h2,h3,h4,h5,h6{
 +
font-weight:normal;
 +
font-size:100%;
 +
}
 +
p{
 +
        line-height:150%;
 +
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 +
}
 +
body{
 +
background-color:#F7F7F7;
 +
}
 +
 +
td{
 +
      text-align: center;
 +
}
 +
 +
#top-section{
 +
        display:block;
 +
        position:relative;
 +
        margin-top:10px;
 +
        background:none;
 +
       
 +
}
 +
 +
/*end of the reset*/
 +
 +
/***************************************************************/
 +
  
 
/****** PLACE HOLDER DIVS FROM EXAMPLE WIKI TEAMPLATE *******/
 
/****** PLACE HOLDER DIVS FROM EXAMPLE WIKI TEAMPLATE *******/
Line 590: Line 651:
 
.annItem li {list-style: none; margin: 5px}
 
.annItem li {list-style: none; margin: 5px}
  
/*reset padding, margin and list style*/
 
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 
padding:0;
 
margin:0;
 
        list-style-image:url('');
 
        background-image:url('');
 
        border-bottom:none;
 
}
 
  
  
a:link {
 
text-decoration:none;
 
        color: #000000;
 
        font-weight: bold;
 
  
}
 
  
a:visited {
 
      text-decoration: none;
 
      color: #000000;
 
 
}
 
 
 
a:hover {
 
        color: #6f6f6f;
 
        text-decoration: none;
 
     
 
}
 
 
h1,h2,h3,h4,h5,h6{
 
font-weight:normal;
 
font-size:100%;
 
}
 
p{
 
        line-height:150%;
 
        font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 
}
 
body{
 
background-color:#F7F7F7;
 
}
 
 
td{
 
      text-align: center;
 
}
 
 
#top-section{
 
        display:block;
 
        position:relative;
 
        margin-top:10px;
 
        background:none;
 
       
 
}
 
 
/*end of the reset*/
 
  
  

Revision as of 08:52, 13 October 2016