BuildFeed/content/style.css

94 lines
1.1 KiB
CSS
Raw Normal View History

2014-11-28 03:34:20 +08:00
body, h1, h2, h3
{
2015-03-28 10:09:26 +08:00
font-family: 'Hind', sans-serif;
2014-10-11 06:57:02 +08:00
}
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-28 10:09:26 +08:00
padding-top: 50px;
2014-10-11 06:57:02 +08:00
}
2015-03-22 03:29:21 +08:00
.build-group-title
{
font-size: 22px;
2015-03-28 10:09:26 +08:00
font-weight: 300;
2015-03-22 03:29:21 +08:00
}
2015-05-03 23:47:04 +08:00
.build-group-title .icon
{
font-size: 0.6em;
vertical-align: 3px;
display: inline-block;
margin-left: 0.3em;
}
2015-03-22 03:29:21 +08:00
2015-04-12 00:39:45 +08:00
.label-build-status
{
padding-bottom: 0;
}
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
#page-footer
{
2015-03-28 10:09:26 +08:00
font-size: 12px;
2015-03-31 05:32:35 +08:00
margin-top: 3em;
2014-10-11 06:57:02 +08:00
}
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;
}
2015-05-03 23:47:04 +08:00
.btn-reset
{
padding: 9px 0 7px;
}
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
2015-05-03 23:47:04 +08:00
.trumbowyg-box.trumbowyg, .trumbowyg-editor.trumbowyg
2014-12-12 03:42:40 +08:00
{
margin: 0;
width: 100%;
}