Skip to content

Commit 799ee84

Browse files
committed
cleanup
1 parent 211ebe0 commit 799ee84

File tree

1 file changed

+32
-22
lines changed

1 file changed

+32
-22
lines changed

amisforum/live/conference/index.html

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,51 @@
1515
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
1616
<link rel="shortcut icon" type="image/x-icon" href="./favicon.png">
1717
<script src='https://www.google.com/recaptcha/api.js'></script>
18-
<style>
18+
<style>
1919
.animation_background {
20-
width: 100%;
21-
bottom: 0%;
22-
height: 100%;
23-
position: fixed;
24-
}
20+
width: 100%;
21+
bottom: 0%;
22+
height: 100%;
23+
position: fixed;
24+
}
2525

2626
#input_l, #input_r {
27-
margin: 10px;
28-
}
27+
margin: 10px;
28+
}
2929

3030
.btn {
31-
margin-right:10px;
32-
}
31+
margin-right:10px;
32+
}
3333

3434
#info{
35-
padding-left:0px;
36-
padding-top: 1px;
37-
38-
}
35+
padding-left:0px;
36+
padding-top: 1px;
37+
38+
}
3939

4040
li{
41-
margin-top: 0.3vh;
42-
margin: 10px;
43-
}
41+
margin-top: 0.3vh;
42+
margin: 10px;
43+
}
4444

4545
.btn-outline-success.focus, .btn-outline-success:focus {
46-
box-shadow: 0 0 0 0.2rem rgba(75, 70, 70, 0);
47-
}
46+
box-shadow: 0 0 0 0.2rem rgba(0,0,0,0);
47+
}
4848

4949
a:hover, a:visited, a:link, a:active {
50-
text-decoration: none;
51-
outline: 0;
52-
}
50+
text-decoration: none;
51+
outline: 0;
52+
}
53+
54+
</style>
55+
<link rel="shortcut icon" type="image/x-icon" href="./favicon.png">
56+
</head>
57+
<body style="background-color: #242733">
58+
<nav class=" navbar-expand-lg navbar fixed-top navbar-dark bg-dark">
59+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
60+
<span class="navbar-toggler-icon"></span>
61+
</button>
62+
<style>
5363
body {
5464
font-family: Arial, sans-serif;
5565
}

0 commit comments

Comments
 (0)