64 lines
890 B
CSS
64 lines
890 B
CSS
body {
|
|
padding-top: 50px;
|
|
font-family: 'Lucida Sans', 'Lucida Grande', Verdana, 'Helvetica Neue', Helvetica, sans-serif;
|
|
}
|
|
.starter-template {
|
|
padding: 40px 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.col-form .row .col-xs-2 {
|
|
text-align: right;
|
|
}
|
|
|
|
.news-posts h3 {
|
|
display: inline;
|
|
}
|
|
|
|
.news-row {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.post-category {
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.post-title {
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.post-date {
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.post-url {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.post-content {
|
|
font-size: 12px;
|
|
max-height: 5em;
|
|
overflow: hidden;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.post-content blockquote {
|
|
font-size: 12px;
|
|
font-family: serif;
|
|
}
|
|
|
|
.content-slider {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
border-radius: 3px;
|
|
padding: 0px;
|
|
}
|
|
|
|
|
|
.post-delete, .post-edit {
|
|
font-size: 12px;
|
|
} |