X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=ffdd79e1843e6a86b48a92714f3815df96d15ab0;hb=5fafe1eef38c21a43482b3c5089984b9a913b6cf;hp=429e4895a31cc4f7cbdfb6b9227580b52c410abb;hpb=f34254b8ee796c7b3416d6b6b31886c10fcf62c1;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 429e489..ffdd79e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,33 +1,7 @@ -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; -} - -div#title{ - font-size: 7em; -} - -div#subtitle{ - font-size: 3em; -} - -span.i{ - color: #C00; -} - -span.Eval{ - color: #0C0; -} - -footer{ - width: 60em; - margin: auto; - margin-top: 6em; - white-space: pre-wrap; - color: #777; + font-size: 3em !important; } #logo { @@ -61,3 +35,27 @@ div.container-fluid { .list-group-item, .form-control { max-width: 30em; } + +div#result{ + text-align: center; +} + +footer{ + padding: 1.5em 0; +} + +a.dropdown-toggle{ + cursor: pointer; +} + +#sponsors a.logo{ + margin-bottom: 1em; +} + +.table-fixed{ + table-layout: fixed; +} + +code { + background-color: inherit; +}