X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=c4b985387fad3c2acaa5a85c89645dc4c3177aea;hb=77a593ad89d90a42d70510d637d88d25ada625df;hp=429e4895a31cc4f7cbdfb6b9227580b52c410abb;hpb=f34254b8ee796c7b3416d6b6b31886c10fcf62c1;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 429e489..c4b9853 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,63 +1,61 @@ -div#title,div#subtitle{ - font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; +h1#title{ font-weight: bold; text-align: center; - padding: 0; - margin: 0; + font-size: 3em !important; } -div#title{ - font-size: 7em; +footer{ + width: 60em; + margin: auto; + margin-top: 6em; + color: #777; } -div#subtitle{ - font-size: 3em; +div.container-fluid { + padding: 0 15px; } -span.i{ - color: #C00; +.form-control { + max-width: 30em; } -span.Eval{ - color: #0C0; +div#result{ + text-align: center; } -footer{ - width: 60em; - margin: auto; - margin-top: 6em; - white-space: pre-wrap; - color: #777; +.table-fixed{ + table-layout: fixed; +} + +.tracker-mark.tick { + color: green; } -#logo { - margin: 5em auto 2em; - display: block; +.tracker-mark.x{ + color: red; } -h1 { - font-size: 2em !important; +#ctcountdown { + text-align: center; + font-size: 200%; } -.txtstuff { - overflow: hidden; +.reqjs { + display: none !important; } -.hiddendiv { - display: none; - white-space: pre-wrap; - word-wrap: break-word; - overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ +td.user, td.owner { + word-break: break-all; } -a.thumbnail { - border: none !important; +#themes { + margin-left: 0; } -div.container-fluid { - padding: 0 15px; +#themes:before { + content: " Themes: "; } -.list-group-item, .form-control { - max-width: 30em; +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; }