Skip to content

Commit fd4d427

Browse files
committedJan 4, 2018
O chat foi adicionado.
1 parent aef0427 commit fd4d427

File tree

335 files changed

+51845
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+51845
-33
lines changed
 

‎Chat/css/main.css

+270
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,270 @@
1+
.img-circle {
2+
border-radius: 50%;
3+
}
4+
5+
#scroll {
6+
overflow-y: scroll;
7+
height: 570px;
8+
}
9+
10+
div {
11+
overflow-wrap: break-word;
12+
}
13+
14+
* {
15+
box-sizing: border-box;
16+
}
17+
18+
li a {
19+
color: white;
20+
}
21+
22+
p {
23+
font-size: 1.3em;
24+
}
25+
26+
body {
27+
margin: 0;
28+
font-family: 'Abhaya Libre';
29+
font-size: 16px;
30+
}
31+
32+
h1 {
33+
color: #272981;
34+
}
35+
36+
ul {
37+
list-style-type: none;
38+
}
39+
40+
.normal-list {
41+
display: list-item !important;
42+
}
43+
44+
li {
45+
display: inline;
46+
margin: 0px 10px;
47+
}
48+
49+
.center {
50+
text-align: center;
51+
}
52+
53+
.entire-screen {
54+
padding: 10px 10px;
55+
float: left;
56+
width: 100%;
57+
}
58+
59+
.half-screen {
60+
padding: 10px 10px;
61+
float: left;
62+
width: 50%;
63+
}
64+
65+
.third-screen {
66+
padding: 10px 10px;
67+
float: left;
68+
width: 33.333333333333333333333%;
69+
}
70+
71+
.two-third-screen {
72+
padding: 10px 10px;
73+
float: left;
74+
width: 66.666666666666666666666%;
75+
}
76+
77+
.quart-screen {
78+
padding: 10px 10px;
79+
float: left;
80+
width: 25%;
81+
}
82+
83+
.fifteen-screen {
84+
padding: 10px 10px;
85+
float: left;
86+
width: 15%;
87+
}
88+
89+
.ninetyfive-screen {
90+
padding: 10px 10px;
91+
float: left;
92+
width: 95%;
93+
}
94+
95+
.five-screen {
96+
padding: 10px 10px;
97+
float: left;
98+
width: 5%;
99+
}
100+
101+
.dashboard-option {
102+
padding: 0px 0px !important;
103+
border: 1px solid black;
104+
}
105+
106+
.seventy-screen {
107+
padding: 10px 10px;
108+
float: left;
109+
width: 70%;
110+
}
111+
112+
.main-button {
113+
background-color: #272981;
114+
padding: 25px 25px;
115+
border: 1px solid #272981;
116+
border-radius: 25px;
117+
font-size: 1.6em;
118+
color: white;
119+
width: 260px;
120+
font-weight: lighter;
121+
cursor: pointer;
122+
}
123+
124+
.half-screen .entire-screen {
125+
padding: 0;
126+
margin: 0;
127+
}
128+
129+
.blue-theme {
130+
background-color: #272981;
131+
color: white;
132+
}
133+
134+
@media screen and (max-width: 700px) {
135+
.half-screen {
136+
padding: 10px 10px;
137+
float: left;
138+
width: 100%;
139+
}
140+
}
141+
142+
@media screen and (max-width: 934px) {
143+
.third-screen-screen {
144+
padding: 10px 10px;
145+
float: left;
146+
width: 50%;
147+
}
148+
}
149+
150+
@media screen and (max-width: 462px) {
151+
.third-screen-screen {
152+
padding: 10px 10px;
153+
float: left;
154+
width: 100%;
155+
}
156+
}
157+
158+
@media screen and (max-width: 1120px) {
159+
.seventy-screen {
160+
padding: 10px 10px;
161+
float: left;
162+
width: 100%;
163+
}
164+
165+
.fifteen-screen {
166+
padding: 10px 10px;
167+
float: left;
168+
width: 100%;
169+
}
170+
}
171+
172+
.navbar {
173+
overflow: hidden;
174+
border-bottom: 1px solid #272981;
175+
background-color: white;
176+
position: fixed;
177+
top: 0;
178+
width: 100%;
179+
}
180+
181+
.navbar a {
182+
float: left;
183+
display: block;
184+
color: #f2f2f2;
185+
text-align: center;
186+
padding: 14px 16px;
187+
text-decoration: none;
188+
font-size: 17px;
189+
}
190+
191+
.right {
192+
text-align: right;
193+
}
194+
195+
.left {
196+
text-align: left;
197+
}
198+
199+
.right li {
200+
font-weight: bold;
201+
color: #272981;
202+
font-size: 1.5em;
203+
}
204+
205+
.aside {
206+
background-image: url("/img/ErasmusPlus.png");
207+
/*height: 180vh;*/
208+
height: 1270px;
209+
width: 25vw;
210+
float: right;
211+
background-repeat: no-repeat;
212+
background-size: cover;
213+
}
214+
215+
.form {
216+
border: 2px solid #272981;;
217+
height: 100%;
218+
margin: 5% 5%;
219+
padding: 12px;
220+
}
221+
222+
input[type=text], input[type=password], input[type=email], select {
223+
width: 90%;
224+
padding: 10px 22px;
225+
margin: 6px 2px;
226+
display: inline-block;
227+
border: 1px solid #272981;;
228+
}
229+
230+
button {
231+
background-color: #272981;;
232+
color: white;
233+
padding: 10px 20px;
234+
margin: 8px 0;
235+
border: none;
236+
cursor: pointer;
237+
width: 70%;
238+
}
239+
240+
span.pw {
241+
padding-top: 28px;
242+
padding-right: 2px;
243+
float: right;
244+
}
245+
246+
.cancelbutton {
247+
width: 45%;
248+
}
249+
250+
.field-size {
251+
height: 71px;
252+
padding: 20px;
253+
text-align: right;
254+
font-size: 24px;
255+
}
256+
257+
.center-vertically {
258+
position: absolute;
259+
top: 50%;
260+
transform: translateY(-50%);
261+
}
262+
263+
#add:hover, #remove:hover, #change:hover {
264+
background-color: #5e5e5e;
265+
cursor: pointer;
266+
}
267+
268+
.hide {
269+
display: none;
270+
}
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.