]> git.aero2k.de Git - dfde-theme.git/commitdiff
halfway merged and temporary broken
authoreggy <eggy@localhost>
Tue, 18 Jul 2017 15:20:19 +0000 (17:20 +0200)
committereggy <eggy@localhost>
Tue, 18 Jul 2017 15:20:19 +0000 (17:20 +0200)
1  2 
theme/colours.css
theme/common.css

index 684e89347804b4c14722d8245bc8ca1be97bbafa,c6e7e41a626e8dce645d389a22da11d96b7a0546..e58bd90b831902dcfdb39528330ecd8ccd96e93f
@@@ -1111,7 -1108,7 +1117,8 @@@ input.disabled 
  }
  
  .dropdown-extended ul li:hover {
-       background-color: #CFE1F6;
 -      background-color: #F6CFE1 ;
++        background-color: #CFE1F6;
++      /* background-color: #F6CFE1; */
        color: #000000;
  }
  
  
  .dropdown-extended .header {
        background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
++
 +      background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
 +      background-image: linear-gradient(to bottom, #F1F8FF 0%,#CADCEB 100%); /* W3C */
 +      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
++
++      
++        /*
++        background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #EBCADC  100%);
++      background-image: linear-gradient(to bottom, #F1F8FF 0%,#EBCADC  100%);  W3C 
++      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#EBCADC ',GradientType=0 );   IE6-9 
++        
+       background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #eae9e9  100%);
+       background-image: linear-gradient(to bottom, #F1F8FF 0%,#eae9e9  100%); /* W3C */
+       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#eae9e9 ',GradientType=0 ); /* IE6-9 */
++      */
++
  }
  
  .dropdown .pointer {
index b88cd802e0ae5e7c50b4a18bd3e18c5df5ad547a,e7aec2614c745ebeda7085061fbc7d1d9c23ec77..148babe668b16787b1af168b13bcee0d6807d0be
@@@ -148,8 -148,37 +148,37 @@@ a:hover  { text-decoration: underline; 
  
  .page-body {
                    margin: 4px 0;
 -                      clear: both;
++                      
  }
  
+ .debianforumde-sidebar {
+               margin-top:4px;
+               margin-left:8px;
+           width: 150px;
+               float:left;
+ }
+ @media only screen and (min-width: 680px) {
+       .page-body {
+                   margin: 4px 0;
+                       clear: both;
+                       float:right;
+                   /* margin-left: 160px;
+                   margin-right: 16px;
+               padding-left: 15px;     */
+             width:85%;
+       }
+       .debianforumde-sidebar {
+                       margin-top:4px;
+                       margin-left:8px;
+                       width: 150px;
+                       left: 15px;
+                       position: absolute;
+                       top: 140px;
+                       float:left;
+       }  
+ }
  
  
  /* *************** */