| Author | Dave Jarvis <email> |
|---|---|
| Date | 2014-07-13 15:22:14 GMT-0700 |
| Commit | 6c4fadb8e3d295cc55608c8818fc47cc59f29c2d |
| Parent | 1dacd77 |
| <title>World Politics: A System for Rational, Moderated Debate</title> | ||
| - <link rel="stylesheet" media="screen" href="css/theme.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/account.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/table.css" /> | ||
| - <link rel="stylesheet" media="screen" href="tour/tour.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/theme.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/account.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/table.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="tour/tour.css" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta name="author" content="Dave Jarvis"> | ||
| <meta name="description" content="A website for engaging the public about upcoming policies."> | ||
| <meta name="robots" content="all"> | ||
| </head> | ||
| <body id="world-politics"> | ||
| <div id="header" class="header"> | ||
| + <div id="account-reputation" class="account-reputation"> | ||
| + <b>11,319 reputation</b> | ||
| + </div> | ||
| </div> | ||
| <div id="main" class="main"> | ||
| - <div id="account" class="account"> | ||
| - <div id="account-name" class="account-name"> | ||
| - Sarah Jane | ||
| - </div> | ||
| - <div id="account-reputation" class="account-reputation"> | ||
| - <b>11,319 reputation</b> | ||
| - </div> | ||
| - </div> | ||
| <div id="account-overview"> | ||
| <div id="account-comments" class="account-comments"> |
| } | ||
| -div.policy-implication-type-flag, a.policy-implication-counter-flag { | ||
| +.policy-implication-type-flag, a.policy-implication-counter-flag { | ||
| color: #888; | ||
| font-size: 10pt; | ||
| - text-align: center; | ||
| font-weight: normal; | ||
| } | ||
| font-weight: bold; | ||
| font-size: 10pt; | ||
| - text-align: center; | ||
| } | ||
| } | ||
| -div.policy-vote-calc-pro, div.tally-vote-pro, h2.policy-pro-title { | ||
| +div.policy-vote-calc-pro, div.tally-vote-pro { | ||
| color: #A1C436; | ||
| +} | ||
| + | ||
| +h2.policy-pro-title { | ||
| + color: black; | ||
| } | ||
| } | ||
| -div.policy-implications-pro, | ||
| -div.policy-implications-con { | ||
| - width: 50%; | ||
| +div.policy-implications-pro { | ||
| + width: 100%; | ||
| } | ||
| h2.policy-pro-title, h2.policy-con-title { | ||
| border-bottom: 1px solid #182945; | ||
| text-align: center; | ||
| margin: 0; | ||
| padding-top: 0.5em; | ||
| padding-bottom: 0.5em; | ||
| -} | ||
| - | ||
| -div.policy-implications-pro { | ||
| - float: left; | ||
| -} | ||
| - | ||
| -div.policy-implications-con { | ||
| - float: right; | ||
| } | ||
| } | ||
| -h2.support-implication { | ||
| - color: #A1C436; | ||
| - padding: 0; | ||
| - margin: 0; | ||
| - margin-top: 0.5em; | ||
| -} | ||
| - | ||
| h2.support-title { | ||
| margin: 0; | ||
| padding: 0; | ||
| + margin-top: 0.5em; | ||
| } | ||
| table { | ||
| - *border-collapse: collapse; /* IE7 and lower */ | ||
| - border-spacing: 0; | ||
| - width: 100%; | ||
| + *border-collapse: collapse; /* IE7 and lower */ | ||
| + border-spacing: 0; | ||
| + width: 100%; | ||
| } | ||
| .bordered { | ||
| - border: solid #ccc 1px; | ||
| - -moz-border-radius: 6px; | ||
| - -webkit-border-radius: 6px; | ||
| - border-radius: 6px; | ||
| - -webkit-box-shadow: 0 1px 1px #ccc; | ||
| - -moz-box-shadow: 0 1px 1px #ccc; | ||
| - box-shadow: 0 1px 1px #ccc; | ||
| + border: solid #ccc 1px; | ||
| + -moz-border-radius: 6px; | ||
| + -webkit-border-radius: 6px; | ||
| + border-radius: 6px; | ||
| + -webkit-box-shadow: 0 1px 1px #ccc; | ||
| + -moz-box-shadow: 0 1px 1px #ccc; | ||
| + box-shadow: 0 1px 1px #ccc; | ||
| } | ||
| .bordered tr:hover { | ||
| - background: #fbf8e9; | ||
| - -o-transition: all 0.1s ease-in-out; | ||
| - -webkit-transition: all 0.1s ease-in-out; | ||
| - -moz-transition: all 0.1s ease-in-out; | ||
| - -ms-transition: all 0.1s ease-in-out; | ||
| - transition: all 0.1s ease-in-out; | ||
| + background: #fbf8e9; | ||
| + -o-transition: all 0.1s ease-in-out; | ||
| + -webkit-transition: all 0.1s ease-in-out; | ||
| + -moz-transition: all 0.1s ease-in-out; | ||
| + -ms-transition: all 0.1s ease-in-out; | ||
| + transition: all 0.1s ease-in-out; | ||
| } | ||
| - | ||
| + | ||
| .bordered td, .bordered th { | ||
| - border-left: 1px solid #ccc; | ||
| - border-top: 1px solid #ccc; | ||
| - padding: 10px; | ||
| - text-align: left; | ||
| - font-size: 10pt; | ||
| - vertical-align: top; | ||
| + border-left: 1px solid #ccc; | ||
| + border-top: 1px solid #ccc; | ||
| + padding: 10px; | ||
| + text-align: left; | ||
| + font-size: 10pt; | ||
| + vertical-align: top; | ||
| } | ||
| .bordered th { | ||
| - background-color: #dce9f9; | ||
| - background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); | ||
| - background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| - background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| - background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| - background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| - background-image: linear-gradient(top, #ebf3fc, #dce9f9); | ||
| - -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| - -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; | ||
| - box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| - border-top: none; | ||
| - text-shadow: 0 1px 0 rgba(255,255,255,.5); | ||
| + background-color: #dce9f9; | ||
| + background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); | ||
| + background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| + background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| + background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| + background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); | ||
| + background-image: linear-gradient(top, #ebf3fc, #dce9f9); | ||
| + -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| + -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; | ||
| + box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| + border-top: none; | ||
| + text-shadow: 0 1px 0 rgba(255,255,255,.5); | ||
| } | ||
| .bordered td:first-child, .bordered th:first-child { | ||
| - border-left: none; | ||
| + border-left: none; | ||
| } | ||
| .bordered th:first-child { | ||
| - -moz-border-radius: 6px 0 0 0; | ||
| - -webkit-border-radius: 6px 0 0 0; | ||
| - border-radius: 6px 0 0 0; | ||
| + -moz-border-radius: 6px 0 0 0; | ||
| + -webkit-border-radius: 6px 0 0 0; | ||
| + border-radius: 6px 0 0 0; | ||
| } | ||
| .bordered th:last-child { | ||
| - -moz-border-radius: 0 6px 0 0; | ||
| - -webkit-border-radius: 0 6px 0 0; | ||
| - border-radius: 0 6px 0 0; | ||
| + -moz-border-radius: 0 6px 0 0; | ||
| + -webkit-border-radius: 0 6px 0 0; | ||
| + border-radius: 0 6px 0 0; | ||
| } | ||
| .bordered th:only-child{ | ||
| - -moz-border-radius: 6px 6px 0 0; | ||
| - -webkit-border-radius: 6px 6px 0 0; | ||
| - border-radius: 6px 6px 0 0; | ||
| + -moz-border-radius: 6px 6px 0 0; | ||
| + -webkit-border-radius: 6px 6px 0 0; | ||
| + border-radius: 6px 6px 0 0; | ||
| } | ||
| .bordered tr:last-child td:first-child { | ||
| - -moz-border-radius: 0 0 0 6px; | ||
| - -webkit-border-radius: 0 0 0 6px; | ||
| - border-radius: 0 0 0 6px; | ||
| + -moz-border-radius: 0 0 0 6px; | ||
| + -webkit-border-radius: 0 0 0 6px; | ||
| + border-radius: 0 0 0 6px; | ||
| } | ||
| .bordered tr:last-child td:last-child { | ||
| - -moz-border-radius: 0 0 6px 0; | ||
| - -webkit-border-radius: 0 0 6px 0; | ||
| - border-radius: 0 0 6px 0; | ||
| + -moz-border-radius: 0 0 6px 0; | ||
| + -webkit-border-radius: 0 0 6px 0; | ||
| + border-radius: 0 0 6px 0; | ||
| } | ||
| - | ||
| - | ||
| /*----------------------*/ | ||
| .zebra td, .zebra th { | ||
| - padding: 10px; | ||
| - border-bottom: 1px solid #f2f2f2; | ||
| + padding: 10px; | ||
| + border-bottom: 1px solid #f2f2f2; | ||
| } | ||
| .zebra tbody tr:nth-child(even) { | ||
| - background: #f5f5f5; | ||
| - -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| - -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; | ||
| - box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| + background: #f5f5f5; | ||
| + -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| + -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; | ||
| + box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; | ||
| } | ||
| .zebra th { | ||
| - text-align: left; | ||
| - text-shadow: 0 1px 0 rgba(255,255,255,.5); | ||
| - border-bottom: 1px solid #ccc; | ||
| - background-color: #eee; | ||
| - background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee)); | ||
| - background-image: -webkit-linear-gradient(top, #f5f5f5, #eee); | ||
| - background-image: -moz-linear-gradient(top, #f5f5f5, #eee); | ||
| - background-image: -ms-linear-gradient(top, #f5f5f5, #eee); | ||
| - background-image: -o-linear-gradient(top, #f5f5f5, #eee); | ||
| - background-image: linear-gradient(top, #f5f5f5, #eee); | ||
| + text-align: left; | ||
| + text-shadow: 0 1px 0 rgba(255,255,255,.5); | ||
| + border-bottom: 1px solid #ccc; | ||
| + background-color: #eee; | ||
| + background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee)); | ||
| + background-image: -webkit-linear-gradient(top, #f5f5f5, #eee); | ||
| + background-image: -moz-linear-gradient(top, #f5f5f5, #eee); | ||
| + background-image: -ms-linear-gradient(top, #f5f5f5, #eee); | ||
| + background-image: -o-linear-gradient(top, #f5f5f5, #eee); | ||
| + background-image: linear-gradient(top, #f5f5f5, #eee); | ||
| } | ||
| .zebra th:first-child { | ||
| - -moz-border-radius: 6px 0 0 0; | ||
| - -webkit-border-radius: 6px 0 0 0; | ||
| - border-radius: 6px 0 0 0; | ||
| + -moz-border-radius: 6px 0 0 0; | ||
| + -webkit-border-radius: 6px 0 0 0; | ||
| + border-radius: 6px 0 0 0; | ||
| } | ||
| .zebra th:last-child { | ||
| - -moz-border-radius: 0 6px 0 0; | ||
| - -webkit-border-radius: 0 6px 0 0; | ||
| - border-radius: 0 6px 0 0; | ||
| + -moz-border-radius: 0 6px 0 0; | ||
| + -webkit-border-radius: 0 6px 0 0; | ||
| + border-radius: 0 6px 0 0; | ||
| } | ||
| .zebra th:only-child{ | ||
| - -moz-border-radius: 6px 6px 0 0; | ||
| - -webkit-border-radius: 6px 6px 0 0; | ||
| - border-radius: 6px 6px 0 0; | ||
| + -moz-border-radius: 6px 6px 0 0; | ||
| + -webkit-border-radius: 6px 6px 0 0; | ||
| + border-radius: 6px 6px 0 0; | ||
| } | ||
| .zebra tfoot td { | ||
| - border-bottom: 0; | ||
| - border-top: 1px solid #fff; | ||
| - background-color: #f1f1f1; | ||
| + border-bottom: 0; | ||
| + border-top: 1px solid #fff; | ||
| + background-color: #f1f1f1; | ||
| } | ||
| .zebra tfoot td:first-child { | ||
| - -moz-border-radius: 0 0 0 6px; | ||
| - -webkit-border-radius: 0 0 0 6px; | ||
| - border-radius: 0 0 0 6px; | ||
| + -moz-border-radius: 0 0 0 6px; | ||
| + -webkit-border-radius: 0 0 0 6px; | ||
| + border-radius: 0 0 0 6px; | ||
| } | ||
| .zebra tfoot td:last-child { | ||
| - -moz-border-radius: 0 0 6px 0; | ||
| - -webkit-border-radius: 0 0 6px 0; | ||
| - border-radius: 0 0 6px 0; | ||
| + -moz-border-radius: 0 0 6px 0; | ||
| + -webkit-border-radius: 0 0 6px 0; | ||
| + border-radius: 0 0 6px 0; | ||
| } | ||
| .zebra tfoot td:only-child{ | ||
| - -moz-border-radius: 0 0 6px 6px; | ||
| - -webkit-border-radius: 0 0 6px 6px | ||
| - border-radius: 0 0 6px 6px | ||
| + -moz-border-radius: 0 0 6px 6px; | ||
| + -webkit-border-radius: 0 0 6px 6px | ||
| + border-radius: 0 0 6px 6px | ||
| } | ||
| <title>World Politics: A System for Rational, Moderated Debate</title> | ||
| - <link rel="stylesheet" media="screen" type="text/css" | ||
| + <link rel="stylesheet" media="screen,print" type="text/css" | ||
| href="http://cdn.aloha-editor.org/latest/css/aloha.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/theme.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/discuss.css"> | ||
| - <link rel="stylesheet" media="screen" href="tour/tour.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/theme.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/discuss.css"> | ||
| + <link rel="stylesheet" media="screen,print" href="tour/tour.css" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta name="author" content="Dave Jarvis"> | ||
| <meta name="description" content="A website for engaging the public about upcoming policies."> | ||
| <meta name="robots" content="all"> | ||
| </head> | ||
| <body id="world-politics"> | ||
| - | ||
| -<div id="header" class="header"> | ||
| - <div id="account" class="account"> | ||
| - <a href="account.html" class="account">Account</a> | ||
| - </div> | ||
| -</div> | ||
| <div id="main" class="main"> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Simplify aquifer <a class="internal-support-link" href="support.html">status and usage</a> metrics collection. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Data from well owners will <a href="">improve understanding</a> of | ||
| how aquifers interact with lakes and streams. | ||
| [<a class="doi-external-link" href="http://www.groundwatergovernance.org/fileadmin/user_upload/groundwatergovernance/docs/Hague/Readings/Groundwater_De_Vries.pdf">§ Groundwater, J.J. de Vries, Geology of the Netherlands, 2007</a>] | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-active"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Improve aquifer management. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| <div class="policy-implication-counter"> | ||
| <div class="policy-implication-counter-mark"> | ||
| <p> | ||
| [Counter]<br /> | ||
| - <a class="policy-implication-counter-flag" href="">flag</a> | ||
| + <span class="policy-implication-type-flag">flag</span> | ||
| </p> | ||
| </div> | ||
| <p> | ||
| [Counter]<br /> | ||
| - <a class="policy-implication-counter-flag" href="">flag</a> | ||
| + <span class="policy-implication-type-flag">flag</span> | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-active"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-con"> | ||
| - [Con] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Short-term increased tax-payer costs to | ||
| <a href="">implement infrastructure</a> for trend analysis. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-con"> | ||
| - [Con] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Small-volume license holders would be required to measure, | ||
| record, and report water use in <a href="">certain circumstances</a> | ||
| under the <a href="">Area-Based Regulations Act</a>. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| <div class="policy-implication-counter"> | ||
| <div class="policy-implication-counter-mark"> | ||
| [Counter]<br /> | ||
| - <a class="policy-implication-counter-flag" href="">flag</a> | ||
| + <span class="policy-implication-type-flag">flag</span> | ||
| </div> | ||
| <div class="policy-implication-counter-text"> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Increase <a href="">water use efficiency</a>. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Protect <a href="">critical environment flows</a> to ensure water | ||
| availability for essential household use. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Provide area-based approach for <a href="">effective management</a> | ||
| of low streamflows and high water demand. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| <a href="">Increased certainty</a> of water availability, especially | ||
| in areas of intensive water use subject to chronic water scarcity. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| <div class="policy-implication-vote-inactive"> | ||
| ▼ | ||
| - </div> | ||
| - </div> | ||
| - <div class="policy-implication-type"> | ||
| - <div class="policy-implication-type-pro"> | ||
| - [Pro] | ||
| - </div> | ||
| - <div class="policy-implication-type-flag"> | ||
| - flag | ||
| </div> | ||
| </div> | ||
| <div class="policy-implication-text"> | ||
| <p> | ||
| Wider <a href="">participation</a> in decisions and water governance | ||
| approaches. | ||
| + </p> | ||
| + <p class="policy-implication-type-flag"> | ||
| + flag | ||
| </p> | ||
| </div> | ||
| </div> | ||
| - | ||
| </div> | ||
| </div> | ||
| <div id="footer"> | ||
| + | ||
| </div> | ||
| <title>World Politics: A System for Rational, Moderated Debate</title> | ||
| - <link rel="stylesheet" media="screen" href="css/theme.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/interest.css" /> | ||
| - <link rel="stylesheet" media="screen" href="tour/tour.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/theme.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/interest.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="tour/tour.css" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta name="author" content="Dave Jarvis"> | ||
| <meta name="description" content="A website for engaging the public about upcoming policies."> | ||
| <meta name="robots" content="all"> | ||
| </head> | ||
| <body id="world-politics"> | ||
| - | ||
| -<div id="header" class="header"> | ||
| - <div id="account" class="account"> | ||
| - <a href="account.html" class="account">Account</a> | ||
| - </div> | ||
| -</div> | ||
| <div id="main" class="main"> |
| <title>World Politics: A System for Rational, Moderated Debate</title> | ||
| - <link rel="stylesheet" media="screen" href="css/theme.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/summary.css"> | ||
| - <link rel="stylesheet" media="screen" href="tour/tour.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/theme.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/summary.css"> | ||
| + <link rel="stylesheet" media="screen,print" href="tour/tour.css" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta name="author" content="Dave Jarvis"> | ||
| <meta name="description" content="A website for engaging the public about upcoming policies."> | ||
| <meta name="robots" content="all"> | ||
| </head> | ||
| <body id="world-politics"> | ||
| - | ||
| -<div id="header" class="header"> | ||
| - <div id="account" class="account"> | ||
| - <a href="account.html" class="account">Account</a> | ||
| - </div> | ||
| -</div> | ||
| <div id="main" class="main"> | ||
| </p> | ||
| <div id="policy-overview-links" class="policy-overview-links"> | ||
| - <div id="policy-proposals" class="policy-proposals"> | ||
| - <a class="proposal" href="http://engage.gov.bc.ca/watersustainabilityact/files/2013/10/WSA_overview_web.pdf">Read proposal</a> | ||
| - </div> | ||
| <div id="policy-feedback" class="policy-feedback"> | ||
| + <a id="policy-hypothesis" class="policy-feedback-link" href="hypothesis.html">hypothesis</a> | | ||
| + <a id="policy-resources" class="policy-feedback-link" href="resources.html">resources</a> | | ||
| <a id="policy-feedback-discuss" class="policy-feedback-link" href="discuss.html">discuss</a> | | ||
| <a id="policy-feedback-share" class="policy-feedback-link" href="">share</a> | | ||
| - <a id="policy-feedback-edit" class="policy-feedback-link" href="">edit</a> | | ||
| <a id="policy-feedback-flag" class="policy-feedback-link" href="">flag</a> | ||
| </div> | ||
| <div id="policy-implications" class="policy-implications"> | ||
| <div id="policy-implications-pro" class="policy-implications-pro"> | ||
| - <h2 id="policy-pro-title" class="policy-pro-title">Benefits</h2> | ||
| + <h2 id="policy-pro-title" class="policy-pro-title">Implications</h2> | ||
| <ol class="policy-implication"> | ||
| <li> | ||
| - Collect <a href="">reliable information</a> about the use and | ||
| - current status of B.C. aquifers. | ||
| + Increase <a href="">water use efficiency</a>. | ||
| </li> | ||
| <li> | ||
| Well owner information will <a href="">improve understanding</a> of | ||
| how aquifers interact with lakes and streams. | ||
| </li> | ||
| <li> | ||
| Improve <a href="">aquifer management</a>. | ||
| - </li> | ||
| - <li> | ||
| - Increase <a href="">water use efficiency</a>. | ||
| </li> | ||
| <li> | ||
| Protect <a href="">critical environment flows</a> to ensure water | ||
| availability for essential household use. | ||
| </li> | ||
| - </ol> | ||
| - </div> | ||
| - | ||
| - <div id="policy-implications-con" class="policy-implications-con"> | ||
| - <h2 id="policy-con-title" class="policy-con-title">Drawbacks</h2> | ||
| - | ||
| - <ol class="policy-implication"> | ||
| <li> | ||
| Short-term increased tax-payer costs to <a href="">implement | ||
| <title>World Politics: A System for Rational, Moderated Debate</title> | ||
| - <link rel="stylesheet" media="screen" href="css/theme.css" /> | ||
| - <link rel="stylesheet" media="screen" href="css/support.css" /> | ||
| - <link rel="stylesheet" media="screen" href="tour/tour.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/theme.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="css/support.css" /> | ||
| + <link rel="stylesheet" media="screen,print" href="tour/tour.css" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta name="author" content="Dave Jarvis"> | ||
| <meta name="description" content="A website for engaging the public about upcoming policies."> | ||
| <meta name="robots" content="all"> | ||
| </head> | ||
| <body id="world-politics"> | ||
| - | ||
| -<div id="header" class="header"> | ||
| - <div id="account" class="account"> | ||
| - <a href="account.html" class="account">Account</a> | ||
| - </div> | ||
| -</div> | ||
| <div id="main" class="main"> | ||
| </div> | ||
| <div id="support-container" class="support-container"> | ||
| - <h2 id="support-implication" class="support-implication">Benefit</h2> | ||
| <h2 id="support-title" class="support-title"> | ||
| Simplify aquifer status and usage metrics collection. | ||
| Delta | 155 lines added, 263 lines removed, 108-line decrease |
|---|