Cleaning up & Login Mechanism fixed

This commit is contained in:
Martin Bauer
2013-09-26 08:31:19 +02:00
parent 27bad18317
commit 204c8773a2
498 changed files with 52 additions and 22073 deletions

View File

@@ -0,0 +1,72 @@
#backgrounds{
margin-top:70px;
}
#backgrounds .row{
margin-bottom: 30px;
}
#backgrounds .photo{
position: relative;
}
#backgrounds .photo .circle{
position: absolute;
text-align: center;
border-radius: 100%;
background: rgba(0,0,0,0.5);
height: 82px;
width: 82px;
left: 41%;
top: 25%;
}
#backgrounds .photo .circle span{
font-size: 18px;
font-style: italic;
color: #fff;
margin-top: 29px;
display: inline-block;
}
#backgrounds .photo .circle span.doble{
margin-top: 19px;
}
/* Responsive
-------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
}
@media (min-width: 980px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
#backgrounds .photo .circle{
top:12%;
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#backgrounds .row{
margin-bottom: 0;
}
#backgrounds .photo{
text-align: center;
margin-bottom: 30px;
}
#backgrounds .photo .circle{
top: 23%;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
#backgrounds .row{
margin-bottom: 0;
}
#backgrounds .photo{
text-align: center;
margin-bottom: 30px;
}
#backgrounds .photo .circle{
top: 23%;
}
}