Projet

Général

Profil

Paste
Télécharger (5,67 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / corporateclean / color / preview.css @ 87dbc3bf

1

    
2
/* ---------- Color form ----------- */
3
#color_scheme_form #palette .form-item {
4
  width: 25em;
5
}
6
#color_scheme_form #palette .form-item label {
7
  width: 15em;
8
}
9

    
10
/* ---------- Preview Styles ----------- */
11

    
12
#preview { font: 0.8em/165% "Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif; margin:0; padding:0; color: #7a7a7a; outline:0 none; vertical-align:baseline; background:#1a1a1a; width:650px; }
13

    
14
#preview-site-name { font-size:130%; }
15

    
16
#preview a, #preview a:hover { color:#1487d4; }
17

    
18
#preview-header-menu a, #preview #preview-footer a { color:#ffffff; }
19

    
20
#preview #preview-footer a { color:#e4e4e4; }
21

    
22
#preview h1 { margin-top:0; text-shadow: 1px 1px 1px #eaf1ea; }
23

    
24
/* 
25
* Layout 
26
*/
27
#preview-header { padding:40px 20px;
28
background: #2f2f2f;
29
/* IE10 */ 
30
background-image: -ms-linear-gradient(top, #2f2f2f 0%, #1b1a1a 100%);
31
/* Mozilla Firefox */ 
32
background-image: -moz-linear-gradient(top, #2f2f2f 0%, #1b1a1a 100%);
33
/* Opera */ 
34
background-image: -o-linear-gradient(top, #2f2f2f 0%, #1b1a1a 100%);
35
/* Webkit (Safari/Chrome 10) */ 
36
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2f2f2f), color-stop(1, #1b1a1a));
37
/* Webkit (Chrome 11+) */ 
38
background-image: -webkit-linear-gradient(top, #2f2f2f 0%, #1b1a1a 100%);
39
/* Proposed W3C Markup */ 
40
background-image: linear-gradient(top, #2f2f2f 0%, #1b1a1a 100%);
41
/* IE6-9 */ 
42
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#1b1a1a'); }
43

    
44
#preview-header-menu { clear:both; overflow:hidden; padding:10px 0; background: #222222; border-top:1px solid #353535; border-bottom:1px solid #353535; }
45

    
46
#preview-header-menu li { display: inline; list-style-type: none; padding:10px; }
47

    
48
#preview-banner  { padding:30px 20px; border-bottom:1px solid #fcfcfc;
49
background: #efeeee;
50
/* IE10 */ 
51
background-image: -ms-linear-gradient(top, #efeeee 0%, #dadada 100%);
52
/* Mozilla Firefox */ 
53
background-image: -moz-linear-gradient(top, #efeeee 0%, #dadada 100%);
54
/* Opera */ 
55
background-image: -o-linear-gradient(top, #efeeee 0%, #dadada 100%);
56
/* Webkit (Safari/Chrome 10) */ 
57
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efeeee), color-stop(1, #dadada));
58
/* Webkit (Chrome 11+) */ 
59
background-image: -webkit-linear-gradient(top, #efeeee 0%, #dadada 100%);
60
/* Proposed W3C Markup */ 
61
background-image: linear-gradient(top, #efeeee 0%, #dadada 100%);
62
/* IE6-9 */ 
63
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeeee', endColorstr='#dadada'); }
64

    
65
#preview-content { padding:50px 20px; overflow: hidden;
66
background: #e8e8e8;
67
/* IE10 */ 
68
background-image: -ms-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
69
/* Mozilla Firefox */ 
70
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
71
/* Opera */ 
72
background-image: -o-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
73
/* Webkit (Safari/Chrome 10) */ 
74
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), color-stop(1, #efefef));
75
/* Webkit (Chrome 11+) */ 
76
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #efefef 100%);
77
/* Proposed W3C Markup */ 
78
background-image: linear-gradient(top, #e8e8e8 0%, #efefef 100%);
79
/* IE6-9 */ 
80
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#efefef'); }
81

    
82
#preview-main { float:left; width:65%; }
83

    
84
#preview-sidebar { float:right; width:30%;  }
85

    
86
#preview-footer { background:#181818; padding:40px 20px; }
87

    
88
#preview-footer-bottom { padding:20px; border-top:1px solid #353535;
89
background: #1a1a1a;
90
/* IE10 */ 
91
background-image: -ms-linear-gradient(top, #262626 0%, #1a1a1a 100%);
92
/* Mozilla Firefox */ 
93
background-image: -moz-linear-gradient(top, #262626 0%, #1a1a1a 100%);
94
/* Opera */ 
95
background-image: -o-linear-gradient(top, #262626 0%, #1a1a1a 100%);
96
/* Webkit (Safari/Chrome 10) */ 
97
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(1, #1a1a1a));
98
/* Webkit (Chrome 11+) */ 
99
background-image: -webkit-linear-gradient(top, #262626 0%, #1a1a1a 100%);
100
/* Proposed W3C Markup */ 
101
background-image: linear-gradient(top, #262626 0%, #1a1a1a 100%);
102
/* IE6-9 */ 
103
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#1a1a1a'); }
104

    
105
#preview a.more { color:#fefefe; padding:7px 15px; text-shadow: 0 1px 1px #003547; font-weight:bold; border:none;
106
font-family: "Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif; cursor:pointer;
107
/* background */
108
background: #0079a2;
109
/* IE10 */ 
110
background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);
111
/* Mozilla Firefox */ 
112
background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);
113
/* Opera */ 
114
background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);
115
/* Webkit (Safari/Chrome 10) */ 
116
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));
117
/* Webkit (Chrome 11+) */ 
118
background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);
119
/* Proposed W3C Markup */ 
120
background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);
121
/* IE6-9 */ 
122
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');
123
/* radius */
124
-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; 
125
/* shadow */
126
-webkit-box-shadow: 0px 1px 2px #939da2; -moz-box-shadow: 0px 1px 2px #939da2; box-shadow: 0px 1px 2px #939da2; }
127

    
128
#preview .block { border:1px solid #ffffff; 
129
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; 
130
padding: 20px; overflow:hidden; background:#fdfdfd; margin:0 0 40px 0;
131
 /* shadow */
132
-webkit-box-shadow: 0 2px 6px #efefef inset;  -moz-box-shadow:0 2px 6px #efefef inset;  box-shadow:0 2px 6px #efefef inset; }