Project

General

Profile

Download (431 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / mizar / css / images / compass.css @ 926b0cfc

1
.arrow {
2
   fill:#ffffff;
3
   stroke:#ffffff;
4
   stroke-width:1;
5
        opacity: 0.6;
6
}
7

    
8
.arrow:hover {
9
        opacity: 1.0;
10
}
11

    
12
/*Outer*/
13
#g18 {
14
        opacity: 0.6;
15
}
16

    
17
#g18:hover {
18
        opacity: 1.0;
19
        stroke:#FFFFFF;
20
        fill: rgba(0,0,0,0.6);
21
}
22

    
23
#NorthText {
24
        -webkit-touch-callout: none;
25
        -webkit-user-select: none;
26
        -khtml-user-select: none;
27
        -moz-user-select: none;
28
        -ms-user-select: none;
29
        user-select: none;
30
}
31

    
32
#NorthText:hover {
33
        cursor: pointer;
34
}