mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
halfway merged and temporary broken
This commit is contained in:
@@ -799,23 +799,26 @@ ul.cplist {
|
||||
/* CP tabbed menu
|
||||
----------------------------------------*/
|
||||
.tabs .tab > a {
|
||||
background: #BACCD9;
|
||||
background: #cecece ;
|
||||
color: #848281;
|
||||
}
|
||||
|
||||
.tabs .tab > a:hover {
|
||||
background: #DDEDFB;
|
||||
color: #D31141;
|
||||
/* debianforum: User Control Panel - Mouseover */
|
||||
border-color: #cecece ;
|
||||
border-width: 0 1px 0px 1px;
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
.tabs .activetab > a,
|
||||
.tabs .activetab > a:hover {
|
||||
background-color: #CADCEB; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
|
||||
background-image: linear-gradient(to bottom, #E2F2FF 0%,#CADCEB 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
|
||||
border-color: #CADCEB;
|
||||
box-shadow: 0 1px 1px #F2F9FF inset;
|
||||
/* debianforum: User Control Panel */
|
||||
background-color: #848281 ; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #cecece 0%, #d70751 100%);
|
||||
background-image: linear-gradient(to bottom, #cecece 0%, #d70751 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#d70751 ',GradientType=0 ); /* IE6-9 */
|
||||
border-color: #cecece ;
|
||||
box-shadow: 0 1px 1px #dedede inset;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
@@ -851,21 +854,21 @@ ul.cplist {
|
||||
/* Link styles for the sub-section links */
|
||||
.navigation a {
|
||||
color: #333;
|
||||
background: #CADCEB; /* Old browsers */ /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
|
||||
background: linear-gradient(to right, #B4C4D1 50%,#CADCEB 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#CADCEB',GradientType=1 ); /* IE6-9 */
|
||||
background: #EBCADC ; /* Old browsers */ /* FF3.6+ */
|
||||
background: linear-gradient(to right, #cecece 50%,#eae9e9 100%); /* W3C */
|
||||
background: -webkit-linear-gradient(left, #cecece 50%, #eae9e9 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1B4C4 ', endColorstr='#EBCADC ',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.rtl .navigation a {
|
||||
background: #B4C4D1; /* Old browsers */ /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(left, #CADCEB 50%, #B4C4D1 100%);
|
||||
background: linear-gradient(to right, #CADCEB 50%,#B4C4D1 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#B4C4D1',GradientType=1 ); /* IE6-9 */
|
||||
background: #D1B4C4 ; /* Old browsers */ /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(left, #EBCADC 50%, #D1B4C4 100%);
|
||||
background: linear-gradient(to right, #EBCADC 50%,#D1B4C4 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBCADC ', endColorstr='#D1B4C4 ',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.navigation a:hover {
|
||||
background: #AABAC6;
|
||||
background: #eae9e9 ;
|
||||
color: #BC2A4D;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
}
|
||||
@@ -903,7 +906,10 @@ ul.cplist {
|
||||
|
||||
/* Friends list */
|
||||
.cp-mini {
|
||||
background-color: #EEF5F9;
|
||||
background-color: #dedede;
|
||||
border-color:#cecece;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
dl.mini dt {
|
||||
@@ -1111,7 +1117,8 @@ input.disabled {
|
||||
}
|
||||
|
||||
.dropdown-extended ul li:hover {
|
||||
background-color: #CFE1F6;
|
||||
background-color: #CFE1F6;
|
||||
/* background-color: #F6CFE1; */
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
@@ -1127,9 +1134,22 @@ input.disabled {
|
||||
|
||||
.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 {
|
||||
|
||||
Reference in New Issue
Block a user