Added some style for the notebox class to be used with the ikiwiki note template...
authormepy <umbertocerrato [at] outlook.it>
Sun, 28 Mar 2021 20:58:06 +0000 (22:58 +0200)
committermepy <umbertocerrato [at] outlook.it>
Sun, 28 Mar 2021 20:58:06 +0000 (22:58 +0200)
local.css

index 5cdd071cc3ec2478c3ed728ee94d59e0a997c85e..454e0f7e0984a592956605a557a4033195fb21aa 100644 (file)
--- a/local.css
+++ b/local.css
@@ -182,3 +182,16 @@ code {
 .color-FFF {
     color: #FFF;
 }
+
+/*
+ * MEPY:
+ * Style for the notebox div element
+ * for use with the ikiwiki note template
+ */
+.notebox {
+       background-color: #FFFFCC;
+       border-radius: 3px;
+       padding: 10px 1em;
+       border: 1px solid #f4f228;
+       margin: 10px 0;
+}