-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (72 loc) · 2.38 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
body {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-color: #3c373e;
font-weight: 300; }
p {
color: rgba(235, 8, 8, 0.5);
font-weight: 300; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
a:link
{
color: rgb(208, 171, 238);
}
a:visited {
color: hotpink;
}
.content {
padding: 7rem 0; }
h2 {
font-size: 20px;
color: #fff; }
.custom-table {
min-width: 900px; }
.custom-table thead tr, .custom-table thead th {
padding-bottom: 30px;
border-top: none;
border-bottom: none !important;
color: #fff;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .2rem; }
.custom-table tbody th, .custom-table tbody td {
color: rgb(208, 171, 238);;
font-weight: 400;
padding-bottom: 20px;
padding-top: 20px;
font-weight: 300;
border: none;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.custom-table tbody th small, .custom-table tbody td small {
color: rgb(208, 171, 238);
font-weight: 300; }
.custom-table tbody th a, .custom-table tbody td a {
color: rgb(208, 171, 238); }
.custom-table tbody th .more, .custom-table tbody td .more {
color: rgb(208, 171, 238);
font-size: 11px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .2rem; }
.custom-table tbody tr {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.custom-table tbody tr:hover td, .custom-table tbody tr:focus td {
color: #fff; }
.custom-table tbody tr:hover td a, .custom-table tbody tr:focus td a {
color: #fdd114; }
.custom-table tbody tr:hover td .more, .custom-table tbody tr:focus td .more {
color: #fdd114; }
.custom-table .td-box-wrap {
padding: 0; }
.custom-table .box {
background: #fff;
border-radius: 4px;
margin-top: 15px;
margin-bottom: 15px; }
.custom-table .box td, .custom-table .box th {
border: none !important; }