mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 18:06:43 +01:00
151 lines
2.6 KiB
CSS
151 lines
2.6 KiB
CSS
body.about {
|
|
background-color: #fff6ea;
|
|
}
|
|
|
|
.about article {
|
|
display: inline-block;
|
|
max-width: 800px;
|
|
text-align: left;
|
|
padding: 0 5px;
|
|
line-height: 20px;
|
|
font-size: 18px;
|
|
margin: 10px 0 0;
|
|
}
|
|
.about article h1, .about article h2 {
|
|
text-align: center;
|
|
font-size: 28px;
|
|
margin: 5px;
|
|
}
|
|
.about article h1 {
|
|
font-size: 35px;
|
|
margin: 15px 0 25px;
|
|
}
|
|
|
|
.about article section {
|
|
padding: 10px 15px;
|
|
background-color: #fdfdfd;
|
|
margin: 0 0 15px;
|
|
overflow: auto;
|
|
box-shadow: 0 0 5px #a5a5a5 , 0 0 8px #797979;
|
|
}
|
|
|
|
.about p {
|
|
margin: 10px 0;
|
|
}
|
|
.about dl {
|
|
line-height: 24px;
|
|
}
|
|
.about dt {
|
|
float: left;
|
|
width: 100px;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
font-family: Montserrat, Arial, sans-serif;
|
|
color: #187099;
|
|
padding: 0 0 10px;
|
|
}
|
|
.about dd {
|
|
margin: 0 0 0 110px;
|
|
color: #0F5221;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
.about dd:after {
|
|
content: "";
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
.about code {
|
|
white-space: pre-wrap;
|
|
}
|
|
.about pre {
|
|
background-color: #eff0f1;
|
|
}
|
|
.about img.fb-logo {
|
|
margin: 15px 0 0 15px;
|
|
max-width: 64px;
|
|
}
|
|
.about .tile {
|
|
width: 150px;
|
|
height: 180px;
|
|
font-size: 10px;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
/*border: 1px solid #333;*/
|
|
}
|
|
.about .tile img {
|
|
max-width: 100%;
|
|
}
|
|
.about .tiles {
|
|
text-align: center;
|
|
}
|
|
.about .tile figure {
|
|
margin: 0;
|
|
display: table-cell;
|
|
height: 180px;
|
|
vertical-align: bottom;
|
|
}
|
|
.about .tile figcaption {
|
|
min-height: 45px;
|
|
}
|
|
.about .tile figcaption span {
|
|
display: inline-block;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.collapsable {
|
|
overflow: hidden;
|
|
-webkit-transition-delay: 2s;
|
|
transition-delay: 2s;
|
|
transition: max-height .5s ease-out;
|
|
}
|
|
.collapsable.full {
|
|
transition: max-height .8s ease-in;
|
|
max-height:0px;
|
|
padding-top: 10px;
|
|
}
|
|
.about .c {
|
|
text-align: center;
|
|
}
|
|
.about .stars {
|
|
display: inline-block;
|
|
width: auto;
|
|
height: 60px;
|
|
}
|
|
.about .stars .star {
|
|
font-size: 45px;
|
|
line-height: 45px;
|
|
width: 45px;
|
|
height: 45px;
|
|
margin: 5px 4px;
|
|
}
|
|
.about .stars .star:before {
|
|
left: 0;
|
|
top: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.about article .stat {
|
|
white-space: pre;
|
|
font-family: monospace;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.donates h3 {
|
|
display: block;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
.donates ul.names {
|
|
list-style: none;
|
|
}
|
|
.donates ul.names li {
|
|
height: 35px;
|
|
font-size: 18px;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
margin: 3px 4px;
|
|
}
|