more structure to logo
This commit is contained in:
@@ -181,8 +181,10 @@ function create_button(direction, to) {{
|
|||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
<h1 id="page_title">{page_title}</h1>
|
<div id="page_title">
|
||||||
<p>{sub_title}</a></p>
|
<h1>{page_title}</h1>
|
||||||
|
<p>{sub_title}</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- end #header -->
|
<!-- end #header -->
|
||||||
|
|||||||
@@ -82,15 +82,20 @@ a:hover {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo h1 {
|
#logo #page_title {
|
||||||
padding-top: 160px;
|
padding-top: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo #page_title h1 {
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
font-size: 3.8em;
|
font-size: 3.8em;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: black;
|
||||||
|
background-color: rgba(255,255,255,0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo p {
|
#logo #page_title p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0px 0 0 60px;
|
padding: 0px 0 0 60px;
|
||||||
font: normal 14px Georgia, "Times New Roman", Times, serif;
|
font: normal 14px Georgia, "Times New Roman", Times, serif;
|
||||||
@@ -179,6 +184,8 @@ a:hover {
|
|||||||
.post .entry {
|
.post .entry {
|
||||||
padding: 0px 5px 20px 5px;
|
padding: 0px 5px 20px 5px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
font-size: 14px;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
|
|||||||
Reference in New Issue
Block a user