X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=fa66f23e0a647990580939da3796aef6d60652e3;hb=74da6b38dd00947961f695e1f4f6fa61ea40e93f;hp=4239ab8421843a38ed6e3f5a12abda283c3c4497;hpb=d31924ef2cb534377b73a3e0f9a6612678474afc;p=plack-app-gruntmaster.git diff --git a/css/custom.css b/css/custom.css index 4239ab8..fa66f23 100644 --- a/css/custom.css +++ b/css/custom.css @@ -11,30 +11,6 @@ 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; } @@ -55,11 +31,6 @@ a.dropdown-toggle{ table-layout: fixed; } -#clock{ - float: right; - margin-right: 1em; -} - nav li{ padding: 5px; } @@ -86,4 +57,29 @@ ul.inline li:last-child:after { .tracker-mark.x{ color: red; -} \ No newline at end of file +} + +#ctcountdown { + text-align: center; + font-size: 200%; +} + +.reqjs { + display: none !important; +} + +td.user, td.owner { + word-break: break-all; +} + +#themes { + margin-left: 0; +} + +#themes:before { + content: " Themes: "; +} + +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; +}