tag page view - SOLVED

Nov 23, 2009 13:16


i've been customizing my LJ backgrounds, colors, layoutspacing etc., so far so good, i could find the elements names from different help pages, or reading the source code. doesn't mean i'm a pro - i'm just learning.

but i couldn't find the ID, class or whatever defines the content of the "view my tags" page.

the issue is that parts of my backgrounds are transparent ( content, #alpha ), so you can see the bgd image between the entries, comments, navigation strips etc. it worked fine for entries, comments, for the archive calendar page, and for the single post views choosed by tag or by date clicking. i think i looked at all possible views of my LJ, and everything seems to be conform to my design ideas.

but as i clicked on the "view my tags page", the bgd color (and other items like border, padding etc) aren't applied at all.
the result: a light blue bgd (from the page bgd) and a light blue text color (which works fine on the normally dark post-asset bgd) - you can't read a single word.
now, if i knew the name of the element, ID (or what it's called there) for this page specific list of tags, i could add it in the css paragraph where the posts and widgets are defined or add a paragraph.
when i opened the source code though, i didn't really see any ID nor div, it's if like the content was poured directly on the page.

can somebody help solve this problem? thx ^_^

BODY {
background-color: #94A0AE;
background-repeat: repeat;
background-attachment: fixed;
background-image: url( http://pics.livejournal.com/portisheart/pic/0003c312);
cursor: url
(http://www.deviantart.com/download/144384934/chinese_symbol_for_love___blue_by_po

rtisHeart.cur);
}

a {
text-decoration: none;
cursor: url
(http://www.deviantart.com/download/144385382/symbol_male_male___blue_cursor_by_

portisHeart.cur);
}
a:hover {
text-transform: uppercase;
text-decoration: underline;
}
#lj_controlstrip a {text-transform: none;}

#page {
background-repeat: repeat;
background-attachment: fixed;
background-image: url( http://pics.livejournal.com/portisheart/pic/0003c312);
}

#content {
background-color: transparent !important;
position: relative;
top: +75px;
}

#header {
position: relative;
top: +40px;
}

#header-name, #header-description {
position: relative;
top: +75px;
color: #94A0AE;
}

#header-text {
position: relative;
left: -4px;
}

#alpha, #beta {
position: relative;
left: -20px;
}
#alpha {background-color: transparent !important;}

#beta, #gamma {background-color: transparent !important;}

.post-asset,
.widget,
.prevnext,
.comment-even,
.comments-header,
.comments-nav,
.skiplinks {
background-color: #151525;
}

.comment-odd {
background-color: #94A0AE;
color: #151525;
}
.comment-odd a {color: #FFFFFF;}
#dayyymmmmmdddd {background-color: #000000;}

.post-asset,
.comment,
#dayyymmmmmdddd {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 4px solid #000000;
padding: 20px;
}

.comments-header,
.comments-nav,
.prevnext,
.skiplinks {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 4px solid #000000;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}

.widget, #header {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border: 4px solid #000000;
}

.widget-header {
text-transform: uppercase;
font-size: 120%;
}

.about-me-widget a {
text-transform: uppercase;
text-decoration: none;
}
.categories-widget a:hover {text-transform: none;}

.post-asset {
background-repeat: no-repeat;
background-position: right bottom;
background-image: url( http://pics.livejournal.com/portisheart/pic/0003azz1);
}

pageviews:tags

Previous post Next post
Up