Difference between revisions of "Template:TU Dresden/CSS"

Line 70: Line 70:
 
}   
 
}   
  
#galaxy {
+
.pagebanner {
     background-image: url(T--TU_Dresden--galaxy.png);
+
     background-repeat: no-repeat;
 +
    background-position: left top;
 +
    width: 100%;
 
     background-size: contain;
 
     background-size: contain;
 +
    text-align: center;
 +
    padding-top: 30px;
 
}
 
}
 +
.bannerquote {
 +
    font-family: var(--headfont);
 +
    font-size: 50px;
 +
    color: var(--bright-bg-color);
 +
}
 +
.bannerquote:before {
 +
    content: ">> ";
 +
}
 +
.bannerquote:after {
 +
    content: " <<";
 +
}
 +
  
 
.contentbox {
 
.contentbox {

Revision as of 13:27, 14 October 2017