mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove trailing whitespaces from notmyidea
This commit is contained in:
parent
68724e9682
commit
9495a6c3df
2 changed files with 33 additions and 33 deletions
|
|
@ -43,7 +43,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3, h4, h5, h6 { margin-top: .8em; }
|
h3, h4, h5, h6 { margin-top: .8em; }
|
||||||
|
|
||||||
hr { border: 2px solid #EEEEEE; }
|
hr { border: 2px solid #EEEEEE; }
|
||||||
|
|
||||||
/* Anchors */
|
/* Anchors */
|
||||||
|
|
@ -64,7 +64,7 @@ a:hover, a:active {
|
||||||
h1 a:hover {
|
h1 a:hover {
|
||||||
background-color: inherit
|
background-color: inherit
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Paragraphs */
|
/* Paragraphs */
|
||||||
div.line-block,
|
div.line-block,
|
||||||
p { margin-top: 1em;
|
p { margin-top: 1em;
|
||||||
|
|
@ -124,7 +124,7 @@ div.note {
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
table {margin: .5em auto 1.5em auto; width: 98%;}
|
table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||||
|
|
||||||
/* Thead */
|
/* Thead */
|
||||||
thead th {padding: .5em .4em; text-align: left;}
|
thead th {padding: .5em .4em; text-align: left;}
|
||||||
thead td {}
|
thead td {}
|
||||||
|
|
@ -132,14 +132,14 @@ table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||||
/* Tbody */
|
/* Tbody */
|
||||||
tbody td {padding: .5em .4em;}
|
tbody td {padding: .5em .4em;}
|
||||||
tbody th {}
|
tbody th {}
|
||||||
|
|
||||||
tbody .alt td {}
|
tbody .alt td {}
|
||||||
tbody .alt th {}
|
tbody .alt th {}
|
||||||
|
|
||||||
/* Tfoot */
|
/* Tfoot */
|
||||||
tfoot th {}
|
tfoot th {}
|
||||||
tfoot td {}
|
tfoot td {}
|
||||||
|
|
||||||
/* HTML5 tags */
|
/* HTML5 tags */
|
||||||
header, section, footer,
|
header, section, footer,
|
||||||
aside, nav, article, figure {
|
aside, nav, article, figure {
|
||||||
|
|
@ -173,9 +173,9 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
color: #C74350;
|
color: #C74350;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner h1 strong {font-size: 0.36em; font-weight: normal;}
|
#banner h1 strong {font-size: 0.36em; font-weight: normal;}
|
||||||
|
|
||||||
/* Main Nav */
|
/* Main Nav */
|
||||||
#banner nav {
|
#banner nav {
|
||||||
background: #000305;
|
background: #000305;
|
||||||
|
|
@ -186,15 +186,15 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
|
#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
|
||||||
#banner nav li {float: left; display: inline; margin: 0;}
|
#banner nav li {float: left; display: inline; margin: 0;}
|
||||||
|
|
||||||
#banner nav a:link, #banner nav a:visited {
|
#banner nav a:link, #banner nav a:visited {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -208,12 +208,12 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner nav li:first-child a {
|
#banner nav li:first-child a {
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
-moz-border-radius-topleft: 5px;
|
-moz-border-radius-topleft: 5px;
|
||||||
-webkit-border-top-left-radius: 5px;
|
-webkit-border-top-left-radius: 5px;
|
||||||
|
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
-moz-border-radius-bottomleft: 5px;
|
-moz-border-radius-bottomleft: 5px;
|
||||||
-webkit-border-bottom-left-radius: 5px;
|
-webkit-border-bottom-left-radius: 5px;
|
||||||
|
|
@ -228,7 +228,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
width: 760px;
|
width: 760px;
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
|
|
@ -257,7 +257,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 20px 20px;
|
padding: 20px 20px;
|
||||||
width: 760px;
|
width: 760px;
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
|
|
@ -292,21 +292,21 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
float: left;
|
float: left;
|
||||||
width: 615px;
|
width: 615px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
|
#extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
|
||||||
|
|
||||||
/* Social */
|
/* Social */
|
||||||
#extras .social {
|
#extras .social {
|
||||||
float: right;
|
float: right;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#extras div[class='social'] a {
|
#extras div[class='social'] a {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 3px 6px;
|
background-position: 3px 6px;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons */
|
/* Icons */
|
||||||
.social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
|
.social a[href*='about.me'] {background-image: url('../images/icons/aboutme.png');}
|
||||||
.social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
|
.social a[href*='bitbucket.org'] {background-image: url('../images/icons/bitbucket.png');}
|
||||||
|
|
@ -346,7 +346,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 760px;
|
width: 760px;
|
||||||
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
|
|
@ -390,7 +390,7 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
/* Blog Index */
|
/* Blog Index */
|
||||||
#posts-list {list-style: none; margin: 0;}
|
#posts-list {list-style: none; margin: 0;}
|
||||||
#posts-list .hentry {padding-left: 10px; position: relative;}
|
#posts-list .hentry {padding-left: 10px; position: relative;}
|
||||||
|
|
||||||
#posts-list footer {
|
#posts-list footer {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -398,7 +398,7 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
top: 0.5em;
|
top: 0.5em;
|
||||||
width: 190px;
|
width: 190px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* About the Author */
|
/* About the Author */
|
||||||
#about-author {
|
#about-author {
|
||||||
background: #f9f9f9;
|
background: #f9f9f9;
|
||||||
|
|
@ -406,21 +406,21 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
padding: 10px 20px 15px 20px;
|
padding: 10px 20px 15px 20px;
|
||||||
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about-author strong {
|
#about-author strong {
|
||||||
color: #C64350;
|
color: #C64350;
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1.429em;
|
font-size: 1.429em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
|
#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
|
||||||
|
|
||||||
/* Comments */
|
/* Comments */
|
||||||
#comments-list {list-style: none; margin: 0 1em;}
|
#comments-list {list-style: none; margin: 0 1em;}
|
||||||
#comments-list blockquote {
|
#comments-list blockquote {
|
||||||
|
|
@ -429,24 +429,24 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
}
|
}
|
||||||
#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
|
#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
|
||||||
|
|
||||||
#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
|
#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
|
||||||
|
|
||||||
/* Add a Comment */
|
/* Add a Comment */
|
||||||
#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
|
#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
|
||||||
#add-comment input[type='text'],
|
#add-comment input[type='text'],
|
||||||
#add-comment input[type='email'],
|
#add-comment input[type='email'],
|
||||||
#add-comment input[type='url'] {float: left; width: 200px;}
|
#add-comment input[type='url'] {float: left; width: 200px;}
|
||||||
|
|
||||||
#add-comment textarea {float: left; height: 150px; width: 495px;}
|
#add-comment textarea {float: left; height: 150px; width: 495px;}
|
||||||
|
|
||||||
#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
|
#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
|
||||||
|
|
||||||
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
|
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
|
||||||
#add-comment * {margin-bottom: .5em;}
|
#add-comment * {margin-bottom: .5em;}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
.caps {font-size:.92em;}
|
.caps {font-size:.92em;}
|
||||||
.amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}
|
.amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}
|
||||||
.dquo {margin-left:-.38em;}
|
.dquo {margin-left:-.38em;}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue