Last change
on this file since 398 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.3 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 | /* Icon */
|
---|
8 |
|
---|
9 | .icon.major {
|
---|
10 | border: none;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .icon.major:before {
|
---|
14 | font-size: 3em;
|
---|
15 | }
|
---|
16 |
|
---|
17 | /* Form */
|
---|
18 |
|
---|
19 | label {
|
---|
20 | color: #2E3842;
|
---|
21 | }
|
---|
22 |
|
---|
23 | input[type="text"],
|
---|
24 | input[type="password"],
|
---|
25 | input[type="email"],
|
---|
26 | select,
|
---|
27 | textarea {
|
---|
28 | border: solid 1px #dfdfdf;
|
---|
29 | }
|
---|
30 |
|
---|
31 | /* Button */
|
---|
32 |
|
---|
33 | input[type="submit"],
|
---|
34 | input[type="reset"],
|
---|
35 | input[type="button"],
|
---|
36 | button,
|
---|
37 | .button {
|
---|
38 | border: solid 2px #dfdfdf;
|
---|
39 | }
|
---|
40 |
|
---|
41 | input[type="submit"].special,
|
---|
42 | input[type="reset"].special,
|
---|
43 | input[type="button"].special,
|
---|
44 | button.special,
|
---|
45 | .button.special {
|
---|
46 | border: 0 !important;
|
---|
47 | }
|
---|
48 |
|
---|
49 | /* Page Wrapper + Menu */
|
---|
50 |
|
---|
51 | #menu {
|
---|
52 | display: none;
|
---|
53 | }
|
---|
54 |
|
---|
55 | body.is-menu-visible #menu {
|
---|
56 | display: block;
|
---|
57 | }
|
---|
58 |
|
---|
59 | /* Header */
|
---|
60 |
|
---|
61 | #header nav > ul > li > a.menuToggle:after {
|
---|
62 | display: none;
|
---|
63 | }
|
---|
64 |
|
---|
65 | /* Banner + Wrapper (style4) */
|
---|
66 |
|
---|
67 | #banner,
|
---|
68 | .wrapper.style4 {
|
---|
69 | -ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
|
---|
70 | }
|
---|
71 |
|
---|
72 | #banner:before,
|
---|
73 | .wrapper.style4:before {
|
---|
74 | display: none;
|
---|
75 | }
|
---|
76 |
|
---|
77 | /* Banner */
|
---|
78 |
|
---|
79 | #banner .more {
|
---|
80 | height: 4em;
|
---|
81 | }
|
---|
82 |
|
---|
83 | #banner .more:after {
|
---|
84 | display: none;
|
---|
85 | }
|
---|
86 |
|
---|
87 | /* Main */
|
---|
88 |
|
---|
89 | #main > header {
|
---|
90 | -ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
|
---|
91 | }
|
---|
92 |
|
---|
93 | #main > header:before {
|
---|
94 | display: none;
|
---|
95 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.