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

62 lines
1.0 KiB
CSS
Raw Normal View History

2011-09-10 04:07:06 +00:00
#bottomRight
{width:570px;
height:100%; /*IS THIS REQUIRED??*/
background-color:#FFF;
color:#3b3b39;
font-size:14px;
line-height:16px;
font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif;
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-09-10 04:07:06 +00:00
.itfInfoSub
{color:#f7bd00;
font-weight:bold;}
.itfInfo p
{padding-bottom:8px;}
.thumbsDetails
{width:164px;
height:114px;
-moz-box-shadow:2px 2px 2px 1px #999;
-webkit-box-shadow:2px 2px 2px 1px #999;
box-shadow:2px 2px 2px 1px #999;
margin:10px;}
2011-09-28 14:45:50 +00:00
.searchHighlight
{background-color:#f7d76c;
2011-09-28 16:15:42 +00:00
padding:0px 2px 1px 1px;}
2011-09-28 14:45:50 +00:00
.orange
{color:#f7bd00;
font-weight:bold;
margin-bottom:8px;
}
.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;}