Skip to content

Commit 1d0eeb8

Browse files
authored
start file upload
1 parent 901f43f commit 1d0eeb8

29 files changed

+3254
-0
lines changed

bookmark.png

41.9 KB
Loading

c.html

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html lang="en">
2+
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Hypertab Contributors</title>
7+
<link rel="stylesheet" href="../css/css.css" />
8+
<script src="js/xor.js"></script>
9+
<script src="js/bookmarks.js"></script>
10+
</head>
11+
12+
<body id="body" style="background-color: rgb(50, 54, 57)">
13+
<div class="center">
14+
<h1 id="headtxt">Contributors</h1>
15+
<p id="txt">
16+
These are people that contributed to the Hypertabs project.
17+
</p>
18+
<div class="btns">
19+
<div onclick="location.href=path+xor.encode('https://github.com/B3ATDROP3R')" class="crm">
20+
<img class="icn" src="fetch/hvtrs8%2F-atavaps%2Cgktju%60uqepcmnvelt%2Ccmm-u-1%3A314467%3Ft%3D6" />
21+
<b><a class="btn1" id="bo">B3ATDROP3R</a></b>
22+
</div>
23+
<br />
24+
<div onclick="location.href=path+xor.encode('https://github.com/caracal-js')" class="crm">
25+
<img class="icn" src="/fetch/hvtrs8%2F-atavaps%2Cgktju%60uqepcmnvelt%2Ccmm-u-5%3B2%3B7412%3Ft%3D6" />
26+
<a class="btn">caracal-js</a>
27+
</div>
28+
<div onclick="location.href=path+xor.encode('https://luphoria.com')" class="crm">
29+
<img class="icn" id="lu" src="/fetch/hvtrs8%2F-atavaps%2Cgktju%60uqepcmnvelt%2Ccmm-u-62329%3B31%3Ft%3D6" />
30+
<a class="btn">luphoria</a>
31+
</div>
32+
</div>
33+
</div>
34+
</body>
35+
36+
</html>

css/chrome-tabs-dark-theme.css

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.chrome-tabs.chrome-tabs-dark-theme {
2+
background: #202124;
3+
}
4+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab .chrome-tab-dividers::before,
5+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab .chrome-tab-dividers::after {
6+
background: #4a4d51;
7+
}
8+
.chrome-tabs.chrome-tabs-dark-theme
9+
.chrome-tab
10+
.chrome-tab-background
11+
> svg
12+
.chrome-tab-geometry {
13+
fill: #292b2e;
14+
}
15+
.chrome-tabs.chrome-tabs-dark-theme
16+
.chrome-tab[active]
17+
.chrome-tab-background
18+
> svg
19+
.chrome-tab-geometry {
20+
fill: #323639;
21+
}
22+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab .chrome-tab-title {
23+
color: #9ca1a7;
24+
}
25+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab[active] .chrome-tab-title {
26+
color: #f1f3f4;
27+
}
28+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab .chrome-tab-close {
29+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(154, 160, 166, .8)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>");
30+
}
31+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab .chrome-tab-close:hover {
32+
background-color: #5f6368;
33+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(255, 255, 255, .7)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>");
34+
}
35+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tab .chrome-tab-close:hover:active {
36+
background-color: #80868b;
37+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(255, 255, 255, .9)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>");
38+
}
39+
.chrome-tabs.chrome-tabs-dark-theme .chrome-tabs-bottom-bar {
40+
background: #323639;
41+
}

css/chrome-tabs-dark-theme.styl

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
dividersBackgroundColor = #4a4d51
2+
activeTabBackgroundColor = #323639
3+
4+
.chrome-tabs.chrome-tabs-dark-theme
5+
background #202124
6+
7+
.chrome-tab
8+
9+
.chrome-tab-dividers
10+
11+
&::before, &::after
12+
background #4a4d51
13+
14+
.chrome-tab-background > svg .chrome-tab-geometry
15+
fill #292b2e
16+
17+
&[active] .chrome-tab-background > svg .chrome-tab-geometry
18+
fill activeTabBackgroundColor
19+
20+
.chrome-tab-title
21+
color #9ca1a7
22+
23+
&[active] .chrome-tab-title
24+
color #f1f3f4
25+
26+
.chrome-tab-close
27+
background-image url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(154, 160, 166, .8)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>")
28+
29+
&:hover
30+
background-color #5f6368
31+
background-image url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(255, 255, 255, .7)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>")
32+
33+
&:active
34+
background-color #80868b
35+
background-image url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path stroke='rgba(255, 255, 255, .9)' stroke-linecap='square' stroke-width='1.5' d='M0 0 L8 8 M8 0 L0 8'></path></svg>")
36+
37+
.chrome-tabs-bottom-bar
38+
background activeTabBackgroundColor

0 commit comments

Comments
 (0)