From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- Neutron-trunk/resources/css/ready.css | 52 ----------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 Neutron-trunk/resources/css/ready.css (limited to 'Neutron-trunk/resources/css/ready.css') diff --git a/Neutron-trunk/resources/css/ready.css b/Neutron-trunk/resources/css/ready.css deleted file mode 100644 index df489ba..0000000 --- a/Neutron-trunk/resources/css/ready.css +++ /dev/null @@ -1,52 +0,0 @@ -* { - font-family: CMS, Arial, Calibri, Ubuntu, Roboto, Liberation Sans, Helvetica, sans-serif; -} - -body { - background-image: url("../image/oobe.jpg"); - background-size: 100%; - background-repeat: no-repeat; - background-position: initial; -} - -.discover { - max-width: 40%; -} - -a img { - vertical-align: middle; - padding-right: 5px; -} - -a { - padding: 10px; - border-radius: 5px; - border-style: solid; - border-color: black; - border-width: 1px; - text-decoration: none; - color: black; - transition: border-color 200ms, color 200ms; -} - -a:hover { - border-color: rgb(43, 43, 43); - color: rgb(43, 43, 43); -} - -a:active { - border-color: rgb(77, 77, 77); - color: rgb(77, 77, 77); -} - -hr { - width: 64px; - border-color: black; - border-style: solid; - border-width: 1px; - border-bottom: none; -} - -a:hover > img { - filter: opacity(75%); -} \ No newline at end of file -- cgit