modified: custom2.css

modified:   index.html
This commit is contained in:
russellballestrini 2017-03-17 15:17:43 -04:00
parent 438a50b06e
commit 2da60002f0
2 changed files with 34 additions and 25 deletions

View file

@ -14,21 +14,43 @@ a, a:link, a:visited {
color: #888888;
}
.reasons {
body {
background-color: #f8f5f5;
}
#mc_embed_signup {
clear:left; font:14px Helvetica,Arial,sans-serif;
}
#mc_embed_signup .button {
background-color: #AA0000;
}
#mc_embed_signup .button:hover {
background-color: #D40000;
}
.graybg {
background-color: #f8f5f5;
/*background-color: #f8f5f5;*/
background-color: #ffffff;
}
.reasons {
/*background-color: #f8f5f5;*/
background-color: #ffffff;
}
.nav, .navbar {
word-spacing: 30px;
font-weight: bold;
width: 100%;
background-color: #ffffff;
border-top: solid 4px #AA0000;
}
.nav {
word-spacing: 30px;
font-weight: bold;
border-top: solid 4px #AA0000;
padding-bottom: 12px;
padding-top: 15px;
width: 100%;
padding-bottom: 10px;
/*border-bottom: 1px solid #eee;*/
}
.navbar {
@ -37,13 +59,6 @@ a, a:link, a:visited {
top: 0;
left: 0;
font-weight: bold;
word-spacing: 30px;
border-top: solid 4px #AA0000;
width: 100%;
background: #fff;
z-index: 99;
}
@ -81,8 +96,8 @@ a, a:link, a:visited {
}
.row-padding {
padding-top: 40px;
padding-bottom: 80px;
padding-top: 60px;
padding-bottom: 60px;
}
span.avoidwrap {

View file

@ -12,8 +12,9 @@
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="skeleton.css">
<link href="https://cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="custom2.css">
<script src="jquery-3.2.0.slim.min.js"></script>
<script src="custom.js"></script>
@ -241,14 +242,6 @@ For <b>beta access</b> and updates, join the email list
<br />
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
#mc_embed_signup .button { background-color: #AA0000; }
#mc_embed_signup .button:hover { background-color: #D40000; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//ballestrini.us2.list-manage.com/subscribe/post?u=c64d1bc4e5a99ee1343dba0fc&amp;id=b4deeab70b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
@ -394,6 +387,7 @@ Your <b>feedback will shape</b> Remarkbox!
</b>
</center>
</div>
<div class="redline"></div>
</body>