Hello!
I'm trying to work up on a new layout and I have a problem with the icon on the journal page. I want the icon to be hidden and I used {display: none;} but it's still there! I'm not sure what I've done wrong. Is it because of the subject header?
Overrides from
cartonage /* Cleaned CSS: */
/*---------------------------------------------------
This is the original stylesheet for the S2 style Flexible Squares with the elements
arranged in a hopefully clearer order.
You can find a full guide on the single css definitions, including exlanations and illustrations
at
http://cartonage.livejournal.com.
Hope this helps! =)
-----------------------------------------------------*/
body {
background-color: #99aece;
background-image: url(
http://img408.imageshack.us/img408/2281/backgroundmek.jpg);background-attachment: fixed;
text-align: center;
color: #000000;
font-family: "Verdana", sans-serif;
font-size: 10px;
margin: 20px 0 20px 0;
}
a, a:link, a:visited {
color: #5674b9;
text-decoration: none;
}
a:hover {
color: #7aa1f8;
text-decoration: underline;
}
p, td, blockquote {
font-size: 10px;
}
code, kbd, pre, tt {
font-family: monospace;
}
b, i, u {
color:
}
blockquote {
font-family: "verdana";
background-color: #e0ffff;
padding: 5px;
border: 1px dashed;
color: #5D92B1;
}
.ljtaglist {
list-style-type: none;
}
/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#content {
width: 800px;
margin-left: 0;
margin-right: 250px;
background: transparent;
border: 0;
border-left: 30px solid #96cdcd;
padding: 15px;
}
#maincontent {
margin-top: 50px;
padding: 5px;
font-family: "Verdana", sans-serif;
font-size: 10px;
background: transparent;
color: #000000;
text-align: left;
}
/*-----------------------------------------------------------------------------
Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/
#header {
width: 650px;
padding: 10px 0px 20px 0px;
margin-right: 200px;
margin-top 15px;
text-align: left;
font-family: "Verdana", sans-serif;
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
background: transparent;
color: #000000;
}
.headerimage {
/* for formatting header image */
}
div#header a, div#header a:link, div#header a:visited {
color: #e0eeee;
background-color: #96cdcd;
padding: 10px;
padding-bottom: 0;
}
div#header a:hover {
color: #5f9f9f;
background-color: #e0eeee;
padding: 10px;
padding-bottom: 0;
text-decoration: none;
}
li.view {
color: #5f9f9f;
background-color: #e0eeee;
padding: 10px;
}
.title {
display: none;
}
.subtitle{
display: none
}
/*-----------------------------------------------------------------------------
Header - top navigation
--------------------------------------------------------------------------------*/
/* header -- links to views; title of journal; subtitle of journal */
ul.navheader
{
padding: 0px;
margin: 0px;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
}
/*-----------------------------------------------------------------------------
Entry stuff
------------------------------------------------------------------------*/
.entry {
width: 780px;
margin-right: 300px;
padding: 10px;
background-color: #d1eeee;
color: #65909a;
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: left;
}
.userpic {
display: none;
}
.date {
line-height: 0;
top: 1px;
color: #528b8b;
font-family: "Verdana", sans-serif;
font-size: 10px;
margin-left: 60px;
margin-top: 60px;
}
.subject {
margin-left: 20px;
margin-top: 20px;
font-weight: bold;
padding: 0;
color: #000000;
font-family: "Verdana", sans-serif;
font-size: 30px;
font-variant: small-caps;
}
.subject a, .subject a:link, .subject a:visited {
color: #ffffff;
}
.subject a:hover {
color: #b0b9c8;
}
.datesubject {
background: transparent;
background-image: url(
http://img607.imageshack.us/img607/1516/headerc.png);width: 790px;
height: 110px;
padding: 5px;
}
.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}
/*---------------------------------------------------------------------
Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/
.currents, .currentmood, .currentmusic {
font-family: "Verdana", sans-serif;
font-size: 10px;
}
/*---------------------------------------------------------------------
Entry Stuff - Comments
------------------------------------------------------------------------*/
.comments {
font-family: "Verdana", sans-serif;
font-size: 11px;
text-align: right;
background-color: #96cdcd;
padding: 10px 5px 10px 5px;
position: relative;
top: 15px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #e0eeee;
background-color: #96cdcd;
padding: 2px;
}
div.comments a:hover {
color: #d1eeee;
background-color: #96cdcd;
padding: 2px;
text-decoration: none;
}
/*---------------------------------------------------------------------
Entry Stuff - Separator
------------------------------------------------------------------------*/
.separator{
/* for formatting separators between entries */
height: 35px;
}
/*------------------------------------------------------------
Special friends page customization
-------------------------------------------------------------------------------*/
.userpicfriends {
position: relative;
float: left;
padding: 5px;
margin: 10px;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #919bad;
font-family: "Verdana", sans-serif;
font-size: 11px;
z-index: 15;
}
/*------------------------------------------------------------
Sidebar
-------------------------------------------------------------------------------*/
#sidebar {
margin: 0px;
margin-top: 2px;
margin-right: 80px;
padding: 10px;
width: 790px;
height: 150px;
font-size: 10px;
text-align: left;
color: #666666;
}
.defaultuserpic {
text-align: right;
float: right;
border: 10px solid #b4cdcd;
}
.defaultuserpic img {
border-color: #c0d9d9;
border-width: 5px;
border-style: solid
}
.sbarheader {
padding: 0px 5px 0px 5px;
}
.sbarbody {
padding: 5px;
position: absolute;
}
.sbarbody2 {
width: 350px;
height: 150px;
padding: 5px;
margin-left: 275px;
border: 5px solid #b4cdcd;
background-color: #c0d9d9;
position: absolute;
overflow: auto;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #5674b9;
}
div#sidebar a:hover {
color: #7aa1f8;
text-decoration: none;
}
#sidebar_linklist {
position: absolute;
width: 250px;
height: 150px;
background-color: #c0d9d9;
border: 5px solid #b4cdcd;
}
#sidebar_linklist {
margin-right: 225px;
overflow: auto;
}
#sidebar_tags, #sidebar_summary, #sidebar_calendar {
display: none;
}
/*------------------------------------------------------------
Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/
ul.sbarlist {
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem {
padding-left: 15px;
list-style: none;
}
li.sbartitle {
display: none;
}
/*----------------------------------------------------
footer
----------------------------------------------------------------*/
#footer {
background: transparent;
font-family: "verdana", san-serif;
width: 500px;
height: 40px;
text-align: center;
font-size: 11px;
padding: 10px;
z-index: 100;
}
div#footer a, div#footer a:link, div#footer a:visited {
color: #e0eeee;
background-color: #96cdcd;
padding: 10px;
}
div#footer a:hover {
color: #5f9f9f;
background-color: #e0eeee;
padding: 10px;
}
ul.navfooter{
padding: 0px;
margin: 0px;
}
ul.navfooter li {
display: inline;
margin: 0 5px 0 5px;
padding: 15px;
}
div#footer li.viewing {
display: none;
}
.clearfoot {
clear: both;
}
/*----------------------------------------------------
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 {
border-width: 1px;
border-style: solid;
border-color: #999999;
}
table.yeartable td.yearday {
background-color: #d4dce8;
text-align: center;
}
td.yearmonth {
border-style: none;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
.datesubjectcomment {
background-color: #919bad;
padding: 5px;
margin-top: 20px;
}
.userpiccomment {
position: relative;
border-width: 5px;
border-style: solid;
border-color: #d4dce8;
background-color: #d4dce8;
top: -30px;
left: 0px;
padding: 5px;
margin: 10px 10px -20px 10px;
z-index: 15;
float: left;
border-width: 1px;
border-color: #919bad;
border-style: solid;
}
.box {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: #999999;
padding: 10px;
clear: left;
}
input, textarea {
background-color: #d4dce8;
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: "Verdana", sans-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: "Verdana", sans-serif;
color: #000000;
}
.commentbox {
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #d4dce8;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #ffffff;
}
.datesubjectcomment a:hover {
color: #b0b9c8;
}
.commentboxpartial {
border-color: #999999;
border-width: 1px;
border-style: solid;
padding: 10px;
margin: 10px;
background-color: #d4dce8;
}
.commentinfo {
background-color: #d4dce8;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
}
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 15px;
}
Thanks in advance!