aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-04 00:16:49 +0200
committerMateja <mail@matejamaric.com>2020-10-04 00:16:49 +0200
commita3094caeb564821870870d57efb4a4fc3fd659e7 (patch)
tree9399de7d6fd48900d1d01573a81a286aa2fdfa74 /style.css
parent1e44886d6f53d5bb9621211810fdea247f7fbd71 (diff)
downloadold-php-yota-a3094caeb564821870870d57efb4a4fc3fd659e7.tar.gz
old-php-yota-a3094caeb564821870870d57efb4a4fc3fd659e7.zip
A whole lot of shaking going on...
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6495f91..c4c5f2f 100644
--- a/style.css
+++ b/style.css
@@ -48,6 +48,10 @@ nav a:hover {
max-width: 750px;
margin: 1rem auto;
}
+.alert {
+ font-weight: bold;
+ color: red;
+}
/* MAIN STYLING */
main {
@@ -70,7 +74,7 @@ a {
/* TABEL STYLING */
table {
- margin: 2rem 0;
+ margin: 1rem 0;
border-collapse: collapse;
width: 100%;
}
@@ -86,6 +90,18 @@ td, th {
border: 1px solid #ccc;
text-align: left;
padding: 8px;
+ white-space: nowrap;
+}
+
+.center {
+ text-align: center;
+}
+.edit {
+ padding: 2px;
+ border-top: 1px solid #333;
+ border-left: 1px solid #333;
+ border-bottom: 1px solid #aaa;
+ border-right: 1px solid #aaa;
}
tr:nth-child(even) {
@@ -117,6 +133,17 @@ input[type=submit] {
margin: 8px 0;
}
+button {
+ background-color: #eee;
+ color: black;
+ border: #ccc 1px solid;
+ padding: 7px 10px;
+ margin: 2px;
+}
+button:hover {
+ background-color: #f6f6f6;
+}
+
input[type=submit] {
background-color: #ddd;
}