summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkiWiki <ikiwiki.info>2021-04-06 12:16:14 +0200
committerIkiWiki <ikiwiki.info>2021-04-06 12:16:14 +0200
commit56d9268d5c97361342d4ca66365f2753603027e8 (patch)
treec620d4332b7f45e1156b56394509507a6006c2ae
parent3c10534ec6a06e1e0809e177a6ca43a0e9085b3e (diff)
parenteee4d1775f66a28f6bf7c0ce01eb4c551f08da21 (diff)
Merge branch 'master' of /var/lib/gitolite3/repositories/wiki.starship-factory.ch
-rwxr-xr-xcss/local.css43
1 files changed, 38 insertions, 5 deletions
diff --git a/css/local.css b/css/local.css
index 2d557249..4306d9a9 100755
--- a/css/local.css
+++ b/css/local.css
@@ -4,23 +4,56 @@
/* Add this class to a bootstrap table to not make it take 100% of the width */
.table-nonfluid {
- width: auto;
+ width: auto;
}
.urlwordbreakall {
- word-break: break-all;
+ word-break: break-all;
}
/*
.half-width-img have to table cols at 50% each and fit image in col
*/
table.half-width-img th {
- width: 50%;
+ width: 50%;
}
/*
.img-fill-container scale an image to fit container in x axis
*/
table.half-width-img img,
.img-fill-container {
- width: 100%;
- height: auto;
+ width: 100%;
+ height: auto;
+}
+
+h1, .h1 {
+ font-size: 30px;
+}
+
+h2, .h2 {
+ font-size: 24px;
+}
+
+h3, .h3 {
+ font-size: 20px;
+}
+
+h4, .h4 {
+ font-size: 18px;
+}
+
+h5, .h5 {
+ font-size: 16px;
+}
+
+h6, .h6 {
+ font-size: 14px;
+}
+
+h1, .h1, h2, .h2, h3, .h3 {
+ margin-top: 18px;
+ margin-bottom: 8px;
+}
+
+blockquote {
+ font-size: unset;
}