-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrasa2018.css
210 lines (193 loc) · 3.92 KB
/
brasa2018.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
/*
Você pode adicionar seu próprio CSS aqui.
Clique no ícone de ajuda acima para saber mais.
*/
/*
Load source sans pro
*/
@import( 'https://fonts.googleapis.com/css?family=Source+Sans+Pro' );
@media ( max-width: 520px ) {
section#hero h2.hero-large-text > img {
max-width: 75%;
}
}
.section-portfolio .entry-excerpt {
display: none;
}
.section-portfolio .list-article {
height: 221px !important;
}
.section-services .service-item {
display: none;
}
.contact-form input[type=email], .contact-form input[type=text] {
width: 90% !important;
max-width: 90%;
}
.contact-form textarea {
height: 100px;
width: 90%;
}
.contact-form input[type="submit"] {
width: 90% !important;
max-width: 90%;
}
.section-featuredpage:before {
background-color: rgba(0,0,0,0.1);
display: block;
}
body.home header:not(.header-fixed ) img {
opacity:0;
}
.section-portfolio .container {
width:100% !important;
max-width:100%;
}
.section-portfolio .container .list-article-thumb {
margin-right:0;
}
@media screen and ( max-width: 700px ) {
.section-portfolio .container .list-article-thumb {
margin-top: 0;
margin-bottom: 0;
}
.section-portfolio .container .list-article-thumb img {
height: 160px;
}
}
.section-portfolio .container .list-article-content {
display:none;
}
#portfolio .section-content {
overflow: inherit !important;
}
#portfolio .col-sm-12 {
padding-left: 0 !important;
padding-right:0 !important;
}
#portfolio {
padding-bottom: 0;
overflow: inherit;
}
.header-fixed .coletivo-menu>li>a, body:not( .home ) header .coletivo-menu>li>a{
color: #188EA0;
}
@media screen and ( max-width: 700px ) {
#portfolio article.list-article {
height:160px !important;
}
}
@media screen and ( min-width: 1360px ) {
#portfolio article.list-article img,
#portfolio article.list-article {
height: 230px !important;
}
}
@media screen and ( min-width: 1900px ) {
#portfolio article.list-article img,
#portfolio article.list-article {
height: 320px !important;
}
}
#portfolio article.list-article img {
transition:300ms ease all;
opacity: 1 !important;
}
#portfolio article.list-article img:hover {
transform: scale(1.1060);
transition:300ms ease all;
box-shadow: -2px 2px 5px 1px rgba(0,0,0,0.29);
}
/* Source Sans pro */
body #page *:not( i ) {
font-family: 'Source Sans Pro', sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
font-family: 'Source Sans Pro', sans-serif !important;
}
.single-jetpack-portfolio h3, .single-jetpack-portfolio h2{
text-align:center;
}
.single-jetpack-portfolio .secao-margin{
max-width:1000px;
margin:0 auto;
}
.single-jetpack-portfolio #mais {
text-align:left;
}
.tel {
padding-right: 0rem;
padding-left: 0rem;
font-size: 1.8em;
}
.profile-footer {
padding-right: 0rem;
padding-left: 0rem;
font-size: 1.8em;
}
.profile-header img {
margin: 0 0 40px;
}
/**
*
* Footer com bg de graffiti do site antigo
*
*/
footer.site-footer .site-info{
background: url( 'images/bg-rodape.jpg' ) #454545 repeat fixed right center;
clear: both;
padding:60px 0;
}
/**
*
* Seção Pagina destacada
*
*/
.section-featuredpage {
background-attachment: fixed !important;
}
.single-jetpack-portfolio #video {
min-height: 200px;
position:relative;
}
.single-jetpack-portfolio .video_icon {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(50px, 100px);
-webkit-transform: translate(50px, 100px);
transform: translate(-50%, -50%);
}
/**
*
* Single portfolio
*
*/
body.single-jetpack-portfolio #conteudo h3,
body.single-jetpack-portfolio #mais h2 {
font-size:40px;
text-transform: uppercase;
padding-top: 40px;
padding-bottom: 10px;
}
body.single-jetpack-portfolio #conteudo .conteudo-interno {
font-size: 1.25rem;
}
nav.menu-portfolio {
background:#e5e5e5;
position: fixed;
z-index: 99;
right:-20vw;
transition:700ms linear all;
opacity:0.7;
top:24vh;
}
nav.menu-portfolio.active {
opacity: 1;
right: 15px;
transition:700ms linear all;
}