X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=c4b985387fad3c2acaa5a85c89645dc4c3177aea;hb=77a593ad89d90a42d70510d637d88d25ada625df;hp=f784c4e0414c41deae6f116a9bdb07a1e4b5da75;hpb=20777d844ac7adb5887ea4e50885cd9702b7ee6a;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index f784c4e..c4b9853 100644 --- a/css/custom.css +++ b/css/custom.css @@ -11,35 +11,11 @@ footer{ 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; } -.list-group-item, .form-control { +.form-control { max-width: 30em; } @@ -47,48 +23,39 @@ div#result{ text-align: center; } -a.dropdown-toggle{ - cursor: pointer; -} - .table-fixed{ table-layout: fixed; } -#clock{ - float: right; - margin-right: 1em; +.tracker-mark.tick { + color: green; } -nav li{ - padding: 5px; +.tracker-mark.x{ + color: red; } -ul.inline{ - list-style-type: none; +#ctcountdown { + text-align: center; + font-size: 200%; } -ul.inline li{ - display: inline; +.reqjs { + display: none !important; } -ul.inline li:after { - content: ", "; +td.user, td.owner { + word-break: break-all; } -ul.inline li:last-child:after { - content: ""; +#themes { + margin-left: 0; } -.tracker-mark.tick { - color: green; +#themes:before { + content: " Themes: "; } -.tracker-mark.x{ - color: red; +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; } - -#ctcountdown { - text-align: center; - font-size: 200%; -} \ No newline at end of file