Transition (background-)color on theme change
[plack-app-gruntmaster.git] / css / custom.css
index a6b7d0e3e238dfe16c0665cfde048ef93f32aefd..fa66f23e0a647990580939da3796aef6d60652e3 100644 (file)
@@ -11,26 +11,6 @@ footer{
        color: #777;
 }
 
-#logo {
-       margin: 5em auto 2em;
-       display: block;
-}
-
-.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;
 }
@@ -51,11 +31,6 @@ a.dropdown-toggle{
        table-layout: fixed;
 }
 
-#clock{
-       float: right;
-       margin-right: 1em;
-}
-
 nav li{
        padding: 5px;
 }
@@ -96,3 +71,15 @@ ul.inline li:last-child:after {
 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;
+}
This page took 0.009526 seconds and 4 git commands to generate.