Drop bootstrap grid
[plack-app-gruntmaster.git] / css / custom.css
index 0da7b4ed3fa05fcf15ce688a2c9c4c44909db41d..f844fa92d796900ed89d16d15a0f2da264605fa6 100644 (file)
@@ -1,3 +1,8 @@
+body {
+       padding-left: 15px;
+       padding-right: 15px;
+}
+
 h1#title{
        font-weight: bold;
        text-align: center;
@@ -11,55 +16,71 @@ 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;
+.reqjs {
+       display: none !important;
 }
 
-.table-fixed{
-       table-layout: fixed;
+td.user, td.owner {
+       word-break: break-all;
 }
 
-#clock{
-       float: right;
-       margin-right: 1em;
+#themes {
+       margin-left: 0;
 }
 
-nav li{
-       padding: 5px;
+#themes:before {
+       content: " Themes: ";
 }
+
+.transition-color, .transition-color * {
+       transition: color 0.5s ease-in, background-color 0.5s ease-in;
+}
+
+@media (min-width:768px) {
+       #content {
+               float: left;
+               width: 75%;
+       }
+
+       #sidebar {
+               float: right;
+               width: 23%
+       }
+
+       footer {
+               clear: both;
+       }
+}
\ No newline at end of file
This page took 0.011959 seconds and 4 git commands to generate.