forked from PorteAperteSulWeb/pasw2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
responsive.css
112 lines (106 loc) · 1.75 KB
/
responsive.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/*
Responsive CSS Rules for PASW2015 v2.0+R
by Marco Milesi 2015
*/
@media screen and (max-width: 480px) {
#topbar ul li a {
width:100% !important;
}w
#header h1 {
font-size: 6vw;
}
#header img.logo {
display:none;
}
.footer-column img, span {
float: none!important;
margin-bottom:10px;
}
.col-com2, .stickyc-col {
width: 95%!Important;
}
.footer-column span {
float: none!important;
margin-bottom:10px;
}
.remove-cookie{
display: none!important;
}
}
@media screen and (max-width: 768px) {
div#header {
background-image: none!important;
}
.footer-column, #footer-credits {
width: 50%;
text-align:center;
}
.footer-column:nth-of-type(1) {
width: 100%;
}
#centrecontent {
width: 97%!important;
}
}
@media screen and (max-width: 1024px) {
#topbar ul li a, #menu-menu-orizzontale li:first-child a {
float:left;
width:50%!important;
text-align:center;
border:none;
padding: 5px 0;
}
#leftsidebar {
width: 100%!important;
}
#leftsidebar ul li {
width: 49%;
float:left;
}
.topsearch-div {
width: 100%;
float: left;
position: relative !important;
}
#header h1 {
font-size:5vw;
}
#header ul.sito {
width: 100%;
margin: 0;
padding: 0;
height: auto;
}
#topbar {
left: 0;
}
#sidebarleft-100-background {
display: none;
}
#leftsidebar {
float: none;
width: 100%;
}
body {
background:none!important;
margin:0!important;
}
#wrapper, #topbar {
width: 100%!important;
margin: 0 auto!important;
box-shadow: none!important;
overflow-x: hidden;
}
#header ul.sito {
margin: 0!important;
}
#centrecontent {
width: 75%;
}
.secondo-menu {
//display:none;
}
#rightsidebar {
width: auto;
}
}