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

Line 202: Line 202:
 
         background:#8A2BE2;
 
         background:#8A2BE2;
 
}
 
}
.contentbox p, .contentbox .pdf-resources, .contentbox .excel-resources, .contentbox ul, .contentbox ol {
+
.contentbox p, .contentbox .pdf-resources, .contentbox .excel-resources, .contentbox ul, .contentbox ol, .contentbox .read-more {
 
     display: block;
 
     display: block;
 
     padding: 20px;
 
     padding: 20px;
Line 261: Line 261:
 
}
 
}
  
.pdf-resources, .excel-resources {
+
.read-more:before {
 +
    text-decoration: none;
 +
    color: grey;
 +
    font-weight: bold;
 +
    font-size: larger;
 +
    content: ">> READ MORE";
 +
}
 +
 
 +
.pdf-resources, .excel-resources, .read-more {
 
     margin-top: 2px;
 
     margin-top: 2px;
 
     margin-bottom: 2px;
 
     margin-bottom: 2px;
 
     text-decoration: none;
 
     text-decoration: none;
 
     width: 100%;
 
     width: 100%;
     border: 1px solid lightgrey;
+
     border: 2px solid var(--logo-pink);
 
     border-radius: 5px;
 
     border-radius: 5px;
 
     transition: .5s;
 
     transition: .5s;

Revision as of 18:15, 1 November 2017