Changeset 1757

Show
Ignore:
Timestamp:
08/07/08 00:40:15 (5 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/doc/TOC.txt

    r1755 r1757  
    1111 
    1212************************** 
    13 The Cherokee Bundle 
     13Cherokee Bundle 
    1414************************** 
    1515 . link:bundle_cherokee.html[cherokee] 
  • cherokee/trunk/doc/build/chunked_template.conf

    r1724 r1757  
    1818  </head> 
    1919<body> 
    20 <div id="toc"> 
     20<div id="wrapper"> 
     21 <div id="content"> 
     22 
     23[footer] 
     24 </div> 
     25</div> 
     26<div id="nav"> 
    2127include::../TOC.inc[] 
    2228</div> 
    23  
    24 [footer] 
    2529<div id="footer"> 
    2630<div id="footer-text"> 
  • cherokee/trunk/doc/media/css/cherokee_doc.css

    r1756 r1757  
    1010} 
    1111 
     12div.quoteblock > div.content { 
     13  padding-left: 2.0em; 
     14} 
     15 
     16div.attribution { 
     17  text-align: right; 
     18} 
     19div.verseblock + div.attribution { 
     20  text-align: left; 
     21} 
     22 
     23 
     24div.verseblock div.content { 
     25  white-space: pre; 
     26} 
     27 
     28/* Workarounds for IE6's broken and incomplete CSS2. */ 
     29 
     30div.sidebar-content { 
     31  background: #ffffee; 
     32  border: 1px solid silver; 
     33  padding: 0.5em; 
     34} 
     35div.sidebar-title, div.image-title { 
     36  font-family: sans-serif; 
     37  font-weight: bold; 
     38  margin-top: 0.0em; 
     39  margin-bottom: 0.5em; 
     40} 
     41 
     42div.listingblock div.content { 
     43  border: 1px solid silver; 
     44  background: #f4f4f4; 
     45  padding: 0.5em; 
     46} 
     47 
     48div.quoteblock-content { 
     49  padding-left: 2.0em; 
     50} 
     51 
     52div.exampleblock-content { 
     53  border-left: 2px solid silver; 
     54  padding-left: 0.5em; 
     55} 
     56 
     57/* IE6 sets dynamically generated links as visited. */ 
     58div#toc a:visited { color: blue; } 
     59 
     60 
     61 
     62 
     63 
     64 
     65 
     66 
     67 
     68 
     69 
     70 
     71 
     72 
     73 
     74 
     75 
     76 
     77 
    1278a { 
    13   color: blue; 
    1479  text-decoration: underline; 
    15 
     80  color: navy; 
     81
     82 
    1683a:visited { 
    17   color: fuchsia; 
     84  text-decoration: underline; 
     85  color: navy; 
    1886} 
    1987 
    2088em { 
    2189  font-style: italic; 
     90  color: navy; 
    2291} 
    2392 
    2493strong { 
    2594  font-weight: bold; 
     95  color: #083194; 
    2696} 
    2797 
     
    38108} 
    39109 
    40 h1
     110h1, h2, h3
    41111  border-bottom: 2px solid silver; 
    42112} 
     113 
    43114h2 { 
    44   border-bottom: 2px solid silver; 
    45   padding-top: 0.5em; 
     115  _padding-top: 0.5em; 
     116
     117h3 { 
     118  float: left; 
     119
     120h3 + * { 
     121  clear: left; 
    46122} 
    47123 
     
    58134  margin-top: 0.5em; 
    59135  margin-bottom: 0.5em; 
     136} 
     137 
     138ul, ol, li > p { 
     139  margin-top: 0; 
    60140} 
    61141 
     
    97177div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, 
    98178div.admonitionblock { 
    99   margin-right: 10%; 
    100   margin-top: 1.5em; 
    101   margin-bottom: 1.5em; 
     179//  margin-left: 10%; 
     180//  margin-right: 10%; 
     181//  margin-top: 1.5em; 
     182//  margin-bottom: 1.5em; 
    102183} 
    103184div.admonitionblock { 
     
    112193/* Block element titles. */ 
    113194div.title, caption.title { 
     195  color: #527bbd; 
    114196  font-family: sans-serif; 
    115197  font-weight: bold; 
     
    147229} 
    148230 
    149 div.quoteblock > div.content
     231div.quoteblock
    150232  padding-left: 2.0em; 
    151233} 
    152  
    153 div.attribution { 
     234div.quoteblock > div.attribution { 
     235  padding-top: 0.5em; 
    154236  text-align: right; 
    155237} 
     238 
     239div.verseblock { 
     240  padding-left: 2.0em; 
     241} 
     242div.verseblock > div.content { 
     243  white-space: pre; 
     244} 
     245div.verseblock > div.attribution { 
     246  padding-top: 0.75em; 
     247  text-align: left; 
     248} 
     249/* DEPRECATED: Pre version 8.2.7 verse style literal block. */ 
    156250div.verseblock + div.attribution { 
    157251  text-align: left; 
     
    176270} 
    177271 
    178 div.verseblock div.content { 
    179   white-space: pre; 
    180 
    181  
    182 div.imageblock div.content { padding-left: 0; } 
    183 div.imageblock img { border: 1px solid silver; } 
    184 span.image img { border-style: none; } 
    185  
    186 dl { 
    187   margin-top: 0.8em; 
    188   margin-bottom: 0.8em; 
    189 
    190 dt { 
    191   margin-top: 0.5em; 
    192   margin-bottom: 0; 
    193   font-style: italic; 
    194 
    195 dd > *:first-child { 
    196   margin-top: 0; 
    197 
    198  
    199 ul, ol { 
    200     list-style-position: outside; 
    201 
    202 ol.olist2 { 
    203   list-style-type: lower-alpha; 
    204 
    205  
    206 div.tableblock > table { 
    207   border: 3px solid #527bbd; 
    208 
    209 thead { 
    210   font-family: sans-serif; 
    211   font-weight: bold; 
    212 
    213 tfoot { 
    214   font-weight: bold; 
    215 
    216  
    217 div.hlist { 
    218   margin-top: 0.8em; 
    219   margin-bottom: 0.8em; 
    220 
    221 div.hlist td { 
    222   padding-bottom: 5px; 
    223 
    224 td.hlist1 { 
    225   vertical-align: top; 
    226   font-style: italic; 
    227   padding-right: 0.8em; 
    228 
    229 td.hlist2 { 
    230   vertical-align: top; 
    231 
    232  
    233 @media print { 
    234   div#footer-badges { display: none; } 
    235 
    236  
    237 div#toctitle { 
    238   color: #527bbd; 
    239   font-family: sans-serif; 
    240   font-size: 1.1em; 
    241   font-weight: bold; 
    242   margin-top: 1.0em; 
    243   margin-bottom: 0.1em; 
    244 
    245  
    246 div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { 
    247   margin-top: 0; 
    248   margin-bottom: 0; 
    249 
    250 div.toclevel2 { 
    251   margin-left: 2em; 
    252   font-size: 0.9em; 
    253 
    254 div.toclevel3 { 
    255   margin-left: 4em; 
    256   font-size: 0.9em; 
    257 
    258 div.toclevel4 { 
    259   margin-left: 6em; 
    260   font-size: 0.9em; 
    261 
    262 /* Workarounds for IE6's broken and incomplete CSS2. */ 
    263  
    264 div.sidebar-content { 
    265   background: #ffffee; 
    266   border: 1px solid silver; 
    267   padding: 0.5em; 
    268 
    269 div.sidebar-title, div.image-title { 
    270   font-family: sans-serif; 
    271   font-weight: bold; 
    272   margin-top: 0.0em; 
    273   margin-bottom: 0.5em; 
    274 
    275  
    276 div.listingblock div.content { 
    277   border: 1px solid silver; 
    278   background: #f4f4f4; 
    279   padding: 0.5em; 
    280 
    281  
    282 div.quoteblock-content { 
    283   padding-left: 2.0em; 
    284 
    285  
    286 div.exampleblock-content { 
    287   border-left: 2px solid silver; 
    288   padding-left: 0.5em; 
    289 
    290  
    291 /* IE6 sets dynamically generated links as visited. */ 
    292 div#toc a:visited { color: blue; } 
    293  
    294  
    295  
    296  
    297  
    298  
    299  
    300  
    301  
    302  
    303  
    304  
    305  
    306  
    307  
    308  
    309  
    310 a { 
    311   color: blue; 
    312   text-decoration: underline; 
    313 
    314  
    315 em { 
    316   font-style: italic; 
    317   color: navy; 
    318 
    319  
    320 strong { 
    321   font-weight: bold; 
    322   color: #083194; 
    323 
    324  
    325 tt { 
    326   color: navy; 
    327 
    328  
    329 h1, h2, h3, h4, h5, h6 { 
    330   color: #527bbd; 
    331   font-family: sans-serif; 
    332   margin-top: 1.2em; 
    333   margin-bottom: 0.5em; 
    334   line-height: 1.3; 
    335 
    336  
    337 h1, h2, h3 { 
    338   border-bottom: 2px solid silver; 
    339 
    340  
    341 h2 { 
    342   padding-top: 0.5em; 
    343 
    344 h3 { 
    345   float: left; 
    346 
    347 h3 + * { 
    348   clear: left; 
    349 
    350  
    351 div.sectionbody { 
    352   font-family: serif; 
    353   margin-left: 0; 
    354 
    355  
    356 hr { 
    357   border: 1px solid silver; 
    358 
    359  
    360 p { 
    361   margin-top: 0.5em; 
    362   margin-bottom: 0.5em; 
    363 
    364  
    365 ul, ol, li > p { 
    366   margin-top: 0; 
    367 
    368  
    369 pre { 
    370   padding: 0; 
    371   margin: 0; 
    372 
    373  
    374 span#author { 
    375   color: #527bbd; 
    376   font-family: sans-serif; 
    377   font-weight: bold; 
    378   font-size: 1.1em; 
    379 
    380 span#email { 
    381 
    382 span#revision { 
    383   font-family: sans-serif; 
    384 
    385  
    386 div#footer { 
    387   font-family: sans-serif; 
    388   font-size: small; 
    389   border-top: 2px solid silver; 
    390   padding-top: 0.5em; 
    391   margin-top: 4.0em; 
    392 
    393 div#footer-text { 
    394   float: left; 
    395   padding-bottom: 0.5em; 
    396 
    397 div#footer-badges { 
    398   float: right; 
    399   padding-bottom: 0.5em; 
    400 
    401  
    402 div#preamble, 
    403 div.tableblock, div.imageblock, div.exampleblock, div.verseblock, 
    404 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, 
    405 div.admonitionblock { 
    406   margin-right: 10%; 
    407   margin-top: 1.5em; 
    408   margin-bottom: 1.5em; 
    409 
    410 div.admonitionblock { 
    411   margin-top: 2.5em; 
    412   margin-bottom: 2.5em; 
    413 
    414  
    415 div.content { /* Block element content. */ 
    416   padding: 0; 
    417 
    418  
    419 /* Block element titles. */ 
    420 div.title, caption.title { 
    421   color: #527bbd; 
    422   font-family: sans-serif; 
    423   font-weight: bold; 
    424   text-align: left; 
    425   margin-top: 1.0em; 
    426   margin-bottom: 0.5em; 
    427 
    428 div.title + * { 
    429   margin-top: 0; 
    430 
    431  
    432 td div.title:first-child { 
    433   margin-top: 0.0em; 
    434 
    435 div.content div.title:first-child { 
    436   margin-top: 0.0em; 
    437 
    438 div.content + div.title { 
    439   margin-top: 0.0em; 
    440 
    441  
    442 div.sidebarblock > div.content { 
    443   background: #ffffee; 
    444   border: 1px solid silver; 
    445   padding: 0.5em; 
    446 
    447  
    448 div.listingblock { 
    449   margin-right: 0%; 
    450 
    451 div.listingblock > div.content { 
    452   border: 1px solid silver; 
    453   background: #f4f4f4; 
    454   padding: 0.5em; 
    455 
    456  
    457 div.quoteblock { 
    458   padding-left: 2.0em; 
    459 
    460 div.quoteblock > div.attribution { 
    461   padding-top: 0.5em; 
    462   text-align: right; 
    463 
    464  
    465 div.verseblock { 
    466   padding-left: 2.0em; 
    467 
    468 div.verseblock > div.content { 
    469   white-space: pre; 
    470 
    471 div.verseblock > div.attribution { 
    472   padding-top: 0.75em; 
    473   text-align: left; 
    474 
    475 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ 
    476 div.verseblock + div.attribution { 
    477   text-align: left; 
    478 
    479  
    480 div.admonitionblock .icon { 
    481   vertical-align: top; 
    482   font-size: 1.1em; 
    483   font-weight: bold; 
    484   text-decoration: underline; 
    485   color: #527bbd; 
    486   padding-right: 0.5em; 
    487 
    488 div.admonitionblock td.content { 
    489   padding-left: 0.5em; 
    490   border-left: 2px solid silver; 
    491 
    492  
    493 div.exampleblock > div.content { 
    494   border-left: 2px solid silver; 
    495   padding: 0.5em; 
    496 
    497  
    498 div.imageblock div.content { text-align:center; padding-left: 0; } 
     272div.imageblock div.content { text-align:center; padding-left: 0; margin-left:100px; } 
    499273div.imageblock img { border: 1px solid silver; } 
    500274span.image img { border-style: none; } 
     
    580354} 
    581355 
    582 div#toc { 
    583   font-size: 0.2em; 
    584   width: 200px; 
    585 
     356 
     357/*Left and right blocks for TOC and text */ 
     358#wrapper { 
     359  width:100%; 
     360  float:right; 
     361  margin-left: -200px; 
     362
     363#content { 
     364  margin-left: 210px; 
     365
     366#nav { 
     367  font-size: 0.8em; 
     368  width:200px; 
     369  float:right; 
     370  background:#f6f6f6; 
     371