it/itf/static/css/noel/inner-details.css

72 lines
1.4 KiB
CSS
Raw Normal View History

#bottomRight
{width:570px;
2011-10-13 19:35:45 +00:00
min-height:300px; /*IS THIS REQUIRED??*/
background-color:#FFF;
2011-10-25 14:20:48 +00:00
/*color:#666; /*was originally 3b3b39*/
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
font-size:12px;
2011-10-25 10:31:59 +00:00
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;}
2011-11-01 14:56:06 +00:00
#bottomRight a:link, #bottomRight a:visited, #bottomRight a:active
2011-11-01 14:53:12 +00:00
{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;}