mirror of
https://github.com/nikdoof/busylight.git
synced 2025-12-21 22:39:25 +00:00
Improve webserver page
This commit is contained in:
46
data/index.html
Normal file
46
data/index.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
a {
|
||||
display: inline-block;
|
||||
padding: 0.35em 1.2em;
|
||||
border: 0.1em solid #FFFFFF;
|
||||
margin: 0 0.3em 0.3em 0;
|
||||
border-radius: 0.12em;
|
||||
box-sizing: border-box;
|
||||
text-decoration: none;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-weight: 300;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
transition: all 0.2s;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a.active {
|
||||
background-color: grey;
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #000000;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
@media all and (max-width:30em) {
|
||||
a {
|
||||
display: block;
|
||||
margin: 0.4em auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
~LIST~
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user