Changeset 2609
- Timestamp:
- Sep 27, 2008, 1:53:06 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/template/goto/theme/roma/theme.css
r2608 r2609 69 69 .tagSelection label { padding-right:12px; } 70 70 ul.thumbnails input { border:3px double #999; color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;} 71 INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { c olor:#f33; cursor: pointer; }71 INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; } 72 72 INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; } 73 73 .throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; } … … 79 79 font-size: 11px; font-weight: normal; letter-spacing: 0; 80 80 color : #f36; text-decoration: none; border: 0; color: #f36; } 81 * { outline-width: 0; }82 a { color:#f70; outline: none;border-color: #f70; }83 a:hover, a:active { color: #f33; border-color: #FF3363; outline: none;cursor: pointer; }81 input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } 82 a { color:#f70; border-color: #f70; } 83 a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; } 84 84 85 85 h2 { display:block; font-size:28px; letter-spacing:-1px; -
trunk/template/yoga/theme/Sylvia/theme.css
r2608 r2609 76 76 .content UL.thumbnails SPAN.wrap2:hover { color: #666; 77 77 background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } 78 A, INPUT.rateButton { color:#f70; outline: none;border-color: #f70; }79 A:hover, A:active { color: #f33; border-color: #FF3363; outline: none;cursor: pointer; }80 78 A, INPUT.rateButton { color:#f70; border-color: #f70; } 79 A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; } 80 input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } 81 81 #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracChangeset
for help on using the changeset viewer.