Project

General

Profile

Download (2.04 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / client-public-3.0 / res / css / FisheyeMenu.css @ master

1
/***************************************
2
* Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES
3
* 
4
* This file is part of SITools2.
5
* 
6
* SITools2 is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
* 
11
* SITools2 is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
* GNU General Public License for more details.
15
* 
16
* You should have received a copy of the GNU General Public License
17
* along with SITools2.  If not, see <http://www.gnu.org/licenses/>.
18
***************************************/
19
/* styles for CSS Reset */
20
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}
21

    
22
/* styles for examples */
23
/*body {
24
        background-color: #DFE8F6;
25
}
26

27
#fisheye-menu {
28
        text-align: center;
29
}*/
30

    
31
/* styles for FisheyeMenu */
32
.ux-fisheye-menu-container {
33
        //z-index : 15000;
34
        position: absolute;
35
        height: 60px;
36
}
37

    
38
a.ux-fisheye-menu-item {
39
        display: block;
40
        font: bold 12px Arial, Helvetica, sans-serif;
41
        width: 40px;
42
        color: white;
43
        position: absolute;
44
        text-align: center;
45
        text-decoration: none;
46
}
47

    
48
a.ux-fisheye-menu-item span {
49
        margin-bottom: 5px;
50
        color: #CCCCCC;
51
        display: none;
52
        text-align: center;
53
        background: url(../images/ux/bg-item-text.gif) no-repeat center bottom;
54
}
55

    
56
a.ux-fisheye-menu-item img {
57
        border: none;
58
        margin-right: 10px;
59
        width: 100%;
60
}
61

    
62
.menu-wrap-top {
63
        position: relative;
64
}
65
.menu-wrap-bottom {
66
        position: absolute;
67
        width: 100%;
68
        bottom: 0;
69
}
70

    
71
.menu-align-top {
72
        top: 0;
73
        bottom: auto;
74
}
75
.menu-align-bottom {
76
        bottom: 0;
77
        top: auto;
78
}