Ignore:
Timestamp:
12.07.2010 21:44:25 (23 months ago)
Author:
zmsdev
Message:

Revised search-template (sync default language-dict by saving language-settings!).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/dtml/object/f_css_defaults.dtml

    r968 r1104  
    66 */ 
    77  
    8 body.print  
    9         {  
     8body.print { 
    109        background-color:#fff;  
    11         } 
     10} 
    1211 
    1312/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     
    1514 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
    1615 */ 
    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; 
    3855}  
    39 .searchresult span.linkpath a { 
    40 color:#008000; 
     56.searchResult span.linkpath a { 
     57        color:#008000; 
    4158} 
    4259 
Note: See TracChangeset for help on using the changeset viewer.