(7 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
html, body { | html, body { | ||
− | background-color: # | + | background-color: #000000; |
} | } | ||
Line 32: | Line 32: | ||
#profilepicture { | #profilepicture { | ||
− | overflow:hidden; | + | overflow: hidden; |
width: 600px; | width: 600px; | ||
height: 400px; | height: 400px; | ||
display: block; | display: block; | ||
− | z-index:1; | + | z-index: 1; |
− | position:absolute; | + | position: absolute; |
− | much:hover; | + | much: hover; |
such:change; | such:change; | ||
/* wow */ | /* wow */ | ||
Line 56: | Line 56: | ||
padding-bottom:0px; | padding-bottom:0px; | ||
overflow:hidden; | overflow:hidden; | ||
− | background-color: rgba(255,255,255,. | + | background-color: rgba(255,255,255,.8); |
font-size:20px; | font-size:20px; | ||
− | opacity: | + | opacity:3; |
} | } | ||
#personname:hover { | #personname:hover { | ||
− | opacity: | + | opacity:3; |
} | } | ||
#personbio { | #personbio { | ||
− | opacity: | + | opacity:3; |
− | width: | + | width:100%; |
overflow:hidden; | overflow:hidden; | ||
z-index:3; | z-index:3; | ||
Line 75: | Line 75: | ||
font-family: 'Lato', sans-serif; | font-family: 'Lato', sans-serif; | ||
color: #000000; | color: #000000; | ||
− | background-color: rgba(255,255,255,. | + | background-color: rgba(255,255,255,.8); |
position:absolute; | position:absolute; | ||
bottom:0; | bottom:0; | ||
Line 82: | Line 82: | ||
#personbio:hover { | #personbio:hover { | ||
− | opacity: | + | opacity:3; |
} | } | ||
Line 107: | Line 107: | ||
#bar{ | #bar{ | ||
display: inline-block; | display: inline-block; | ||
− | opacity: | + | opacity:3; |
background-color: rgba(255,255,255,.6); | background-color: rgba(255,255,255,.6); | ||
color:black; | color:black; | ||
Line 121: | Line 121: | ||
#bar2{ | #bar2{ | ||
display: inline-block; | display: inline-block; | ||
− | opacity: | + | opacity:3; |
background-color: rgba(255,255,255,.5); | background-color: rgba(255,255,255,.5); | ||
color:black; | color:black; |
Latest revision as of 16:23, 28 October 2017