BuildFeed/content/style.css

94 lines
1.1 KiB
CSS
Raw Normal View History

2014-11-27 19:34:20 +00:00
body, h1, h2, h3
{
2015-03-28 02:09:26 +00:00
font-family: 'Hind', sans-serif;
2014-10-10 23:57:02 +01:00
}
2014-11-27 19:34:20 +00:00
h1
{
2014-10-10 23:57:02 +01:00
font-size: 48px;
font-weight: 300;
}
2014-11-27 19:34:20 +00:00
h1 a
{
2014-10-10 23:57:02 +01:00
text-decoration: none;
color: #000;
}
2015-03-11 23:30:11 +00:00
#page-content
2014-11-27 19:34:20 +00:00
{
2015-03-28 02:09:26 +00:00
padding-top: 50px;
2014-10-10 23:57:02 +01:00
}
2015-03-21 19:29:21 +00:00
.build-group-title
{
font-size: 22px;
2015-03-28 02:09:26 +00:00
font-weight: 300;
2015-03-21 19:29:21 +00:00
}
2015-05-03 16:47:04 +01:00
.build-group-title .icon
{
font-size: 0.6em;
vertical-align: 3px;
display: inline-block;
margin-left: 0.3em;
}
2015-03-21 19:29:21 +00:00
2015-04-11 17:39:45 +01:00
.label-build-status
{
padding-bottom: 0;
}
2014-11-27 19:34:20 +00:00
.field-validation-error
{
2014-10-10 23:57:02 +01:00
color: #ff4136;
}
2014-11-27 19:34:20 +00:00
.form-details label
{
2014-10-10 23:57:02 +01:00
font-weight: bold;
}
2014-11-27 19:34:20 +00:00
#page-footer
{
2015-03-28 02:09:26 +00:00
font-size: 12px;
2015-03-30 22:32:35 +01:00
margin-top: 3em;
2014-10-10 23:57:02 +01:00
}
2014-11-27 19:34:20 +00:00
.form-horizontal .control-label
{
2014-10-10 23:57:02 +01:00
padding-top: 8px;
}
2014-11-27 19:34:20 +00:00
label, .control-label, .help-block, .checkbox, .radio
{
2014-10-10 23:57:02 +01:00
font-size: 14px;
}
2015-05-03 16:47:04 +01:00
.btn-reset
{
padding: 9px 0 7px;
}
2014-11-27 19:34:20 +00:00
.table .btn
{
2014-10-10 23:57:02 +01:00
padding: 4px 9px;
}
2015-01-29 21:44:54 +00:00
.table-admin h4
{
margin: .1em 0;
}
.table-admin > tbody > tr > th,
.table-admin > tbody > tr > td
2014-11-27 19:34:20 +00:00
{
vertical-align: middle;
2014-11-27 19:34:20 +00:00
}
2014-12-11 19:42:40 +00:00
2015-05-03 16:47:04 +01:00
.trumbowyg-box.trumbowyg, .trumbowyg-editor.trumbowyg
2014-12-11 19:42:40 +00:00
{
margin: 0;
width: 100%;
}