summaryrefslogtreecommitdiff
path: root/journal/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'journal/bootswatch.less')
-rwxr-xr-xjournal/bootswatch.less124
1 files changed, 60 insertions, 64 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less
index 2e35a2e7..3793d709 100755
--- a/journal/bootswatch.less
+++ b/journal/bootswatch.less
@@ -9,6 +9,7 @@
@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');
h1, h2, h3, h4, h5, h6 {
+
line-height: 1.5em;
a {
@@ -16,33 +17,15 @@ h1, h2, h3, h4, h5, h6 {
}
}
-h1 {
- font-size: 48px;
-}
-
-h2 {
- font-size: 36px;
-}
-
-h3 {
- font-size: 28px;
-}
+h1 { font-size: 48px; }
-h4 {
- font-size: 20px;
-}
+h2 { font-size: 36px; }
-h5 {
- font-size: 13px;
-}
+h3 { font-size: 28px; }
-h6 {
- color: @black;
- font-weight: bold;
-}
+h4 { font-size: 20px; }
-// SCAFFOLDING
-// -----------------------------------------------------
+h5 { font-size: 13px; }
p > a,
address > a,
@@ -57,10 +40,23 @@ abbr[title] {
}
}
+code, pre {
+ .border-radius(0);
+ background-color: @grayLighter;
+ .box-shadow(none);
+}
+
+// SCAFFOLDING
+// -----------------------------------------------------
+
.page-header {
border-bottom: 2px solid @grayLighter;
}
+hr {
+ border-bottom: 1px solid @grayLighter;
+}
+
// NAVBAR
// -----------------------------------------------------
@@ -70,7 +66,6 @@ abbr[title] {
font-weight: bold;
.navbar-inner {
- border-top: 2px solid @grayLighter;
border-bottom: 2px solid @grayLighter;
.border-radius(0);
.box-shadow(none);
@@ -206,6 +201,9 @@ div.subnav {
}
}
+// NAV
+// -----------------------------------------------------
+
// BUTTONS
// -----------------------------------------------------
@@ -217,79 +215,77 @@ div.subnav {
.buttonBackground(@grayDarker, @black);
}
-// MODALS
+// TABLES
// -----------------------------------------------------
-.modal {
- .border-radius(0px);
- background: @bodyBackground;
+.table-bordered {
+ .border-radius(0);
+ .box-shadow(none);
}
-.modal-header {
- border-bottom: none;
-}
+// FORMS
+// -----------------------------------------------------
-.modal-footer {
- background: transparent;
- .box-shadow(none);
- border-top: none;
+legend {
+ border-bottom: 2px solid @grayLighter;
+ font-family: @headingsFontFamily;
+ font-weight: @headingsFontWeight;
+ color: @headingsColor;
}
-.close,
-.close:hover {
- border-bottom: none;
-}
+// DROPDOWNS
+// -----------------------------------------------------
// MISC
// -----------------------------------------------------
-.hero-unit {
- .box-shadow(none);
- border: 1px solid rgba(0,0,0,.05);
- .border-radius(0);
-
- h1 {
- line-height: 1.5em;
- }
-}
-
.well {
.border-radius(0);
.box-shadow(none);
-
}
-.table-bordered {
+.hero-unit {
+ border: 1px solid rgba(0,0,0,.05);
.border-radius(0);
.box-shadow(none);
+
+ h1 {
+ line-height: 1.5em;
+ }
}
+// a.thumbnail:hover {
+// .box-shadow(0 1px 3px 1px rgba(0, 0, 0, 0.3));
+// border-color: #ddd;
+// }
-legend {
- border-bottom: 2px solid @grayLighter;
- font-family: @headingsFontFamily;
- font-weight: @headingsFontWeight;
- color: @headingsColor;
+.modal {
+ .border-radius(0px);
+ background: @bodyBackground;
}
-a.thumbnail:hover {
- .box-shadow(0 1px 3px 1px rgba(0, 0, 0, 0.3));
- border-color: #ddd;
+.modal-header {
+ border-bottom: none;
}
-code, pre, pre.prettyprint {
- .border-radius(0);
- background-color: @grayLighter;
+.modal-footer {
+ border-top: none;
+ background: transparent;
.box-shadow(none);
}
-hr {
- border-bottom: 1px solid @grayLighter;
+.close,
+.close:hover {
+ border-bottom: none;
}
+// MEDIA QUERIES
+// -----------------------------------------------------
+
@media (max-width: 768px) {
div.subnav {
+
height: auto;
.nav > li.active > a {