stackage-server/templates/stackage-home.lucius
2014-08-24 11:49:56 +02:00

70 lines
954 B
Plaintext

h1 {
font-size: 30px !important;
margin-bottom: 0;
}
h1 + p {
margin-top: 0;
}
h2 {
color: #555 !important;
}
.date {
font-size: 15px;
line-height: 15px;
}
hr {
border: 1px solid #ddd
}
.separator {
width: 1px;
height: 0.5em;
background: #aaa;
display: inline-block;
margin: 0 0.5em;
}
.accordion-group {
border: 0;
.accordion-toggle:hover {
text-decoration: none;
background: #f5f5f5;
border-radius: 0.5em;
}
.accordion-toggle {
margin-left: -0.5em;
padding-left: 0.5em;
color: #555;
code {
font-size: inherit;
border: inherit;
margin: 0.5em;
}
.number {
border-radius: 1em;
background: #0981c3;
color: #fff;
display: inline-block;
padding: 0 0.5em;
margin-right: 0.5em;
text-shadow: none;
}
}
}
h3 {
color: #666 !important;
font-weight: normal
}
h3 > small {
color: #666
}
p + ul {
margin-top: 1em;
}