CSS Problem
Posted by
Zinnia-Aster on
Jun 23, 2010; 12:06pm
URL: https://support.nabble.com/CSS-Problem-tp5212920.html
Hello,
I'm pretty good with css, and have got most of my forum formatted the way I like, except for these two things.

Can someone tell me what the css tags are for these two elements? I can't seem to find it in editing the css, I know how to change the colors and background images; I just need to know the name of these areas. Any help would be greatly appreciated.
My Css
.nabble { background-color:f0eee3; }
.nabble .no-bg-color {
background-color: #ffffff;
}
body {
margin-right: auto;
margin-left: auto;
background-color: #604f45;
background-image: url("http://img217.imageshack.us/img217/1281/backgroundevennewer.jpg");
background-position:center;
background-repeat: repeat-y;
width: 1000px;
}
blockquote table.bordercolor, td.windowbg table tr td table.bordercolor, td.windowbg2 table tr td table.bordercolor {
width: 500px !important;
}
}
.nabble h1,
.nabble h2,
.nabble .light-black {
color: #b1bc47;
}
.nabble .message-text, .small, .nabble .editor-table td, p, form, small, ul, table td, .breadcrumbs {
color:#b1bc47;
}
.nabble .light-bg-color {
background-image:url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
}
tr.dropdown-hover,.nabble .shaded-bg-color {
background-color: #C9DBE8;
background-image: url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
background-repeat: repeat-x;
}
.nabble th,
.nabble .dark-bg-color {
background-image:url ("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
}
.nabble .error-message,
.nabble .info-message,
.nabble .light-highlight {
background-image: url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
background-repeat: repeat-x;
}
.nabble .highlight {
background-image:url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg") ;
}
.nabble .info-message th,
.nabble .dark-highlight {
background-image:("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg") ;
}
.nabble table,
.nabble li,
.nabble div,
.nabble .medium-border-color {
border-color: #f0eee3;
}
.nabble td,
.nabble .light-border-color {
border-color: #f0eee3;
}
.nabble .dark-border-color {
border-color: #f0eee3;
}
.nabble .error-message {
border-color: #f0eee3;
}
.nabble .info-message {
border-color: #f0eee3;
}
span.dropdown table, span.dropdown ul {
background-image:url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
border-color:#f0eee3;
}
.post-border, td.post-border {
border-color: #f0eee3;
}
span.post-date {
color: #b1bc47;
}
span.post-author {
color:#b1bc47;
}
span.post-snippet {
color: #f0eee3;
}
span.post-subject {
color: #f0eee3;
}
.post-hover {
background-color:#f0eee3;
}
select, input, textarea, button {
border:1px solid #b1bc47;
}
input[type=radio] {
border:none;
}
span.connect-line, span.connect-end {
background-image:url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
}
td.connect-end {
background-image:url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
}
td.connect-node {
background-image:url("http://i130.photobucket.com/albums/p252/TheForsakenPrayer/Graphics/stripes1000.jpg");
}
.nabble a:link {
color: #b1bc47;
}
.nabble a:visited {
color: #b1bc47;
}
You are always in my thoughts. . .
I tuck myself in,
Cover myself up;
So no one may see me.
They only see this face.
About Me