diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css deleted file mode 100644 index b47e025..0000000 --- a/public/stylesheets/application.css +++ /dev/null @@ -1,491 +0,0 @@ -/* @group Variables */ -/* @end */ -/* @group Global */ -/* line 23, ../../app/stylesheets/application.scss */ -body { - font-size: 12px; -} - -/* line 27, ../../app/stylesheets/application.scss */ -.centered { - text-align: center; -} - -/* @end */ -/* @group Buttons */ -/* line 36, ../../app/stylesheets/application.scss */ -.button, .button:visited { - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -o-border-radius: 5px; - -ms-border-radius: 5px; - -khtml-border-radius: 5px; - border-radius: 5px; - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) 0; - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) 0; - -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) 0; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) 0; - border: 0; - background: #222222 url("/images/btn_overlay.png") repeat-x; - display: inline-block; - padding: 5px 10px 6px; - color: #fff; - text-decoration: none; - text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); - border-bottom: 1px solid rgba(0, 0, 0, 0.25); - position: relative; - cursor: pointer; -} -/* line 52, ../../app/stylesheets/application.scss */ -.button:hover { - background-color: #111; - color: #fff; -} -/* line 57, ../../app/stylesheets/application.scss */ -.button:active { - top: 1px; -} - -/* line 62, ../../app/stylesheets/application.scss */ -.small_button, .small.button:visited { - font-size: 11px; - padding: 5px; -} - -/* line 68, ../../app/stylesheets/application.scss */ -.button, .button:visited, -.medium_button, .medium_button:visited { - font-size: 13px; - font-weight: bold; - line-height: 1; - text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); -} - -/* line 75, ../../app/stylesheets/application.scss */ -.large_button, .large_button:visited { - font-size: 14px; - padding: 8px 14px 9px; -} - -/* line 80, ../../app/stylesheets/application.scss */ -.green_button, .green_button:visited { - background-color: #91bd09; -} - -/* line 84, ../../app/stylesheets/application.scss */ -.green_button:hover { - background-color: #749a02; -} - -/* @end */ -/* @group Forms */ -/* line 94, ../../app/stylesheets/application.scss */ -.form_row { - margin-bottom: 10px; - clear: both; -} -/* line 98, ../../app/stylesheets/application.scss */ -.form_row.submit { - margin-top: 40px; -} -/* line 102, ../../app/stylesheets/application.scss */ -.form_row label { - float: left; - font-size: 14px; - line-height: 30px; - vertical-align: middle; - width: 120px; -} -/* line 110, ../../app/stylesheets/application.scss */ -.form_row input[type=text], .form_row input[type=password], .form_row textarea { - padding: 5px; - width: 550px; - border: 1px solid #cccccc; -} -/* line 115, ../../app/stylesheets/application.scss */ -.form_row input[type=checkbox] { - margin-top: 5px; -} -/* line 119, ../../app/stylesheets/application.scss */ -.form_row textarea { - height: 10em; - width: 550px; -} - -/* line 126, ../../app/stylesheets/application.scss */ -#user_signin_form { - width: 400px; - margin: 20px auto; -} - -/* line 131, ../../app/stylesheets/application.scss */ -#new_motion_form { - width: 700px; - margin: 20px auto; -} - -/* @end */ -/* @group Motions */ -/* line 141, ../../app/stylesheets/application.scss */ -div.motion h2 { - clear: both; - text-align: center; -} -/* line 145, ../../app/stylesheets/application.scss */ -div.motion h2 .author { - display: block; - color: #80a080; -} -/* line 151, ../../app/stylesheets/application.scss */ -div.motion .meta { - font-style: italic; - text-align: center; - color: #666; -} -/* line 157, ../../app/stylesheets/application.scss */ -div.motion #motion-actions { - margin: 30px 0; - text-align: center; -} -/* line 161, ../../app/stylesheets/application.scss */ -div.motion #motion-actions .quick-tool { - display: inline; - float: none; -} -/* line 167, ../../app/stylesheets/application.scss */ -div.motion h3 { - margin: 30px 0 10px; - padding: 5px; - background-color: #f3efe4; - font-size: 1.7em; -} -/* line 174, ../../app/stylesheets/application.scss */ -div.motion p.description, div.motion p.rationale, div.motion p.expedited { - padding: 5px; - font-size: 1.6em; - color: #666; -} -/* line 180, ../../app/stylesheets/application.scss */ -div.motion #motion-events li { - padding: 5px; - border-bottom: 1px solid #eee; - font-size: 1.5em; - color: #666; -} - -/* line 188, ../../app/stylesheets/application.scss */ -#members_only { - height: 30px; -} - -/* @end */ -/* @group Homepage */ -/* line 199, ../../app/stylesheets/application.scss */ -#content a.quick-tool { - background: #229922; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #44bb44), color-stop(100%, #229922)); - background-image: -moz-linear-gradient(top, #44bb44 0%, #229922 100%); - background-image: linear-gradient(top, #44bb44 0%, #229922 100%); - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -o-border-radius: 3px; - -ms-border-radius: 3px; - -khtml-border-radius: 3px; - border-radius: 3px; - display: block; - float: right; - padding: .25em .5em; - text-decoration: none; - color: #FFFEFE !important; - font-size: 1.8em !important; - border: 1px solid #070; -} -/* line 213, ../../app/stylesheets/application.scss */ -#content a.quick-tool:hover { - background: #3da83d; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3da83d), color-stop(100%, #1d841d)); - background-image: -moz-linear-gradient(top, #3da83d 0%, #1d841d 100%); - background-image: linear-gradient(top, #3da83d 0%, #1d841d 100%); -} -/* line 218, ../../app/stylesheets/application.scss */ -#content a.quick-tool:active { - background: #57c257; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #57c257), color-stop(100%, #27ae27)); - background-image: -moz-linear-gradient(top, #57c257 0%, #27ae27 100%); - background-image: linear-gradient(top, #57c257 0%, #27ae27 100%); -} -/* line 224, ../../app/stylesheets/application.scss */ -#content a.more-button { - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #c0c0c0), color-stop(100%, #808080)); - background-image: -moz-linear-gradient(top, #c0c0c0 0%, #808080 100%); - background-image: linear-gradient(top, #c0c0c0 0%, #808080 100%); - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -o-border-radius: 3px; - -ms-border-radius: 3px; - -khtml-border-radius: 3px; - border-radius: 3px; - width: 100px; - margin-left: 350px; - color: #FFFEFE !important; - font-size: 1.2em !important; - border: 1px solid #070; -} -/* line 237, ../../app/stylesheets/application.scss */ -#content a.more-button:hover { - background: #b3b3b3; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #b3b3b3), color-stop(100%, #737373)); - background-image: -moz-linear-gradient(top, #b3b3b3 0%, #737373 100%); - background-image: linear-gradient(top, #b3b3b3 0%, #737373 100%); -} -/* line 242, ../../app/stylesheets/application.scss */ -#content a.more-button:active { - background: #cdcdcd; - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #cdcdcd), color-stop(100%, #8d8d8d)); - background-image: -moz-linear-gradient(top, #cdcdcd 0%, #8d8d8d 100%); - background-image: linear-gradient(top, #cdcdcd 0%, #8d8d8d 100%); -} -/* line 248, ../../app/stylesheets/application.scss */ -#content h1 { - margin-bottom: 10px; - padding-top: 0; - font-size: 3em; - color: #407a27; - text-shadow: 0 1px 1px #ccc; - font-style: italic; -} -/* line 257, ../../app/stylesheets/application.scss */ -#content h2 { - -moz-border-radius-topleft: 5px; - -webkit-border-top-left-radius: 5px; - -o-border-top-left-radius: 5px; - -ms-border-top-left-radius: 5px; - -khtml-border-top-left-radius: 5px; - border-top-left-radius: 5px; - -moz-border-radius-topright: 5px; - -webkit-border-top-right-radius: 5px; - -o-border-top-right-radius: 5px; - -ms-border-top-right-radius: 5px; - -khtml-border-top-right-radius: 5px; - border-top-right-radius: 5px; -} - -/* line 263, ../../app/stylesheets/application.scss */ -.current-motions { - margin-top: 10px; -} -/* line 266, ../../app/stylesheets/application.scss */ -.current-motions h2 { - margin: 20px 0 10px; - padding-left: 200px; - font-size: 2.2em; - font-style: italic; - color: #cab585; -} -/* line 274, ../../app/stylesheets/application.scss */ -.current-motions li { - width: 100%; - overflow: hidden; - margin: 10px 0; - padding-top: 10px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -o-border-radius: 5px; - -ms-border-radius: 5px; - -khtml-border-radius: 5px; - border-radius: 5px; - border: 1px solid #EFEFEF; -} -/* line 282, ../../app/stylesheets/application.scss */ -.current-motions li .date { - float: left; - width: 180px; - font-size: 1.4em; - line-height: 1.7; - text-align: right; - color: #666; -} -/* line 291, ../../app/stylesheets/application.scss */ -.current-motions li .summary { - float: right; - width: 640px; - margin-right: 10px; -} -/* line 297, ../../app/stylesheets/application.scss */ -.current-motions li .summary p.meta .author { - color: #80a080; -} -/* line 300, ../../app/stylesheets/application.scss */ -.current-motions li .summary p.meta .author strong { - font-weight: normal; - font-style: italic; -} -/* line 307, ../../app/stylesheets/application.scss */ -.current-motions li .summary p.description { - font-size: 1.5em; - color: #666; -} -/* line 313, ../../app/stylesheets/application.scss */ -.current-motions li.odd { - background: #f0fff0 !important; -} -/* line 317, ../../app/stylesheets/application.scss */ -.current-motions li.passed { - background-color: #90EE90 !important; -} -/* line 321, ../../app/stylesheets/application.scss */ -.current-motions li.failed { - background-color: #FAAFBE !important; -} -/* line 325, ../../app/stylesheets/application.scss */ -.current-motions li.seconded { - background-color: #FFC !important; -} -/* line 329, ../../app/stylesheets/application.scss */ -.current-motions li a { - text-decoration: none; - font-size: 1.2em; -} -/* line 333, ../../app/stylesheets/application.scss */ -.current-motions li a.plus { - float: right; - height: 18px; - width: 20px; - display: block; - background-image: url("/images/plus.png"); - background-repeat: no-repeat; - color: #000; - font-size: 1px; -} -/* line 344, ../../app/stylesheets/application.scss */ -.current-motions li a.more_motions { - display: block; - width: 640px; - margin: 0 0 10px 200px; - padding: 5px 0 3px; - border: 1px solid #666; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - -o-border-radius: 3px; - -ms-border-radius: 3px; - -khtml-border-radius: 3px; - border-radius: 3px; - text-align: center; -} -/* line 356, ../../app/stylesheets/application.scss */ -.current-motions li.no-border { - border: 0px; -} -/* line 360, ../../app/stylesheets/application.scss */ -.current-motions div.empty { - margin: 10px 0 40px; - padding-left: 200px; - font-size: 1.5em; - font-style: italic; - color: #333; -} - -/* line 370, ../../app/stylesheets/application.scss */ -#motion h1 { - color: #407a27; - font-size: 3em; -} -/* line 375, ../../app/stylesheets/application.scss */ -#motion ul { - float: right; -} - -/* line 380, ../../app/stylesheets/application.scss */ -nav.main ul { - float: right; - height: 40px; -} -/* line 384, ../../app/stylesheets/application.scss */ -nav.main ul li { - margin-top: 5px; - float: left; -} -/* line 388, ../../app/stylesheets/application.scss */ -nav.main ul li.first a { - -moz-border-radius-bottomleft: 6px; - -webkit-border-bottom-left-radius: 6px; - -o-border-bottom-left-radius: 6px; - -ms-border-bottom-left-radius: 6px; - -khtml-border-bottom-left-radius: 6px; - border-bottom-left-radius: 6px; -} -/* line 392, ../../app/stylesheets/application.scss */ -nav.main ul li a { - font-size: 1.25em; - font-family: helvetica, arial, sans-serif; - color: #4F3806 !important; - border: 0; - padding: 5px 10px 6px; - text-decoration: none; - -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25); - -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25); - -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25); - text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2); - border-left: 1px solid #CAB585; - border-bottom: 1px solid #CAB585; - cursor: pointer; - background: url("http://jquery.org/wp-content/themes/green/green/shadow.png") bottom left repeat-x; -} -/* line 405, ../../app/stylesheets/application.scss */ -nav.main ul li a:hover { - background-color: rgba(0, 0, 0, 0.1); -} - -/* @end */ -/* @group Flash alerts & Validation Errors */ -/* line 416, ../../app/stylesheets/application.scss */ -#flash_notice { - margin: 10px 20px; - clear: both; - background: #FFFECF; - border: 2px solid #DCDA00; - font-size: 14px; - text-align: center; - padding: 5px 20px; - color: #5F5F5F; -} - -/* line 427, ../../app/stylesheets/application.scss */ -#flash_alert { - margin: 10px 20px; - clear: both; - background: #FFEEEE; - border: 2px solid red; - font-size: 14px; - text-align: center; - padding: 5px 20px; - color: red; -} - -/* line 438, ../../app/stylesheets/application.scss */ -#error_explanation { - background: #FBB; - border: 2px solid red; - color: #585858; - padding: 20px; - font-size: 12px; - margin: 20px; -} - -/* line 447, ../../app/stylesheets/application.scss */ -#error_explanation ul { - margin: 0; -} - -/* line 448, ../../app/stylesheets/application.scss */ -#error_explanation h2 { - font-size: 14px; -} - -/* line 449, ../../app/stylesheets/application.scss */ -#error_explanation h3 { - font-size: 12px; -} - -/* @end */