Update index.html

This commit is contained in:
Soitora 2019-05-20 23:54:16 +02:00 committed by GitHub
parent fcfe5150fc
commit 65c8986a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@
} }
.xhs { .xhs {
width: 300px; width: 300px;
height: 485px; height: 350px;
background-color: transparent; background-color: transparent;
position:absolute; position:absolute;
@ -75,7 +75,6 @@
margin-bottom: 0px; margin-bottom: 0px;
margin-top: 0px; margin-top: 0px;
margin-left: 16px; margin-left: 16px;
margin-right: 16px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -89,22 +88,13 @@
margin-bottom: 0px; margin-bottom: 0px;
margin-top: 5px; margin-top: 5px;
margin-left: 32px; margin-left: 32px;
margin-right: 32px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
.xhs h2 span.purple { .xhs h1.blue {
color: var(--xhs-purple); color: var(--xhs-blue);
text-transform: uppercase;
}
.xhs h2 span.green {
color: var(--xhs-green);
text-transform: uppercase;
}
.xhs h2 span.red {
color: var(--xhs-red);
text-transform: uppercase; text-transform: uppercase;
} }
@ -113,7 +103,7 @@
</head> </head>
<body> <body>
<div class="xhs"> <div class="xhs">
<h1 class="xhs-head"><a href="https://github.com/Soitora/xhs-styles">XHS Styles Repository</a></h1></br> <h1 class="xhs-head blue"><a href="https://github.com/Soitora/xhs-styles">XHS Styles Repository</a></h1></br>
<p class="xhs-desc"><a href="xhs-styles/animefillerlist.css">animefillerlist.css</a></p> <p class="xhs-desc"><a href="xhs-styles/animefillerlist.css">animefillerlist.css</a></p>
<p class="xhs-desc"><a href="xhs-styles/animefillerlist-userstyles.css">animefillerlist-userstyles.css</a></p> <p class="xhs-desc"><a href="xhs-styles/animefillerlist-userstyles.css">animefillerlist-userstyles.css</a></p>
<p class="xhs-desc"><a href="xhs-styles/crunchyroll.css">crunchyroll.css</a></p> <p class="xhs-desc"><a href="xhs-styles/crunchyroll.css">crunchyroll.css</a></p>