fine tuning and cleanup up css, header now uses correct title generation
This commit is contained in:
parent
11f36dbceb
commit
9d08646657
2 changed files with 19 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>{$flatpress.TITLE}{$pagetitle}</title>
|
<title>{$flatpress.title|tag:wp_title:'«'}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.CHARSET}" />
|
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.CHARSET}" />
|
||||||
{action hook=wp_head}
|
{action hook=wp_head}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Snail-orange
|
Theme Name: Rainbow
|
||||||
Author: Marcoverga86, DeltaLima
|
Author: Marcoverga86, DeltaLima
|
||||||
Version: 2.0
|
Version: 2.2
|
||||||
Module: common.css
|
Module: common.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -48,16 +48,10 @@ pre, code {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
||||||
/* border-top: 1px solid #ddd;
|
|
||||||
border-bottom: 1px solid #ddd; */
|
|
||||||
/*background-color: #efefef;*/
|
|
||||||
/* background-color: #a8a8a8;*/
|
|
||||||
/*border-bottom: 1px solid #555;*/
|
|
||||||
border: 1px solid #555;
|
border: 1px solid #555;
|
||||||
/*background-color: #444444;*/
|
/*background-color: #444444;*/
|
||||||
|
|
||||||
/* ubuntu terminal background color */
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
background: #380c2a;
|
|
||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
@ -67,6 +61,12 @@ pre {
|
||||||
box-shadow: 3px 3px 6px black;
|
box-shadow: 3px 3px 6px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:not(pre) > code {
|
||||||
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 0px 3px;
|
||||||
|
}
|
||||||
|
|
||||||
ul, li, ol { margin: 0; padding: 0 }
|
ul, li, ol { margin: 0; padding: 0 }
|
||||||
|
|
||||||
/* === Form === */
|
/* === Form === */
|
||||||
|
@ -173,12 +173,12 @@ h6 { font-size: 0.9em }
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
}
|
}
|
||||||
#logo-img {
|
#logo-img {
|
||||||
/*background: url("../imgs/Mandrake-Tux_redraw.png");*/
|
/*background: url("../imgs/Mandrake-Tux_redraw.png");*/
|
||||||
|
max-height: 120px;
|
||||||
height: 120px;
|
max-width: 90px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#clear-container {
|
#clear-container {
|
||||||
|
|
Loading…
Reference in a new issue