fine tuning and cleanup up css, header now uses correct title generation

This commit is contained in:
Marcus 2023-06-26 20:25:55 +02:00
parent 11f36dbceb
commit 9d08646657
2 changed files with 19 additions and 19 deletions

View file

@ -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:'&laquo;'}</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>

View file

@ -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 === */
@ -86,7 +86,7 @@ legend {
input, textarea { input, textarea {
padding: .1em; padding: .1em;
border: 1px solid #315A94;; border: 1px solid #315A94;;
font-family: 'Trebuchet MS', Tahoma, 'Times New Roman'; font-family: 'Trebuchet MS', Tahoma, 'Times New Roman';
} }
@ -108,20 +108,20 @@ textarea {
width: 99%; width: 99%;
margin-top: .1em; margin-top: .1em;
margin-bottom: 1em; margin-bottom: 1em;
background-color: #999999; background-color: #999999;
} }
/* ===== LINKS GENERAL ===== */ /* ===== LINKS GENERAL ===== */
a:link, a:visited { a:link, a:visited {
/*color: #0066ff;*/ /*color: #0066ff;*/
color: #e69138; color: #e69138;
font-weight: bold; font-weight: bold;
text-decoration: none text-decoration: none
} }
a:hover { a:hover {
/*color: #1100FF;*/ /*color: #1100FF;*/
color: #f6b26b; color: #f6b26b;
text-decoration: underline text-decoration: underline
} }
@ -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 {
@ -208,8 +208,8 @@ h6 { font-size: 0.9em }
#main { #main {
/*float:right;*/ /*float:right;*/
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
position: relative; position: relative;
width: 73% !important; width: 73% !important;
width: 73%; width: 73%;