X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;fp=css%2Fcustom.css;h=e4042eeed8508910d22153f0e13a4e52589fb8a1;hb=7dc3247307f2e86af154dc449224f22ba8923c79;hp=0000000000000000000000000000000000000000;hpb=e9e5c8a440a6e3a088a4b9330650e310561ef518;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..e4042ee --- /dev/null +++ b/css/custom.css @@ -0,0 +1,59 @@ +div#title,div#subtitle{ + font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; + font-weight: bold; + text-align: center; + padding: 0; + margin: 0; +} + +div#title{ + font-size: 7em; +} + +div#subtitle{ + font-size: 3em; +} + +span.i{ + color: #F00; +} + +span.Eval{ + color: #0F0; +} + +footer{ + width: 60em; + margin: auto; + margin-top: 6em; + white-space: pre-wrap; + color: #777; +} + +#logo { + margin: 5em auto 2em; + display: block; +} + +h1 { + font-size: 2em !important; +} + +.txtstuff { + overflow: hidden; +} + +.hiddendiv { + display: none; + white-space: pre-wrap; + word-wrap: break-word; + overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ +} + +a.thumbnail { + border: none !important; +} + +div.container-fluid { + padding: 0 15px; +} \ No newline at end of file