pidgin/nest

Footline themeing

2019-06-10, Jason
6dbc685768a7
Parents 98448852d734
Children b644a312fabe
Footline themeing
--- a/hugo/static/css/custom.css Mon Jun 10 01:28:54 2019 +0100
+++ b/hugo/static/css/custom.css Mon Jun 10 22:34:53 2019 +0100
@@ -1,50 +1,92 @@
td img {
- margin: 0 !important;
- width: 30px;
+ margin: 0 !important;
+ width: 30px;
}
/* stuff from the old pidgin.im */
ul.condensed {
- padding-bottom: 1em;
- display: block;
+ padding-bottom: 1em;
+ display: block;
}
-.condensed LI {
- width: 33%;
- display: inline-block;
+.condensed li {
+ width: 33%;
+ display: inline-block;
}
.donate-button {
- display: inline-block;
- border-radius: 25px;
- color: rgb(0, 0, 0) !important;
- background: #fff;
- padding: 10px;
- width: 100%;
- text-align: center;
- font-weight: bolder;
- font-size: 20px;
+ display: inline-block;
+ border-radius: 25px;
+ color: rgb(0, 0, 0) !important;
+ background: #fff;
+ padding: 10px;
+ width: 100%;
+ text-align: center;
+ font-weight: bolder;
+ font-size: 20px;
}
#body-inner li p {
- /* This is to fix the unwanted p-tags that blackfriday adds */
- margin-block-start: 0;
- margin-block-end: 0;
+ /* This is to fix the unwanted p-tags that blackfriday adds */
+ margin-block-start: 0;
+ margin-block-end: 0;
}
#body-inner li pre {
- margin: 1rem 0;
+ margin: 1rem 0;
}
#body-inner li {
- margin-block-start: 0.3rem;
- margin-block-end: 0.3rem;
+ margin-block-start: 0.3rem;
+ margin-block-end: 0.3rem;
}
nav#TableOfContents code {
- /* Make titles with code snippets look nicer */
- white-space: nowrap;
- color: #8451a1;
- background: #e2e2fd;
- padding: 0px 2px;
+ /* Make titles with code snippets look nicer */
+ white-space: nowrap;
+ color: #8451a1;
+ background: #e2e2fd;
+ padding: 0px 2px;
+}
+
+#footline {
+ background: rgb(246, 246, 246);
+ border-radius: 15px;
+ text-align: center;
+ margin-top: 15px;
+}
+
+#page-info {
+ padding: 10px;
+}
+
+#page-info > div {
+ display: inline-block;
+ width: 49%;
}
+
+#footline-columns {
+ margin: 0;
+ display: inline-block;
+ width: 200px;
+ text-align: left;
+ vertical-align: top;
+ padding: 0;
+}
+
+#footline-columns > li {
+ list-style-type: none;
+}
+
+.footline-license > ul {
+ margin-top: 0;
+}
+
+.footline-license > ul > li {
+ list-style-type: none;
+}
+
+.build-info {
+ font-size: 8px;
+ text-align: center;
+}