Private
Public Access
1
0

frontpage 1st cut

This commit is contained in:
Sander Roosendaal
2018-10-17 18:53:55 +02:00
parent 4f1ba0e802
commit 8407750027
11 changed files with 206 additions and 37 deletions

View File

@@ -276,6 +276,18 @@ th.rotate > div > span {
margin: 2px;
}
.whiteborder {
border: solid 1px white;
}
.frontitem {
background-color: rgba(255,255,255,0.5);
border: solid 1px wite;
padding: 5px;
margin: 5px;
color: black;
}
.vignet {
border-radius: 50%;
display: block;
@@ -701,6 +713,7 @@ th.rotate > div > span {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
border: solid 1px white;
}
.medium {
font-size: 1.2em;