aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-22 19:53:23 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-22 19:53:23 +0200
commit5e6880b8b47f4616bf9fb1d5b1954b331d7bd256 (patch)
tree681da4f910e828a7e7bd65784c1f777245d30a5a /css
parentCool sidebar (diff)
downloadjoe-www-5e6880b8b47f4616bf9fb1d5b1954b331d7bd256.tar.gz
joe-www-5e6880b8b47f4616bf9fb1d5b1954b331d7bd256.tar.bz2
joe-www-5e6880b8b47f4616bf9fb1d5b1954b331d7bd256.tar.xz
joe-www-5e6880b8b47f4616bf9fb1d5b1954b331d7bd256.tar.zst
joe-www-5e6880b8b47f4616bf9fb1d5b1954b331d7bd256.zip
Very nice looking home page
Diffstat (limited to 'css')
-rw-r--r--css/site.css23
1 files changed, 16 insertions, 7 deletions
diff --git a/css/site.css b/css/site.css
index c124fff..29a728e 100644
--- a/css/site.css
+++ b/css/site.css
@@ -27,25 +27,25 @@ a {
}
a:link {
- color: #05a;
+ color: #45a;
background-color: transparent;
text-decoration: none;
}
a:visited {
- color: #05a;
+ color: #45a;
background-color: transparent;
text-decoration: none;
}
a:hover {
- color: #0af;
+ color: #48f;
background-color: transparent;
text-decoration: none;
}
a:active {
- color: #0af;
+ color: #48f;
background-color: transparent;
border: 0pt;
margin: 0pt;
@@ -53,15 +53,24 @@ a:active {
div.sidebar {
float: right;
- background-color: #dde;
- border-left: 2pt solid #99D;
- border-bottom: 2pt solid #99D;
+ background-color: #e4e4f0;
+ border-left: 1pt solid #99c;
+ border-bottom: 1pt solid #99c;
margin-left: 2em;
margin-bottom: 1em;
min-width: 15%;
padding: 5pt;
}
+div.sidebar li {
+ display: list-item;
+ list-style: square;
+}
+div.sidebar ul {
+ padding: 0pt 0pt 0pt 1em;
+ margin: 0 0 1em;
+}
+
div.body-content {
padding: 5pt;
margin-left: 10%;