Private
Public Access
1
0

analysis page

This commit is contained in:
Sander Roosendaal
2018-10-11 14:09:33 +02:00
parent a8f44e653b
commit 7ca13d9f70
16 changed files with 163 additions and 149 deletions

View File

@@ -274,6 +274,26 @@ th.rotate > div > span {
margin: 2px;
}
.vignet {
border-radius: 50%;
display: block;
overflow: hidden;
padding: 5px;
margin: 5px;
-webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
line-height: 0; /* ensure no space between bottom */
}
.vignet img {
position: relative;
transform: scale(1.5);
z-index: -1;
}
.button {
font: 1.1em/1.5em sans-serif;
text-decoration: none;