当我需要制作页面的可打印版本时,会使用著名的A列表分开的文章CSS设计:要打印和这篇文章。有一些常用标签,但是很大程度上取决于您使用的CSS模型(以及容器填充和边距):
body { background: white; font-size: 12pt; }#menu { display: none; }#wrapper, #content { width: auto; margin: 0 5%; padding: 0; border: 0; float: none !important; color: black; background: transparent none; }div#content { margin-left: 10%; padding-top: 1em; border-top: 1px solid #930; }div#mast { margin-bottom: -8px; }div#mast img { vertical-align: bottom; }a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }#content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }#content a[href^="/"]:after { content: " (http://www.alistapart.com" attr(href) ") "; }
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)