@@ -37,6 +37,10 @@ button {
0 1px 10px 0 rgb(0 0 0 / 12%);
}
+button:hover {
+ background: #444;
+}
+
#advancedToggle {
margin-top: 1em;
margin-bottom: 2em;
@@ -1,72 +0,0 @@
-<template>
- <v-app id="inspire" dark>
- <v-app-bar app color="lighten-2" flat>
-
- <v-tabs centered class="ml-n9" color="primary" router>
- <v-tab v-for="link in links" :key="link" :to="link.path">
- {{ link.name }}
- </v-tab>
- </v-tabs>
- </v-app-bar>
- <v-main>
- <v-img src="/ui/abstract.svg" style="position: absolute; top: 0; right: 0; width: 100%; height: 100%;" />
- <nuxt />
- </v-main>
- </v-app>
-</template>
-<style>
-html, body {
- overflow: hidden;
-}
-section {
- height: 90vh;
- width: 100vw;
-.mainAltButton {
- margin: 0.25em;
-.center {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
-</style>
-<script>
- export default {
- data: () => ({
- links: [
- {
- name: 'Home',
- path: '/'
- },
- name: 'Install',
- path: '/install'
- name: 'FAQ',
- path: '/faq'
- name: 'Donate',
- path: '/donate'
- name: 'Links',
- path: '/links'
- ],
- }),
- }
-</script>
@@ -1,15 +1,5 @@
<template>
<div>
- <section style="position: relative;">
- <div class="center">
- <center>
- <iframe src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=For%20returnyoutubedislike.com&targets-hint=&default-sum=&button-text=13&hint=&successURL=&quickpay=shop&account=410015901550027&" allowtransparency="true" scrolling="no" width="423" height="222" frameborder="0" />
- </center>
- </div>
- </section>
+ <iframe src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=For%20returnyoutubedislike.com&targets-hint=&default-sum=&button-text=13&hint=&successURL=&quickpay=shop&account=410015901550027&" allowtransparency="true" scrolling="no" width="423" height="222" frameborder="0" />
</div>
</template>