Thread: css help
View Single Post
  #3  
Old 26th December 2011, 00:50
xDev xDev is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 158
Default
Quote:
Originally Posted by eckeO5 View Post
ok Solid, i will try to explain whats the best way to find out where and what color in .css is used, and how to change that for your specific style then.

for myself for that i use ever the actual chrome browser.

get to that specific point where you want to get known what color, what font type or whatever is used there, klick with right button and then use function called something with "elements" in it.

with that function you can get really fast an easy find out, what and for all where in .css colors and all the stuffs are set.

so in your example in details.php:

you will find in elements f.e. the comments field. when you hover over it, field will be masked above. then you read there variable: td.
on the right side you can see then down under td "matched css rules".
there f.e. you can directly on the fly set a new color to test it on the fly.
when it works go to ya .css and find the right line and change to what color whatever you want to.

i put an example for this with this explanation down under.

there you will see i edited inherited from div#main to color: #4fffff

right on 2nd screen you see what Line in .css it is, so you see its easy to find.

Click the image to open in full size. Click the image to open in full size.

thats it.

thx all for help in bvlist!!!!

try the top of css color: #000;
font-family: Arial,Sans-Serif;
what your doing is putting white text on white bg so put a color on you bg or change the text colur

background:#fff;<--------its white

PHP Code:
body
{
    
color#000;
    
font-familyArial,Sans-Serif;
    
font-size74%;
    
font-stylenormal;
    
font-variantnormal;
    
font-weightnormal;
    
line-height1.4em;
    
margin0px 0px;
    
padding0;
    
background-color#000;
    
background-imageurl(../images/galas.jpg);
    
background-repeatno-repeat;
    
background-attachmentfixed ;

}


.
content
{
    
color#ccc;
    
padding0;
    
margin-top0;
    
margin-rightauto;
    
margin-bottom0;
    
margin-leftauto;
    
floatnone;
    
width960px;
}
.
top-bg
{
    
background-imageurl(../images/bg-top.png);
    
background-repeatrepeat-x;
    
height150px;
    
background-attachmentfixed;
    
background-positiontop;
}

#top
{
    
height30px;
    
margin0;
    
padding0;
}
#top .padding
{
    
color#999;
    
floatright;
    
font-size100%;
    
margin0;
    
positionrelative;
    
padding-top10px;
    
padding-right20px;
    
padding-bottom0;
    
padding-left20px;
}
#top a
{
    
color#FFFFFF;
}
.
top_text
{
    
colorfff;
    
floatleft;
    
margin0;
    
padding5px 15px 0 20px;
    
positionrelative;
}
.
bg-meniu
{
    
background-imageurl(../images/meniu-bg.png);
    
background-repeatno-repeat;
    
height48px;
    
width990px;
    
margin-left30px;
}
.
bg-header
{
    
background-imageurl(../images/bg-header.png);
    
background-repeatrepeat-x;
    
height102px;
    
background-positionbottom;
}
#header
{
    
color#ffffff;
    
height72px;
    
margin0;
    
width990px;
    
background-repeatno-repeat;
    
background-positionleft top;

    
background-imageurl(../images/090709021504225255.gif);
}

#header h1
{
    
font-familyArial,Verdana,Helvetica,sans-serif;
    
font-size22px;
    
font-weightbold;
    
margin0;
    
padding0;
}
#shoutbox_frame 
{
    
background:url("../images/bart.png"no-repeat scroll 100100transparent;
    
display:block;
    
height:500px;
    
overflow:auto;
    
padding:2px;
    
width:99%;
}
#header h6
{
    
color#075181;
    
font-familyArial,Verdana,Helvetica,sans-serif;
    
font-size12px;
    
margin0;
    
padding-bottom0;
    
padding-left2px;
    
padding-right0;
    
padding-top0;
}
.
torrentai
{
    
background-imageurl(../images/torrentai.gif);
    
background-repeatno-repeat;
    
height500px;
    
width1008px;
}
.
move
{
    
height20px;
}
#menu {
color:#FFFFFF;
height:45px;
padding-left:60px;
vertical-align:middle;
width:990px;
}
.
main-top {
background-image:url("../images/main-top.png");
background-repeat:no-repeat;
height:44px;
width:1008px;
}
#main {
color:#808080;
margin:0 20px 0 0;
width:1008px;
}
#main .left_side {
background-image:url("../images/main-bg.png");
background-repeat:repeat-y;
margin:0;
padding:15px 30px 0 10px;
}

.
bg-footer
{
    
background-imageurl(../images/bg-footer.png);
    
background-repeatrepeat-x;
    
height256px;
    
padding-left49px;
}

#footer
{
    
clearboth;
    
color#000;
    
font-size90%;
    
height47px;
    
text-aligncenter;
    
background-repeatno-repeat;
    
background-positiontop;
    
width990px;
        
background-imageurl(../images/footer.png);
}
#footer .padding
{
    
padding8px 0px 0px 0px;
}
#footer a
{
    
color#333;
}

.
sub
{
    
color#888;
    
margin0 0 2px 30px;
    
padding0 0 0 0px;
}
a img
{
    
bordernone;
}
p
{
    
backgroundinherit;
    
color#999999;
    
margin0 0 5px 0;
    
padding0;
}
a
{
    
backgroundinherit;
    
color#999999;
    
text-decorationnone;
}
a:hover
{
    
backgroundinherit;
    
text-decorationunderline;
}
h1
{
    
backgroundinherit;
    
color#075181;
    
fontbold 1.8em Arial,Sans-Serif;
    
letter-spacing: -1px;
    
margin0;
    
padding0;
}
h1 a
{
    
backgroundinherit;
    
color#ffffff;
}
h2
{
    
color#075181;
    
font-size110%;
    
font-weightbold;
    
margin-bottom5px;
    
margin-left0px;
    
margin-right0px;
    
margin-top5px;
    
padding-bottom0px;
    
padding-left30px;
    
padding-right0px;
    
padding-top0px;
}
h2 a
{
    
background#ffffff;
    
color#075181;
}
h2 a:hover
{
    
background#ffffff;
    
color#68ADD5;
    
text-decorationnone;
}
textarea.text
{
    
background#ffffff;
    
border1px solid #A90000;
    
color#354D5F;
    
height150px;
    
width90%;
}
textarea.text:hover
{
    
background#FFFFF4;
    
border1px solid #031d1d;
    
color#ffffff;
}
input.field
{
    
background-color#ffffff;
    
border1px solid #031d1d;
    
color#000;
    
width283px;
}
input.field:hover
{
    
background#FFFFF4;
    
border1px solid #031d1d;
    
color#000;
}
input.text
{
    
backgroundinherit;
    
border1px solid #031d1d;
    
color#000;
    
margin0;
    
padding4px;
    
width150px;
}
input.text:hover
{
    
border0px solid #031d1d;
}
.
date
{
    
background#ffffff;
    
border-top1px solid #eee;
    
color#808080;
    
margin4px 0 5px 0;
    
padding0.4em 0 0 0;
    
text-alignright;
}
.
comments
{
    
background#f8f8f8;
    
color#000;
    
margin0 0 7px 0;
    
padding10px 10px 8px 10px;
}
.
error
{
    
_height48px;
    
background-color#ffc;
    
background-imageurl("../images/class_error.gif");
    
background-position20px 14px;
    
background-repeatno-repeat;
    
border1px solid #000;
    
border-color#fc0;
    
color#c60000;
    
font-size12px;
    
margin0 0 10px 0;
    
min-height48px;
    
padding12px 40px 0 12px;
    
padding-left80px;
    
widthauto;
}
.
error h2
{
    
backgroundinherit;
    
color#900;
}
.
success
{
    
_height48px;
    
background-color#eff7fe;
    
background-imageurl("../images/class_success.gif");
    
background-position20px 14px;
    
background-repeatno-repeat;
    
border1px solid #000;
    
border-color#83a8cc;
    
color#000;
    
font-size12px;
    
margin0 0 10px 0;
    
min-height48px;
    
padding12px 40px 0 12px;
    
padding-left80px;
    
widthauto;
}
.
success h2
{
    
backgroundinherit;
    
color#7BA813;
}
.
post
{
    
margin0 0 25px 0;
}
.
post .info
{
    
background-color#f5f5f5;
    
border1px solid #e3e4e4;
    
color#505050;
    
font-size0.9em;
    
padding2px 3px 3px 8px;
}
table {
background-image:url("../images/table-bg.png");
background-repeat:repeat;
border:medium none;
border-collapse:collapse;
}
table.maintable.mainouter
{
}
table.message
{
    
bordersolid #000 1px;
}
table.bottom
{
    
backgroundtransparent;
}
p.sub
{
    
margin-bottom4pt;
}
td
{
    
border1px solid #2e2e2e;
    
color#999999;
    
font-size8pt;
}
td.embedded
{
    
bordernone;
    
padding0px;
    
text-alignleft;
}
td.bottom
{
    
bordernone;
}
td.heading
{
    
font-weightbold;
}
td.text
{
    
padding10pt;
    
text-alignleft;
    
border-top-color#031d1d;
    
border-right-color#031d1d;
    
border-bottom-color#031d1d;
    
border-left-color#031d1d;
}
td.comment
{
    
font-size8pt;
    
padding10pt;
    
text-alignleft;
}
td.colhead
{
    
background-color#031d1d;
    
color#ffffff;
    
font-weightbold;
}
td.rowhead
{
    
font-weightbold;
    
text-alignright;
    
vertical-aligntop;
}
td.title
{
    
font-size14pt;
}
td.navigation
{
    
bordernone;
    
font-size10pt;
    
font-weightbold;
}
td.clear
{
    
backgroundtransparent;
    
border0px;
    
padding0px;
}
img.border
{
    
border-color#000;
    
border-stylesolid;
    
border-width1px;
}
.
codetop
{
    
border1px solid #031d1d;
    
color#ffffff;
    
font-weightbold;
    
margin0 auto 0 auto;
    
padding6px;
    
width650px;
    
background-color#999;
}
.
codemain
{
    
background#ffffff;
    
border1px solid #434b0f;
    
color#000;
    
font-weightbold;
    
margin0 auto 0 auto;
    
overflowauto;
    
padding6px;
    
text-alignleft;
    
width650px;
}
.
alert
{
    
background-color#f78c18;
    
background-imageurl('../images/alert.gif');
    
background-positiontop;
    
background-repeatrepeat-x;
    
font-weightbold;
    
margin-bottom5px;
    
padding10px;
    
width500px;
}
.
small
{
    
font-size7pt;
}
.
inlineimg
{
    
vertical-alignmiddle;
}
.
none {
border:0 solid #000000;
}
.
progress
{
    
background-color#8B0000;
    
colorwhite;
    
font-size12px;
    
height15px;
    
overflowhidden;
    
padding-left5px;
    
width1px;
}
.
shadetabs
{
    
border-bottom1px solid #026CB1;
    
margin-bottom1em;
}
.
shadetabs ul
{
    
fontbold 12px Verdana;
    list-
style-typenone;
    
margin-bottom0;
    
margin-left0;
    
margin-top1px;
    
padding3px 0;
    
text-aligncenter;
}
.
shadetabs li
{
    
displayinline;
    
margin0;
}
.
shadetabs li a
{
    
backgroundwhite url("../images/shade.gif"top left repeat-x;
    
border1px solid #778;
    
color#2d2b2b;
    
margin-right3px;
    
padding3px 7px;
    
text-decorationnone;
}
.
shadetabs li a:visited
{
    
color#2d2b2b;
}
.
shadetabs li a:hover
{
    
color#2d2b2b;
    
text-decorationunderline;
}
.
shadetabs li.selected
{
    
fontbold 11px Verdana;
    
positionrelative;
    
top1px;
}
.
shadetabs li.selected a
{
    
background-imageurl("../images/shadeactive.gif");
    
border-bottom-colorwhite;
}
.
shadetabs li.selected a:hover
{
    
text-decorationnone;
}
#specialboxes
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width50px;
}
#specialboxes:focus
{
    
border1px solid black;
}
#specialboxss
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width100px;
}
#specialboxss:focus
{
    
border1px solid black;
}
#specialboxs
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width150px;
}
#specialboxs:focus
{
    
border1px solid black;
}
#specialboxn
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width200px;
}
#specialboxn:focus
{
    
border1px solid black;
}
#specialboxnn
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width300px;
}
#specialboxnn:focus
{
    
border1px solid black;
}
#specialboxg
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width430px;
}
#specialboxg:focus
{
    
border1px solid black;
}
#specialboxpp
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width236px;
}
#specialboxpp:focus
{
    
border1px solid black;
}
#specialboxta
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
outlinenone;
    
padding3px;
    
width630px;
}
#specialboxta:focus
{
    
border1px solid black;
}
#dhtmltooltip
{
    
background-color#FFFFE0;
    
border1px solid black;
    
left: -300px;
    
padding2px;
    
positionabsolute;
    
visibilityhidden;
    
width150px;
    
z-index100;
}
#dhtmlpointer
{
    
left: -300px;
    
positionabsolute;
    
visibilityhidden;
    
z-index101;
}
.
highlight, .sticky
{
    
background-imageurl(../images/table.png);
    
background-repeatrepeat-x;
}
.
highlight a:hover, .highlight a:active
{
    
background-color#b1b431;
    
color#000;
}
.
tborder
{
    
border1px solid #ccd065;
    
marginauto auto;
    
width100%;
    
background-color#transparent;
}
.
thead, .unsortable
{
    
color#ffffff;
    
font-size12px;
    
font-weightbold;
    
background-image: -moz-linear-gradient(10010090deg,#151515, #151515, #212121 100%,#999999 0%);

}
.
thead a:link
{
    
color#ffffff;
    
text-decorationnone;
}
.
thead a:visited
{
    
color#ffffff;
    
text-decorationnone;
}
.
thead a:hover, .thead a:active
{
    
color#ffffff;
    
text-decorationunderline;
}
.
trow1
{
    
color#ffffff;
    
background#transparent;
}
.
trow2
{
    
background#transparent;
}
.
smalltext
{
    
font-familyTahoma,Verdana,Arial,Helvetica,Sans-Serif;
    
font-size11px;
}
#navcontainer_f ul
{
    
margin0;
    
padding0;
    
width100%;
}
#navcontainer_f ul li
{
    
border1px solid #031d1d;
    
color#CCC;
    
floatleft;
    
font-size75%;
    
line-height18px;
    list-
style-imagenone;
    list-
style-typenone;
    
margin1px 1px 1px 0px;
    
text-aligncenter;
    
width40px;
}
#navcontainer_f ul li a
{
    
background-color#FFF;
    
displayblock;
}
#navcontainer_f a
{
    
color#000;
    
font-weightnormal;
}
#navcontainer_f li.current, #navcontainer_f a.current, #navcontainer_f a:hover
{
    
background-color#031d1d;
    
color#6FF!IMPORTANT;
    
text-decorationnone;
}
#navcontainer_f li.disabled
{
    
color#000;
}
#navcontainer_f a:visited
{
    
color#000;
}
table.listContainer
{
    
border-bottom1px solid #CCC;
    
font-size100%;
}
table.listContainer li
{
    
font-size100%;
    
margin-right5px;
}
#navcontainer_f.right ul li
{
    
floatright;
    
width40px;
}
#navcontainer_f ul li.plain
{
    
bordernone;
    
color#2C3C6A;
    
padding-right5px;
    
widthauto;
}
div#navcontainer_f.scripted
{
    
displaynone;
}
.
subheader
{
    
background-color#282b2c;
    
color#0ff8fc;
    
font-weightbold;
}
.
hoptobutton
{
    
background-color#efefef;
    
border1px solid #026CB1;
    
color#000;
    
font-weightbold;
    
margin-bottom5px;
    
margin-left4px;
    
padding2px;
}
.
hoptobuttons
{
    
font-familyTahoma,Verdana,Arial,Helvetica,Sans-Serif;
    
font-size12px;
    
font-weightbold;
    
text-alignright;
}
.
modnotice
{
    
background#bdbe2f;
    
border1px solid #031d1d;
    
color#000;
    
font-size11px;
    
marginauto auto;
    
padding8px;
}
textarea
{
    
background#ffffff;
    
border1px solid #031d1d;
    
color#000;
    
font-familyVerdana;
    
font-size13px;
    
line-height1.4;
    
outlinenone;
    
padding2px;
    
widthauto;
}
.
input_button
{
    
background#ffffff;
    
border1px solid #031d1d;
    
color#000;
    
font-familyVerdana;
    
font-size13px;
    
line-height1.4;
    
outlinenone;
    
padding2px;
    
widthauto;
}
select
{
    
background#FBFCFA;
    
border1px solid #031d1d;
    
color#443;
    
font11px verdana,sans-serif;
    
line-height1.4;
    
outlinenone;
    
padding3px;
}
.
editor
{
    
background#f1f1f1;
    
border1px solid #ccc;
}
.
editor_control_bar
{
    
background#ffffff;
    
border1px solid #0f5c8e;
}
.
toolbar_normal
{
    
background#f0f0f0;
    
border1px solid #f0f0f0;
}
.
toolbar_hover
{
    
background#c1d2ee;
    
border1px solid #5296f7;
}
.
toolbar_clicked
{
    
background#e1F2fe;
    
border1px solid #5296f7;
}
.
autocomplete
{
    
background#ffffff;
    
border1px solid #000;
    
colorblack;
}
.
autocomplete_selected
{
    
background#adcee7;
    
color#000;
}
.
popup_menu
{
    
background#ccc;
    
border1px solid #000;
}
.
popup_menu .popup_item
{
    
background#ffffff;
    
color#000;
}
.
popup_menu .popup_item:hover
{
    
background#C7DBEE;
    
color#000;
}
.
borderimage
{
    
border1px solid white;
}
.
navigation
{
    
color#000;
    
font-size13px;
    
font-weightbold;
}
.
navigation a:link
{
    
text-decorationnone;
}
.
navigation a:visited
{
    
text-decorationnone;
}
.
navigation a:hover, .navigation a:active
{
    
text-decorationnone;
}
.
navigation .active
{
    
color#000;
    
font-sizesmall;
    
font-weightbold;
}
.
clear
{
    
clearboth;
}
.
inputUsername
{
    
backgroundurl("../images/input_login.gif"no-repeat;
    
background-color#ffffff;
    
border1px solid #031d1d;
    
color#443;
    
font-familyverdana;
    
font-size10px;
    
height16px;
    
padding2px 0px 0px 18px;
    
width200px;
}
.
inputPassword
{
    
backgroundurl("../images/input_password.gif"no-repeat;
    
background-color#ffffff;
    
border1px solid #031d1d;
    
color#443;
    
font-familyverdana;
    
font-size10px;
    
height16px;
    
padding2px 0px 0px 18px;
    
width200px;
}
.
inputUsernameLoginbox
{
    
backgroundurl("../images/input_login.gif"no-repeat;
    
background-color#ffffff;
    
border1px solid #031d1d;
    
color#443;
    
font-familyverdana;
    
font-size10px;
    
height16px;
    
padding2px 0px 0px 18px;
    
width135px;
}
.
inputPasswordLoginbox
{
    
backgroundurl("../images/input_password.gif"no-repeat;
    
background-color#ffffff;
    
border1px solid #031d1d;
    
color#443;
    
font-familyverdana;
    
font-size10px;
    
height16px;
    
padding2px 0px 0px 18px;
    
width135px;
}
fieldset
{
    
bordersolid #ccd065 1px;
    
margin-left15px;
    
padding0 1em 1em 1em;
    
width90%;
}
legend
{
    
colormaroon;
    
font-weightbold;
    
margin-leftauto;
    
padding0.2em 0.2em;
}
.
shadea.shade:linka.shade:visited
{
    
color#777777;
    
text-decorationnone;
}
.
quote
{
    
backgroundurl("../images/quote.gif"0 0 no-repeat;
    
margin15px 10px;
    
padding-left25px;
}
.
smallfont
{
    
font11px verdanagenevalucida'lucida grande'arialhelveticasans-serif;
}
blockquote.bq
{
    
border-left3px solid #ccc;
    
fontitalic 10pt verdanagenevalucida'lucida grande'arialhelveticasans-serif;
    
margin0px;
    
padding0 5px;
}
.
blog_comments
{
    
backgroundurl("../images/bcomments.gif"no-repeat;
    
font-familyArialHelveticasans-serif;
    
font-size18px;
    
font-weightbold;
    
height46px;
    
line-height36px;
    
text-aligncenter;
    
width44px;
}
.
shoutboxnotice, .shoutboxprivatemsg
{
    
background-imageurl(../images/table.png);
    
background-repeatrepeat-x;
}
.
mkprettytime
{
    
font-size10px;
}
.
borderit img
{
    
border1px solid #CCCCCC;
    
filteralpha(opacity=30);
    
khtml-opacity0.3;
    
moz-opacity0.3;
    
opacity0.3;
}
.
borderit:hover img
{
    
border1px solid #000000;
    
filteralpha(opacity=100);
    
khtml-opacity1;
    
moz-opacity1;
    
opacity1;
}
.
navbits
{
    
border1px solid #031d1d;
    
margin-bottom4px;
    
padding8px 0 3px 0;
}
.
privatealbumimage
{
    
filteralpha(opacity=20);
    
khtml-opacity0.2;
    
moz-opacity0.2;
    
opacity0.2;
}
.
mod_bb
{
    
background#F5C7CD;
    
border2px solid #DC364E;
    
color#8a1f11;
    
margin-bottom1.6em;
    
padding.8em;
}
.
mod_bb img
{
    
positionrelative;
    
top2px;
}
.
gray
{
    
colorgray;
    
font-size11px;
}
.
spoiler
{
    
background#ccd065;
    
border1px solid #424312;
    
color#000000;
    
margin-bottom1.6em;
    
padding.8em;
}
.
user_times_warned_1
{
    
width100px;
    
border1px solid black;
    
text-aligncenter;
    
white-spacenowrap;
}
.
user_times_warned_2
{
    
padding-left3px;    
    
border0px solid black;
    
font-size8pt;
    
font-weightbold;
    
backgrounddarkred repeat;
    
white-spacenowrap;
}


#pcm
{
    
displaynone;
}
ul.TSSEMenu ul
{
    
displaynone;
}
ul.TSSEMenu li:hover>ul
{
    
displayblock;
}
ul.TSSEMenu ul
{
    
left: -1px;
    
positionabsolute;
    
top98%;
    
z-index2;
}
ul.TSSEMenu ul ul
{
    
left98%;
    
positionabsolute;
    
top: -2px;
    
z-index1;
}
ul.TSSEMenu
{
    
background-repeatrepeat;
    list-
stylenone;
    
margin0px;
    
bordernone;
    
padding-top0px;
    
padding-right2px;
    
padding-bottom2px;
    
padding-left0px;
    
height40px;
}
ul.TSSEMenu ul
{
    
background-repeatno-repeat;
    list-
stylenone;
    
margin0px;
    
bordernone;
    
padding-top0px;
    
padding-right2px;
    
padding-bottom2px;
    
padding-left0px;
    
background-imageurl(../images/meniukas.png);
    
background-positioncenter bottom;
}
ul.TSSEMenu table
{
    
border-collapsecollapse;
}
ul.TSSEMenu
{
    
displayblock;
    
floatleft;
    
zoom1;
}
ul.TSSEMenu ul
{
    
width210px;
}
ul.TSSEMenu li
{
    
displayblock;
    
font-size0px;
    
margin-top2px;
    
margin-right0px;
    
margin-bottom0px;
    
margin-left2px;
}
ul.TSSEMenu a:activeul.TSSEMenu a:focus
{
    
outline-stylenone;
}
ul.TSSEMenu aul.TSSEMenu li.dis a:hoverul.TSSEMenu li.sep a:hover
{
    
_padding-left0;
    
color#cccccc;
    
cursor: default;
    
displayblock;
    
fontnormal 16px Trebuchet MS,Tahoma;
    
text-alignleft;
    
text-decorationnone;
    
vertical-alignmiddle;
    
bordernone;
    
height40px;
    
padding-top2px;
    
padding-right5px;
    
padding-bottom2px;
    
padding-left10px;
}
ul.TSSEMenu span
{
    
overflowhidden;
}
ul.TSSEMenu li
{
    
floatleft;
}
ul.TSSEMenu ul li
{
    
floatnone;
}
ul.TSSEMenu ul a
{
    
text-alignleft;
    
white-spacenowrap;
}
ul.TSSEMenu li.sep
{
    
height100%;
    
line-height0;
    
padding0px;
    
text-alignleft;
}
ul.TSSEMenu li.sep span
{
    
background-color#cccccc #111111 #111111 #cccccc;
    
background-imagenone;
    
displayinline-block;
    
floatnone;
    
height100%;
    
padding-right0;
    
width3px;
}
ul.TSSEMenu ul li.sep span
{
    
height3px;
    
width100%;
}
ul.TSSEMenu li:hover
{
    
cursorpointer;
    
positionrelative;
}
ul.TSSEMenum ul li
{
    
floatnone;
    
background-imageurl(../images/lihover.png);
    
background-repeatno-repeat;
    
background-positioncenter;
}

ul.TSSEMenu li:hover>a
{
    
bordernone;
    
color#FFF;
    
cursorpointer;
    
text-decorationnone;
    
height40px;
    
background-repeatrepeat-x;
    
font-family"Trebuchet MS"Tahoma;
    
font-size16px;
    
font-stylenormal;
    
font-weightnormal;
    
font-variantnormal;
    
background-imageurl(../images/knopka2.png);
}
ul.TSSEMenu li a:hover
{
    
background-imageurl(../images/knopka.png);
    
bordernone
    color
#FFFFFF;
    
cursorpointer;
    
fontnormal 16px Trebuchet MSTahoma;
    
positionrelative;
    
text-decorationnone;
    
height40px;
    
background-repeatno-repeat;
}
ul.TSSEMenu li.dis a
{
    
color#666 !important;
}
ul.TSSEMenu img
{
    
_floatnone;
    
bordernone;
    
floatleft;
    
height16px;
    
margin-right2px;
}
ul.TSSEMenu ul img
{
    
height16px;
}
ul.TSSEMenu img.over
{
    
displaynone;
}
ul.TSSEMenu li.dis a:hover img.over
{
    
displaynone !important;
}
ul.TSSEMenu li.dis a:hover img.def
{
    
displayinline !important;
}
ul.TSSEMenu li:hover a img.def
{
    
displaynone;
}
ul.TSSEMenu li:hover a img.over
{
    
displayinline;
}
ul.TSSEMenu a:hover img.over,ul.TSSEMenu a:hover ul img.def,ul.TSSEMenu a:hover a:hover ul img.def,ul.TSSEMenu a:hover a:hover img.over,ul.TSSEMenu a:hover a:hover a:hover img.over
{
    
displayinline;
}
ul.TSSEMenu a:hover img.def,ul.TSSEMenu a:hover ul img.over,ul.TSSEMenu a:hover a:hover ul img.over,ul.TSSEMenu a:hover a:hover img.def,ul.TSSEMenu a:hover a:hover a:hover img.def
{
    
displaynone;
}
ul.TSSEMenu a:hover ul,ul.TSSEMenu a:hover a:hover ul
{
    
displayblock;
}
ul.TSSEMenu a:hover ul ul
{
    
displaynone;
}
ul.TSSEMenu span
{
    
background-imageurl("../images/arr_white.gif");
    
background-positionright center;
    
background-repeatno-repeat;
    
displayblock;
    
padding-right12px;
}
ul.TSSEMenu li:hover>a>span
{
    
background-imageurl("i../images/arrv_white.gif");
}
ul.TSSEMenu a:hover span
{
    
_background-imageurl("../images/arrv_white.gif");
}
ul.TSSEMenu ul span,ul.TSSEMenu a:hover table span
{
    
background-imageurl("i../images/arr_white.gif");
}
.
hand {
    
cursorpointer;
}
.
notification-border-{
    
border1px solid #3b3430;
    
background-color#2f2723;
    
color#CCC;
}
.
notification-th-{
    
height19px;
    
background-imageurl(../images/thead.png);
    
background-repeatrepeat-x;
}
.
notification-title-/* Notification message */
    
color#ffffff;
    
fontbold 12px tahomaverdanaarialsans-serif;
}
.
notification-body {
    
padding6px 10px;
    
text-alignjustify;
}
.
notification-border-{
    
border1px solid #3b3430;
    
background-color#2f2723;
    
color#FFF;
}
.
notification-th-{
    
height19px;
    
background-color#2f2723;
}
.
notification-title-/* Error message */
    
color#ffffff;
    
fontbold 12px tahomaverdanaarialsans-serif;
}
#jacq{background : url(../images/list/dvd.png) no-repeat 0 0;width : 220px;height : 190px;left : 14px;top : 3px;}

/* Affichage des jaquettes */
ul.jaquetteul.jaquette liul.jaquette li aul.jaquette li img {margin 0;padding 30;list-style none;border 0;text-decoration none;}
ul.jaquette li {margin 15px 15px 15px 0;float left;position relative;}
ul.jaquette li a {display block;position relative;float left;text-indent : -1000em;overflow hidden;z-index 1;}
ul.jaquette li img {position absolute;border 0;}
ul.jaquette li.album img {width 110px;height 112px;top 3px;left 16px;}
ul.jaquette li.album a {background url(../images/list/jewel.pngno-repeat 0 0;width 129px;height 119px;}
ul.jaquette li.film img {width 112px;height 160px;left 14px;top 3px;}
ul.jaquette li.film a {background url(../images/list/dvd.pngno-repeat 0 0;width 130px;height 166px;}
ul.jaquette li.jeu img {width 112px;height 21px;left 14px;top 3px;}
ul.jaquette li.jeu a {background url(../images/list/dvd.pngno-repeat 0 0;width 130px;height 166px;}
ul.jaquette li.log imgul.jaquette li.log a {width 100px;height 100px;top 0;left 0;}
ul.jaquette li.log a {background url(../images/list/cd.pngno-repeat 0 0;height 105px;}
ul.jaquette li.serie img {width 115px;height 159px;left 14px;top 3px;}
ul.jaquette li.serie a {background url(../images/list/dvd.pngno-repeat 0 0;width 130px;height 166px;}
ul.jaquette li.ebook img {width 115px;height 159px;left 3px;top 3px;}
ul.jaquette li.ebook a {background url(../images/list/book.pngno-repeat 0 0;width 130px;height 166px;}
ul.jaquette li.spectacle img {width 112px;height 160px;left 14px;top 3px;}
ul.jaquette li.spectacle a {background url(../images/list/dvd.pngno-repeat 0 0;width 130px;height 166px;}
ul.jaquette li.manga img {width 112px;height 160px;left 14px;top 3px;}
ul.jaquette li.manga a {background url(../images/list/dvd.pngno-repeat 0 0;width 130px;height 166px;} 
Reply With Quote