upsi fail
This commit is contained in:
parent
d64d9bf2fa
commit
a2822ba113
54
s/pink.css
54
s/pink.css
|
@ -1 +1,53 @@
|
||||||
<html><body>You are being <a href="https://gitfap.de/users/sign_in">redirected</a>.</body></html>
|
.thumb {
|
||||||
|
border: 2px solid #ff008d;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 1em auto 3em auto;
|
||||||
|
background-color: #1b1a1a;
|
||||||
|
color: #848484;
|
||||||
|
font-family: Monospace;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #ff008d;
|
||||||
|
}
|
||||||
|
|
||||||
|
input, select, textarea {
|
||||||
|
border: 1px double #ff008d;
|
||||||
|
background: #2f2f2f;
|
||||||
|
color: #ffffff;
|
||||||
|
font-family: 'Hack', monospace, sans-serif;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.return {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.id {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a#holland {
|
||||||
|
color: #ff008d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
margin-bottom: 0;
|
||||||
|
background-color: rgba(34, 34, 34, 0.61);
|
||||||
|
border: 5px solid #ff008d;
|
||||||
|
border-radius: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
width: 25%;
|
||||||
|
float: left;
|
||||||
|
position: relative;
|
||||||
|
min-height: 1px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user