Changeset 8449 for main/waeup.aaue
- Timestamp:
- 15 May 2012, 06:11:54 (12 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/browser
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/browser/pdf.py
r8204 r8449 27 27 """ 28 28 29 header_logo_path = os.path.join(30 os.path.dirname(__file__), 'static', 'pdf_logo.jpg')31 watermark_path = os.path.join(32 os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')29 #header_logo_path = os.path.join( 30 # os.path.dirname(__file__), 'static', 'pdf_logo.jpg') 31 #watermark_path = os.path.join( 32 # os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 33 33 34 watermark_pos = [-25, 100] 35 logo_pos = [507, 720, 40] 34 #watermark_pos = [-25, 100] 35 #logo_pos = [507, 720, 40] 36 -
main/waeup.aaue/trunk/src/waeup/aaue/browser/static/custom_theme.css
r8444 r8449 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: #930303; 3 background-image: -moz-linear-gradient(center top , #5f0500, #930303); 4 background-image: -khtml-gradient(linear, left top, left bottom, from(#5f0500), to(#930303)); 5 background-image: -moz-linear-gradient(top, #5f0500, #930303); 6 background-image: -ms-linear-gradient(top, #5f0500, #930303); 7 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f0500), color-stop(100%, #930303)); 8 background-image: -webkit-linear-gradient(top, #5f0500, #930303); 9 background-image: -o-linear-gradient(top, #5f0500, #930303); 10 background-image: linear-gradient(top, #5f0500, #930303); 11 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f0500', endColorstr='#930303', GradientType=0); 12 12 } 13 13 14 14 .topbar div > ul .active > a, .nav .active > a { 15 background-color: # 8A0474;15 background-color: #930303; 16 16 } 17 17 18 18 .topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { 19 background-color: # 8A0474;19 background-color: #930303; 20 20 } 21 21 22 22 .topbar div > ul a:hover, .nav a:hover { 23 background-color: # 8A0474;23 background-color: #930303; 24 24 } 25 25 … … 29 29 .topbar div > ul .dropdown-menu, 30 30 .nav .dropdown-menu { 31 background-color: # 8A0474;31 background-color: #930303; 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: #930303; 43 43 } 44 44 … … 50 50 .topbar div > ul .dropdown-menu li a:hover, 51 51 .nav .dropdown-menu li a:hover { 52 background-color: # 4e0242;52 background-color: #5f0500; 53 53 background-repeat: repeat-x; 54 background-image: -khtml-gradient(linear, left top, left bottom, from(# 8A0474), to(#191919));55 background-image: -moz-linear-gradient(top, # 4e0242, #4e0242);56 background-image: -ms-linear-gradient(top, # 4e0242, #4e0242);57 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, # 4e0242), color-stop(100%, #4e0242));58 background-image: -webkit-linear-gradient(top, # 4e0242, #4e0242);59 background-image: -o-linear-gradient(top, # 4e0242, #4e0242);60 background-image: linear-gradient(top, # 4e0242, #4e0242);61 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# 4e0242', endColorstr='#4e0242', GradientType=0);54 background-image: -khtml-gradient(linear, left top, left bottom, from(#930303), to(#191919)); 55 background-image: -moz-linear-gradient(top, #5f0500, #5f0500); 56 background-image: -ms-linear-gradient(top, #5f0500, #5f0500); 57 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f0500), color-stop(100%, #5f0500)); 58 background-image: -webkit-linear-gradient(top, #5f0500, #5f0500); 59 background-image: -o-linear-gradient(top, #5f0500, #5f0500); 60 background-image: linear-gradient(top, #5f0500, #5f0500); 61 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f0500', endColorstr='#5f0500', GradientType=0); 62 62 color: #ffffff; 63 63 } 64 64 65 65 a { 66 color: # 8A0474;66 color: #930303; 67 67 } 68 68 69 69 a:hover { 70 color: # 4e0242;70 color: #5f0500; 71 71 } 72 73 .topbar a { 74 color: white; 75 }
Note: See TracChangeset for help on using the changeset viewer.