forked from devleague/gee-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (85 loc) · 1.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
#main{
width:100%
}
.container{
font-family: Lato;
}
.top {
margin: 10px;
padding: 80px;
background-image: url(https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-9/11156285_10153201845907243_3936722391500294835_n.jpg?oh=e98881023f8e8053a7b5bb7b2b254a31&oe=58296BE6);
background-size: cover;
background-position: center;
}
.name {
font-size: 100px;
color: white;
font-weight: 200;
}
.name:hover {
color: #10a8ca;
}
.email-icon{
border-radius: 50%;
width: 100px;
margin: 1px;
transition: all .5s;
}
.email-icon:hover {
transform: scale(1.5) rotate(360deg);
}
#inbox {
margin-top:35px;
color: white;
font-size: 20px;
font-weight: 200;
}
.mails-head {
background-color: #d0e0eb;
margin: 30px;
padding: 5px;
}
.mails-head th {
font-family: Lato;
font-size: 20px;
text-align: center;
color: white;
font-weight: 300;
}
.mails {
font-family: Lato;
font-size: 15px;
text-align: center;
color: black;
font-weight: 300;
padding: 5px;
}
tbody td {
font-family: Lato;
font-size: 15px;
text-align: center;
color: black;
font-weight: 300;
padding: 5px
}
tbody tr:hover {
background-color: #f0f3f4;
}
.imSelected {
background: rgba(0,0,0,0.1);
}
.notSelected {
background: transparent;
}
.body-container {
padding: 5px;
margin: 5px;
text-align: justify;
}
#body-header {
word-spacing: 2px;
font-size: 15px;
font-weight: 300;
text-align: left;
font-weight: 400;
}