[Solved] Header and currents.

Jan 30, 2012 15:08

One of this questions was asked before by a friend since I didn't want to clutter the community with my questions. It wasn't answered though so I will ask again. I also have another question regarding currents, so I thought I would add it here also.

1) I'm leaving my code below. As you can see the navigation and the first entry are stuck together (example). I want to add a space between the menu and my first entry but I'm not sure how. Something small like the dividers I have between each entry (example). Is there a way I can fix this? It's driving me nuts.

/*---------------------
MADE BY: minty_peach
LAYOUT ID: Daylily Dreams #80
DO NOT STEAL. Fer seriously.
-----------------------*/

/*--- HEADER IMAGE ---*/

.headerimage {
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
width: 780px;
height: 100px;
background-image: url();
background-repeat: no-repeat;
}

.separator {
height: 10px;
background: url('http://i41.tinypic.com/2cxx1l1.jpg');
}

/*--- MAIN PAGE CONTENT ---*/

BODY {
margin: 0px 0px 100px 0px;
background-color: #FFFFFF;
font-family: "Verdana", sans-serif;
text-align: left;
font-size: 10px;
color: #777777;
background-image: url('http://i41.tinypic.com/2cxx1l1.jpg');
background-repeat: repeat-x;
background-attachment: fixed !important;
}

b, i, s, u {
color: #D19FB5;
}

code, kbd, pre, tt {
font-family: tahoma;
}

a, a:link, a:visited {
color: #D19FB5;
text-transform: uppercase;
text-decoration: none;
}

a:hover {
color: #777777;
}

blockquote {
margin: 7px; padding: 7px;
color: #777777;
background-color: #f5f5f5;
font-size: 10px;
border: 1px solid #cccccc;
text-align: justify;
line-height: 16px;
}

blockquote:hover {
border-color: #D19FB5;
}

#content {
width: 780px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

#maincontent {
margin: 0px 0px 0px 0px;
}

/*---------------- SIDEBAR -----------------*/

#sidebar {
width: 740px;
float: center;
color: #888888;
padding: 20px;
background-color: #FFFFFF;
text-align: justify;
border-bottom: 0px solid #ffffff;
}

.defaultuserpic {
text-align: center;
}

.sbarheader, .sbarbody {
padding: 0px;
}

sbarbody2 {
padding: 0px;
}

table.calendar {
padding: 20px;
}

table.calendar {
margin-right: auto;
margin-left: auto;
}

.sbarcalendar {
display: none;
}

.sbarcalendarposts {
display: none;
}

ul.sbarlist {
margin: 0px;
list-style: none;
padding: 0px; }

li.sbaritem {
list-style: none;
padding: 2px 0px 2px 0px;
border-bottom: 1px solid #dddddd;
}

li.sbaritem:hover {
background-color: #e7e7e7;
border-bottom: 1px solid #cccccc;
}

li.sbartitle {
display: none;
}

ul.ljtaglist li{
padding: 2px 0px 2px 0px;
margin: 0px;
list-style: decimal-leading-zero;
list-style-position: outside;
}

/*--- HEADER & FOOTER LINKS - DOES NOT CONTROL HEADER IMAGE ---*/

#header {
width: auto;
text-align: center;
font-size: 9pt;
color: #FFFFFF;
text-transform: uppercase;
background-color: #ffffff;
border-bottom: 10px solid #666666;
padding: 15px;
}

#footer {
width: auto;
text-align: center;
font-size: 9pt;
color: #FFFFFF;
text-transform: uppercase;
background-color: #ffffff;
padding: 15px;
clear: both;
}

div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link, div#footer a:visited {
color: #aaaaaa;
text-transform: uppercase;
font-size: 10pt;
}

div#header a:hover, div#footer a:hover {
color: #D19FB5;
}

ul.navheader, ul.navfooter {
padding: 0px;
margin: 0px;
}

ul.navheader li, ul.navfooter li {
display: inline;
list-style: none;
padding: 2px;
margin: 2px;
}

div#header li.view, div#footer li.viewing {
color: #888888;
}

.clearfoot {
display: none;
}

/*--- title & subtitle ---*/

.title {
display: none;
}

.subtitle {
display: none;
}

/*--- TAGS PAGE LAYOUT ---*/

.ljtaglist {
list-style-type: none;
margin: -1px 20px 0px 20px;
margin-left: 70px; width: 60%;
text-transform: lowercase;
text-align: left;
}

.ljtaglist li {
border-bottom: 1px solid #eeeeee;
padding: 6px 3px 6px 20px;
color: #aaaaaa;
}

H2 {
background-color: #FFFFFF;
margin: 30px;
text-align: left;
padding: 10px;
line-height: 12px;
font-weight: normal;
font-style: italic;
font-size: 12px;
text-transform: uppercase;
color: #aaaaaa;
}

ul.ljtaglist {
color: #cccccc;
font-size: 8pt;
padding: 8px 8px 8px 12px;
text-align: left;
margin-right: auto;
margin-left: auto;
padding: 25px;
}

/*--- ENTRY, SUB CONTENT ---*/

.subcontent {
padding: 20px;
background-color: #FFFFFF;
}

.entry {
padding: 10px 10px 10px 130px;
background-color: #FFFFFF;
color: #777777;
font-size: 10px;
line-height: 14px;
text-align: justify;
}

.entry ul li {
padding: 0px;
margin: 0px;
list-style: decimal-leading-zero;
list-style-position: outside;
}

.entry ol li {
padding-left: 0px;
margin-left: 0px;
list-style: decimal-leading-zero;
list-style-position: outside;
}

.entry_text {
min-height: 100px;
}

/*--- USERPICS, DATE, SUBJECT ---*/

.userpic {
position: relative;
float: left;
padding: 10px;
margin: 0px 15px 15px 0px;
z-index: 15;
background-color: #FFFFFF;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-image: url();
background-repeat: repeat-x;
background-position: center;
}

.userpicfriends {
position: relative;
float: left;
padding: 10px;
margin: 0px 15px 15px 0px;
text-align: left;
font-size: 7pt;
z-index: 15;
background-color: #ffffff !important;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-image: url();
background-repeat: repeat-x;
background-position: center;
}

.userpicfriends font {
color: #D19FB5 !important;
text-transform: upperase;
}

.userpicfriends br {
display: block;
height: 0;
}

.date {
text-align: right;
font-weight: normal;
font-size: 8pt;
color: #aaaaaa;
padding-right: 15px;
text-transform: uppercase;
float: right;
}

.subject {
text-align: right;
color: #D19FB5;
font-size: 8pt;
text-transform: uppercase;
}

.subject a, .subject a:link, .subject a:visited {
color: #aaaaaa;
text-transform: lowercase;
}

.subject a:hover {
color: #777777;
}

.datesubject {
padding: 3px;
border-bottom: 1px solid #cccccc;
}

.currents {
background-color: transparent;
}

.currents strong{
font-weight: normal;
font-size: 1pt;
color: #ffffff;
}

.currentlocation {
padding-left: 15px;
font-size: 10px;
color: #aaaaaa;
background: url('http://i30.tinypic.com/2rnby8p.png') 0px 0px no-repeat;
}

.currentmood {
padding-left: 15px;
font-size: 10px;
color: #aaaaaa;
background: url('http://i27.tinypic.com/25tg2uf.png') 0px 0px no-repeat;
}

.currentmusic {
padding-left: 15px;
font-size: 10px;
color: #aaaaaa;
background: url('http://i26.tinypic.com/5aq6px.png') 0px 0px no-repeat;
}

.ljtags {
margin-top: 15px;
padding-left: 12px;
text-transform: lowercase;
font-size: 1pt;
color: #FFFFFF;
background: url('http://i32.tinypic.com/11qmidt.png') 0px 0px no-repeat;
}

.ljtags a, .ljtags a:link, .ljtags a:visited {
color: #D19FB5;
padding-left: 9px;
font-size: 10px;
text-transform: lowercase;
}

.comments {
text-align: right;
color: #888888;
font-size: 10px;
padding: 5px;
position: relative;
top: 10px;
}

/*--- ARCHIVE PAGE ---*/

ul.year{
text-align: center;
padding: 2px 2px 2px 2px;
}

ul.year li {
color: #aaaaaa;
display: inline;
}

table.yeartable {
margin-left: auto;
margin-right: auto;
padding: 2px;
}

table.yeartable td.yeardate, table.yeartable td.yearday {
color: #888888;
border: 1px solid #cccccc;
padding: 2px;
text-align: center;
}

table.yeartable td.yearday {
background-color: #EBD6DF;
padding: 2px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}

td.yearmonth {
color: #aaaaaa;
border-style: none;
}

/*--- COMMENT PAGES ---*/

.clear {
display: none;
}

.skiplinks {
text-transform: lowercase;
text-align: center;
padding: 10px;
color: #999999;
}

.datesubjectcomment {
background-color: #FDFDFD;
color: #aaaaaa;
padding: 5px;
margin-bottom: 5px;
}

.userpiccomment {
position: relative;
top: -10px;
left: 0px;
margin: 0px 10px -20px -10px;
z-index: 15;
float: left;
padding: 10px;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-image: url();
background-repeat: repeat-x;
background-position: center;
}

.box {
width: auto;
clear: left;
padding: 25px;
}

input, textarea {
background-color: #BAD8DD;
color: #444444;
}

textarea.textbox{
border: 0px solid #fff;
width: 95% !important;
}

.reply{
position: relative;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
text-align: left;
font-size: 10px;
line-height: 125%;
color: #EB8A00;
}

.replytosubject {
font-weight: bold;
}

.commentreply {
position: relative;
padding: 10px 10px 20px 130px;
font-size: 10px;
color: #777777;
}

.commentbox {
padding: 15px 0px 15px 0px;
border-bottom: 1px solid #cccccc;
}

.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #555555;
}

.datesubjectcomment a:hover {
color: #bbbbbb;
}

.commentboxpartial {
background-color: #FFFFFF;
padding: 5px;
margin: 12px;
}

.commentinfo {
margin-top: 10px;
width: 100%;
}

2) So I figured out how to add a space between the entry and the currents, but that leaves me with a big space between the tags and the currents. The tags stay up beneath the entry while the rest of the currents move down like I want them to. Is there a way to move the tags down with the rest of the currents and keep them all aligned while still having a space between them and the entry?

Thank you!

metadata, solved, header and footer, tags, entries

Previous post Next post
Up