Wiki source code of Typography Standards
Last modified by Vincent Massol on 2024/11/19 16:15
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | $xwiki.ssx.use("Standards.WebHome") | ||
| 3 | {{/velocity}} | ||
| 4 | |||
| 5 | {{info}} | ||
| 6 | This page is a work in progress. Thank you! | ||
| 7 | {{/info}} | ||
| 8 | |||
| 9 | = Style Standards for Typography = | ||
| 10 | |||
| 11 | {{html}} | ||
| 12 | <div class="showCategory"> | ||
| 13 | <div class="showCategoryName">Headers</div> | ||
| 14 | <h6>H2</h6> | ||
| 15 | <div><img src="/xwiki/bin/download/Standards/Typography/typeh2.gif"/></div> | ||
| 16 | <div class="showCategoryDetails"> | ||
| 17 | <div>font-family: Helvetica Neue</div> | ||
| 18 | <div>font-size: 24px</div> | ||
| 19 | <div>color: #000000</div> | ||
| 20 | </div> | ||
| 21 | <h6>H3</h6> | ||
| 22 | <div><img src="/xwiki/bin/download/Standards/Typography/typeh3.gif"/></div> | ||
| 23 | <div class="showCategoryDetails"> | ||
| 24 | <div>font-family: Helvetica Neue</div> | ||
| 25 | <div>font-size: 21px</div> | ||
| 26 | <div>color: #555555</div> | ||
| 27 | </div> | ||
| 28 | <h6>H4</h6> | ||
| 29 | <div><img src="/xwiki/bin/download/Standards/Typography/typeh4.gif"/></div> | ||
| 30 | <div class="showCategoryDetails"> | ||
| 31 | <div>font-family: Helvetica Neue</div> | ||
| 32 | <div>font-size: 16px</div> | ||
| 33 | <div>color: #555555</div> | ||
| 34 | </div> | ||
| 35 | <h6>H5</h6> | ||
| 36 | <div><img src="/xwiki/bin/download/Standards/Typography/typeh5.gif"/></div> | ||
| 37 | <div class="showCategoryDetails"> | ||
| 38 | <div>font-family: Helvetica Neue</div> | ||
| 39 | <div>font-size: 12px</div> | ||
| 40 | <div>color: #000000</div> | ||
| 41 | <div>font-weight: bold</div> | ||
| 42 | </div> | ||
| 43 | </div> | ||
| 44 | <div class="showCategory"> | ||
| 45 | <div class="showCategoryName">Text</div> | ||
| 46 | <h6>p</h6> | ||
| 47 | <div><img src="/xwiki/bin/download/Standards/Typography/typep.gif"/></div> | ||
| 48 | <div class="showCategoryDetails"> | ||
| 49 | <div>font-family: Lucida Grande</div> | ||
| 50 | <div>font-size: 12px</div> | ||
| 51 | <div>color: #333333</div> | ||
| 52 | </div> | ||
| 53 | </div> | ||
| 54 | <div class="showCategory"> | ||
| 55 | <div class="showCategoryName">Lists</div> | ||
| 56 | <h6>ul</h6> | ||
| 57 | <div><img src="/xwiki/bin/download/Standards/Typography/typeul.gif"/></div> | ||
| 58 | <div class="showCategoryDetails"> | ||
| 59 | <div>margin-left: 0px</div> | ||
| 60 | <div>padding-left: 0px;</div> | ||
| 61 | <div>dext-decoration: none</div> | ||
| 62 | <div> </div> | ||
| 63 | </div> | ||
| 64 | <h6>ol</h6> | ||
| 65 | <div><img src="/xwiki/bin/download/Standards/Typography/typeol.gif"/></div> | ||
| 66 | <div class="showCategoryDetails"> | ||
| 67 | <div>margin-left: 0px</div> | ||
| 68 | <div>padding-left: 0px;</div> | ||
| 69 | <div>dext-decoration: none</div> | ||
| 70 | </div> | ||
| 71 | </div> | ||
| 72 | <div class="showCategory"> | ||
| 73 | <div class="showCategoryName">Links</div> | ||
| 74 | <h6>a</h6> | ||
| 75 | <div><img src="/xwiki/bin/download/Standards/Typography/typea.gif"/></div> | ||
| 76 | <div class="showCategoryDetails"> | ||
| 77 | <div>color: #0089DC</div> | ||
| 78 | <div> </div> | ||
| 79 | <div> </div> | ||
| 80 | </div> | ||
| 81 | <h6>a:hover</h6> | ||
| 82 | <div><img src="/xwiki/bin/download/Standards/Typography/typeahover.gif"/></div> | ||
| 83 | <div class="showCategoryDetails"> | ||
| 84 | <div>text-decoration: underline</div> | ||
| 85 | <div> </div> | ||
| 86 | <div> </div> | ||
| 87 | </div> | ||
| 88 | </div> | ||
| 89 | <div class="clearfloats"></div> | ||
| 90 | {{/html}} |