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">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>{$flatpress.TITLE}{$pagetitle}</title>
|
||||
<title>{$flatpress.title|tag:wp_title:'«'}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={$flatpress.CHARSET}" />
|
||||
{action hook=wp_head}
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Snail-orange
|
||||
Theme Name: Rainbow
|
||||
Author: Marcoverga86, DeltaLima
|
||||
Version: 2.0
|
||||
Version: 2.2
|
||||
Module: common.css
|
||||
*/
|
||||
|
||||
|
@ -48,16 +48,10 @@ pre, code {
|
|||
|
||||
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;
|
||||
/*background-color: #444444;*/
|
||||
|
||||
/* ubuntu terminal background color */
|
||||
background: #380c2a;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
color: #CCCCCC;
|
||||
overflow: auto;
|
||||
width: 90%;
|
||||
|
@ -67,6 +61,12 @@ pre {
|
|||
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 }
|
||||
|
||||
/* === Form === */
|
||||
|
@ -173,12 +173,12 @@ h6 { font-size: 0.9em }
|
|||
padding-right: 10px;
|
||||
padding-top: 3px;
|
||||
float: right;
|
||||
|
||||
}
|
||||
#logo-img {
|
||||
/*background: url("../imgs/Mandrake-Tux_redraw.png");*/
|
||||
|
||||
height: 120px;
|
||||
|
||||
max-height: 120px;
|
||||
max-width: 90px;
|
||||
}
|
||||
|
||||
#clear-container {
|
||||
|
|
Loading…
Reference in a new issue