Initial commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 723 B |
Binary file not shown.
|
After Width: | Height: | Size: 106 B |
@@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>osu! Optimizer by Thayol</title>
|
||||
<style>{{ STYLE }}</style>
|
||||
</head>
|
||||
<body id="body">
|
||||
@@ -0,0 +1,20 @@
|
||||
html {
|
||||
font-family: Roboto, sans-serif;
|
||||
background-color: #111111;
|
||||
color: White;
|
||||
}
|
||||
.beatmapset, .beatmap {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.beatmap {
|
||||
margin: 5px 0;
|
||||
padding: 10px;
|
||||
}
|
||||
a:link, a:hover, a:active, a:visited {
|
||||
color: HotPink;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
.small-background {
|
||||
max-height: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user