From: eggy Date: Tue, 18 Jul 2017 15:20:19 +0000 (+0200) Subject: halfway merged and temporary broken X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=0047785fb884e1278ad8b9ce56ee50a95567ea5e;p=dfde-theme.git halfway merged and temporary broken --- 0047785fb884e1278ad8b9ce56ee50a95567ea5e diff --cc theme/colours.css index 684e893,c6e7e41..e58bd90 --- a/theme/colours.css +++ b/theme/colours.css @@@ -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; } @@@ -1127,9 -1124,9 +1134,22 @@@ .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 { diff --cc theme/common.css index b88cd80,e7aec26..148babe --- a/theme/common.css +++ b/theme/common.css @@@ -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; + } + } /* *************** */