Changeset 4815
- Timestamp:
- 07/23/2011 02:39:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4814 r4815 138 138 --------------------------------------------------------------*/ 139 139 #header { 140 background: # 23325b; /* Old browsers */141 background: -moz-linear-gradient(top, #1 FB3DD 0%, #1FB3DD15%, #394c79 100%); /* FF3.6+ */142 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1 FB3DD), color-stop(15%,#1FB3DD), color-stop(100%,#394c79)); /* Chrome,Safari4+ */143 background: -webkit-linear-gradient(top, #1 FB3DD 0%,#1FB3DD15%,#394c79 100%); /* Chrome10+,Safari5.1+ */144 background: -o-linear-gradient(top, #1 FB3DD 0%,#1FB3DD15%,#394c79 100%); /* Opera11.10+ */145 background: -ms-linear-gradient(top, #1 FB3DD 0%,#1FB3DD15%,#394c79 100%); /* IE10+ */146 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1 FB3DD', endColorstr='#394c79',GradientType=0 ); /* IE6-9 */147 background: linear-gradient(top, #1 FB3DD 0%,#1FB3DD15%,#394c79 100%); /* W3C */140 background: #1fb3dd; /* Old browsers */ 141 background: -moz-linear-gradient(top, #1fb3dd 0%, #1fb3dd 15%, #394c79 100%); /* FF3.6+ */ 142 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fb3dd), color-stop(15%,#1fb3dd), color-stop(100%,#394c79)); /* Chrome,Safari4+ */ 143 background: -webkit-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */ 144 background: -o-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Opera11.10+ */ 145 background: -ms-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* IE10+ */ 146 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb3dd', endColorstr='#394c79',GradientType=0 ); /* IE6-9 */ 147 background: linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */ 148 148 -moz-border-radius-bottomleft: 6px; 149 149 -webkit-border-bottom-left-radius: 6px;
Note: See TracChangeset
for help on using the changeset viewer.