diff options
author | Gitea <gitea@fake.local> | 2021-11-10 17:53:50 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-11-10 17:53:50 +0100 |
commit | 8fabf77b2a7720a357c63817c07035a9908818a0 (patch) | |
tree | d689fcac1403e2473010fe80bc337599a78c21a4 /Neutron-trunk/resources/css/ready.css | |
parent | 7b4af63a90a726b98a59b83e53f040a7a566a11d (diff) | |
download | electrode-8fabf77b2a7720a357c63817c07035a9908818a0.tar.gz electrode-8fabf77b2a7720a357c63817c07035a9908818a0.tar.bz2 electrode-8fabf77b2a7720a357c63817c07035a9908818a0.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/css/ready.css')
-rw-r--r-- | Neutron-trunk/resources/css/ready.css | 52 |
1 files changed, 0 insertions, 52 deletions
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 |