-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (68 loc) · 1.44 KB
/
Copy pathstyle.css
File metadata and controls
73 lines (68 loc) · 1.44 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
/*
Theme Name: FFLAB-ALpha Child
Description: Child di FFLAB-ALPHA.
Author: Francesco Riggio
Author URI: http://www.fflab.info
Version: 3.0
Template: fflab-alpha
*/
/* Importo i fogli di stile del tema parent */
/* @import url("../fflab-alpha/css/bootstrap.min.css"); */
/* @import url("../fflab-alpha/style.css"); */
body{
font-size: 21px;
line-height: 33px;
/* font-family: 'Atma',Helvetica, Arial, sans-serif;*/
font-family: 'Titillium Web',Helvetica, sans-serif;
font-weight: 300;
}
img{
max-width: 100%;
height: auto;
}
.navbar-brand a{
font-weight: 600;
}
/*added for thumbnail title*/
.bigtitle{
color: #ffffff;
text-transform: uppercase;
font-weight: 600;
padding: 20px;
height: 350px;
padding: 100px 20px 100px;
text-shadow: 2px 2px 2px #000;
font-size: 40px;
text-align: center;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
line-height: 60px;
}
.bigtitle a{
color: white;
text-transform: uppercase;
padding: 20px;
}
.bigtitle a:hover{
text-decoration: none;
color: #96352f;
text-shadow: 2px 2px 2px #fff;
}
@media (max-width: 768px){
.bigtitle{
font-size: 30px;
line-height: 40px;
}
}
.has-post-thumbnail img {
margin: 0 auto;
height: auto;
}
.wp-caption-text{
font-size:14px;
}
.fancybox-title-float-wrap .child{
border-radius: 0px;
padding: 3px;
}