source: trunk/client/temi/spectral/assets/css/ie9.css@ 241

Last change on this file since 241 was 241, checked in by luc, 9 years ago

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1/*
2 Spectral by HTML5 UP
3 html5up.net | @n33co
4 Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5*/
6
7/* Spotlight */
8
9 .spotlight {
10 display: block;
11 }
12
13 .spotlight .image {
14 display: inline-block;
15 vertical-align: top;
16 }
17
18 .spotlight .content {
19 padding: 4em 4em 2em 4em ;
20 display: inline-block;
21 }
22
23 .spotlight:after {
24 clear: both;
25 content: '';
26 display: block;
27 }
28
29/* Features */
30
31 .features {
32 display: block;
33 }
34
35 .features li {
36 float: left;
37 }
38
39 .features:after {
40 content: '';
41 display: block;
42 clear: both;
43 }
44
45/* Banner + Wrapper (style4) */
46
47 #banner,
48 .wrapper.style4 {
49 background-image: url("../../images/banner.jpg");
50 background-position: center center;
51 background-repeat: no-repeat;
52 background-size: cover;
53 position: relative;
54 }
55
56 #banner:before,
57 .wrapper.style4:before {
58 background: #000000;
59 content: '';
60 height: 100%;
61 left: 0;
62 opacity: 0.5;
63 position: absolute;
64 top: 0;
65 width: 100%;
66 }
67
68 #banner .inner,
69 .wrapper.style4 .inner {
70 position: relative;
71 z-index: 1;
72 }
73
74/* Banner */
75
76 #banner {
77 padding: 14em 0 12em 0 ;
78 height: auto;
79 }
80
81 #banner:after {
82 display: none;
83 }
84
85/* CTA */
86
87 #cta .inner header {
88 float: left;
89 }
90
91 #cta .inner .actions {
92 float: left;
93 }
94
95 #cta .inner:after {
96 clear: both;
97 content: '';
98 display: block;
99 }
100
101/* Main */
102
103 #main > header {
104 background-image: url("../../images/banner.jpg");
105 background-position: center center;
106 background-repeat: no-repeat;
107 background-size: cover;
108 position: relative;
109 }
110
111 #main > header:before {
112 background: #000000;
113 content: '';
114 height: 100%;
115 left: 0;
116 opacity: 0.5;
117 position: absolute;
118 top: 0;
119 width: 100%;
120 }
121
122 #main > header > * {
123 position: relative;
124 z-index: 1;
125 }
Note: See TracBrowser for help on using the repository browser.