A simple Whois server with a simple simple API and a front-end built with AngularJS.

tomorrow-night-eighties.css 1.4KB

    /* Tomorrow Night Eighties Theme */ /* Original theme - https://github.com/chriskempson/tomorrow-theme */ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ .tomorrow-comment, pre .comment, pre .title { color: #999999; } .tomorrow-red, pre .variable, pre .regexp, pre .ruby .constant, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #f2777a; } .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant, pre .ruby .function .title, pre .ruby .title .keyword, pre .keyword { color: #D58B49; } .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute, pre .attribute, pre .tag, pre .xml .tag .title { color: #ECC982; } .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .xml .cdata { color: #B4C978; } .tomorrow-aqua, pre .css .hexcolor { color: #66cccc; } .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .symbol, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #7AA3BC; } .tomorrow-purple, pre .javascript .function { color: #cc99cc; } pre code { display: block; background: #2F2F2F; color: #cccccc; font-family: Menlo, Monaco, Consolas, monospace; line-height: 1.5; border: 1px solid #ccc; padding: 10px; }