Date: 12/10/07 (HTML Help) Keywords: no keywords
how do I remove the big space between my subject and entry?using S2, here is my code:/*------------------------------------------------------------------- S2 Flexible Squares Stylesheet by xplastique.livejournal.com Change anything you like, but you MUST credit me with a LINK BACK. Please do not remove this section ------------------------------------------------------------------*/ /*------------------------------------------------------------------- Basics -------------------------------------------------------------------*/ body { background-color: #f66f8f; text-align: left; color: #f66f8f; font-family: arial; font-size: 12px; margin: 10px 0px 10px 0px; } a, a:link, a:visited { cursor: default; font-family: arial; font-size: 12px; color: #f35c80; text-decoration: none; } a:hover { cursor: default; font-family: arial; font-size: 12px; color: #f8b8c7; text-decoration: none; } p, td, blockquote { font-size: 10px; background-color: #FFFFFF; padding: 5px; } code, kbd, pre, tt { font-size: 10px; background-color: #FFFFFF; padding: 5px; } /*------------------------------------------------------------------- General page alignment and width -------------------------------------------------------------------*/ #content { width: 680px; margin-left: auto; margin-right: auto; background-color: #E5E5E5; border: 0px; padding: 0px; } #maincontent { float: right; width: 100%; margin-top: -28px; font-family: arial; font-size: 12px; background-color: #FFFFFF; color: #ABABAB; text-align: left; } /*------------------------------------------------------------------- Header and header image -------------------------------------------------------------------*/ #header { width: 680px; padding: 10px 0px 0px 0px; margin: 0px; border: 0px; background-color: #f35c80; text-align: center; font-family: arial; font-size: 28px; font-weight: ; letter-spacing: px; color: #ffffff; text-transform: lowercase; } .headerimage { width: WIDTHpx; height: HEIGHTpx; background: url('URL HERE') no-repeat; margin: 0px auto; } div#header a, div#header a:link, div#header a:visited{ cursor: default; font-family: arial; font-size: 28px; letter-spacing: px; color: #ffffff; text-transform: lowercase; text-decoration: none; } div#header a:hover{ cursor: default; font-family: arial; font-size: 28px; letter-spacing: px; color: #f8b8c7; text-transform: lowercase; text-decoration: none; background-color: transparent; } .title { visibility: hidden } .subtitle{ visibility: hidden } /*------------------------------------------------------------------- Header links section -------------------------------------------------------------------*/ ul.navheader { padding: 0px; margin: 0px; } ul.navheader li { display: inline; padding: 0 3px 0 3px; } /*------------------------------------------------------------------- Entry stuff -------------------------------------------------------------------*/ .entry { margin: 0px 0px 0px 0px; padding: 14px; line-height:20px; text-transform: lowercase; background-color: #FFFFFF; color: #000000; font-family: arial; font-size: 9pt; font-weight: none; text-align: left; border-width: 0px; } .userpic { display: none; } .date { line-height: 100%; text-align: right; font-style:italic; text-transform: lowercase; font-weight: ; color: #000000; font-family: arial; font-size: 9pt; } .subject { padding: 4px; text-align: left; color: #f35c80; font-weight: bold; font-family: arial; font-size: 12pt; text-transform: lowercase; letter-spacing: px; } .subject a, .subject a:link, .subject a:visited { cursor: default; font-family: arial; font-size: 12px; color: #f66f8f; text-decoration: none; } .subject a:hover { cursor: default; font-family: arial; font-size: 12px; color: #FFFFFF; text-decoration: none; background-color: #f66f8f; letter-spacing: px; } .datesubject { background-color: #FFF; padding: 10px; } .entry ul li { padding-left: 5px; margin-left: 5px; } .entry ol li { padding-left: 5px; margin-left: 15px; } /*------------------------------------------------------------------- Entry Stuff - Current Mood, Music and Location -------------------------------------------------------------------*/ .currents, .currentmood, .currentmusic { color: #ABABAB; font-family: arial; font-size: 9px; } /*------------------------------------------------------------------- Entry Stuff - Comments -------------------------------------------------------------------*/ .comments { font-family: arial; font-size: 12px; text-align: right; padding: 0px 5px 0px 5px; position: relative; top: 15px; background-color: #FFFFFF; } div.comments a, div.comments a:link, div.comments a:visited{ cursor: default; font-family: arial; font-size: 12px; color: #f35c80; text-decoration: none; } div.comments a:hover { cursor: default; font-family: arial; font-size: 12px; color: #f35c80; text-decoration: none; } /*------------------------------------------------------------------- Entry Stuff - Separator -------------------------------------------------------------------*/ /* for formatting separators between entries */ .separator{ height: 35px; } /*------------------------------------------------------------------- Special friends page customization -------------------------------------------------------------------*/ .userpicfriends { position: relative; float: right; padding: 5px; margin: 10px; text-align: center; background-color: #FFFFFF; font-family: arial; font-size: 12px; z-index: 15; color: #f66f8f; } /*------------------------------------------------------------------- Footer -------------------------------------------------------------------*/ #footer { width: 100%; color: #ffffff; font-family: arial; font-size: 28px; background-color: #f35c80; z-index: 100; clear: none; text-align: center; } div#footer a, div#footer a:link, div#footer a:visited { cursor: default; font-family: arial; font-size: 28px; letter-spacing: px; color: #ffffff; text-transform: lowercase; text-decoration: none; } div#footer a:hover { cursor: default; font-family: arial; font-size: 28px; letter-spacing: px; color: #f8b8c7; text-transform: lowercase; text-decoration: none; background-color: transparent; } ul.navfooter{ padding: 5px; margin: 5px; } ul.navfooter li { display: inline; margin: 0px; padding: 0px 5px 0px 5px; background: transparent; text-align: center; font-size: 28px; text-transform: lowercase; } .clearfoot { display: none; } /*------------------------------------------------------------------- Archive Pages -------------------------------------------------------------------*/ ul.year { text-align: center; padding-bottom: 40px; } ul.year li { display: inline; } table.yeartable { margin-left: auto; margin-right: auto; } table.yeartable td.yeardate, table.yeartable td.yearday { } table.yeartable td.yearday { background-color: #E7E7E7; text-align: center; } td.yearmonth { border-style: none; } /*------------------------------------------------------------------- Misc -------------------------------------------------------------------*/ .clear {height: 0px;}
Source: http://community.livejournal.com/htmlhelp/2427856.html