Доработка стиля

This commit is contained in:
2021-06-27 00:17:29 +03:00
parent 0fd9560f51
commit 5c1b4c725e
7 changed files with 40 additions and 14 deletions

View File

@@ -1,5 +1,9 @@
* {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
min-width: 120px;
min-width: 160px;
}
/* The switch - the box around the slider */
.switch {
@@ -79,7 +83,7 @@ input:checked + .slider:before {
h3 {
margin-bottom: 0;
padding: .5rem 0 .5rem 0;
padding: 1rem 0 .5rem 0;
}
.idToHide {
@@ -108,10 +112,11 @@ h3 {
}
.donation_btn {
cursor: pointer;
text-align: right;
margin-top: .5rem;
}
.donation_btn > a {
a {
text-decoration: none;
color: hsl(207, 90%, 35%);
}

View File

@@ -5,7 +5,7 @@
</head>
<body>
<div class="header">
<h3 align="center">Vk Mute</h3>
<h3 align="center">VK Mute</h3>
</div>
<!--<button id="disableButton">Toggle</button>-->
<div style="text-align: center;">
@@ -17,7 +17,7 @@
<div id="id_list">
</div>
<div class="donation_btn">
<a href="./donate.html" target="_blank">💸</a>
<a href="./donate.html" title="Пожертвовать" target="_blank">💸</a>
</div>
</body>
</html>