need to move some styling to sitewide.css since the About section now means it may display anywhere on the site

pull/1/head
Andromeda Yelton 2012-05-21 16:02:16 -04:00
parent f01c83f1b8
commit b5c2f743a6
6 changed files with 78 additions and 115 deletions

View File

@ -261,33 +261,6 @@
#block-intro-text div#active { #block-intro-text div#active {
display: inherit; display: inherit;
} }
.signuptoday {
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
background-color: #8dc63f;
padding: 0 15px;
height: 36px;
line-height: 36px;
height: 36px;
line-height: 36px;
float: left;
clear: both;
margin: 10px auto;
cursor: pointer;
font-style: normal;
}
.signuptoday a {
background: url("/static/images/icons/pledgearrow-hover.png") right center no-repeat;
padding-right: 17px;
color: white;
}
.signuptoday a:hover {
text-decoration: none;
}
body { body {
font-size: 13px; font-size: 13px;
line-height: 16px; line-height: 16px;
@ -297,7 +270,8 @@ body {
width: 100%; width: 100%;
clear: both; clear: both;
} }
#user-block1, .user-block2 { #user-block1,
.user-block2 {
float: left; float: left;
} }
#user-block1 { #user-block1 {
@ -440,10 +414,12 @@ dd {
.collapse ul { .collapse ul {
display: none; display: none;
} }
.faq, .answer { .faq,
.answer {
text-transform: none !important; text-transform: none !important;
} }
.faq a, .answer a { .faq a,
.answer a {
color: #6994a3; color: #6994a3;
} }
.faq { .faq {
@ -488,7 +464,8 @@ dd {
border-bottom: solid 1px #3d4e53; border-bottom: solid 1px #3d4e53;
float: left; float: left;
} }
.pressvideos iframe, .pressvideos div.mediaborder { .pressvideos iframe,
.pressvideos div.mediaborder {
padding: 5px; padding: 5px;
border: solid 5px #EDF3F4; border: solid 5px #EDF3F4;
padding: 5px; padding: 5px;
@ -574,7 +551,8 @@ h2.thank-you {
color: #8dc63f; color: #8dc63f;
line-height: 40px; line-height: 40px;
} }
.pledge_complete, .pledge_complete a { .pledge_complete,
.pledge_complete a {
font-size: 14px; font-size: 14px;
line-height: 17px; line-height: 17px;
margin-bottom: 14px; margin-bottom: 14px;

View File

@ -261,33 +261,6 @@
#block-intro-text div#active { #block-intro-text div#active {
display: inherit; display: inherit;
} }
.signuptoday {
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
background-color: #8dc63f;
padding: 0 15px;
height: 36px;
line-height: 36px;
height: 36px;
line-height: 36px;
float: left;
clear: both;
margin: 10px auto;
cursor: pointer;
font-style: normal;
}
.signuptoday a {
background: url("/static/images/icons/pledgearrow-hover.png") right center no-repeat;
padding-right: 17px;
color: white;
}
.signuptoday a:hover {
text-decoration: none;
}
#expandable { #expandable {
display: none; display: none;
} }
@ -320,7 +293,8 @@
width: 100%; width: 100%;
clear: both; clear: both;
} }
#user-block1, .user-block2 { #user-block1,
.user-block2 {
float: left; float: left;
} }
#user-block1 { #user-block1 {
@ -354,11 +328,13 @@
color: #3d4e53; color: #3d4e53;
padding-right: 15px; padding-right: 15px;
} }
#js-rightcol, #js-rightcol2 { #js-rightcol,
#js-rightcol2 {
float: right; float: right;
width: 230px; width: 230px;
} }
#js-rightcol .jsmodule, #js-rightcol2 .jsmodule { #js-rightcol .jsmodule,
#js-rightcol2 .jsmodule {
float: left; float: left;
width: 208px; width: 208px;
background: #edf3f4; background: #edf3f4;
@ -372,11 +348,13 @@
margin-bottom: 10px; margin-bottom: 10px;
padding: 0 10px 10px 10px; padding: 0 10px 10px 10px;
} }
#js-rightcol .jsmodule.last, #js-rightcol2 .jsmodule.last { #js-rightcol .jsmodule.last,
#js-rightcol2 .jsmodule.last {
border-bottom: none; border-bottom: none;
padding-bottom: 10px; padding-bottom: 10px;
} }
#js-rightcol .jsmodule input, #js-rightcol2 .jsmodule input { #js-rightcol .jsmodule input,
#js-rightcol2 .jsmodule input {
-moz-border-radius: 32px; -moz-border-radius: 32px;
-webkit-border-radius: 32px; -webkit-border-radius: 32px;
border-radius: 32px; border-radius: 32px;
@ -392,7 +370,8 @@
outline: none; outline: none;
padding-left: 16px; padding-left: 16px;
} }
#js-rightcol .jsmodule input.signup, #js-rightcol2 .jsmodule input.signup { #js-rightcol .jsmodule input.signup,
#js-rightcol2 .jsmodule input.signup {
background: url("/static/images/landingpage/button.png") no-repeat 0 0; background: url("/static/images/landingpage/button.png") no-repeat 0 0;
border: medium none; border: medium none;
color: #FFF; color: #FFF;
@ -404,10 +383,12 @@
padding: 0 31px 0 11px; padding: 0 31px 0 11px;
width: 111px; width: 111px;
} }
#js-rightcol div.button, #js-rightcol2 div.button { #js-rightcol div.button,
#js-rightcol2 div.button {
padding-top: 10px; padding-top: 10px;
} }
#js-rightcol label, #js-rightcol2 label { #js-rightcol label,
#js-rightcol2 label {
width: 100%; width: 100%;
display: block; display: block;
clear: both; clear: both;

View File

@ -137,25 +137,3 @@
#block-intro-text div#active { #block-intro-text div#active {
display: inherit; display: inherit;
} }
.signuptoday {
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
background-color: #8dc63f;
padding: 0 15px;
height: 36px;
line-height: 36px;
float: left;
clear: both;
margin: 10px auto;
cursor: pointer;
font-style: normal;
}
.signuptoday a {
background: url("/static/images/icons/pledgearrow-hover.png") right center no-repeat;
padding-right: 17px;
color: white;
}
.signuptoday a:hover {
text-decoration: none;
}

View File

@ -168,7 +168,8 @@
display: block; display: block;
} }
/* Page-wide elements */ /* Page-wide elements */
html, body { html,
body {
/* Necessary to make footer stretch to bottom of page */ /* Necessary to make footer stretch to bottom of page */
height: 100%; height: 100%;
@ -231,13 +232,15 @@ a:hover {
img { img {
border: none; border: none;
} }
input, textarea { input,
textarea {
border: 2px solid #d6dde0; border: 2px solid #d6dde0;
-moz-border-radius: 5px; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
} }
input:focus, textarea:focus { input:focus,
textarea:focus {
border: 2px solid #8dc63f; border: 2px solid #8dc63f;
outline: none; outline: none;
} }
@ -518,7 +521,8 @@ a#readon span {
-webkit-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
} }
#js-leftcol ul.level1 > li > a, #js-leftcol ul.level1 > li > span { #js-leftcol ul.level1 > li > a,
#js-leftcol ul.level1 > li > span {
border-bottom: 1px solid #edf3f4; border-bottom: 1px solid #edf3f4;
border-top: 1px solid #edf3f4; border-top: 1px solid #edf3f4;
text-transform: uppercase; text-transform: uppercase;
@ -724,3 +728,25 @@ a.nounderline {
margin-top: -12px; margin-top: -12px;
margin-right: -22px; margin-right: -22px;
} }
.signuptoday {
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
border-radius: 32px;
background-color: #8dc63f;
padding: 0 15px;
height: 36px;
line-height: 36px;
float: left;
clear: both;
margin: 10px auto;
cursor: pointer;
font-style: normal;
}
.signuptoday a {
background: url("/static/images/icons/pledgearrow-hover.png") right center no-repeat;
padding-right: 17px;
color: white;
}
.signuptoday a:hover {
text-decoration: none;
}

View File

@ -54,26 +54,4 @@
&#active { &#active {
display: inherit; display: inherit;
} }
}
.signuptoday {
a {
background: url("/static/images/icons/pledgearrow-hover.png") right center no-repeat;
padding-right: 17px;
color: white;
&:hover {
text-decoration: none;
}
}
.one-border-radius(32px);
background-color: @call-to-action;
padding:0 15px;
.height(36px);
float: left;
clear: both;
margin: 10px auto;
cursor: pointer;
font-style: normal;
} }

View File

@ -648,3 +648,25 @@ a.nounderline {
margin-top: -12px; margin-top: -12px;
margin-right:-22px; margin-right:-22px;
} }
.signuptoday {
a {
background: url("/static/images/icons/pledgearrow-hover.png") right center no-repeat;
padding-right: 17px;
color: white;
&:hover {
text-decoration: none;
}
}
.one-border-radius(32px);
background-color: @call-to-action;
padding:0 15px;
.height(36px);
float: left;
clear: both;
margin: 10px auto;
cursor: pointer;
font-style: normal;
}