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

Line 62: Line 62:
  
 
/* Out styling */
 
/* Out styling */
 +
 +
b {
 +
    font-weight: bold;
 +
}
  
 
header {
 
header {
Line 116: Line 120:
 
     margin-bottom: -30px;
 
     margin-bottom: -30px;
 
     top: -50px;
 
     top: -50px;
 +
}
 +
 +
.contentbox figure, .contentbox p {
 +
    display: inline-block;
 +
    padding: 20px;
 +
}
 +
 +
figcaption {
 +
    font-size: smaller;
 
}
 
}
  
Line 125: Line 138:
 
     font-size: 1.5em;
 
     font-size: 1.5em;
 
     font-family: var(--headfont);
 
     font-family: var(--headfont);
 +
    padding: 20px;
 +
}
 +
 +
h3 {
 +
    font-size: 1.2em;
 +
    font-family: var(--headfont);
 +
    padding: 20px;
 
}
 
}
  
Line 332: Line 352:
  
 
@media only screen and (max-width: 991px) {
 
@media only screen and (max-width: 991px) {
 +
    .makeresponsive {
 +
        width: 100% !important;
 +
    }
 
     #ufo {
 
     #ufo {
 
         display: none;
 
         display: none;

Revision as of 17:11, 17 October 2017