Difference between revisions of "Team:Bielefeld-CeBiTec/CSS"

Line 5: Line 5:
 
align: center;
 
align: center;
 
}
 
}
 +
 +
.content {
 +
margin-bottom: 60px;
 +
background-color: white;
 +
padding: 15px 60px;
 +
border: 1px solid #000000;
 +
border-radius: 10px;
 +
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 +
min-height: 100px;
 +
}
 +
 +
article, .article {
 +
text-align: justify;
 +
    display: block;
 +
    margin: auto;
 +
font-size: 16px;
 +
padding-bottom: 20px;
 +
}
 +
 +
article, .article, .contentline {
 +
width: 96%;
 +
font-size: 16px;
 +
padding-bottom: 20px;
 +
}
 +
 +
.contentline article, .contentline .article {
 +
width: 100%;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
    width: 92%;
 +
    margin: auto;
 +
    margin-top: 0px;
 +
 +
    padding-top: 20px;
 +
    padding-bottom: 15px;
 +
}
 +
 +
 +
.p {
 +
align: justify;
 +
}
 +
 +
.figure.medium, .figure.fifty, .sponsor-figure.medium, .sponsor-figure.fifty {
 +
width: 50%;
 +
}
 +
 +
.figure.small, .sponsor-figure.small {
 +
width: 30%;
 +
}
 +
 +
.figure.fourty, .sponsor-figure.fourty {
 +
width: 40%;
 +
}
 +
 +
.figure.sixty, .sponsor-figure.sixty {
 +
width: 60%;
 +
}
 +
 +
.figure.seventy, .sponsor-figure.seventy {
 +
width: 70%;
 +
}
 +
 +
.figure.eighty, .sponsor-figure.eighty {
 +
width: 80%;
 +
}
 +
 +
.figure.image, .sponsor-figure.image {
 +
width: 100%;
 +
margin-bottom: 15px;
 +
}
 +
 +
/*Styles the figure's subtitle to a smaller font-size. */
 +
.figure.subtitle, .figure.subtitle p, .sponsor-figure.subtitle, , .sponsor-figure.subtitle p {
 +
font-size: 10pt;
 +
text-align: justify;
 +
margin-top: -10px;
 +
margin-bottom: 20px;
 +
}
 +
 +
.contentline {
 +
margin: auto;
 +
margin-top: 10px;
 +
margin-bottom: 10px;
 +
overflow: auto;
 +
}
 +
 +
.half {
 +
width: 48%;
 +
}
 +
 +
/* */
 +
.half.left {
 +
float: left;
 +
margin-right: 1%;
 +
}
 +
 +
.half.right {
 +
float: right;
 +
margin-left: 1%;
 +
}
 +
 +
.third {
 +
width: 33%;
 +
float: left;
 +
margin-right: 0.334%;
 +
}
 +
 +
.third.double {
 +
width: 66%;
 +
float: left;
 +
margin-right: 0.335%;
 +
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 21:57, 26 May 2018