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