From a2822ba113a35dc5a964fd7a2db66eb26faa9c2d Mon Sep 17 00:00:00 2001 From: sirx Date: Sat, 5 Nov 2016 19:15:40 +0100 Subject: [PATCH] upsi fail --- s/pink.css | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/s/pink.css b/s/pink.css index 7af9737..cad8218 100644 --- a/s/pink.css +++ b/s/pink.css @@ -1 +1,53 @@ -You are being redirected. \ No newline at end of file +.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; +} \ No newline at end of file