Doing some cleanup in styles/
* ATTENTION: you have to delete .css from your stylename in config * Deleted some non-used images * Everything is now in a subfolder
@ -307,7 +307,7 @@ else:
|
|||||||
print ' <meta http-equiv="content-type" content="text/html; charset=utf-8" />'
|
print ' <meta http-equiv="content-type" content="text/html; charset=utf-8" />'
|
||||||
print ' <meta name="keywords" content="' + keywords + '" />'
|
print ' <meta name="keywords" content="' + keywords + '" />'
|
||||||
print ' <meta name="description" content="' + blog_title + '" />'
|
print ' <meta name="description" content="' + blog_title + '" />'
|
||||||
print ' <link rel="stylesheet" type="text/css" href="styles/' + style + '" />'
|
print ' <link rel="stylesheet" type="text/css" href="styles/' + style + '/' + style + '.css" />'
|
||||||
print ' </head>'
|
print ' </head>'
|
||||||
print ' <body>'
|
print ' <body>'
|
||||||
print ''
|
print ''
|
||||||
|
@ -9,7 +9,7 @@ staticpages_dir: static/
|
|||||||
plugins_dir: plugins/
|
plugins_dir: plugins/
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
style: blogthon_noir.css
|
style: blogthon
|
||||||
entries_per_page: 20
|
entries_per_page: 20
|
||||||
staticpages: True
|
staticpages: True
|
||||||
monthlist: True
|
monthlist: True
|
||||||
|
@ -42,7 +42,7 @@ div.header {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-image: url("blogthon_noir_img/header_green_2.jpg");
|
background-image: url("header_green_2.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header_title {
|
div.header_title {
|
||||||
@ -270,7 +270,7 @@ div.entries {
|
|||||||
div.entry_title {
|
div.entry_title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-image: url('blogthon_noir_img/entrie_header.jpg');
|
background-image: url('entrie_header.jpg');
|
||||||
height: 20px;
|
height: 20px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 607 B |
@ -37,7 +37,7 @@ div.header {
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 3px double #000000;
|
border: 3px double #000000;
|
||||||
background-image: url("blogthon_img/header_background.jpg");
|
background-image: url("header_background.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 996 B |
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 543 B |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background: #444444;
|
background: #444444;
|
||||||
background-image: url("box_img/background.png");
|
background-image: url("background.png");
|
||||||
font-family: Fixed;
|
font-family: Fixed;
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 1.5 KiB |