-
Notifications
You must be signed in to change notification settings - Fork 0
/
mine.css
107 lines (107 loc) · 1.76 KB
/
mine.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
.container.demo {
padding-top: 100px;
}
.container.demo p {
text-align: left;
}
.itemLista {
border-top: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
margin: 2px 5px 0 0;
background-color: #f5f5f5;
}
.itemLista h2 {
text-align: center;
font-weight: bold;
}
.itemLista a {
color: #555555;
}
.itemLista a :hover {
color: #555555;
text-decoration: none;
}
.pergunta {
border-top: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
background-color: #f5f5f5;
margin-right: 15px;
margin-bottom: 15px;
}
.pergunta p {
font-size: 22px;
line-height: 30px;
margin: 0 5px 10px;
}
.respostas {
margin-left: 0;
}
.respostas ul {
margin: 0 0 10px 0;
}
.respostas li {
padding: 10px;
}
.respostas .indice {
float: left;
font-size: 50px;
font-weight: bold;
margin: 10px 10px 0 0;
}
.respostas .questao {
overflow: hidden;
}
.respostas .questao p {
margin: 0;
}
.respostas .well {
margin-bottom: 15px;
border-top: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
}
.respostas .well-selecionado {
background-color: #c0c0c0;
border-top: 1px solid #696969;
border-bottom: 1px solid #696969;
color: #474747;
font-weight: bold;
}
.navegacao {
font-size: 50px;
margin: 0 20px 0 0;
}
.navegacao a {
color: #555555;
}
.navegacao a :hover {
color: #555555;
text-decoration: none;
}
.navegacao-topo {
font-size: 30px;
}
.navegacao-topo li {
margin-top: 4px;
font-size: 30px;
}
.navegacao-topo li a {
color: #808080;
padding: 0 !important;
}
.navegacao-topo li a :hover {
color: #808080;
text-decoration: none;
}
div .inline {
display: inline;
}
@media (max-width: 767px) {
.container.demo {
padding-top: 0px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.container.demo {
padding-top: 20px;
}
}