-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpageStyle.css
88 lines (76 loc) · 1.44 KB
/
pageStyle.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
/* NOTE: Although only slightly different from one another, the slime/copmose wrappers and containers are
* my way of designing th
*/
/*What the "slime" frame will look like*/
.slime-wrapper {
border: 3px solid #e6ecf0;
width:30%;
margin-left:35%;
margin-bottom:50px;
border-radius:10px;
padding: 18px;
}
.slime-wrapper-profile {
border: 3px solid #e6ecf0;
width:75%;
margin-left:35%;
margin-bottom:50px;
border-radius:10px;
padding: 18px;
}
/*Creating a bordered window around the slime*/
.slime-imgcontain {
border: 3px solid #e6ecf0;
max-width:50%;
background: #fff;
margin-left:inherit;
margin-top: 15%;
margin-bottom:20%;
border-radius:10px;
padding: 10px;
}
/*Adjusting certain elements slightly to fit the compsure frame*/
.compose-imgcontain {
border: 3px solid #e6ecf0;
max-width:50%;
background: #fff;
margin-left:80%;
margin-top: inherit;
margin-bottom:inherit;
border-radius:10px;
padding: 10px;
}
/*see .compose-imgcontain*/
.compose-textcontain {
border: 3px solid #e6ecf0;
max-width:25%;
max-height:200px;
background: #fff;
margin:inherit;
border-radius:10px;
padding: 10px;
}
/*
Editing the layout of the tweet text
*/
.slime-wrapper p {
font-size: 15px;
font-weight:600;
}
.user {
font-weight:normal;
text-align: center;
margin-left:20px;
}
.icon-green {
color:#198754;
}
.icon-red {
color:#dc3545;
}
.icon-blue{
color: #0dcaf0;
}
.icon-black{
color: black;
}