mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01:00
update styles
This commit is contained in:
parent
3ecd9f05e4
commit
f495f40be6
|
@ -3,11 +3,35 @@
|
||||||
<title> websocket events </title>
|
<title> websocket events </title>
|
||||||
<script type="text/javascript" src="leftpad.js">
|
<script type="text/javascript" src="leftpad.js">
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
pre#log {
|
||||||
|
z-index: 1;
|
||||||
|
color: white;
|
||||||
|
position: fixed;
|
||||||
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
|
font-size: 10px;
|
||||||
|
box-shadow 0px 0px 10px 10px #1a1a1a;
|
||||||
|
backgroud: rgba(1,1,1,0.5);
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body, canvas#main {
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
canvas#main {
|
||||||
|
position: fixed;
|
||||||
|
left: 0px;
|
||||||
|
top: 0px;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="background: #222;">
|
<body>
|
||||||
<pre id="log" style="z-index: 1; color: white; position: fixed; right: 0px; top: 0px; font-size: 10px;">
|
<pre id="log"></pre>
|
||||||
</pre>
|
<canvas id="main">
|
||||||
<canvas id="main" style="background: #222; position: fixed; left: 0px; top: 0px; z-index: -1">
|
|
||||||
</canvas>
|
</canvas>
|
||||||
<script type="text/javascript" src="ui.js">
|
<script type="text/javascript" src="ui.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue