analysis page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user