mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
149 lines
1.9 KiB
CSS
149 lines
1.9 KiB
CSS
body, h1, h2, h3
|
|
{
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-size: 48px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
h1 a
|
|
{
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
|
|
.social-links
|
|
{
|
|
margin: 30px 0 6px;
|
|
}
|
|
|
|
.social-links a
|
|
{
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.build-head
|
|
{
|
|
margin-bottom: 0.33em;
|
|
}
|
|
|
|
.build-head h3
|
|
{
|
|
margin: 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.build-head .btn
|
|
{
|
|
display: inline-block;
|
|
margin-right: 0.66em;
|
|
vertical-align: text-bottom;
|
|
padding: 2px 6px;
|
|
}
|
|
|
|
.build-foot
|
|
{
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.build-foot .badge
|
|
{
|
|
border-radius: 4px;
|
|
font-weight: normal;
|
|
color: #666 !important;
|
|
}
|
|
|
|
.build-foot .badge:first-child
|
|
{
|
|
min-width: 90px;
|
|
}
|
|
|
|
li:last-child .build-foot
|
|
{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.fa-sm
|
|
{
|
|
font-size: 0.7em;
|
|
vertical-align: 1px;
|
|
margin-right: 0.12em;
|
|
}
|
|
|
|
.field-validation-error
|
|
{
|
|
color: #ff4136;
|
|
}
|
|
|
|
.form-details label
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.panel-heading h4
|
|
{
|
|
margin: 0;
|
|
}
|
|
|
|
.panel-search .list-group
|
|
{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.panel-search .list-group-item-heading
|
|
{
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.panel-search .list-group-item-heading h4
|
|
{
|
|
font-size: 16px;
|
|
}
|
|
|
|
.panel-search .list-group-item-heading strong
|
|
{
|
|
font-weight: normal;
|
|
}
|
|
|
|
.pagination
|
|
{
|
|
font-weight: normal;
|
|
}
|
|
|
|
.pagination > li > a,
|
|
.pagination > li > span
|
|
{
|
|
padding: 2px 7px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
#page-footer
|
|
{
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.form-horizontal .control-label
|
|
{
|
|
padding-top: 8px;
|
|
}
|
|
|
|
label, .control-label, .help-block, .checkbox, .radio
|
|
{
|
|
font-size: 14px;
|
|
}
|
|
|
|
.table .btn
|
|
{
|
|
padding: 4px 9px;
|
|
}
|
|
|
|
.table-admin > tbody > tr > th,
|
|
.table-admin > tbody > tr > td
|
|
{
|
|
vertical-align: middle;
|
|
}
|