Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
11869bc37c
50 changed files with 4575 additions and 0 deletions
67
static/css/main.css
Normal file
67
static/css/main.css
Normal file
|
@ -0,0 +1,67 @@
|
|||
.post-heading {
|
||||
h1 {
|
||||
color: white;
|
||||
text-shadow: 5px 5px black;
|
||||
}
|
||||
}
|
||||
|
||||
.site-heading {
|
||||
h1, .subheading {
|
||||
color: white;
|
||||
text-shadow: 5px 5px black;
|
||||
a, a:hover, a:link, a:visited, a:active {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-container {
|
||||
font-family: Times;
|
||||
font-style: normal;
|
||||
font-size: 19px;
|
||||
color: darkslategray;
|
||||
a {
|
||||
color: darkslategray;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.post-content-preview {
|
||||
font-family: Times;
|
||||
font-style: normal;
|
||||
font-size: 19px;
|
||||
color: darkslategray;
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.post-content-preview:hover {
|
||||
color: darkslategray;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
font-family: Times;
|
||||
}
|
||||
|
||||
.post-title:hover {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.post-container {
|
||||
font-family: Times;
|
||||
font-size: 19px;
|
||||
h1 { font-family: Times; }
|
||||
}
|
||||
|
||||
.img-left {
|
||||
float: left;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.img-right {
|
||||
float: right;
|
||||
padding-left: 50px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue