publi.css
1.82 KB
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
.module-header {
/*background-color: #8bc954;
border-bottom: 4px solid #71b238;
*/
background-color: #ff5757;
border-bottom: 4px solid #c43d3d;
box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
height: 70px;
left: 0;
margin: 0 0 20px 0;
padding: 0;
width: 100%;
font-family:"Open Sans","Helvetica","Arial","sans-serif";
color:#fff;
}
.module-title-container {
width:58%;
float:left;
margin-left:10px;
}
.module-header h2 {
margin-bottom:0;
}
.module-header h3 {
margin-top:0;
}
.module-toolbar {
float:right;
text-align: right;
width: 40%;
}
.module-toolbar li {
float: right;
list-style: outside none none;
text-align: center;
width: 31%;
}
.module-nav li a {
text-decoration:none;
color:#fff;
}
.module-nav li a:hover {
text-decoration:none;
color:#EEE;
}
.module-preheader {
width: 100%;
}
.module-preheader img{
width: 100%;
}
.module-footer{
margin-top: 30px;
width: 100%;
}
.module-footer img{
width: 100%;
}
.module-footer-left{
width: 63.2%;
float: left;
}
.module-footer-right{
width: 36.65%;
float: left;
}
.module-newsletter{
/* background-color: #8bc954; */
background-color: #ff5757;
border-top: 4px solid #c43d3d;
box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.15);
color: #fff;
font-family: "Open Sans","Helvetica","Arial","sans-serif";
height: 70px;
left: 0;
margin: 0 0 20px;
padding: 0;
width: 100%;
}
.module-newsletter p {
padding-left: 10px !important;
color:#FFF;
}
.module-newsletter form p label {
color: #fff;
font-weight: normal;
text-shadow: none;
}
.module-newsletter ul li{
list-style: none;
}
.module-newsletter p.uppercase {
text-transform: uppercase;
}
.nobootstrap {
min-width: 1024px !important;
}