mirror of
https://github.com/anatolykopyl/vk-mute.git
synced 2026-03-26 21:05:16 +00:00
Доработка стиля
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user