Changeset 10345 for main/waeup.imostate/src/waeup
- Timestamp:
- 22 Jun 2013, 16:18:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.imostate/src/waeup/imostate/browser/static/custom_theme.css
r10340 r10345 1 1 .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);2 background-color: #398240; 3 background-image: -moz-linear-gradient(center top , #215026, #398240); 4 background-image: -khtml-gradient(linear, left top, left bottom, from(#215026), to(#398240)); 5 background-image: -moz-linear-gradient(top, #215026, #398240); 6 background-image: -ms-linear-gradient(top, #215026, #398240); 7 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #215026), color-stop(100%, #398240)); 8 background-image: -webkit-linear-gradient(top, #215026, #398240); 9 background-image: -o-linear-gradient(top, #215026, #398240); 10 background-image: linear-gradient(top, #215026, #398240); 11 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215026', endColorstr='#398240', GradientType=0); 12 12 } 13 13 14 14 .topbar div > ul .active > a, .nav .active > a { 15 background-color: # 8A0474;15 background-color: #398240; 16 16 } 17 17 18 18 .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { 19 background-color: # 8A0474;19 background-color: #398240; 20 20 } 21 21 22 22 .topbar div > ul a:hover, .nav a:hover { 23 background-color: # 8A0474;23 background-color: #398240; 24 24 } 25 25 … … 29 29 .topbar div > ul .dropdown-menu, 30 30 .nav .dropdown-menu { 31 background-color: # 8A0474;31 background-color: #398240; 32 32 } 33 33 … … 40 40 .topbar div > ul .dropdown.open .dropdown-toggle, 41 41 .nav .dropdown.open .dropdown-toggle { 42 background: # 8A0474;42 background: #398240; 43 43 } 44 44 … … 51 51 .topbar div > ul .dropdown-menu li a:hover, 52 52 .nav .dropdown-menu li a:hover { 53 background-color: # 4e0242;53 background-color: #215026; 54 54 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);55 background-image: -khtml-gradient(linear, left top, left bottom, from(#398240), to(#191919)); 56 background-image: -moz-linear-gradient(top, #215026, #215026); 57 background-image: -ms-linear-gradient(top, #215026, #215026); 58 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #215026), color-stop(100%, #215026)); 59 background-image: -webkit-linear-gradient(top, #215026, #215026); 60 background-image: -o-linear-gradient(top, #215026, #215026); 61 background-image: linear-gradient(top, #215026, #215026); 62 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#215026', endColorstr='#215026', GradientType=0); 63 63 color: #ffffff; 64 64 } 65 65 66 66 a { 67 color: # 8A0474;67 color: #398240; 68 68 } 69 69 70 70 a:hover { 71 color: # 4e0242;71 color: #215026; 72 72 }
Note: See TracChangeset for help on using the changeset viewer.