BuildFeed/content/style.css

191 lines
2.5 KiB
CSS
Raw Normal View History

2014-11-28 03:34:20 +08:00
body, h1, h2, h3
{
2014-10-11 06:57:02 +08:00
font-family: 'Source Sans Pro', sans-serif;
}
2014-11-28 03:34:20 +08:00
h1
{
2014-10-11 06:57:02 +08:00
font-size: 48px;
font-weight: 300;
}
2014-11-28 03:34:20 +08:00
h1 a
{
2014-10-11 06:57:02 +08:00
text-decoration: none;
color: #000;
}
2015-03-12 07:30:11 +08:00
#page-content
2014-11-28 03:34:20 +08:00
{
2015-03-12 07:30:11 +08:00
padding-top: 70px;
2014-10-11 06:57:02 +08:00
}
2015-03-22 03:29:21 +08:00
.build-group-title
{
font-size: 22px;
}
.build-group-title a
{
font-size: 0.6em;
vertical-align: 3px;
display: inline-block;
margin-left: 0.3em;
}
2014-11-28 03:34:20 +08:00
.build-head
{
2014-10-11 06:57:02 +08:00
margin-bottom: 0.33em;
}
2014-11-28 03:34:20 +08:00
.build-head h3
{
2014-10-11 06:57:02 +08:00
margin: 0;
display: inline-block;
}
2014-11-28 03:34:20 +08:00
.build-head .btn
{
2014-10-11 06:57:02 +08:00
display: inline-block;
margin-right: 0.66em;
vertical-align: text-bottom;
padding: 2px 6px;
}
2014-11-28 03:34:20 +08:00
.build-foot
{
2014-10-11 06:57:02 +08:00
margin-bottom: 2em;
}
2014-11-28 03:34:20 +08:00
.build-foot .badge
{
2014-10-11 06:57:02 +08:00
border-radius: 4px;
font-weight: normal;
2015-03-12 00:50:45 +08:00
color: #fff !important;
2014-10-11 06:57:02 +08:00
}
2014-11-28 03:34:20 +08:00
.build-foot .badge:first-child
{
2014-10-11 06:57:02 +08:00
min-width: 90px;
}
2014-11-28 03:34:20 +08:00
li:last-child .build-foot
{
2014-10-11 06:57:02 +08:00
margin-bottom: 0;
}
2014-11-28 03:34:20 +08:00
.fa-sm
{
2014-10-11 06:57:02 +08:00
font-size: 0.7em;
vertical-align: 1px;
margin-right: 0.12em;
}
.more-link
{
display: inline-block;
font-size: 13px;
vertical-align: 1px;
border-bottom: 1px dashed #41c0e5;
color: #31b0d5;
}
.more-link .fa-sm
{
font-size: 11px;
vertical-align: 0px;
}
.more-link:hover
{
color: #30829e;
border-bottom-color: #50a2be;
text-decoration: none;
}
2014-11-28 03:34:20 +08:00
.field-validation-error
{
2014-10-11 06:57:02 +08:00
color: #ff4136;
}
2014-11-28 03:34:20 +08:00
.form-details label
{
2014-10-11 06:57:02 +08:00
font-weight: bold;
}
2014-11-28 03:34:20 +08:00
.panel-heading h4
{
2014-10-11 06:57:02 +08:00
margin: 0;
}
2014-11-28 03:34:20 +08:00
.panel-search .list-group
{
margin-bottom: 0;
}
2015-03-12 00:50:45 +08:00
.panel-search .list-group-item-heading {
2014-11-28 03:34:20 +08:00
overflow: hidden;
2015-03-12 00:50:45 +08:00
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
2014-11-28 03:34:20 +08:00
text-overflow: ellipsis;
}
.panel-search .list-group-item-heading h4
{
font-size: 16px;
}
.panel-search .list-group-item-heading strong
{
font-weight: normal;
}
.pagination
{
2014-10-11 06:57:02 +08:00
font-weight: normal;
}
.pagination > li > a,
2014-11-28 03:34:20 +08:00
.pagination > li > span
{
2014-10-11 06:57:02 +08:00
padding: 2px 7px;
margin-left: 2px;
}
2014-11-28 03:34:20 +08:00
#page-footer
{
2014-10-11 06:57:02 +08:00
margin-top: 1em;
}
2014-11-28 03:34:20 +08:00
.form-horizontal .control-label
{
2014-10-11 06:57:02 +08:00
padding-top: 8px;
}
2014-11-28 03:34:20 +08:00
label, .control-label, .help-block, .checkbox, .radio
{
2014-10-11 06:57:02 +08:00
font-size: 14px;
}
2014-11-28 03:34:20 +08:00
.table .btn
{
2014-10-11 06:57:02 +08:00
padding: 4px 9px;
}
2015-01-30 05:44:54 +08:00
.table-admin h4
{
margin: .1em 0;
}
.table-admin > tbody > tr > th,
.table-admin > tbody > tr > td
2014-11-28 03:34:20 +08:00
{
vertical-align: middle;
2014-11-28 03:34:20 +08:00
}
2014-12-12 03:42:40 +08:00
.trumbowyg-box.trumbowyg
{
margin: 0;
width: 100%;
}