-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (71 loc) · 1.39 KB
/
style.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
/*
Theme Name: Treville IGc Subsites (dev)
Theme URL: http://hostinger-tutorials.com
Description: Treville Child Theme for IGc Subsites
Author: John Doe, Erickson Zanon
Author URL: https://github.com/ezanon
Template: treville
Version: 1.1.1
Text Domain: treville-igc-subsites-dev
*/
#cabecalhoIGc {
background-color: #ffffff;
display: flex;
}
#logoIGc {
display: block;
float: left;
}
#logoIGc img {
width: 300px;
padding: 3px 0 3px 0;
}
#utilsIGc {
display: block;
float: right;
color: darkgreen;
padding: 26px 0 0 0;
}
#utilsIGc button {
background: #454545;
}
/**********************************
/*Ajustes WP
/**********************************/
/* imagem alinhada a esquerda do texto */
.wp-block-image .alignleft {
margin-right: 2em;
}
/* imagem alinhada a esquerda do texto */
.wp-block-image .alignright {
margin-left: 2em;
}
/* ? */
.wp-block-image .aligncenter {
margin: auto;
}
/* link para arquivos */
.wp-block-file {
background-color: whitesmoke;
padding: 5px 10px 5px 15px;
}
.wp-block-file::before {
content: ">> ";
}
.more-link {
float: right;
}
/* tamanho do título de um post */
h2.entry-title {
font-size: 1.5rem;
}
.entry-categories {
margin: 0;
}
.entry-header {
padding: 1.5em 1.5em 0 1.5em;
}
/* hr para separar melhor texto com imagem do bloco seguinte */
.wp-block-separator {
clear: both;
}