| Line | |
|---|
| 1 | /* header */ |
|---|
| 2 | .header h1 { |
|---|
| 3 | color: #88D066; |
|---|
| 4 | border-bottom: 2px solid; |
|---|
| 5 | border-color: black; |
|---|
| 6 | border-left: 2px solid; |
|---|
| 7 | border-radius: 0px 0px 0px 3ex; |
|---|
| 8 | border-color: #AACCFF; |
|---|
| 9 | margin-left: 2%; |
|---|
| 10 | } |
|---|
| 11 | |
|---|
| 12 | /* https://stackoverflow.com/questions/14920401/how-to-simulate-hfill-with-html-and-css */ |
|---|
| 13 | .header h1 ul { |
|---|
| 14 | display: flex; |
|---|
| 15 | justify-content: space-between; |
|---|
| 16 | margin: 0.5ex; |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | .header h1 li { |
|---|
| 20 | display: inline; |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | a#refresh { |
|---|
| 24 | background: #E0E0E0; |
|---|
| 25 | border-radius: 1.8ex;; |
|---|
| 26 | margin-left: 2ex; |
|---|
| 27 | padding: 0.3ex 1.3ex; |
|---|
| 28 | text-decoration: none; |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | a#refresh:hover { |
|---|
| 32 | text-decoration: underline solid; |
|---|
| 33 | } |
|---|
| 34 | |
|---|
| 35 | a#refresh:after { |
|---|
| 36 | content: "\00A0\21bb"; |
|---|
| 37 | } |
|---|
| 38 | |
|---|
| 39 | /* general */ |
|---|
| 40 | a:link, a:visited { |
|---|
| 41 | text-decoration: none; |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | a:hover, a:active { |
|---|
| 45 | text-decoration: underline solid; |
|---|
| 46 | } |
|---|
| 47 | |
|---|
| 48 | span.button { |
|---|
| 49 | border: 1px solid #777; |
|---|
| 50 | margin: 10px 3px 3px 4px; |
|---|
| 51 | background: #F0F0F0; |
|---|
| 52 | border-radius: 2ex; |
|---|
| 53 | padding: 0ex 0.8ex 0px 0ex; |
|---|
| 54 | } |
|---|
| 55 | |
|---|
| 56 | .button a { |
|---|
| 57 | background: #E0E0E0; |
|---|
| 58 | border-right: 2px solid #AAA; |
|---|
| 59 | border-radius: 2ex 0px 0px 2ex; |
|---|
| 60 | padding: 0px 0.5ex 0ex 0.9ex; |
|---|
| 61 | } |
|---|
| 62 | |
|---|
| 63 | .button small { |
|---|
| 64 | padding: 0px 0.2ex 0ex 0.8ex; |
|---|
| 65 | } |
|---|
| 66 | |
|---|
| 67 | p { |
|---|
| 68 | line-height: 3ex; |
|---|
| 69 | } |
|---|
| 70 | |
|---|
| 71 | table { |
|---|
| 72 | border: none; |
|---|
| 73 | margin: 0; |
|---|
| 74 | } |
|---|
| 75 | |
|---|
| 76 | td { |
|---|
| 77 | border: 0px; |
|---|
| 78 | } |
|---|
| 79 | |
|---|
| 80 | td.bold { |
|---|
| 81 | font-weight: bold; |
|---|
| 82 | } |
|---|
| 83 | |
|---|
| 84 | td.hoop { |
|---|
| 85 | border: 1px solid #777; |
|---|
| 86 | } |
|---|
| 87 | |
|---|
| 88 | hr { |
|---|
| 89 | border-style: solid; |
|---|
| 90 | border-width: 1px; |
|---|
| 91 | color: #AACCFF; |
|---|
| 92 | margin-top: 4ex; |
|---|
| 93 | width: 70%; |
|---|
| 94 | } |
|---|
| 95 | |
|---|
| 96 | /* action */ |
|---|
| 97 | .action h2 { |
|---|
| 98 | color: #88D066; |
|---|
| 99 | } |
|---|
| 100 | |
|---|
| 101 | /* footer */ |
|---|
| 102 | .footer { |
|---|
| 103 | float : right; |
|---|
| 104 | margin-right: 5%; |
|---|
| 105 | } |
|---|
| 106 | |
|---|
| 107 | div.footer { |
|---|
| 108 | font-size: xx-small; |
|---|
| 109 | color: #666; |
|---|
| 110 | } |
|---|
| 111 | |
|---|
| 112 | .footer ul { |
|---|
| 113 | margin-top: 0.8ex; |
|---|
| 114 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.