pidgin/nest

797ba8a966d2
Parents f1823bf275dd
Children e6d8faf88e15
Add flower boxes to custom.css
--- a/hugo/static/css/custom.css Thu Jan 02 05:58:20 2020 +0000
+++ b/hugo/static/css/custom.css Wed Jan 01 22:54:54 2020 +0000
@@ -25,6 +25,10 @@
font-size: 20px;
}
+/*****************************************************************************
+ * Visual fixes
+ *****************************************************************************/
+
#body-inner li p {
/* This is to fix the unwanted p-tags that blackfriday adds */
margin-block-start: 0;
@@ -41,7 +45,7 @@
}
#body-inner {
- margin-bottom:0;
+ margin-bottom: 0;
}
nav#TableOfContents ul li:first-child:nth-last-child(1) {
@@ -58,11 +62,16 @@
padding: 0px 2px;
}
+/*****************************************************************************
+ * Footline
+ *****************************************************************************/
+
#footline {
background: rgb(246, 246, 246);
border-radius: 15px;
text-align: center;
margin-top: 15px;
+ padding: 1rem;
}
#page-info {
@@ -70,8 +79,8 @@
}
#page-info > div {
- display: inline-block;
- width: 49%;
+ display: inline-block;
+ width: 49%;
}
.footline-columns {
@@ -93,6 +102,10 @@
content: "";
}
+/*****************************************************************************
+ * Supporters
+ *****************************************************************************/
+
.supporters {
padding: 7px;
text-align: center;
@@ -112,6 +125,10 @@
width: auto;
}
+/*****************************************************************************
+ * Pligin Table
+ *****************************************************************************/
+
.plugin-icon {
vertical-align: top;
padding: 0.25rem !important;
@@ -125,7 +142,11 @@
width: 48px;
}
-.plugin-heading, .plugin-publisher, .plugin-type, .plugin-info, .plugin-repo {
+.plugin-heading,
+.plugin-publisher,
+.plugin-type,
+.plugin-info,
+.plugin-repo {
vertical-align: top;
}
@@ -133,3 +154,7 @@
text-align: center;
padding: 0.25rem !important;
}
+
+/*****************************************************************************
+ * End of structure
+ *****************************************************************************/