Changeset 47903 in spip-zone for _plugins_/basecss/css/typo.css.html
- Timestamp:
- May 18, 2011, 5:02:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/basecss/css/typo.css.html
r47865 r47903 55 55 big, .big { font-size: 150%; } 56 56 abbr[title], acronym[title] { border-bottom: .1em dotted; cursor: help; } 57 @media print { abbr[title]:after { content: " (" attr(title) ")"; } } 57 58 dfn { font-weight: bold; font-style: italic; } 58 59 del { text-decoration: line-through; } … … 112 113 a:hover {} 113 114 a[hreflang]:after { content: "\0000a0(" attr(hreflang) ")"; } 115 @media print { 116 a, a:visited { color: #GET{color} !important; text-decoration: underline; } 117 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */ 118 } 119 114 120 .on { font-weight: bold; } 115 121 122 /** 123 * Print styles from HTML5 Boilerplate 124 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ 125 */ 126 @media print { 127 pre, blockquote { page-break-inside: avoid; } 128 thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 129 tr, img { page-break-inside: avoid; } 130 @page { margin: 0.5cm; } 131 p, h2, h3 { orphans: 3; widows: 3; } 132 h2, h3 { page-break-after: avoid; } 133 } 134 116 135 /* end */
Note: See TracChangeset
for help on using the changeset viewer.