]> git.mxchange.org Git - fba.git/blobdiff - templates/base.html
Continued:
[fba.git] / templates / base.html
index 9d3e735f075fbd52fff6d888e818c63cf507c87d..864291bdafbdd7fea2e9e80524cc2fa51f153d55 100644 (file)
@@ -17,7 +17,7 @@
         }
 
         h1 {
-            background-color: #f0f0f0;
+            background-color: #eaeaea;
             border-radius: 5px;
             padding-left: 5px;
             padding-right: 5px;
@@ -30,7 +30,7 @@
 
         table {
             width: 100%;
-            border: 2px solid #f0f0f0;
+            border: 2px solid #eaeaea;
             border-spacing: 0px;
             border-radius: 5px;
         }
@@ -41,7 +41,7 @@
         }
 
         table tr:nth-of-type(2n), thead {
-            background-color: #f0f0f0;
+            background-color: #eaeaea;
         }
 
         table td {
             min-width: 50%;
             width: 50em;
         }
+        .notes {
+            margin-left: auto;
+            margin-right: auto;
+            margin-bottom: 20px;
+            width: 50em;
+            text-align: left;
+            border: 1px solid #eaeaea;
+            border-radius: 5px;
+        }
+        .notes > h2 {
+            margin: 0px;
+            padding: 5px;
+            background-color: #eaeaea;
+            text-align: center;
+        }
     </style>
 </head>