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:Yellow;
 +
}
 +
 +
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 11:43, 1 June 2018

ul { list-style-image: none; }

  1. content {

width: 100%; margin: 0; padding: 0; background: none; }

  1. bodyContent a[href ^="https://"], .link-https {
   background: whitesmoke;
   padding: 5px 0;

}

  1. HQ_page h1, #HQ_page h2, #HQ_page h3, #HQ_page p{

font-family: "Century Gothic"; }

  1. bodyContent h3, #bodyContent h4, #bodyContent h5 {

margin-bottom: 0; padding: 0 5px; }

  1. top_title {

display: none; }

  1. intro {

color:Black; background-color:Yellow; }

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;
}