Project

General

Profile

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

git_sitools_idoc / flarecast / workspace / client-user-3.0 / resources / css / taskbars.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

    
20
.allTaskbars-bg {
21
        box-shadow: #818181 0px 3px 7px 0px;
22
}
23

    
24
.moduleTaskbar-bg {
25
        background: rgb(255,255,255); /* Old browsers */
26
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 19%, rgba(243,243,243,1) 24%, rgba(243,243,243,1) 36%, rgba(243,243,243,1) 36%, rgba(255,255,255,1) 100%); /* FF3.6+ */
27
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(19%,rgba(237,237,237,1)), color-stop(24%,rgba(243,243,243,1)), color-stop(36%,rgba(243,243,243,1)), color-stop(36%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
28
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 19%,rgba(243,243,243,1) 24%,rgba(243,243,243,1) 36%,rgba(243,243,243,1) 36%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
29
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 19%,rgba(243,243,243,1) 24%,rgba(243,243,243,1) 36%,rgba(243,243,243,1) 36%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
30
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 19%,rgba(243,243,243,1) 24%,rgba(243,243,243,1) 36%,rgba(243,243,243,1) 36%,rgba(255,255,255,1) 100%); /* IE10+ */
31
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 19%,rgba(243,243,243,1) 24%,rgba(243,243,243,1) 36%,rgba(243,243,243,1) 36%,rgba(255,255,255,1) 100%); /* W3C */
32
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
33

    
34
        box-shadow: #636363 0px 0px 12px 0px;
35
}
36

    
37
.module_button {
38
        background: none;
39
        border : none;
40
        border-radius: 1px;
41
}
42

    
43
.module_button:hover {
44
        border-radius: 1px;
45
        background: #e6e6e6; /* Old browsers */
46
        background: -moz-radial-gradient(center, ellipse cover,  #e6e6e6 0%, #eeeeee 33%, #eeeeee 84%, #e6e6e6 100%); /* FF3.6+ */
47
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e6e6e6), color-stop(33%,#eeeeee), color-stop(84%,#eeeeee), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
48
        background: -webkit-radial-gradient(center, ellipse cover,  #e6e6e6 0%,#eeeeee 33%,#eeeeee 84%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
49
        background: -o-radial-gradient(center, ellipse cover,  #e6e6e6 0%,#eeeeee 33%,#eeeeee 84%,#e6e6e6 100%); /* Opera 12+ */
50
        background: -ms-radial-gradient(center, ellipse cover,  #e6e6e6 0%,#eeeeee 33%,#eeeeee 84%,#e6e6e6 100%); /* IE10+ */
51
        background: radial-gradient(ellipse at center,  #e6e6e6 0%,#eeeeee 33%,#eeeeee 84%,#e6e6e6 100%); /* W3C */
52
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
53
}
54

    
55
.buttonTaskbar-bg {
56
        background: rgb(255,255,255); /* Old browsers */
57
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 55%, rgba(244,244,244,1) 70%, rgba(231,231,231,1) 83%, rgba(231,231,231,1) 83%, rgba(248,248,248,1) 100%); /* FF3.6+ */
58
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(55%,rgba(244,244,244,1)), color-stop(70%,rgba(244,244,244,1)), color-stop(83%,rgba(231,231,231,1)), color-stop(83%,rgba(231,231,231,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
59
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
60
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
61
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* IE10+ */
62
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* W3C */
63
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
64

    
65
        box-shadow : #636363 0px 0px 12px 0px;
66
}
67

    
68
.sitoolsTaskbar-bg {
69
        background: rgb(255,255,255); /* Old browsers */
70
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 55%, rgba(244,244,244,1) 70%, rgba(231,231,231,1) 83%, rgba(231,231,231,1) 83%, rgba(248,248,248,1) 100%); /* FF3.6+ */
71
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(55%,rgba(244,244,244,1)), color-stop(70%,rgba(244,244,244,1)), color-stop(83%,rgba(231,231,231,1)), color-stop(83%,rgba(231,231,231,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
72
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
73
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
74
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* IE10+ */
75
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 55%,rgba(244,244,244,1) 70%,rgba(231,231,231,1) 83%,rgba(231,231,231,1) 83%,rgba(248,248,248,1) 100%); /* W3C */
76
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
77

    
78
        box-shadow: #636363 1px 0px 10px 0px;
79
}
80

    
81
.moduleInstances-bg {
82
        background: #fafafa; /* Old browsers */
83
        background: -moz-linear-gradient(-45deg,  #fafafa 0%, #e8e8e8 19%, #eeeeee 24%, #eeeeee 36%, #eeeeee 36%, #fafafa 100%); /* FF3.6+ */
84
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fafafa), color-stop(19%,#e8e8e8), color-stop(24%,#eeeeee), color-stop(36%,#eeeeee), color-stop(36%,#eeeeee), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
85
        background: -webkit-linear-gradient(-45deg,  #fafafa 0%,#e8e8e8 19%,#eeeeee 24%,#eeeeee 36%,#eeeeee 36%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
86
        background: -o-linear-gradient(-45deg,  #fafafa 0%,#e8e8e8 19%,#eeeeee 24%,#eeeeee 36%,#eeeeee 36%,#fafafa 100%); /* Opera 11.10+ */
87
        background: -ms-linear-gradient(-45deg,  #fafafa 0%,#e8e8e8 19%,#eeeeee 24%,#eeeeee 36%,#eeeeee 36%,#fafafa 100%); /* IE10+ */
88
        background: linear-gradient(135deg,  #fafafa 0%,#e8e8e8 19%,#eeeeee 24%,#eeeeee 36%,#eeeeee 36%,#fafafa 100%); /* W3C */
89
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
90
        
91
        box-shadow: #A3A3A3 4px -2px 12px 0px;
92
}