diff --git a/s/pink.css b/s/pink.css new file mode 100644 index 0000000..cad8218 --- /dev/null +++ b/s/pink.css @@ -0,0 +1,53 @@ +.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 diff --git a/s/style.css b/s/style.css index ef180f0..4c1e475 100644 --- a/s/style.css +++ b/s/style.css @@ -15,7 +15,7 @@ body { } input, select, textarea { - border: 1px double #07371F; + border: 1px double #99ff00; background: #282A2E; color: #f1e3ce; font-family: 'Hack', monospace, sans-serif; diff --git a/s/theme.js b/s/theme.js index 2747ed9..e19167a 100644 --- a/s/theme.js +++ b/s/theme.js @@ -3,9 +3,9 @@ var themes = [ { label : 'Cyber', id : 'cyber' }, { - file : 'jungle.css', - label : 'Jungle', - id : 'jungle' + file : 'pink.css', + label : 'pinkf0ck', + id : 'pink' } ]; var customCss;