Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 60d478d5bbec2ec329999c90b1199f99f281cddd |
|---|---|
| Date: | 2012-12-12 18:18:05 |
| User: | drh |
| Comment: | Use CSS rather than GIFs to implement rounded corners on the menu bar of the "Search" page. |
Tags And Properties
- branch=trunk inherited from [b2e03e19ab]
- sym-trunk inherited from [b2e03e19ab]
Changes
Changes to search/search.tcl
337 float:right; 337 float:right; 338 text-align:right; 338 text-align:right; 339 font-style:italic; 339 font-style:italic; 340 width:300px; 340 width:300px; 341 margin:12px; 341 margin:12px; 342 margin-top:58px; 342 margin-top:58px; 343 } 343 } > 344 .menubar { > 345 clear: both; > 346 border-radius: 8px; > 347 background: #044a64; > 348 padding: 0px; > 349 margin: 0px; > 350 cell-spacing: 0px; 344 | 351 } 345 .toolbar { 352 .toolbar { 346 text-align: center; 353 text-align: center; 347 line-height: 1.6em; 354 line-height: 1.6em; 348 margin: 0; 355 margin: 0; 349 padding: 0px 8px; 356 padding: 0px 8px; 350 } 357 } 351 .toolbar a { color: white; 358 .toolbar a { color: white; ................................................................................................................................................................................ 355 .toolbar a:hover { color: #044a64; 362 .toolbar a:hover { color: #044a64; 356 background: white; } 363 background: white; } 357 364 358 .content { margin: 5%; } 365 .content { margin: 5%; } 359 .content dt { font-weight:bold; } 366 .content dt { font-weight:bold; } 360 .content dd { margin-bottom: 25px; margin-left:20%; } 367 .content dd { margin-bottom: 25px; margin-left:20%; } 361 .content ul { padding:0px; padding-left: 15px; margin:0px; } 368 .content ul { padding:0px; padding-left: 15px; margin:0px; } 362 < 363 /* rounded corners */ < 364 .se { background: url(images/se.gif) 100% 100% no-repeat #044a64 } < 365 .sw { background: url(images/sw.gif) 0% 100% no-repeat } < 366 .ne { background: url(images/ne.gif) 100% 0% no-repeat } < 367 .nw { background: url(images/nw.gif) 0% 0% no-repeat } < 368 </style> 369 </style> 369 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 370 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 370 371 371 </head> 372 </head> 372 <body> 373 <body> 373 <div><!-- container div to satisfy validator --> 374 <div><!-- container div to satisfy validator --> 374 375 375 <a href="index.html"> 376 <a href="index.html"> 376 <img class="logo" src="images/sqlite370_banner.gif" alt="SQLite Logo" border=" 377 <img class="logo" src="images/sqlite370_banner.gif" alt="SQLite Logo" border=" 377 <div><!-- IE hack to prevent disappearing logo--></div> 378 <div><!-- IE hack to prevent disappearing logo--></div> 378 <div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div> 379 <div class="tagline">Small. Fast. Reliable.<br>Choose any three.</div> 379 380 380 <table width=100% style="clear:both"><tr><td> | 381 <table width=100% class="menubar"><tr><td> 381 <div class="se"><div class="sw"><div class="ne"><div class="nw"> < 382 <table width=100% style="padding:0;margin:0;cell-spacing:0"><tr> 382 <table width=100% style="padding:0;margin:0;cell-spacing:0"><tr> 383 <td width=100%> 383 <td width=100%> 384 <div class="toolbar"> 384 <div class="toolbar"> 385 <a href="about.html">About</a> 385 <a href="about.html">About</a> 386 <a href="sitemap.html">Sitemap</a> 386 <a href="sitemap.html">Sitemap</a> 387 <a href="docs.html">Documentation</a> 387 <a href="docs.html">Documentation</a> 388 <a href="download.html">Download</a> 388 <a href="download.html">Download</a>