X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Fcustom.css;h=e4dfe4b0d55d60d09f8950325e1f9d202fc84312;hb=54de918a932a0f580994da0c80ef7cbc82314b3a;hp=4239ab8421843a38ed6e3f5a12abda283c3c4497;hpb=d31924ef2cb534377b73a3e0f9a6612678474afc;p=gruntmaster-page.git diff --git a/css/custom.css b/css/custom.css index 4239ab8..e4dfe4b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,3 +1,8 @@ +body { + padding-left: 15px; + padding-right: 15px; +} + h1#title{ font-weight: bold; text-align: center; @@ -11,79 +16,75 @@ footer{ color: #777; } -#logo { - margin: 5em auto 2em; - display: block; +div.container-fluid { + padding: 0 15px; } -h1 { - font-size: 2em !important; +.form-control { + max-width: 30em; } -.txtstuff { - overflow: hidden; +div#result{ + text-align: center; } -.hiddendiv { - display: none; - white-space: pre-wrap; - word-wrap: break-word; - overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */ +.table-fixed{ + table-layout: fixed; } -a.thumbnail { - border: none !important; +nav li { + padding: 5px; } -div.container-fluid { - padding: 0 15px; +.tracker-mark.tick { + color: green; } -.list-group-item, .form-control { - max-width: 30em; +.tracker-mark.x{ + color: red; } -div#result{ +#ctcountdown { text-align: center; + font-size: 200%; } -a.dropdown-toggle{ - cursor: pointer; -} - -.table-fixed{ - table-layout: fixed; +.reqjs { + display: none !important; } -#clock{ - float: right; - margin-right: 1em; +td.user, td.owner, .break-all { + word-break: break-all; } -nav li{ - padding: 5px; +#themes { + margin-left: 0; } -ul.inline{ - list-style-type: none; +#themes:before { + content: " Themes: "; } -ul.inline li{ - display: inline; +.transition-color, .transition-color * { + transition: color 0.5s ease-in, background-color 0.5s ease-in; } -ul.inline li:after { - content: ", "; -} +@media (min-width:768px) { + #content { + float: left; + width: 75%; + } -ul.inline li:last-child:after { - content: ""; -} + #sidebar { + float: right; + width: 23% + } -.tracker-mark.tick { - color: green; + footer { + clear: both; + } } -.tracker-mark.x{ - color: red; +.logo { + margin-bottom: 1em; } \ No newline at end of file