Changeset 8465 for main/waeup.fceokene/trunk/src/waeup/fceokene
- Timestamp:
- 16 May 2012, 22:09:24 (12 years ago)
- Location:
- main/waeup.fceokene/trunk/src/waeup/fceokene/browser/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/browser/static/custom_theme.css
r8441 r8465 1 /* Original colors, dark blue: #426ab2,light blue: #779ce2 */ 2 1 3 .topbar-inner, .topbar .fill { 2 background-color: # 8A0474;3 background-image: -moz-linear-gradient(center top , # 4e0242, #8A0474);4 background-image: -khtml-gradient(linear, left top, left bottom, from(# 4e0242), to(#8A0474));5 background-image: -moz-linear-gradient(top, # 4e0242, #8A0474);6 background-image: -ms-linear-gradient(top, # 4e0242, #8A0474);7 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, # 4e0242), color-stop(100%, #8A0474));8 background-image: -webkit-linear-gradient(top, # 4e0242, #8A0474);9 background-image: -o-linear-gradient(top, # 4e0242, #8A0474);10 background-image: linear-gradient(top, # 4e0242, #8A0474);11 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# 4e0242', endColorstr='#8A0474', GradientType=0);4 background-color: #325088; 5 background-image: -moz-linear-gradient(center top , #082250, #325088); 6 background-image: -khtml-gradient(linear, left top, left bottom, from(#082250), to(#325088)); 7 background-image: -moz-linear-gradient(top, #082250, #325088); 8 background-image: -ms-linear-gradient(top, #082250, #325088); 9 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #082250), color-stop(100%, #325088)); 10 background-image: -webkit-linear-gradient(top, #082250, #325088); 11 background-image: -o-linear-gradient(top, #082250, #325088); 12 background-image: linear-gradient(top, #082250, #325088); 13 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082250', endColorstr='#325088', GradientType=0); 12 14 } 13 15 14 16 .topbar div > ul .active > a, .nav .active > a { 15 background-color: # 8A0474;17 background-color: #325088; 16 18 } 17 19 18 20 .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { 19 background-color: # 8A0474;21 background-color: #325088; 20 22 } 21 23 22 24 .topbar div > ul a:hover, .nav a:hover { 23 background-color: # 8A0474;25 background-color: #325088; 24 26 } 25 27 … … 29 31 .topbar div > ul .dropdown-menu, 30 32 .nav .dropdown-menu { 31 background-color: # 8A0474;33 background-color: #325088; 32 34 } 33 35 … … 40 42 .topbar div > ul .dropdown.open .dropdown-toggle, 41 43 .nav .dropdown.open .dropdown-toggle { 42 background: # 8A0474;44 background: #325088; 43 45 } 44 46 47 /* Original background color */ 48 /* 45 49 body { 46 background-color: #f3eff2; 50 background-color: #F6F6D9; 51 } 52 */ 53 54 body { 55 background-color: #f1f1f1; 47 56 } 48 57 … … 51 60 .topbar div > ul .dropdown-menu li a:hover, 52 61 .nav .dropdown-menu li a:hover { 53 background-color: # 4e0242;62 background-color: #082250; 54 63 background-repeat: repeat-x; 55 background-image: -khtml-gradient(linear, left top, left bottom, from(# 8A0474), to(#191919));56 background-image: -moz-linear-gradient(top, # 4e0242, #4e0242);57 background-image: -ms-linear-gradient(top, # 4e0242, #4e0242);58 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, # 4e0242), color-stop(100%, #4e0242));59 background-image: -webkit-linear-gradient(top, # 4e0242, #4e0242);60 background-image: -o-linear-gradient(top, # 4e0242, #4e0242);61 background-image: linear-gradient(top, # 4e0242, #4e0242);62 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# 4e0242', endColorstr='#4e0242', GradientType=0);64 background-image: -khtml-gradient(linear, left top, left bottom, from(#325088), to(#191919)); 65 background-image: -moz-linear-gradient(top, #082250, #082250); 66 background-image: -ms-linear-gradient(top, #082250, #082250); 67 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #082250), color-stop(100%, #082250)); 68 background-image: -webkit-linear-gradient(top, #082250, #082250); 69 background-image: -o-linear-gradient(top, #082250, #082250); 70 background-image: linear-gradient(top, #082250, #082250); 71 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082250', endColorstr='#082250', GradientType=0); 63 72 color: #ffffff; 64 73 } 65 74 66 75 a { 67 color: # 8A0474;76 color: #082250; 68 77 } 69 78 70 79 a:hover { 71 color: # 4e0242;80 color: #325088; 72 81 } 82 83 .topbar a { 84 color: white; 85 }
Note: See TracChangeset for help on using the changeset viewer.