]> git.dabkitsch.com - jekyll-site.git/commitdiff
updated CSS w/ new layout, font, colorscheme
authorequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 06:03:05 +0000 (22:03 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 06:03:05 +0000 (22:03 -0800)
style-colors.css
style-layout.css

index 4a9e3c0bc3955968eeae5239e1ac667691c135c1..13d8881ad4dfaee3789ea00c2e9dd53e6515c567 100644 (file)
@@ -1,11 +1,31 @@
 body {
-    color:#555;
-    background:#ddd;
+       color:#555;
+       background:#163345;
 }
 a {
-    color: #000;
-    font-weight:bold;
+       color: #ccccff;
 }
 header a {
-    color:#999;
+       color:#999;
+}
+div p {
+       color:#bef5eb;
+}
+h1 { 
+       color:#36b1d9;
+}
+h2 { 
+       color:#d871d7;
+}
+footer.post-footer a {
+       color:#666;
+}
+.post-list-date { 
+       color:#3a84a0;
+ }
+ .post-list-heading { 
+       color:#fff;
+}
+ul li { 
+       color:#2fa;
 }
index 5557e95f5c99aba6f5d6f0473802358df554c156..f416d725e31b2f20bd955dc10da60887b711eb8a 100644 (file)
@@ -4,24 +4,40 @@ body {
        margin:0 auto;
        max-width:700px;
 }
+
 header {
        margin:2em 0;
 }
-header a {
-       text-decoration:none;
-}
+
 footer {
        margin:2em 0;
        text-align:center;
 }
+
+header a {
+       text-decoration:none;
+}
+
+a {
+       font-weight:bold;
+}
 img {
        max-width: 700px;
 }
-h2 {
-       margin-top:2em;
-       margin-bottom:1em;
+
+h1 { 
+       font-family: 'Poiret One', cursive;
+       margin-top:2em;
+       margin-bottom:1em;
+}
+h1 {
+       font-size: 2.4em;
+}
+#jeffrey-m-lubow, .post-list-heading { 
+       font-family: 'Poiret One', cursive;
 }
 
+
 /* images */
 img[src*="#right"] {
        float:right;
@@ -45,16 +61,18 @@ img[src*="#smaller"] {
 }
 .post-list-date {
        font-weight:normal;
-       color:#436164;
        margin-top:1em;
        font-style:italic;
-       font-size:1.2em;
+       font-size:1.1em;
+}
+.post-meta { 
+       font-size:0.8em;
 }
 ul.post-list {
        margin:0;
        padding:0;
 }
-ul.post-list li{
+ul.post-list li {
        margin-bottom:2em;
        margin-left:1.5em;
 }
@@ -68,7 +86,6 @@ footer.post-footer {
 }
 footer.post-footer a {
        text-decoration:none;
-       color:#666;
        font-style: italic;
 }