-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepicnewtabpage.css
118 lines (112 loc) · 2.31 KB
/
epicnewtabpage.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
body {
font-size:10px;
font-family: sourcecodepro;
color:#C8C8C8;
background-color: #121212;
height: 100%;
background-position:center center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
scrollbar-color: #202020 #121212;
scrollbar-width: thin;
}
/* slightly transparent fallback */
.leftbox{float: left;
width: 49%;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
height:120px;
line-height:15px;
}
#txt {
color: #e8e8e8;
float: left;
width: 49%;
font-size: 24px;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left:12%;
height:120px;
line-height:15px;
}
.SiteSearch input {
font-size:10px;
border-left:0px;
border-right:0px;
border-top:0px;
margin: 8px;
width: 50%;
/*border-radius:15px;*/
background-color:#121212;
color:#C8C8C8;
padding:8px 15px;
font-family:sourcecodepro;
opacity: 0.6;
}
.SiteSearch input:hover {
font-size:10px;
border-left:0px;
border-right:0px;
border-top:0px;
margin: 8px;
width: 50%;
/*border-radius:15px;*/
background-color:#141414;
color:#C8C8C8;
padding:8px 15px;
font-family:sourcecodepro;
opacity: 0.9;
}
.row{float: left;
width: 35%;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 30px;
height:200px;
line-height:15px;
background-color: #121212;
text-overflow: ellipsis;
/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: auto;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(20px);
}
.row::before{
content: '';
float: left;
width: 35%;
position: absolute;
margin: auto;
top: 0;
bottom: 0;
right: 30px;
height:200px;
opacity: 0.6;
text-overflow: ellipsis;
/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: show;
z-index: -1;
}
.column{float:left; margin: 5px;}
.procrastination{margin: 5px;}
a:link {color:#C8C8C8;}
a:visited {color:#C8C8C8;}
a:hover{color: #C8C8C8;}
.row:after {
content: "";
display: table;
clear: both;
}
@font-face {
font-family: 'sourcecodepro';
src: url('SourceCodePro-Regular.ttf') format('truetype');
}