Changeset 3354 for web/branches/test
- Timestamp:
- Jan 19, 2009, 12:25:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/main.css
r3353 r3354 1 input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { 2 background: #EEEEEE; 3 border: 1px solid #88AA77; 4 color: #224422; 5 font-weight: bold; 6 } 7 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 8 background: #88AA77; 9 border: 1px solid #224422; 10 color: #224422; 11 font-weight: bold; 12 } 13 #loginguest { 14 float: right; 15 font-size: 0.9em; 16 color: #945973; 17 } 18 #loginguest a { 19 color: #945973; 20 border-bottom: 1px dotted #88AA77; 21 font-size: 0.9em; 22 } 23 select, input[type="text"], input.textwidget, textarea { 24 background: white; 25 border: 1px solid #88AA77; 1 body { 2 background: black; 26 3 } 27 4 dt em { … … 56 33 color: #224422; 57 34 } 35 input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { 36 background: #EEEEEE; 37 border: 1px solid #88AA77; 38 color: #224422; 39 font-weight: bold; 40 } 41 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 42 background: #88AA77; 43 border: 1px solid #224422; 44 color: #224422; 45 font-weight: bold; 46 } 47 select, input[type="text"], input.textwidget, textarea { 48 background: white; 49 border: 1px solid #88AA77; 50 } 51 #loginguest { 52 float: right; 53 font-size: 0.9em; 54 color: #945973; 55 } 56 #loginguest a { 57 color: #945973; 58 border-bottom: 1px dotted #88AA77; 59 font-size: 0.9em; 60 }
Note: See TracChangeset
for help on using the changeset viewer.