Mercurial > p > roundup > code
comparison style.css @ 0:5e92642cd1f8
Initial import of code
Currently version 1.0.2 but with the 1.0.3 changes as given in the
CHANGES file. Is about ready for a 1.0.3 release.
[[This repository is actually a lift into git made in October 2011 of
code history originally kept in CVS and later in Subversion. This
import marks the point at which the original private CVS moved to
public CVS on SourceForge.
Due to technical problems with CVS and the CVS to Subversion
conversion tools, portions of the early history have somewhat garbled
metadata. Here and elsewhere in this repo, comments enclosed in curly
braces were added at the time of the git lift in an attempt to document
the problem.]]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 02:16:19 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:5e92642cd1f8 |
|---|---|
| 1 h1 { | |
| 2 font-family: Verdana, Helvetica, sans-serif; | |
| 3 font-size: 18pt; | |
| 4 font-weight: bold; | |
| 5 } | |
| 6 | |
| 7 h2 { | |
| 8 font-family: Verdana, Helvetica, sans-serif; | |
| 9 font-size: 16pt; | |
| 10 font-weight: bold; | |
| 11 } | |
| 12 | |
| 13 h3 { | |
| 14 font-family: Verdana, Helvetica, sans-serif; | |
| 15 font-size: 12pt; | |
| 16 font-weight: bold; | |
| 17 } | |
| 18 | |
| 19 a:hover { | |
| 20 font-family: Verdana, Helvetica, sans-serif; | |
| 21 text-decoration: underline; | |
| 22 color: #333333; | |
| 23 } | |
| 24 | |
| 25 a:link { | |
| 26 font-family: Verdana, Helvetica, sans-serif; | |
| 27 text-decoration: none; | |
| 28 color: #000099; | |
| 29 } | |
| 30 | |
| 31 a { | |
| 32 font-family: Verdana, Helvetica, sans-serif; | |
| 33 text-decoration: none; | |
| 34 color: #000099; | |
| 35 } | |
| 36 | |
| 37 p { | |
| 38 font-family: Verdana, Helvetica, sans-serif; | |
| 39 font-size: 10pt; | |
| 40 color: #333333; | |
| 41 } | |
| 42 | |
| 43 th { | |
| 44 font-family: Verdana, Helvetica, sans-serif; | |
| 45 font-weight: bold; | |
| 46 font-size: 10pt; | |
| 47 color: #333333; | |
| 48 } | |
| 49 | |
| 50 .form-help { | |
| 51 font-family: Verdana, Helvetica, sans-serif; | |
| 52 font-size: 10pt; | |
| 53 color: #333333; | |
| 54 } | |
| 55 | |
| 56 .std-text { | |
| 57 font-family: Verdana, Helvetica, sans-serif; | |
| 58 font-size: 10pt; | |
| 59 color: #333333; | |
| 60 } | |
| 61 | |
| 62 .tab-small { | |
| 63 font-family: Verdana, Helvetica, sans-serif; | |
| 64 font-size: 8pt; | |
| 65 color: #333333; | |
| 66 } | |
| 67 | |
| 68 .location-bar { | |
| 69 background-color: #efefef; | |
| 70 border: none; | |
| 71 } | |
| 72 | |
| 73 .strong-header { | |
| 74 font-family: Verdana, Helvetica, sans-serif; | |
| 75 font-size: 12pt; | |
| 76 font-weight: bold; | |
| 77 background-color: #000000; | |
| 78 color: #ffffff; | |
| 79 } | |
| 80 | |
| 81 .list-header { | |
| 82 background-color: #c0c0c0; | |
| 83 border: none; | |
| 84 } | |
| 85 | |
| 86 .list-item { | |
| 87 font-family: Verdana, Helvetica, sans-serif; | |
| 88 font-size: 10pt; | |
| 89 } | |
| 90 | |
| 91 .list-nav { | |
| 92 font-family: Verdana, Helvetica, sans-serif; | |
| 93 font-size: 10pt; | |
| 94 font-weight: bold; | |
| 95 } | |
| 96 | |
| 97 .row-normal { | |
| 98 background-color: #ffffff; | |
| 99 border: none; | |
| 100 | |
| 101 } | |
| 102 | |
| 103 .row-hilite { | |
| 104 background-color: #efefef; | |
| 105 border: none; | |
| 106 } | |
| 107 | |
| 108 .section-bar { | |
| 109 background-color: #c0c0c0; | |
| 110 border: none; | |
| 111 } | |
| 112 | |
| 113 .system-msg { | |
| 114 font-family: Verdana, Helvetica, sans-serif; | |
| 115 font-size: 10pt; | |
| 116 background-color: #ffffff; | |
| 117 border: 1px solid #000000; | |
| 118 margin-bottom: 6px; | |
| 119 margin-top: 6px; | |
| 120 padding: 4px; | |
| 121 width: 100%; | |
| 122 color: #660033; | |
| 123 } | |
| 124 | |
| 125 .form-title { | |
| 126 font-family: Verdana, Helvetica, sans-serif; | |
| 127 font-weight: bold; | |
| 128 font-size: 12pt; | |
| 129 color: #333333; | |
| 130 } | |
| 131 | |
| 132 .form-label { | |
| 133 font-family: Verdana, Helvetica, sans-serif; | |
| 134 font-weight: bold; | |
| 135 font-size: 10pt; | |
| 136 color: #333333; | |
| 137 } | |
| 138 | |
| 139 .form-optional { | |
| 140 font-family: Verdana, Helvetica, sans-serif; | |
| 141 font-weight: bold; | |
| 142 font-style: italic; | |
| 143 font-size: 10pt; | |
| 144 color: #333333; | |
| 145 } | |
| 146 | |
| 147 .form-element { | |
| 148 font-family: Verdana, Helvetica, aans-serif; | |
| 149 font-size: 10pt; | |
| 150 color: #000000; | |
| 151 } | |
| 152 | |
| 153 .form-text { | |
| 154 font-family: Verdana, Helvetica, sans-serif; | |
| 155 font-size: 10pt; | |
| 156 color: #333333; | |
| 157 } | |
| 158 | |
| 159 .form-mono { | |
| 160 font-family: monospace; | |
| 161 font-size: 12px; | |
| 162 text-decoration: none; | |
| 163 } |
