This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
152 lines (119 loc) · 2.44 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
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
.sponsors .container-sponsors{
align-items: center;
justify-content: center;
}
.people-make-happen .people-flex{
justify-content: center;
}
nav .participar-nav {
border: #42AABB 1px solid;
padding: 13px 22px;
color: #42AABB;
border-radius: 5px;
font-weight: 900;
}
nav .participar-nav:hover {
border: rgba(49,130,206,var(--text-opacity)) 1px solid;
}
/* Projects Start */
.container .projetos-svg {
margin-left: -33rem;
top: 6px;
transform: rotate(9deg);
}
.list-projects ul li:before {
content: "·";
font-size: 15px;
vertical-align: top;
padding-right: 7px;
font-weight: bold;
}
/* Projects End */
/* Partners Start*/
.partners .column-texts{
height: 600px;
}
.partners .image-container {
left: 10%;
}
.know-more {
color: #42AABB;
}
.midia-link:hover .know-more{
color: #368d9b;
}
.maintainers-container{
max-width: 350px;
}
.supporter svg {
margin-left: 47rem;
width: 37rem;
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
.supporter svg {
margin-left: 44rem;
width: 29rem;
margin-top: 12px;
}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
.supporter svg {
margin-left: 46rem;
width: 32rem;
margin-top: 7px;
}
}
@media screen and (min-width: 1300px){
.supporter svg {
margin-left: 51rem;
width: 38rem;
}
}
.people-make-happen .image-people-container img {
max-width: 150px;
}
/* Partners End*/
/* Partner Start*/
.partner .column-texts{
height: 595px;
}
@media screen and (max-width: 768px){
.partner .column-texts{
height: 400px;
}
}
.partner .rectangle-1{
max-width: 350px;
height: 445px;
/* Light Blue */
background: #42AABB;
box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
border-radius: 20px;
}
.partner .rectangle-2{
max-width: 350px;
height: 445px;
/* Dark Blue */
background: #1A202C;
box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
border-radius: 20px;
}
.partner .rectangle-3{
max-width: 350px;
height: 445px;
/* Light Blue */
background: #42AABB;
box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
border-radius: 20px;
}
.partner .rectangles h2,
.partner .rectangles p{
text-align: center;
}
/* Partner End*/
/* In The Media Start*/
.title-na-midia{
height: 115px;
overflow: hidden;
}
/* In The Media End*/