Last active
March 9, 2017 12:50
-
-
Save patrickt010/114ebb3cd94d58018bc77b7ddbd457b4 to your computer and use it in GitHub Desktop.
roomtoread stylesheet for shipit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.top-body { | |
margin-bottom: 0px; | |
} | |
.vertical { | |
display: inline-block; | |
width: 20%; | |
height: 40px; | |
-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ | |
transform: rotate(-90deg); | |
width: 300px; | |
top: 200px; | |
position: relative; | |
overflow: initial; | |
} | |
.vertical > .progress-bar-info { | |
background-color: #feb000; | |
} | |
.vertical > .progress-bar.progress-bar-info:after { | |
content: " "; | |
width: 60px; | |
height: 60px; | |
display: block; | |
background: #feb000; | |
border-radius: 100px; | |
position: relative; | |
top: -10px; | |
right: 10px; | |
} | |
.background-image { | |
background: url('https://i.imgur.com/VwQPxcv.jpg'); | |
background-repeat: no-repeat; | |
background-size: cover; | |
min-height: 500px; | |
} | |
.donate { | |
margin-top: 80px; | |
margin-bottom: 80px; | |
} | |
.donate h2.heading, .donate p.paragraph { | |
color: #fff; | |
} | |
.donate p.paragraph { | |
opacity: .8; | |
} | |
.donate .btn { | |
height: 50px; | |
} | |
.donate .btn.fundraise { | |
font-size: 20px; | |
margin-left: 20px; | |
padding-top: 10px; | |
} | |
.donate .fundraise-goal { | |
position: relative; | |
top: 200px; | |
color: white; | |
} | |
.donate .fundraise-goal h2 { | |
font-size: 26px; | |
} | |
.donate .fundraise-goal h2 span { | |
font-size: 30px; | |
} | |
/* DONATION FORM | |
================================================= */ | |
#donation .form { | |
margin-top: 20px; | |
} | |
#donation .form ul, #donation .form ol { | |
padding-left: 0px; | |
} | |
#donation .form .inner { | |
padding: 10%; | |
margin: 0; | |
} | |
#donation .form .inner:after { | |
content: ""; | |
display: table; | |
clear: both; | |
} | |
#donation .form label { | |
cursor: pointer; | |
} | |
#donation .form p { | |
font-family: "proxima-nova", Helvetica, Arial, sans-serif; | |
font-size: 24px; | |
font-weight: 300; | |
margin: 0; | |
padding: 0; | |
color: #413636; | |
} | |
#donation .form ul li { | |
list-style: none; | |
} | |
#donation .form ul li:first-child { | |
margin-left: 0; | |
} | |
#donation .form .input-price-options .gfield_label { | |
display: none; | |
} | |
#donation .form .input-price-options input { | |
display: none; | |
} | |
#donation .form .input-price-options li { | |
float: left; | |
width: 22%; | |
margin: 10px; | |
} | |
#donation .form .input-price-options li:last-child { | |
margin-right: 0; | |
} | |
#donation .form input.donation-amount { | |
color: #fff; | |
border: 2px solid #fff; | |
background: transparent; | |
margin-left: 0px; | |
border-radius: 0px; | |
height: 60px; | |
padding-left: 40px; | |
line-height: 22px; | |
width: calc(100% - 16px); | |
font-size: 22px; | |
} | |
#donation .form input.donation-amount::-webkit-input-placeholder,#donation .form input.donation-amount:-ms-input-placeholder,#donation .form input.donation-amount::-moz-placeholder,#donation .form input.donation-amount:-moz-placeholder { | |
color: #fff; | |
opacity: .8; | |
} | |
#donation .form .input-price-options li label { | |
text-align: center; | |
font-weight: 700; | |
width: 100%; | |
padding: 20px 0; | |
color: #fff; | |
border: 2px solid #fff; | |
} | |
#donation .form .input-price-options li label:hover { | |
border: 2px solid #feb000; | |
} | |
#donation .form .input-price-options li input[type="radio"]:checked + label { | |
background: #feb000; | |
color: #fff; | |
border: none; | |
} | |
#donation .form .radio-donation { | |
text-align: left; | |
} | |
#donation .form .radio-donation li { | |
display: inline-block; | |
margin: 10px 20px; | |
color: #fff; | |
} | |
#donation form .input-amount { | |
position: relative; | |
} | |
#donation .form .input-amount label { | |
display: block; | |
position: absolute; | |
z-index: 999; | |
font-size: 24px; | |
font-weight: 300; | |
top: 12px; | |
left: 15px; | |
color: #fff; | |
opacity: .8; | |
} | |
#donation #tabs ul li.ui-tabs-active a:before, .radio-donation input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before { | |
font-family: FontAwesome; | |
content: '\f058'; | |
font-size: 23px; | |
color: #feb000; | |
width: auto; | |
height: auto; | |
border: none; | |
} | |
#donation #tabs ul li a:before, .radio-donation input[type=radio] + label:before, input[type=checkbox] + label:before { | |
content: ''; | |
width: 18px; | |
height: 18px; | |
border: 1px solid #feb000; | |
-webkit-border-radius: 30px; | |
-moz-border-radius: 30px; | |
border-radius: 30px; | |
display: inline-block; | |
vertical-align: middle; | |
margin: -2px 10px 0 0; | |
line-height: 0; | |
background: rgba(255, 255, 255, 0.2); | |
box-sizing: content-box; | |
} | |
#donation .radio-donation input[type=radio], input[type=checkbox] { | |
display: none; | |
} | |
section#donation { | |
margin-bottom: 40px; | |
} | |
.background-image-children { | |
background: url(https://i.imgur.com/v0iDQwS.png); | |
background-repeat: repeat-x; | |
background-size: cover; | |
min-height: 600px; | |
} | |
div.chapter-honor-roll { | |
background-color: #f3f2ed; | |
} | |
.chapter-honor-roll h2.section-header { | |
border-bottom: none; | |
padding-top: 20px; | |
} | |
.chapterpage-honor-roll-name { | |
font-weight: normal; | |
} | |
.chapterpage-honor-roll-name, .chapterpage-honor-roll-donated, .chapterpage-honor-roll-comment-name { | |
padding-top: 2px; | |
padding-bottom: 2px; | |
} | |
.chapterpage-honor-roll-comments { | |
padding-left: 20px; | |
} | |
.chapterpage-honor-roll-comment-name { | |
padding-left: 40px; | |
font-weight: normal; | |
} | |
.chapterpage-honor-roll-comments-list { | |
border-left: solid #fff 1px; | |
} | |
.chapterpage-honor-roll-name time, .chapterpage-honor-roll-comment-name time { | |
color: #AAA; | |
} | |
.chapterpage-honor-roll-list-item { | |
border-top: 1px solid #fff; | |
padding-top: 10px; | |
} | |
.chapterpage-honor-roll-donated { | |
color: #61DaF6; | |
padding-left: 20px; | |
} | |
div.chapter-connectwithus { | |
background-color: #ddf3f5; | |
padding: 10px 0 20px 0; | |
} | |
div.chapter-connectwithus > h3 { | |
padding: 0 0 20px 0; | |
} | |
div.chapter-connectwithus > iframe { | |
vertical-align: top; | |
} | |
@media screen and (max-width: 991px) { | |
.vertical { | |
display: inline-block; | |
width: 20%; | |
height: 20px; | |
-webkit-transform: rotate(0deg); | |
transform: rotate(0deg); | |
width: 300px; | |
top: 50px; | |
position: relative; | |
overflow: initial; | |
} | |
.vertical > .progress-bar.progress-bar-info:after { | |
content: " "; | |
width: 40px; | |
height: 40px; | |
display: block; | |
background: #feb000; | |
border-radius: 100px; | |
position: relative; | |
top: -10px; | |
right: 10px; | |
} | |
.donate .fundraise-goal { | |
position: relative; | |
top: 40px; | |
color: white; | |
min-height: 180px; | |
} | |
.donate .fundraise-goal h2 { | |
font-size: 20px; | |
} | |
.donate .fundraise-goal h2 span { | |
font-size: 24px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment