|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- body
- {
- background-color: #fff;
- color: #555;
- font-family: Helvetica, Arial, sans-serif;
- font-size: 100%;
- line-height: 1.5em;
- }
-
- p
- {
- font-size: 110%;
- }
-
- input
- {
- font-size: 130%;
- background-color: #fff;
- }
-
-
-
- #main
- {
- margin: 30px 0;
- }
-
- #footer
- {
- font-size: 100%;
- background-color: #fff;
- text-align: left;
- margin: 40px 0 40px 0;
- }
-
- a
- {
- background-color: #dce9b0;
- padding: 1px 4px;
- color: #111;
- text-decoration: none;
- }
-
- a:visited
- {
- background-color: #eee;
- padding: 1px 4px;
- color: #111;
- text-decoration: none;
- }
-
- a:hover
- {
- background-color: #4f4f4f;
- color: #fff;
- }
-
- h1
- {
- margin-top: 20px;
- line-height: 1.4em;
- font-weight: bold;
- color: #86a11d;
- font-size: 180%;
- }
-
- h2
- {
- margin-top: 20px;
- line-height: 1.5em;
- font-weight: bold;
- color: #86a11d;
- }
-
- form
- {
- font-size: 150%;
- }
-
-
-
- .highlight
- {
- background-color: #fff7c0;
- padding: 5px;
- }
-
- strong
- {
- color: #000;
- }
-
- table
- {
- border-collapse: collapse;
- margin-bottom: 50px;
- }
-
- td, th
- {
- padding: 6px;
- }
-
- th
- {
- text-align: left;
- }
-
- tr
- {
- border-bottom: 1px solid #eee;
- }
-
- .right
- {
- text-align: right;
- }
-
-
- .noborder
- {
- border: 0;
- }
-
- .download a, .download a:visited
- {
- margin: 15px 0;
- padding: 7px;
- background-color: red;
- color: white;
- }
-
- .download a:hover
- {
- background-color: #eee;
- color: red;
- }
-
- .callout
- {
-
- background-color: beige;
- padding: 0px;
- font-size: 150%;
- line-height: 1.5em;
- }
-
- .spinner
- {
- display: none;
- }
-
- .filter li
- {
- display: inline;
- }
-
- .filter a, .filter a:visited
- {
- margin: 0 0px 0 0;
- padding: 5px 10px;
- background-color: #333;
- color: #fff;
- }
-
- .filter a:hover
- {
-
- }
-
- a.filter_selected
- {
- background-color: red;
- color: #fff;
- }
|