131 lines
2.6 KiB
CSS
Executable File
131 lines
2.6 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;}
|
|
|
|
#bottomRight p {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.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:5px;
|
|
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;}
|
|
|
|
/* FORMS FOR E-RANG */
|
|
#commentWrapper
|
|
{color:#888;}
|
|
|
|
#commentWrapper h3
|
|
{font-size:24px;
|
|
padding-bottom:6px;
|
|
color:#f7bd00;
|
|
text-align:center;
|
|
text-transform: none;
|
|
}
|
|
|
|
#commentWrapper h4
|
|
{font-size:18px;
|
|
text-align:center;
|
|
padding-bottom:8px;}
|
|
|
|
#commentWrapper label {
|
|
text-align:left;
|
|
}
|
|
|
|
#comment_form input[type="text"], #comment_form input[type="password"], #comment_form textarea {
|
|
border: 1px solid #E3E3E3;
|
|
padding: 2px 2px 2px 4px;
|
|
-moz-border-radius: 6px;
|
|
-webkit-border-radius: 6px;
|
|
border-radius: 6px;
|
|
-moz-box-shadow: inset 2px 2px 6px #d7d7d7;
|
|
-webkit-box-shadow: inset 2px 2px 6px #d7d7d7;
|
|
box-shadow: inset 2px 2px 6px #d7d7d7;
|
|
margin-bottom: 10px;
|
|
vertical-align:text-top;}
|
|
|
|
.leave_response th
|
|
{width:18%;}
|
|
|
|
#comment_form input[type=submit] {
|
|
background-color:#f7bd00;
|
|
color:#FFF;
|
|
font-size:14px;
|
|
-moz-border-radius:6px;
|
|
-webkit-border-radius:6px;
|
|
border-radius:6px;
|
|
padding:3px 24px;
|
|
border:1px solid transparent;
|
|
margin-top:10px;
|
|
font-family:'Century Gothic', Arial, 'DejaVu Sans', sans-serif;
|
|
cursor:pointer;
|
|
vertical-align:text-top;}
|
|
|
|
#form_table tr:nth-child(6) {
|
|
display:none;
|
|
}
|
|
|
|
/* END FORMS FOR E-RANG */
|