summaryrefslogtreecommitdiffstats
path: root/src/wwwroot/libraries/fomantic/src/themes/bookish/elements/header.variables
diff options
context:
space:
mode:
Diffstat (limited to 'src/wwwroot/libraries/fomantic/src/themes/bookish/elements/header.variables')
-rw-r--r--src/wwwroot/libraries/fomantic/src/themes/bookish/elements/header.variables37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/wwwroot/libraries/fomantic/src/themes/bookish/elements/header.variables b/src/wwwroot/libraries/fomantic/src/themes/bookish/elements/header.variables
new file mode 100644
index 0000000..3979b74
--- /dev/null
+++ b/src/wwwroot/libraries/fomantic/src/themes/bookish/elements/header.variables
@@ -0,0 +1,37 @@
+/*-------------------
+ Header
+--------------------*/
+
+@headerFont : 'Karma', 'Times New Roman', serif;
+@fontWeight: @normal;
+
+@iconSize: 1.5em;
+@iconOffset: 0.2em;
+@iconAlignment: top;
+
+@subHeaderFontSize: 0.85rem;
+
+@dividedBorder: 1px dotted rgba(0, 0, 0, 0.2);
+
+/* Block Header */
+@blockVerticalPadding: 1.3em;
+@blockHorizontalPadding: 1em;
+
+/* Attached */
+@attachedBackground: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03)) repeat scroll 0 0 #F8F8F8;
+@attachedVerticalPadding: 1.3;
+@attachedHorizontalPadding: 1em;
+
+/* HTML Headings */
+@h1: 1.75rem;
+@h2: 1.33rem;
+@h3: 1.33rem;
+@h4: 1rem;
+@h5: 0.9rem;
+
+/* Sizing */
+@hugeFontSize: 1.75em;
+@largeFontSize: 1.33em;
+@mediumFontSize: 1.33em;
+@smallFontSize: 1em;
+@tinyFontSize: 0.9em;