Last change
on this file since 388 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.5 KB
|
Line | |
---|
1 | @import 'libs/vars';
|
---|
2 | @import 'libs/functions';
|
---|
3 | @import 'libs/mixins';
|
---|
4 | @import 'libs/skel';
|
---|
5 |
|
---|
6 | /*
|
---|
7 | Spectral by HTML5 UP
|
---|
8 | html5up.net | @n33co
|
---|
9 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
---|
10 | */
|
---|
11 |
|
---|
12 | /* Icon */
|
---|
13 |
|
---|
14 | .icon {
|
---|
15 | &.major {
|
---|
16 | border: none;
|
---|
17 |
|
---|
18 | &:before {
|
---|
19 | font-size: 3em;
|
---|
20 | }
|
---|
21 | }
|
---|
22 | }
|
---|
23 |
|
---|
24 | /* Form */
|
---|
25 |
|
---|
26 | label {
|
---|
27 | color: _palette(accent7, fg-bold);
|
---|
28 | }
|
---|
29 |
|
---|
30 | input[type="text"],
|
---|
31 | input[type="password"],
|
---|
32 | input[type="email"],
|
---|
33 | select,
|
---|
34 | textarea {
|
---|
35 | border: solid 1px _palette(accent7, border);
|
---|
36 | }
|
---|
37 |
|
---|
38 | /* Button */
|
---|
39 |
|
---|
40 | input[type="submit"],
|
---|
41 | input[type="reset"],
|
---|
42 | input[type="button"],
|
---|
43 | button,
|
---|
44 | .button {
|
---|
45 | border: solid 2px _palette(accent7, border);
|
---|
46 |
|
---|
47 | &.special {
|
---|
48 | border: 0 !important;
|
---|
49 | }
|
---|
50 | }
|
---|
51 |
|
---|
52 | /* Page Wrapper + Menu */
|
---|
53 |
|
---|
54 | #menu {
|
---|
55 | display: none;
|
---|
56 | }
|
---|
57 |
|
---|
58 | body.is-menu-visible {
|
---|
59 | #menu {
|
---|
60 | display: block;
|
---|
61 | }
|
---|
62 | }
|
---|
63 |
|
---|
64 | /* Header */
|
---|
65 |
|
---|
66 | #header {
|
---|
67 | nav {
|
---|
68 | > ul {
|
---|
69 | > li {
|
---|
70 | > a {
|
---|
71 | &.menuToggle {
|
---|
72 | &:after {
|
---|
73 | display: none;
|
---|
74 | }
|
---|
75 | }
|
---|
76 | }
|
---|
77 | }
|
---|
78 | }
|
---|
79 | }
|
---|
80 | }
|
---|
81 |
|
---|
82 | /* Banner + Wrapper (style4) */
|
---|
83 |
|
---|
84 | #banner,
|
---|
85 | .wrapper.style4 {
|
---|
86 | -ms-behavior: url('assets/js/ie/backgroundsize.min.htc');
|
---|
87 |
|
---|
88 | &:before {
|
---|
89 | display: none;
|
---|
90 | }
|
---|
91 | }
|
---|
92 |
|
---|
93 | /* Banner */
|
---|
94 |
|
---|
95 | #banner {
|
---|
96 | .more {
|
---|
97 | height: 4em;
|
---|
98 |
|
---|
99 | &:after {
|
---|
100 | display: none;
|
---|
101 | }
|
---|
102 | }
|
---|
103 | }
|
---|
104 |
|
---|
105 | /* Main */
|
---|
106 |
|
---|
107 | #main {
|
---|
108 | > header {
|
---|
109 | -ms-behavior: url('assets/js/ie/backgroundsize.min.htc');
|
---|
110 |
|
---|
111 | &:before {
|
---|
112 | display: none;
|
---|
113 | }
|
---|
114 | }
|
---|
115 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.