aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:33:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-25 23:33:08 +0200
commit7292a5f70f2d43456306b15826d7a5b38b09d336 (patch)
tree786898112bc2444abdb475c45fd4af6d25c8cf17 /css
parentLicense page seems great (diff)
downloadjoe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.gz
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.bz2
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.xz
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.tar.zst
joe-www-7292a5f70f2d43456306b15826d7a5b38b09d336.zip
Nice links page
Diffstat (limited to 'css')
-rw-r--r--css/site.css76
1 files changed, 56 insertions, 20 deletions
diff --git a/css/site.css b/css/site.css
index 0b947be..fbf6fa5 100644
--- a/css/site.css
+++ b/css/site.css
@@ -21,12 +21,43 @@ header {
border-top: 0pt;
}
+
header h1 {
font-size: x-large;
font-weight: bold;
text-align: center;
padding: 5pt;
margin: 0pt;
+ color: #292929;
+}
+
+header a {
+ margin: 0pt;
+ border-collapse: collapse;
+}
+
+header a:link {
+ color: #292929;
+ background-color: transparent;
+ text-decoration: none;
+}
+
+header a:visited {
+ color: #292929;
+ background-color: transparent;
+ text-decoration: none;
+}
+
+header a:hover {
+ color: #292929;
+ background-color: transparent;
+ text-decoration: none;
+}
+
+header a:active {
+ color: #292929;
+ background-color: transparent;
+ text-decoration: none;
}
footer {
@@ -36,8 +67,8 @@ footer {
position: absolute;
bottom: 0;
width: 100%;
- height: 2.5rem;
- margin-top: -2.5rem;
+ height: 2rem;
+ margin-top: -2rem;
}
footer p {
@@ -64,16 +95,25 @@ a:visited {
}
a:hover {
- color: #48f;
+ color: #45a;
background-color: transparent;
- text-decoration: none;
+ text-decoration: underline;
}
a:active {
- color: #48f;
+ color: #45a;
background-color: transparent;
- border: 0pt;
- margin: 0pt;
+ text-decoration: none;
+}
+
+li {
+ display: list-item;
+ list-style: square;
+}
+
+ul {
+ padding: 0pt 0pt 0pt 1em;
+ margin: 0 0 1em;
}
div.sidebar {
@@ -87,19 +127,10 @@ div.sidebar {
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-contents {
padding: 5pt 0 5pt 0;
padding-bottom: 2.5rem;
- margin-left: 20%;
+ margin-left: 10%;
margin-right: 20%;
}
@@ -107,17 +138,22 @@ div.body-contents h1 {
font-size: 140%;
font-weight: bold;
text-align: left;
- padding: 0em 0em 0em 0em;
+ padding: 0em 0em 0.25rem 0em;
margin: 0pt;
- margin-top: 1em;
+ margin-top: 2em;
+ color: #24c;
+ border-bottom: 2px solid #24c;
}
div.body-contents h2 {
font-size: 125%;
font-weight: bold;
text-align: left;
- padding: 0em 0em 0em 0em;
+ padding: 0em 0em 0.25rem 0em;
margin: 0pt;
+ margin-top: 1em;
+ color: #24c;
+ border-bottom: 1px solid #24c;
}
div.body-contents code {