|
- body
- {
- background-color: #fff;
- color: #555;
- font-family: Helvetica, Arial, sans-serif;
- width: 600px;
- margin: 70px auto;
- line-height: 1.5em;
-
- }
-
- input
- {
- font-size: 150%;
- background-color: #fff;
- }
-
- input.postcode
- {
- text-transform: uppercase;
- }
-
- .highlight
- {
- background-color: yellow;
- }
-
- #main
- {
- margin: 60px 0;
- }
-
- #footer
- {
- font-size: 100%;
- background-color: #fff;
- }
-
- .credit
- {
- text-align: right;
- font-size: 80%;
- }
-
- a, a:visited
- {
- background-color: #e0ffd4;
- padding: 2px 5px;
- color: #111;
- text-decoration: none;
- }
-
- a:hover
- {
- background-color: #4f4f4f;
- color: #e0ffd4;
- }
-
- h2
- {
- margin-top: 50px;
- line-height: 1.5em;
- font-weight: bold;
- color: #000;
- }
-
- form
- {
- font-size: 150%;
- }
-
- a.date
- {
- font-size: 610%;
- font-weight: bold;
- padding: 30px 30px;
- background-color: red;
- display: none;
- position: absolute;
- left: 0;
- top: 1000;
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- }
-
- #header
- {
- margin-bottom: 60px;
- }
-
- h1
- {
- margin-top: 50px;
- line-height: 1.5em;
- font-weight: bold;
- color: #000;
- }
-
- .candidate_name
- {
- font-size: 150%;
- font-weight: bold;
- }
-
- .candidate_party
- {
- color: #999;
- }
-
- .highlight
- {
- background-color: yellow;
- padding: 5px;
- }
-
- strong
- {
- color: #000;
- }
|