]> git.mxchange.org Git - fba.git/blobdiff - templates/base.html
Continued:
[fba.git] / templates / base.html
index 8648c026955f8977843f6d70aaa82974431b9b76..629c135204d6c2b2ed7f4d0aeb9f92efbfc2bdd0 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 {
         }
         a.listlink {
             text-decoration: none;
-            font-size: 0.8em;
         }
         a:hover {
             color: #f00000;
         }
 
-        input:hover {
-            border-color: #f00000;
-        }
-        input[type="text"], input[type="submit"] {
+        input {
             padding: 5px;
             border-radius: 5px;
             font-size: 16px;
@@ -81,6 +77,9 @@
         input[type="submit"] {
             cursor: pointer;
         }
+        input:hover {
+            border-color: #f00000;
+        }
 
         span[title] {
             text-decoration: underline dotted;
             min-width: 50%;
             width: 50em;
         }
+        .notice {
+            margin-left: auto;
+            margin-right: auto;
+            margin-bottom: 20px;
+            width: 50em;
+            text-align: left;
+            border: 1px solid #eaeaea;
+            border-radius: 5px;
+        }
+        .notice > div {
+            margin: 0px;
+            padding: 5px;
+        }
+        .notice > h3 {
+            margin: 0px;
+            padding: 5px;
+            background-color: #eaeaea;
+            text-align: center;
+        }
+        li {
+            padding-bottom: 4px;
+        }
+        code {
+            padding: 3px;
+            background-color: #eaeaea;
+            border-radius: 5px;
+        }
     </style>
 </head>