701. File Comparison Report

Produced on Mon May 12 13:06:53 2008 UTC. This report uses XHTML and CSS2, and is best viewed with a reasonably standards compliant browser such as the latest version of Firefox or Internet Explorer. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

701.1 Files compared

# Location File Last Modified
1 Dolphin-v.6.0.5\templates\tmpl_uni\css anchor.css Thu Sep 20 09:00:16 2007 UTC
2 Dolphin-v.6.1.0\templates\tmpl_uni\css anchor.css Tue Apr 22 10:33:08 2008 UTC

701.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 142
Changed 1 5
Inserted 1 13
Removed 0 0

701.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

701.4 Active regular expressions

No regular expressions were active.

701.5 Comparison detail

1   @charset " iso-8859-1 ";   1   @charset " iso-8859-1 ";
2   @import ur l(../../ba se/css/anc hor.css);   2   @import ur l(../../ba se/css/anc hor.css);
3       a,   3       a,
4       a:link   4       a:link
5       {   5       {
6           co lor:#0000C C;   6           co lor:#0000C C;
7           te xt-decorat ion:underl ine;   7           te xt-decorat ion:underl ine;
8       }   8       }
9       a:visi ted   9       a:visi ted
10       {   10       {
11           co lor:#00006 6;   11           co lor:#00006 6;
12           te xt-decorat ion:underl ine;   12           te xt-decorat ion:underl ine;
13       }   13       }
14     14  
15       a:hove r,   15       a:hove r,
16       a:acti ve   16       a:acti ve
17       {   17       {
18           co lor:#0000F F;   18           co lor:#0000F F;
19           te xt-decorat ion:none;   19           te xt-decorat ion:none;
20       }   20       }
21     21  
22       a.menu _item_link ,   22       a.menu _item_link ,
23       a.menu _item_link :link,   23       a.menu _item_link :link,
24        a.menu_ite m_link:vis ited ,   24        a.menu_ite m_link:vis ited   {
    25           te xt-decorat ion: under line;
    26       }
    27       
25       a.menu _item_link :active,   28       a.menu _item_link :active,
26       a.menu _item_link :hover   29       a.menu _item_link :hover
27       {   30       {
28           te xt-decorat ion:none;   31           te xt-decorat ion:none;
29       }   32       }
30          33       
31       a.menu _item_link ,   34       a.menu _item_link ,
32       a.menu _item_link :link,   35       a.menu _item_link :link,
33       a.menu _item_link :visited   36       a.menu _item_link :visited
34       {   37       {
35           co lor:#33669 9;   38           co lor:#33669 9;
36       }   39       }
37          40       
38       a.menu _item_link :active,   41       a.menu _item_link :active,
39       a.menu _item_link :hover   42       a.menu _item_link :hover
40       {   43       {
41           co lor:#00000 0;   44           co lor:#00000 0;
42       }   45       }
43          46       
44       .no_he llo_action s a,   47       .no_he llo_action s a,
45       .no_he llo_action s a:link,   48       .no_he llo_action s a:link,
46       .no_he llo_action s a:visite d,   49       .no_he llo_action s a:visite d,
47       .no_he llo_action s a:hover,   50       .no_he llo_action s a:hover,
48       .no_he llo_action s a:active   51       .no_he llo_action s a:active
49       {   52       {
50           co lor:#33669 9;   53           co lor:#33669 9;
51       }   54       }
52          55       
53       a.cust omMenuItem ,   56       a.cust omMenuItem ,
54       a.cust omMenuItem :link,   57       a.cust omMenuItem :link,
55       a.cust omMenuItem :visited   58       a.cust omMenuItem :visited
56       {   59       {
57           co lor:#33339 9;   60           co lor:#33339 9;
58           te xt-decorat ion:none;   61           te xt-decorat ion:none;
59       }   62       }
60          63       
61       .one_t ag a,   64       .one_t ag a,
62       .one_t ag a:link,   65       .one_t ag a:link,
63       .one_t ag a:activ e,   66       .one_t ag a:activ e,
64       .one_t ag a:visit ed   67       .one_t ag a:visit ed
65       {   68       {
66           co lor:#80004 0;   69           co lor:#80004 0;
67       }   70       }
68          71       
69       .one_t ag a:hover   72       .one_t ag a:hover
70       {   73       {
71           co lor:#0000F F;   74           co lor:#0000F F;
72       }   75       }
    76  
    77       .botto mLinks a,
    78       .botto mLinks a:l ink,
    79       .botto mLinks a:v isited {
    80           co lor: #3366 99;
    81           te xt-decorat ion: under line;
    82       }
    83  
    84       .botto mLinks a:h over,
    85       .botto mLinks a:a ctive {
    86           co lor: #0000 00;
    87           te xt-decorat ion: none;
    88       }