mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Remove clean-blog css, model alchemy off clean-blog
This commit is contained in:
parent
a4048d9d68
commit
075c135dac
4 changed files with 63 additions and 447 deletions
|
|
@ -1,8 +1,14 @@
|
|||
::selection {
|
||||
background: #0085A1;
|
||||
color: #fff;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
border-top: 4px solid #333;
|
||||
font-family: 'Georgia', 'Cambria', 'Times New Roman', 'Times', serif;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
@ -12,54 +18,33 @@ h4,
|
|||
h5,
|
||||
h6 {
|
||||
font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', sans-serif;
|
||||
font-weight: normal;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #0085a1
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: #777;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
.container {
|
||||
max-width: 970px;
|
||||
}
|
||||
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.pagination > li > a:hover,
|
||||
.pagination > li > span:hover,
|
||||
.pagination > li > a:focus,
|
||||
.pagination > li > span:focus,
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: #ff9800;
|
||||
}
|
||||
|
||||
.header {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.header img {
|
||||
border: 4px solid #333;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.header h1 {
|
||||
font-size: 3em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.header p {
|
||||
font-size: 1.1em;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.header ul {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.header nav li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
padding: 20px 0;
|
||||
|
|
@ -70,35 +55,72 @@ a:hover {
|
|||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.highlight pre {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.pagination > li > a,
|
||||
.pagination > li > span {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.header img {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.header h1 {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.header p {
|
||||
font-size: 1.1em;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.header ul {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.header li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.teaser h3 {
|
||||
margin: 0 0 30px;
|
||||
.teaser h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.teaser p {
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.teaser header div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.article blockquote,
|
||||
.article ul,
|
||||
.article ol,
|
||||
.article .highlight {
|
||||
.article > ul,
|
||||
.article > ol,
|
||||
.article > p,
|
||||
.article > blockquote,
|
||||
.article > .highlight {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.article blockquote p:first-child,
|
||||
.article blockquote ul:first-child,
|
||||
.article blockquote ol:first-child {
|
||||
margin-top: 0;
|
||||
.article > h2 {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.highlight pre {
|
||||
border: none;
|
||||
}
|
||||
.article a {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.article header ul {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.article header li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue