kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 453b1273db8e3b9fec12abb6f76475a29dafaa20
parent 85e3fe03a780784c386fdfaec839973d7cd5a72a
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Fri, 16 Feb 2024 19:31:07 -0300

updated css style

Diffstat:
Mcss/article_style.css | 2+-
Mcss/style.css | 15++++++++-------
Mgit/style.css | 12++++++++----
3 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/css/article_style.css b/css/article_style.css
@@ -60,8 +60,8 @@ p { padding-bottom: 1em; }
 em { font-weight: bold; }
 
 ul {
-    margin-left: 1.5em;
     padding-bottom: 1em;
+    list-style-position: inside;
 }
 
 .article_bottom_bar {
diff --git a/css/style.css b/css/style.css
@@ -194,8 +194,8 @@ footer {
 #index-title {
     text-align: center;
     color: #DAA520;
-    padding-top: .5em;
-    padding-bottom: .75em;
+    padding-top: .25em;
+    padding-bottom: .5em;
 }
 
 img {
@@ -223,7 +223,9 @@ ol {
 }
 
 ul {
-    list-style-type: disc; /* Remove bullets */
+    list-style-type: none; /* Remove bullets */
+    list-style-position: inside;
+    list-style: inside;
     padding: 0;
     padding-bottom: .5em;
     margin: 0; /* Remove margins */
@@ -342,10 +344,9 @@ hr {
 }
 
 #blog_entries {
-    list-style-type: disc; /* Remove bullets */
+    list-style-type: none; /* Remove bullets */
     padding: 0;
     padding-bottom: .5em;
-    margin-left: 1em; /* Remove margins */
     text-align: left;
 }
 
@@ -408,7 +409,7 @@ time {
         margin-top: 1em;
     }
     #header_title {
-        font-size: 3em;
+        font-size: 2.75em;
         padding-left: .5em;
         padding-right: .5em;
         line-height: 1.10em;
@@ -426,7 +427,7 @@ time {
 
 @media (max-width: 400px) {
     #header_title {
-        font-size: 2.75em;
+        font-size: 2.5em;
         padding-left: .25em;
         padding-right: .25em;
     }
diff --git a/git/style.css b/git/style.css
@@ -23,7 +23,8 @@ body {
 footer {
     color: grey;
     font-size: .85em;
-    padding-left: 1em;
+    padding: 2em;
+    text-align: center;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -108,7 +109,7 @@ a.d, a.h, a.i, a.line {
 }
 
 #readme p {
-    line-height: 1.5
+    line-height: 1.25;
 }
 
 #readme-hr, #owner {
@@ -474,7 +475,7 @@ pre a.h:hover, pre a.i:hover, pre a.d:hover {
 
 @media (max-width: 800px) {
     body {
-        font-size: 18px;
+        font-size: 16px;
         max-width: 97%;
     }
     #owner {
@@ -539,13 +540,16 @@ pre a.h:hover, pre a.i:hover, pre a.d:hover {
         margin: 0;
     }
 
+    #index,
+    #refs,
     #files,
     #dir-files,
     #log,
     #commit-summary,
     #commit-diff {
-        padding: .75em;
+        padding: .5em;
     }
+
     #files #file-mode, #dir-files #file-mode {
         display: none;
     }