Difference between revisions of "Template:Goettingen/CSS"

Line 583: Line 583:
 
.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,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 +
padding:0;
 +
margin:0;
 +
list-style-type:none;
 +
        list-style-image:url('');
 +
        background-image:url('');
 +
        border-bottom:none;
 +
}
 +
a{
 +
        color:#6699FF;
 +
}
 +
 +
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 13:53, 7 October 2016