Changeset 629
- Timestamp:
- 04/25/07 16:07:59 (1 year ago)
- Files:
-
- trunk/examples/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/index.html
r627 r629 2 2 <head> 3 3 <title>Stubbles examples</title> 4 <style type="text/css"> 5 body { 6 font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif; 7 } 8 h1, h2, h3, h4 { 9 font-family: arial,verdana,'Bitstream Vera Sans',helvetica,sans-serif; 10 font-weight: bold; 11 letter-spacing: -0.018em; 12 } 13 h1 { font-size: 19px; margin: 18px 0 0 0 } 14 h2 { font-size: 16px } 15 h3 { font-size: 14px } 16 /* Link styles */ 17 :link, :visited { 18 text-decoration: none; 19 color: #b00; 20 border-bottom: 1px dotted #bbb; 21 } 22 :link:hover, :visited:hover { 23 background-color: #eee; 24 color: #555; 25 } 26 p { 27 margin-left: 25px; 28 } 29 </style> 4 30 </head> 5 31 <body> 6 <h1>Stubbles examples</h1> 32 <img src="http://stubbles.net/chrome/site/stubbles.png" alt="" style="padding: 2px;"> 33 <div style="text-align: right; padding: 0 5px 0 5px; font-size: 11px; margin: 13px 0 0 2px; background: url(http://stubbles.net/chrome/common/topbar_gradient.png); height: 16px; border: 1px #000 solid;"> 34 <a href="http://www.stubbles.net/">Go to Stubbles Homepage</a> 35 </div> 36 <h1 style="font-size: 21px;">Stubbles examples</h1> 7 37 <p>Please select the desired example:</p> 8 38 <ul>
