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

Line 127: Line 127:
 
     font-style: italic;
 
     font-style: italic;
 
     color: var(--logo-bright-blue);
 
     color: var(--logo-bright-blue);
 +
}
 +
 +
.pdf-resources:before {
 +
    text-decoration: none;
 +
    color: grey;
 +
    font-weight: bold;
 +
    font-size: larger;
 +
    content: "PDF\00a0\00a0\00a0\00a0";
 +
}
 +
 +
.pdf-resources {
 +
    margin-top: 2px;
 +
    margin-bottom: 2px;
 +
    text-decoration: none;
 +
    width: 100%;
 +
    border: 1px solid lightgrey;
 +
    border-radius: 5px;
 +
    transition: .5s;
 +
}
 +
 +
.pdf-resources:hover {
 +
    border-color: grey;
 +
}
 +
 +
.contentbox ul {
 +
    margin-left: 10%;
 +
}
 +
 +
.contentbox li {
 +
    list-style-type: disc;
 
}
 
}
  

Revision as of 11:31, 22 October 2017