merge PR: enable ordered lists in styles.css (https://github.com/nodejh/hugo-theme-cactus-plus/pull/14)

feature/cover-image
nodejh 7 years ago
parent d02f27aa1d
commit 093a51edcf

@ -172,13 +172,10 @@ h2 {
nav.main-nav { nav.main-nav {
padding: 20px 20px 0; padding: 20px 20px 0;
/*max-width: 600px;*/
/*width:100%;*/
background: #fff; background: #fff;
background: rgba(255, 255, 255, .90); background: rgba(255, 255, 255, .90);
margin: 0 auto; margin: 0 auto;
text-align: right; text-align: right;
/*position: fixed;*/
z-index: 100; z-index: 100;
} }
@ -188,7 +185,6 @@ nav.main-nav a {
padding: 8px 12px; padding: 8px 12px;
color: #5badf0; color: #5badf0;
font-size: 13px; font-size: 13px;
/*font-weight: bold;*/
line-height: 1.35; line-height: 1.35;
border-radius: 3px; border-radius: 3px;
} }
@ -463,7 +459,7 @@ thead th, th {
img { img {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;ß
border-radius: 3px; border-radius: 3px;
} }
@ -484,7 +480,6 @@ Post List
=========================================== */ =========================================== */
#post-list, #archive-list { #post-list, #archive-list {
/*margin-top: 100px;*/
} }
#post-list li, #archive-list li { #post-list li, #archive-list li {
@ -497,7 +492,6 @@ Post List
#post-list li+li { #post-list li+li {
padding-top: 20px; padding-top: 20px;
/*border-top: 1px solid #eee;*/
} }
#post-list a { #post-list a {
@ -542,8 +536,6 @@ Post List
} }
#footer { #footer {
/*box-shadow: inset 0 1px 0 #eee;*/
/*padding: 40px 0 0 0;*/
margin-top: 100px; margin-top: 100px;
} }
@ -551,11 +543,9 @@ Post List
/* Post Page */ /* Post Page */
#header { #header {
/*border-bottom: 1px solid #eee;*/
} }
.post { .post {
/*margin: 80px 0 0 0;*/
margin: auto; margin: auto;
} }
@ -603,7 +593,6 @@ Post List
} }
#sharing a:hover { #sharing a:hover {
/*color: #444;*/
opacity: 0.8; opacity: 0.8;
} }
@ -611,7 +600,6 @@ Post List
/* Post Navigation */ /* Post Navigation */
#post-nav { #post-nav {
/*border-top:1px solid #eee;*/
text-align: center; text-align: center;
padding-top: 20px; padding-top: 20px;
font-size: 13px; font-size: 13px;
@ -759,7 +747,6 @@ h2.month {
} }
#header { #header {
margin-bottom: 60px; margin-bottom: 60px;
/*border-bottom: 1px solid #eee; */
} }
.post { .post {
margin: 40px 0; margin: 40px 0;
@ -804,7 +791,6 @@ h2.month {
.archive .post-item { .archive .post-item {
padding: 10px 10px; padding: 10px 10px;
/*border-left: 1px solid #cacaca;*/
overflow-x: hidden; overflow-x: hidden;
white-space:nowrap; white-space:nowrap;
} }
@ -832,7 +818,6 @@ h2.month {
.archive .post-item:hover { .archive .post-item:hover {
color: #5694f1; color: #5694f1;
padding-left: 13px; padding-left: 13px;
/*border-left: 1px solid #5badf0;*/
transition: 0.3s ease-out; transition: 0.3s ease-out;
} }
.archive .post-item:hover .post-time,.archive .post-item:hover .post-link { .archive .post-item:hover .post-time,.archive .post-item:hover .post-link {
@ -885,7 +870,6 @@ a.symbol:hover {
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
font-family: 'Menlo', 'Monaco', Courier, monospace; font-family: 'Menlo', 'Monaco', Courier, monospace;
/*font: normal 13px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;*/
} }
#TableOfContents { #TableOfContents {
margin: 1em 0 0 0; margin: 1em 0 0 0;

Loading…
Cancel
Save