diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 15:53:24 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-04-09 15:53:24 -0700 |
commit | 371ccae3d1f31ec38f4af77fb7fcd175d49b3cd5 (patch) | |
tree | 38c4f1e8828f9af9c4b77a173bee0d312b321698 /src/main/webapp/style.css | |
parent | bbf907e51dfcf157bdee24dead1d531122aa25db (diff) | |
parent | 3102d8bce3426d9cf41aeaf201c360d342677770 (diff) |
Merge pull request #10 from PuyallupFoursquare/maven
Switching from Ivy+Ant to Maven.
Diffstat (limited to 'src/main/webapp/style.css')
-rw-r--r-- | src/main/webapp/style.css | 688 |
1 files changed, 688 insertions, 0 deletions
diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css new file mode 100644 index 0000000..4562f1a --- /dev/null +++ b/src/main/webapp/style.css @@ -0,0 +1,688 @@ +html, body { + font-family: 'Arvo', serif; + font-size: 90%; + margin: 0; + height: 100%; +} + +.versiontag { + font-size: 150%; + font-style: italic; +} + +.hidden { + display: none; +} + +.default { + color: #BDBDBD; +} + +a { + color: #BDBDBD; + text-decoration: underline; + font-weight: bold; +} + +a:hover { + color: #9ace00; +} + +input[type="text"], input[type="password"] { + background: #F5F5F5; + border: solid 1px #BDBDBD; + padding: 5px; + width: 40%; +} + +label { + text-align: right; + width: 15%; + display: inline-block; +} + +label.check { + text-align: left; + width: 100%; + display: block; +} + +blockquote { + font-style: italic; +} + +.noselect { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +#notfooter { + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -50px; +} + +#push { + height: 50px; + clear: both; +} + +#banner { + padding: 0.5em; + border-bottom: outset 2px; + background: #FFFF91; + font-size: 90%; + display: none; +} + +header { + background: white; + margin: 0 auto 0 auto; + padding: 0.5em 10% 0em 10%; +} + +header h1 { + display: inline; + font-size: 14pt; + color: #7bc043; +} + +header h1 a { + color: #7bc043; + text-decoration: none; +} + +header h1 img { + vertical-align: middle; +} + +#foursquarefloat { + position: relative; + left: -140px; + top: -20px; +} + +header nav { + display: inline; + float: right; + margin-top: 2em; + margin-bottom: 2em; +} + +nav ul { + list-style: none; + display: inline; + padding-left: 0; +} + +nav ul li { + display: inline; + padding-right: 1em; +} + +nav.primary a { + padding: 0.25em 0.5em 0.25em 0.5em; + text-decoration: none; + color: #BDBDBD; + font-weight: bold; +} + +nav.primary a:hover { + color: #9ace00; +} + +nav.primary a.current { + background: #A9A9A9; + color: white; + border: solid thin #A9A9A9; + border-radius: 5px; + -moz-border-radius: 5px; +} + +#hero { + background: #2b2c2b no-repeat top center; + width: 100%; + color: white; + text-align: center; + height: 400px; +} + +#hero p { + width: 75%; + margin: 0 auto 0 auto; +} + +#middlebar { + background: #262626; + color: white; + min-height: 90px; +} + +#noticebox { + font-size: 90%; + padding: 1.5em 20% 1.5em 20%; + max-width: 700px; + margin: 0 auto 0 auto; + display: none; +} + +#noticebox.visible { + display: block; +} + +#noticebox img.icon { + margin-right: 2em; + vertical-align: middle; +} + +#noticebox .close { + float: right; +} + +#content { + text-align: center; + color: #505050; + padding-bottom: 5em; + margin: 1em auto 1em auto; + max-width: 900px; + font-size: 115%; +} + +#content article { + max-width: 700px; + margin: 1em auto 1em auto; +} + +#content article.text { + text-align: left; +} + +#content h1 { + color: #696969; + font-size: 24pt; +} + +#getstarted { + background: #F5F5F5; + padding: 3em; + text-align: center; + font-size: 150%; +} + +a.greenbutton { + background: #bcea2f; + border: solid 2px #afdc29; + color: white; + padding: 0.5em 1.5em 0.5em 1.5em; + text-decoration: none; + border-radius: 5px; + -moz-border-radius: 5px; + font-weight: normal; +} + +a.greenbutton:hover { + background: #b8e62e; +} + +a img { + vertical-align: middle; +} + +footer { + background: #3C3C3C; + color: #737373; + font-weight: bold; + font-size: 90%; + padding: 20px 20% 0 20%; + height: 30px; + clear: both; +} + +footer .left { + float: left; +} + +footer .right { + float: right; +} + +footer a { + color: #ACACAC; + text-decoration: none; + margin: 0 0.25em 0 0.25em; +} + +footer a:hover { + color: white; +} + +.progressbar, .progress { + margin-bottom: 0.5em; + height: 10px; + background: #eaeaea; +} + +.progress { + height: 10px; + background: #fd6000; +} + +.progresslabel { + position: relative; + text-align: left; + margin-left: -1em; + color: #fd6000; + font-weight: bold; +} + +#content nav { + font-size: 120%; +} + +#content nav a { + text-decoration: none; + color: #BDBDBD; + letter-spacing: 2px; + font-weight: normal; +} + +#content nav a.current, #content nav a:hover { + color: #fd6000; +} + +#content nav .disabled { + color: #eaeaea; +} + +#chapterprogress { + margin: 2em auto 2em auto; + width: 75%; + text-align: left; +} + +#videos { + float: left; + width: 100%; + text-align: left; + min-height: 400px; +} + +#videos article { + display: inline-block; + width: 280px; + margin-right: 15px; +} + +#videos article h2 { + display: inline; + font-size: 100%; +} + +#videos .image { + position: relative; + display: block; + margin-bottom: 0.5em; + border: solid thin black; + border-radius: 10px; +} + +#videos .image.completed.allowed a:before { + content: url('/images/complete.png'); + position: absolute; + top: 0; + left: 0; +} + +#videos .image.allowed a { + cursor: pointer; +} + +#videos .image a { + cursor: default; +} + +#videos .image.allowed a:hover:before { + content: url('/images/play.png'); + position: absolute; + top: 50%; + left: 50%; + margin: -19px 0 0 -19px; +} + +#videos .pdf { + float: right; +} + +#thefeed, #deeper { + float: left; + width: 30%; + text-align: left; +} + +#thefeed article { + margin-bottom: 1em; +} + + +#thefeed .question, #thefeed .answer { + padding: 1.5em; + border-radius: 10px; +} + +#thefeed .author { + float: left; + font-style: italic; + color: #999; + font-size: 80%; +} + +#thefeed article .question { + background: #eeeeee; + padding-bottom: 0.5em; +} + +#thefeed article .answer { + background: #f6f6f6; + color: #999; +} + +#thefeed article div div { + text-align: right; +} + +#thefeed article .question a.reply { + background: url('/images/reply.png') left center no-repeat; + padding-left: 12px; + color: #aeaeae; + text-decoration: none; +} + +#thefeed article .answer a.readmore { + color: #fc6200; + text-decoration: none; + font-size: 90%; +} + +#thefeed article a { + font-weight: normal; +} + +#thefeed article a:hover { + font-weight: bold; +} + +#thefeed .answer.slider { + display: none; +} + +#thefeed textarea { + background: #fff; + width: 100%; + margin: 0; + -webkit-appearance: none; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + border: 1px solid; + border-color: #848484 #c1c1c1 #e1e1e1; + vertical-align: top; +} + +#thefeed a.send { + color: #fc6200; + text-decoration: none; + font-size: 80%; +} + +#videoplayer { + display: none; + text-align: center; + height: 100%; + min-height: 100%; +} + +#videoplayer .close { + text-align: right; + position: relative; + top: 50px; + width: 900px; + margin: 0 auto 0 auto; +} + +#previous, #next { + margin-top: 25%; +} + +#previous { + float: left; +} + +#next { + float: right; +} + +.imageQuestion img { + padding: 1em; +} + +.textQuestion { + margin-top: 3em; +} + +.textQuestion .answer { + background: #ededed; + width: 90%; + margin: 0.5em auto 0.5em auto; + text-align: left; + padding: 1em; + color: #676767; + font-weight: bold; + cursor: pointer; +} + +.textQuestion .answer:hover, .textQuestion .selected { + background: #fe6000; + color: white; +} + +.textQuestion .question a { + text-decoration: none; + font-weight: normal; +} + +.sliderQuestion .answers { + text-align: justify; + -ms-text-justify: distribute-all-lines; + text-justify: distribute-all-lines; +} + +.sliderQuestion .label { + display: inline-block; + *display: inline; zoom:1; + font-weight: bold; + margin-top: 1em; + color: #676767; + width: 15%; + vertical-align: top; + text-align: left; +} + +.sliderQuestion .answers .stretch { + width: 100%; + display: inline-block; + font-size: 0; + line-height: 0; +} + +.sliderbar { + background: #E1E1E1; + height: 24px; +} + +.sliderbar .slider { + cursor: pointer; + background: url('/images/slider.png') no-repeat center center; + width: 46px; + height: 24px; + display: inline-block; +} + +.quadQuestion { + text-align: center; + margin-top: 5em; +} + +.quadQuestion .middle div { + display: inline-block; + vertical-align: middle; +} + +.quadQuestion .top, .quadQuestion .bottom, .quadQuestion .left, .quadQuestion .right { + font-weight: bold; + margin: 1em; + color: #ff6100; +} + +.quadQuestion .left, .quadQuestion .right { + width: 20%; +} + +.quadQuestion .left { + text-align: right; +} + +.quadQuestion .right { + text-align: left; +} + +.quadQuestion .above span, .quadQuestion .below span { + display: inline-block; + width: 40%; +} + +.quadQuestion .above span { + vertical-align: bottom; +} + +.quadQuestion .below span { + vertical-align: top; +} + +.quad { + background: url('/images/quad.png') center center no-repeat; + width: 273px; + height: 273px; + margin: 0 auto 0 auto; + text-align: left; +} + +.quad .selector { + top: 126px; + left: 126px; + cursor: pointer; +} + +#foursquarelogin { + background: url('/images/loginbg.png') repeat #666; + padding: 1em; + color: black; + font: 12px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; + text-align: left; + min-height: 380px; + width: 760px; + margin: 0 auto 0 auto; +} + +#foursquarelogin .inside { + background: url('/images/faux_right_column.png') repeat-y 470px 0 white; + width: 750px; + min-height: 350px; + margin: 0 auto 0 auto; + -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); + box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); +} + +#foursquarelogin .left { + margin: 20px; + padding: 20px; + background: #f3f3f3; + float: left; + width: 400px; + height: 270px; + -moz-box-shadow: 0 -1px 1px #fff; + -webkit-box-shadow: 0 -1px 1px #fff; + box-shadow: 0 -1px 1px #fff; + border: 1px solid; + border-color: #eee #ddd #ccc; +} + +#foursquarelogin label a { + color: #888; +} + +#foursquarelogin .right { + float: left; + width: 260px; + margin-top: 20px; +} + +#foursquarelogin .submit { + float: left; +} + +#foursquarelogin #noaccount { + text-align: right; +} + +#foursquarelogin label { + width: 100%; + display: block; + text-align: left; + font-size: 20px; +} + +#foursquarelogin input { + -webkit-appearance: none; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + background-color: #fff; + border: 1px solid; + border-color: #848484 #c1c1c1 #e1e1e1; + color: #000; + outline: 0; + padding: 2px 3px; + font-size: 20px; + font-family: Arial, sans-serif; + height: 1.8em; + width: 100%; +} + +#foursquarelogin input[type="submit"] { + -webkit-appearance: none; + -moz-border-radius: 25px; + -webkit-border-radius: 25px; + border-radius: 25px; + background: #ddd url(../images/button.png) repeat-x; + background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd)); + background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%); + border: 1px solid; + border-color: #ddd #bbb #999; + cursor: pointer; + color: #333; + font: bold 20px/1.2 Arial, sans-serif; + outline: 0; + overflow: visible; + padding: 3px 10px 4px; + text-shadow: #fff 0 1px 1px; + text-decoration: none; +} |