Difference between revisions of "Team:Utrecht/css/styling"

(Blanked the page)
Line 1: Line 1:
ul {
 
list-style-image: none;
 
}
 
  
#content {
 
width: 100%;
 
margin: 0;
 
padding: 0;
 
background: none;
 
}
 
 
#bodyContent a[href ^="https://"], .link-https {
 
    background: whitesmoke;
 
    padding: 5px 0;
 
}
 
 
#HQ_page h1, #HQ_page h2, #HQ_page h3, #HQ_page p{
 
font-family: "Century Gothic";
 
}
 
 
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
 
margin-bottom: 0;
 
padding: 0 5px;
 
}
 
 
#top_title {
 
display: none;
 
}
 
 
#intro {
 
color:Black;
 
background-color:Blue;
 
}
 
 
header{
 
background-color:LightGreen;
 
border-radius:10px;
 
}
 
 
 
article{
 
background-color:LightGreen;
 
}
 
 
#thumbnail {
 
display: block;
 
width: 150px;
 
height: 150px;
 
}
 
 
#thumbnail:hover + #title {
 
display: block;
 
}
 
 
#title {
 
display: none;
 
color: #ffffff;
 
background-color: #000000;
 
text-align: center;
 
width: 130px;
 
padding: 10px;
 
}
 

Revision as of 10:13, 1 June 2018