Problem with the date and footer.

Aug 10, 2009 21:03

I checked through all of all of the date entries and I've tried using display: none, but for some reason the date keeps showing up. I'm not sure why, because the date is not shown in my layout-testing community here, but it shows up when I use it in my personal journal arcanashift.

Additionally, I was wondering if there's a way to make the footer go all the way to the bottom.

My journal and community are both basic accounts, and here's the CSS:

body { width: 100%; background-color: #fff; text-align: center; color: #000; font-family: "Georgia", serif;

serif; font-size: 11px; margin: 0px;}

a, a:link, a:visited { color: #75A1D0; text-decoration: none; font-weight: none; font-size: 12px;}

a:hover { color: #B9D3EE; text-decoration: none; }

p, td, blockquote { font-size: 11px; }

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

i { color: #B9D3EE;} b {color: #75A1D0;}

/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/

#content { width: 100%; position: left; background-color: #fff; padding: 0px; }

#maincontent { margin-top: 50px; font-family: "Georgia", serif; font-size: 11px;
background-color: #fff; color: #000000; text-align: left; }

#sidebar { margin-top: 40px; margin-right: 10px; background-color: #fff; font-size: 12px; font-family: "Georgia", serif; color: #000000; width: 160px; float: right; text-align: left; }

/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/

#header { width: 100%; padding: 10 0 10 0px; margin: 0px; text-align: left; font-family:

"Georgia", serif; font-size: 12px; font-weight: none; background-color: #75A1D0; color: #fff; text-transform: uppercase; border-bottom: 10px solid #B9D3EE;}

.headerimage { }

/*look and color of links (also partly for footer)*/
div#header a, div#header a:link, div#header a:visited, div#footer a, div#footer a:link,

div#footer a:visited { color: #fff; }

div#header a:hover, div#footer a:hover {color: #fff; background-color: #B9D3EE; padding: 5px; text-decoration: none;}

/*title and subtitle*/
.title {display: none; font-family: "Georgia", serif; font-size: 11px; font-weight: normal; line-height:

200%; top: 10px;}

.subtitle{ font-family: "Georgia", serif; font-size: 11px; font-weight: normal; top: 10px;}

/*-----------------------------------------------------------------------------
Header - top navigation
--------------------------------------------------------------------------------*/

/* header -- links to views; title of journal; subtitle of journal */
ul.navheader { padding: 10px; margin: 0px; background-color: #75A1D0;}

ul.navheader li{ display: inline; padding: 5px; background-color: #75A1D0; margin 0px 5px 0px 5px;}

li.view {padding: 5px 5px 1px 5px; border-bottom: 1px dashed #fff;}

/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.subcontent {width: 550px; background-color: #fff; position: left; padding: 0px 10 0px 10px; min-height: 161px; margin-left: 15px;}

.entry {margin: 0px 0px 10px 110px;padding: 15px;background-color: #fff;color: #7A8B8B;font-

family: "Georgia", serif;font-size: 12px;text-align: justify; }

.entry-text { min-height: 160px; padding: 5px; margin-bottom: 5px;}

.userpic {position: relative; float: left;padding: 5px; margin: 10px 10px 0px 10px;
text-align:center; font-family: "Georgia", serif;font-size: 11px; z-index: 15; background-color: #fff!important; border: 1px solid #B7C3D0 !important; height: 100px; margin-top: 60px; margin-left: 5px;}
}

.date {display: none! important; font-size: 0px; color: #fff; position: right; font-family: "Georgia", sans-serif;}

.subject {padding: 5px 5px 0px 5px;color: #000000;font-family: "Times New Roman", sans-serif; font-size: 15px; text-align: right; text-transform: uppercase; font-size: 15px;}

.subject a, .subject a:link, .subject a:visited {color: #75A1D0;}

.subject a:hover {color: #B9D3EE;; padding: 5px; text-decoration: underline;}

.datesubject {background-color: #fff; text-align: left; padding: 5px 5px 2px 5px; border-bottom: 5px solid #B9D3EE;}

.entry ul li{padding-left: 5px;margin-left: 15px;}

list-style-image: url("URL OF IMAGE")

.entry ol li{padding-left: 5px;margin-left: 15px;}

.ljtags {display: none;}

blockquote { padding: 15px; background-color: #fff; color: #75A1D0; background-color: #fff; border-bottom: 5px solid #75A1D0; border-top: 5px solid #75A1D0; font-size: 12px;}

/*---------------------------------------------------------------------
Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/

.currents, .currentmood, .currentmusic, .currentlocation {font-family: "Georgia", serif;font-size: 12px;}
.currents strong {font-weight: normal;}

/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/

.comments {font-family: "Georgia", serif;font-size: 10px;text-align: right;background-color:

#fff;padding: 5px; top: 50px; text-transform: uppercase;}

div.comments a, div.comments a:link, div.comments a:visited{color: #fff; background-color: #75A1D0; padding: 5px; font-size: 10px}

div.comments a:hover {color: #B9D3EE;text-decoration: underline;}

/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/

.separator{ /* for formatting separators between entries */height: 30px;}

/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/

.userpicfriends {position: relative; float: left;padding: 5px;margin: 10 10 0 10px;text-align:

center;font-family: "Georgia", serif;font-size: 11px;z-index: 15; background-color: #fff!important; border: 1px solid #B7C3D0 !important; height: 100px; margin-top: 60px; margin-left: 5px; color: #fff;}

.userpicfriends a {display: none; color: #fff;}

/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/

.defaultuserpic {display: none;}

.sbarheader {padding: 0px; background-color: #fff;}

.sbarbody {padding: 0px; background-color: #fff;}

.sbarbody2 {padding: 0px; background-color: #fff;}

div#sidebar a, div#sidebar a:link, div#sidebar a:visited{color: #75A1D0;}

div#sidebar a:hover {color: #EFF5F5;text-decoration: none;}

/*------------------------------------------------------------
Sidebar - Calendar
-------------------------------------------------------------------------------*/

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

.sbarcalendar {border: #75A1D0 1px solid; ;text-align: center;font-family: "Georgia", serif;font-size: 12px;}

.sbarcalendarposts {text-align: center;font-family: "Georgia", serif;font-size: 12px; color: #fff; border: #B9D3EE 1px solid;}

/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/

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

li.sbaritem{padding: 0px;list-style: none; text-align: left;
background-color: #fff; padding: 5px; font-family: "Georgia", sans-serif; font-size: 10px!important; text-transform: uppercase; color: #fff; border-left: 5px solid #75A1D0; margin: 5px 0px 5px 0px;}

li.sbartitle{font-family: "Georgia", serif; padding: 5px; list-style: none;background-color: #75A1D0; text-align: left; color: #fff; font-size: 12px; text-transform: uppercase; border-bottom: 5px solid #B9D3EE;}

/*----------------------------------------------------
footer
----------------------------------------------------------------*/

#footer {margin-top: 100px; width: 100%;text-align: left;font-family: "Georgia", serif;font-size: 12px;font-weight: none; background-color: #75A1D0;color: #fff; z-index: 100;clear: both; text-transform: uppercase; padding: 10 0 10 0px; border-bottom: 10px solid #B9D3EE;}

ul.navfooter{padding: 10px;margin: 0px; background-color: #75A1D0;}

ul.navfooter li{display: inline; background-color: #75A1D0; margin 0px 5px 0px 5px; padding: 5px;}

.clearfoot {clear: both;}

li.viewing {padding: 5px 5px 1px 5px; border-bottom: 1px dashed #fff;}

/*----------------------------------------------------
Archive Pages
----------------------------------------------------------------*/

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

ul.year li {display: inline; font-size: 20px; font-family: "Times New Roman", sans-serif; color: #75A1D0;}

table.yeartable {margin-right: 200px;}

table.yeartable td.yeardate, table.yeartable td.yearday {border: #B9D3EE solid 1px;}

table.yeartable td.yearday {background-color: #75A1D0;text-align: center; font-family: "Georgia", serif; font-size: 10px; text-transform: uppercase; color: #fff; border-bottom: #B9D3EE 5px solid;}

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

/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/

.datesubjectcomment {background-color: #75A1D0;padding: 5px;margin-top: 20px; border-bottom: 10px solid #B9D3EE; padding-top: 10px;}

.userpiccomment {position: relative;background-color: #B9D3EE;top: -30px;left: 0px;padding:

5px;margin: 10px 10px -20px 10px;z-index: 15;float: left;}

.box {;padding: 10px;clear: left;}

input, textarea {background-color: #fff;color: #000000;}

textarea.textbox {width: 100% !important;}

.reply {position: relative;margin: 20px 30px 10px 30px;padding: 25px 10px 10px 10px;text-align:

left;font-family: "Georgia", serif;font-size: 11px;line-height: 125%;background-color:

#d4dce8;color: #000000;}

.replytosubject {font-weight: bold;}

.commentreply {position: relative;margin: 10px;font-size: 11px;font-family: "Georgia", sans-

serif;color: #000000;}

.commentbox {padding: 10px;margin: 10px; background-color: #fff;}

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

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

.commentboxpartial {padding: 10px;margin: 10px;background-color: #fff; border-bottom: 10px #B9D3EE solid;}

.commentinfo {background-color: #d4dce8;margin-top: 10px;width: 100%;}

.skiplinks {text-align: center;}

/*--------------------------------------------
Misc
-----------------------------------------*/

.clear {height: 15px;}

/*------------------------------------
Look of contextual Popup
------------------------------*/
/*general positioning*/

div.ContextualPopup { margin: 5px 0 0 20px; font: normal 12px "Georgia", serif !

important;}

/* attaches border to user icon*/

div.ContextualPopup img {padding: 5px; border: 1px solid #75A1D0!important;}

/*defines general look, font color/size/background color*/

div.ContextualPopup div.Inner {background-color: #fff !important;color: #75A1D0!important;
border: solid 1px #75A1D0!important; padding: 0px;width: 20em;}

/*defines left side of popup without the user icon*/

div.ContextualPopup .Content {padding: 2px 4px 6px 4px;margin-right: 60px;line-height: 1.4;}

/*defines the text that shows the relation to the user (XYZ is your mutual friend) */

div.ContextualPopup .Relation {font-weight: none !important; border-bottom: #75A1D0 1px dashed; color: #B9D3EE; background-color: #fff;}

/* look of words LJ Talk */

div.ContextualPopup .Content .OnlineStatus {font-weight: none!important;}

/*element that contains the user icon*/

div.ContextualPopup .Userpic {
}

/* defines the look of the links*/

div.ContextualPopup div.Inner a:link, div.ContextualPopup div.Inner a:visited {text-decoration:

none !important;font-weight: none !important; color: #75A1D0 !important;}

.ljuser img[src="http://l-stat.livejournal.com/img/userinfo.gif"]
{ width: 0; height: 0; padding: 16px 0px 0px 16px; background: url(http://imgcash2.imageshack.us/img146/1118/umbrellak.png) no-repeat left center;}

.ljuser img[src="http://l-stat.livejournal.com/img/community.gif"]
{ width: 0; height: 0; padding: 16px 0 0 16px; background: url(http://imgcash4.imageshack.us/img10/5005/direction.png) no-repeat left center;}

.ljuser img[src="http://l-stat.livejournal.com/img/syndicated.gif"]
{ width: 0; height: 0; padding: 16px 0 0 16px; background: url('URL OF USER ICON')
no-repeat left center;}

.ljuser img[src="http://l-stat.livejournal.com/img/newsinfo.gif"]
{ width: 0; height: 0; padding: 16px 0 0 16px; background: url('URL OF USER ICON')
no-repeat left center;}

.subject img[src="http://l-stat.livejournal.com/img/icon_protected.gif"] { width: 0; height: 0;
padding: 16px 0px 0px 16px; background: url("http://imgcash2.imageshack.us/img386/4902/lock.png")no-repeat left center; }

Thanks in advance for your help!

free accounts, solved, date, header and footer

Previous post Next post
Up