summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-12-26 20:17:27 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-12-26 20:17:27 +0400
commit3d21a2f65b929797532fe758db45a31b81371274 (patch)
tree717f47c6bb04582292d2a184ef9cb42595ccbc5e
parent2e533d11cc4519894097df9c2e74cab3b3307585 (diff)
useless selectors removed and stylesheet file organised
-rw-r--r--style.css15
1 files changed, 4 insertions, 11 deletions
diff --git a/style.css b/style.css
index afa7a71..19c98e9 100644
--- a/style.css
+++ b/style.css
@@ -20,8 +20,8 @@ a {
}
a:hover {
- color: #B48EAD; /* Purple */
font-weight: bold;
+ color: #B48EAD; /* Purple */
}
small {
@@ -56,16 +56,6 @@ table {
/*Left blank intentionally*/
}
-.date {
- color : #bbbbbb; /* Light Gray */
- padding-right:0.25em;
-}
-
-.contact {
- color : #bbbbbb; /* Light Gray */
- padding-right:2.9em;
-}
-
.orange_text {
color: #EBCB8B; /* Orange */
}
@@ -87,6 +77,7 @@ table {
#copyleft {
color: #696969; /* Dark Gray */
+ margin-left: 1em;
}
/*
@@ -101,12 +92,14 @@ table {
color: #FFFFFF; /* White */
font-weight: normal;
}
+
#quote {
font-size: 1.3em;
text-align: right;
color: #C0C0C0; /* Darkish gray */
font-weight: 430;
}
+
#bar{
width: 100%;
line-height: 35px;