Changeset 1104 for ZMS/trunk/dtml/object/f_css_defaults.dtml
- Timestamp:
- 12.07.2010 21:44:25 (23 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/object/f_css_defaults.dtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/object/f_css_defaults.dtml
r968 r1104 6 6 */ 7 7 8 body.print 9 { 8 body.print { 10 9 background-color:#fff; 11 }10 } 12 11 13 12 /* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ … … 15 14 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 16 15 */ 17 .searchresult { 18 margin-bottom:20px; 19 } 20 .searchresult span.title { 21 display:block; 22 font-weight:bold; 23 color:#2200D5; 24 } 25 .searchresult span.title a { 26 color:#2200D5; 27 } 28 .searchresult span.title a:visited { 29 color:#91198B; 30 } 31 .searchresult span.description { 32 display:block; 33 } 34 .searchresult span.linkpath { 35 display:block; 36 font-size:smaller; 37 line-height:1.3em; 16 .searchForm table { 17 width:100%; 18 } 19 .searchForm input { 20 border-top: 1px solid #CCC; 21 border-left: 1px solid #CCC; 22 border-right: 1px solid #AAA; 23 border-bottom: 1px solid #AAA; 24 } 25 .searchForm input.searchInput { 26 width:80%; 27 } 28 .searchHeader { 29 text-align:right; 30 border-top: 1px solid #CCC; 31 background-color: #EEE; 32 font-size:70%; 33 } 34 .searchResult { 35 margin-bottom:20px; 36 } 37 .searchResult span.title { 38 display:block; 39 font-weight:bold; 40 color:#2200D5; 41 } 42 .searchResult span.title a { 43 color:#2200D5; 44 } 45 .searchResult span.title a:visited { 46 color:#91198B; 47 } 48 .searchResult span.description { 49 display:block; 50 } 51 .searchResult span.linkpath { 52 display:block; 53 font-size:smaller; 54 line-height:1.3em; 38 55 } 39 .search result span.linkpath a {40 color:#008000;56 .searchResult span.linkpath a { 57 color:#008000; 41 58 } 42 59
Note: See TracChangeset
for help on using the changeset viewer.
