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 name="keywords" content="' + keywords + '" />'
|
||||
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 ' <body>'
|
||||
print ''
|
||||
|
@ -9,7 +9,7 @@ staticpages_dir: static/
|
||||
plugins_dir: plugins/
|
||||
|
||||
[look]
|
||||
style: blogthon_noir.css
|
||||
style: blogthon
|
||||
entries_per_page: 20
|
||||
staticpages: True
|
||||
monthlist: True
|
||||
|
@ -42,7 +42,7 @@ div.header {
|
||||
margin: auto;
|
||||
margin: 0px;
|
||||
text-align: center;
|
||||
background-image: url("blogthon_noir_img/header_green_2.jpg");
|
||||
background-image: url("header_green_2.jpg");
|
||||
}
|
||||
|
||||
div.header_title {
|
||||
@ -270,7 +270,7 @@ div.entries {
|
||||
div.entry_title {
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
background-image: url('blogthon_noir_img/entrie_header.jpg');
|
||||
background-image: url('entrie_header.jpg');
|
||||
height: 20px;
|
||||
padding-top: 3px;
|
||||
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;
|
||||
text-align: center;
|
||||
border: 3px double #000000;
|
||||
background-image: url("blogthon_img/header_background.jpg");
|
||||
background-image: url("header_background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
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 {
|
||||
background: #444444;
|
||||
background-image: url("box_img/background.png");
|
||||
background-image: url("background.png");
|
||||
font-family: Fixed;
|
||||
font-size: .7em;
|
||||
color: #CCCCCC;
|
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 1.5 KiB |