Files
componentowl-rails-archive/app/stylesheets/base.less

114 lines
4.4 KiB
Plaintext

@standard_fonts: 'trebuchet ms', sans-serif;
* { margin: 0; padding: 0; }
html { height: 100%; }
body { height: 100%; font-size: 14px; color: #000; text-align: center; }
a img { border: none; }
a {
color: #825900; outline: none;
:hover { color: #000; }
:active { color: #ab7500; }
}
ul, li { list-style: none; }
.left, .subleft { float: left; }
.right, .subright { float: right; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }
.underline { text-decoration: underline; }
input[type=text], input[type=password], textarea, select { padding: 2px; border: 1px solid; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
background-color: #fff; border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea; }
input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, input[type=text]:hover, textarea:focus, textarea:hover, select:focus, select:hover {
border-color: #d6a140 #efd9b2 #f3e3c6 #f2e1c1;
}
input { border-width: 1px; } // IE6
input { font-size: 13px; }
input.stressed { border-color: #e0ad50; }
input.stressed:focus, input.stressed:hover { border-color: #cd8d19; }
.latest_from_blog, .image-link { text-indent: -9999em; }
.image-link { display: block; }
.inline-label-focus { color: #000 !important; }
.inline-label { color: #85878d; }
ul.common, .answer ul {
li { padding: 2px 0 3px 23px; background: url(/images/arrow-bullet.gif) 4px 5px no-repeat; }
ul li { background-image: url(/images/arrow2.gif); }
}
ul.checklist li { background: url(/images/icons/tick.gif) 0 0 no-repeat !important; padding: 0 0 10px 23px; }
ol.common {
margin-left: 22px;
li { list-style-type: decimal; padding-bottom: 6px; }
}
.testimonial {
margin: 20px 15px 0; padding: 10px 0 0; background: url(/images/testimonial.gif) no-repeat; font-size: 12px;
blockquote { margin: 0; padding: 0 12px 2px; text-align: justify; font-style: italic; background: #f9f0da; }
em { display: block; padding: 15px 20px 0 100px; font-size: .9em; color: #825900; font-weight: bold; font-style: normal;
background: url(/images/testimonial.gif) 100% 0 no-repeat; }
}
input.name, input.email { background-position: 4px 50%; background-repeat: no-repeat; padding-left: 24px; }
input.name { width: 150px; background-image: url(/images/icons/user.gif); }
input.email { width: 150px; background-image: url(/images/icons/mail.gif); }
textarea.message { width: 330px; height: 72px; padding-left: 24px;
background-image: url(/images/icons/pencil.gif); background-position: 4px 2px; background-repeat: no-repeat; }
input.required, textarea.required { border-color: #dea110 #f1c354 #f2d58f #f2d58f !important; background-color: #fff8e9; }
input { font-size: 13px; }
textarea { font-family: 'trebuchet ms', sans-serif; font-size: 12px; }
.popup-link {
padding-right: 13px; background: url(/images/icons/arrow-popup.gif) 100% 50% no-repeat;
}
.sharethis {
a { color: #1c6e35; }
a:hover { color: #000; }
}
hr { border: 0; height: 1px; color: #a8906b; background-color: #a8906b; }
.contact-form {
text-align: left;
fieldset { padding: 0; border-width: 0; }
legend { padding: 0 5px; text-align: center; }
label { display: block; }
input, textarea { margin-bottom: 15px; }
select { width: 172px; }
.ufd { margin-bottom: 15px !important; }
.message { width: 360px; height: 140px; }
.submit { text-align: center; margin-top: 5px; }
.sent-notice { padding: 5px; background: #fdf8a3; font-weight: bold; font-size: 12px; }
}
.dbtn-c { border-bottom: 1px solid #ecdfb9; border-right: 1px solid #ecdfb9; display: inline-block; }
.dbtn-w { background: #efe5c6; border-color: #ac995e #9f8d55 #9f8d55 #ac995e; border-style: solid; border-width: 1px; display: block; height: 30px; }
.dbtn { background: url(/images/dbtn.png) repeat-x; border: none; color: #000000; cursor: pointer; font: 15px arial, sans-serif; height: 30px; margin: 0; outline: none;
vertical-align: top; padding-left: 5px; padding-right: 5px; }
.dbtn:active { background: #decd9b; }
.dbtn-hilight { border-color: #cfe3a6; }
.dbtn-hilight .dbtn-w { background: #e8f2d3; border-color: #9bc842 #84b12a #84b12a #9bc842; }
.dbtn-hilight .dbtn { background-image: url(/images/dbtn-hilight.png); }
.dbtn-hilight .dbtn:active { background: #bad782; }
.dbtn-small .dbtn-w { height: 23px; }
.dbtn-small .dbtn { font-size: 12px; height: 23px; }
a.dbtn { display: block; height: 30px; line-height: 30px; text-decoration: none; padding-left: 15px; padding-right: 15px; }
.small-button { padding: 4px 7px; background: #efe5c6; }