-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwcchiclana2017.css
49 lines (43 loc) · 898 Bytes
/
wcchiclana2017.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
/* CSS personalizado EXTERNO de 2017.chiclana.wordcamp.org */
.main-navigation li {
background: #981932;
}
/* CAJA AVISO
================== */
div.aviso {
padding: 0.5rem 2rem;
background: papayawhip;
border: 2px solid antiquewhite;
}
/* CAJA IMPORTANTE
================== */
div.importante {
background: aliceblue;
padding: 2rem;
border: 1px solid chocolate;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback
.comment-body > a {
color:#981932 !important;
text-decoration: underline;
border-bottom:none !important;
}
/* btn Acción
================== */
.btn-accion {
background: #981932;
text-align: center;
padding: 12px 0.4rem;
border-radius: 5px;
max-width: 500px;
margin: 0 auto;
}
a .btn-accion {
color:#fff !important;
text-decoration: none !important;
border-bottom:none !important;
}