it/itf/static/css/noel/inner-details.css
2011-11-07 16:49:36 +05:30

71 lines
1.4 KiB
CSS
Executable File

#bottomRight
{width:570px;
min-height:300px; /*IS THIS REQUIRED??*/
background-color:#FFF;
/*color:#666; /*was originally 3b3b39*/
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
padding:20px;
margin-top:20px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
-moz-box-shadow:2px 3px 20px #252425;
-webkit-box-shadow:2px 3px 20px #252425;
box-shadow:2px 3px 20px #252425;
overflow:auto;
clear:both;}
#bottomRight a:link, #bottomRight a:visited, #bottomRight a:active
{color:#ff8400;
text-decoration:none;}
#bottomRight a:hover
{text-decoration:underline;}
.itfInfoSub
{color:#f7bd00;
font-weight:bold;}
.itfInfo p
{padding-bottom:8px;}
.thumbsDetails
{width:164px;
height:114px;
-moz-box-shadow:1px 1px 3px 3px #aaa;
-webkit-box-shadow:1px 1px 3px 3px #aaa;
box-shadow:1px 1px 3px 3px #aaa;
margin:10px;
cursor:pointer;}
.searchHighlight
{background-color:#f7d76c;
padding:0px 2px 1px 1px;}
.bpRelated:link, .bpRelated:visited, .bpRelated:active
{color:#ff8400;
text-decoration:none;}
.bpRelated:hover
{text-decoration:underline;}
.noListTitle a
{color:#f7bd00;
font-weight:bold;
text-decoration:none;}
.noListItem
{margin-bottom:16px;}
.linksInnerOrange a
{text-decoration:none;
display:block;}
.linksInnerOrange a:hover
{text-decoration:underline;}
.hideText
{display:none;}