Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
74
app/stylesheets/simple.less
Normal file
74
app/stylesheets/simple.less
Normal file
@@ -0,0 +1,74 @@
|
||||
@standard_fonts: arial, sans-serif;
|
||||
|
||||
body { font-family: @standard_fonts; background: #fefefe; }
|
||||
.placed { width: 800px; margin: auto; }
|
||||
|
||||
h1 { text-align: center; margin: 25px 0 0; line-height: 1; font-size: 38px; }
|
||||
h2 { font-size: 22px; margin: 40px 0 17px; }
|
||||
h3 { font-size: 18px; font-weight: normal !important; margin-top: 5px; }
|
||||
h4 { font-size: 16px; margin-bottom: 5px; font-weight: normal !important; }
|
||||
|
||||
p { text-align: left; margin: 20px 0; }
|
||||
|
||||
.owl { position: absolute; top: 5px; left: 50%; margin-left: -455px; }
|
||||
|
||||
.quote {
|
||||
margin-top: 30px; background: url(/images/simple/lquote.gif) 0 0 no-repeat; text-align: left;
|
||||
blockquote { padding: 5px 0 0 25px; font-size: 16px; font-family: georgia, serif; color: #074463; font-style: italic;
|
||||
background: url(/images/simple/rquote.gif) 100% 70% no-repeat; }
|
||||
em { display: block; text-align: right; color: #000; font-family: @standard_fonts; padding: 10px 60px 0 0; font-size: 12px; }
|
||||
}
|
||||
|
||||
.buttons { padding: 20px 0; margin-top: 30px; overflow: hidden; width: 100%; border: 1px solid #b4e9fd; border-left: none; border-right: none; background: #f6fcff; }
|
||||
.logos { display: block; float: left; margin: 13px 0 0 28px; }
|
||||
|
||||
.standard-download {
|
||||
float: left; width: 214px; height: 62px; margin: 0 15px 0 58px; background: url(/images/button-download.gif) no-repeat;
|
||||
:hover { background-position: 0 -62px; }
|
||||
}
|
||||
.pricing-buy {
|
||||
float: left; width: 193px; height: 44px; margin-top: 10px; background: url(/images/button-pricing.gif) no-repeat;
|
||||
:hover { background-position: 0 -44px; }
|
||||
}
|
||||
|
||||
.moreinfo {
|
||||
margin-top: 25px;
|
||||
input { vertical-align: middle; }
|
||||
.email { margin-right: 5px; }
|
||||
}
|
||||
.subscribing { display: inline; }
|
||||
|
||||
.features { overflow: hidden; }
|
||||
.list {
|
||||
margin-top: 8px;
|
||||
li { text-align: left; padding: 5px 0 5px 23px; background: url(/images/icons/tick.gif) 0 5px no-repeat; }
|
||||
}
|
||||
.floated { float: left; width: 540px; }
|
||||
.screenshots {
|
||||
a { display: block; float: right; margin-bottom: 7px; }
|
||||
}
|
||||
|
||||
.contact-form-ct {
|
||||
margin: 40px 0 0; text-align: center;
|
||||
.airmail { margin: auto; width: 100%; font-size: 16px; text-align: center; background: url(/images/airmail.gif) 0 50% repeat-x; }
|
||||
.airmail strong { padding: 0 5px; background: #fff; }
|
||||
}
|
||||
.contact-form {
|
||||
margin: 10px auto 0; width: 560px;
|
||||
ul { float: left; margin-right: 20px; }
|
||||
.rside { margin-right: 0 !important; }
|
||||
fieldset { padding: 10px 0 0 0; }
|
||||
legend { padding: 0 5px; text-align: center; }
|
||||
.message { width: 330px; height: 72px; }
|
||||
.submit { margin-right: 24px; }
|
||||
}
|
||||
|
||||
.d-page { position: relative; min-height: 100%; }
|
||||
.d-border { position: relative; z-index: 2; height: 12px; background: url(/images/simple/bg.gif) repeat-x; }
|
||||
.d-content-wrap { padding-bottom: 70px; }
|
||||
.d-footer {
|
||||
position: absolute; bottom: 0; right: 0; width: 100%; font-size: 11px; height: 39px; color: #d3bc91; background: url(/images/simple/footer-bg.gif) repeat-x;
|
||||
a { color: #d3bc91; }
|
||||
a:hover { color: #fff; }
|
||||
.d-placing { overflow: hidden; text-align: left; margin: auto; width: 800px; padding-top: 15px; }
|
||||
}
|
||||
Reference in New Issue
Block a user