Helpviewer/HTMLResources.py

changeset 262
f983acadf76c
parent 256
04083f42042d
child 278
c93823b96faa
equal deleted inserted replaced
261:dd030cc2077e 262:f983acadf76c
12 <head> 12 <head>
13 <title>{0}</title> 13 <title>{0}</title>
14 <style> 14 <style>
15 body {{ 15 body {{
16 padding: 3em 0em; 16 padding: 3em 0em;
17 background: #eeeeee; 17 background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD));
18 }} 18 background-repeat: repeat-x;
19 hr {{
20 color: lightgray;
21 width: 100%;
22 }} 19 }}
23 img {{ 20 img {{
24 float: left; 21 float: left;
25 opacity: .8; 22 opacity: .8;
26 }} 23 }}
45 }} 42 }}
46 ul {{ 43 ul {{
47 font-size: 100%; 44 font-size: 100%;
48 padding-left: 48px; 45 padding-left: 48px;
49 margin: 5px 0; 46 margin: 5px 0;
50 }}
51 #reloadButton {{
52 padding-left: 48px;
53 }} 47 }}
54 </style> 48 </style>
55 </head> 49 </head>
56 <body> 50 <body>
57 <div id="box"> 51 <div id="box">

eric ide

mercurial