3 /* White background, black text, arial font, decent font size */
6 background-color: #fff;
8 font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
13 /* Change the layout to remove columns */
16 background: transparent;
20 #main, #container .sidebar
22 float: none; /* Don't float floating things */
38 /* Hide sidebars and nav elements */
39 #skip-nav, #primary, #secondary, #sidebar-left, #sidebar-right, #search, #tabs, #menu, #mission, #footer-wrapper,
40 .book-navigation, .tabs, .links, .breadcrumb, .taxonomy, .pager, .feed-icon, .forum-topic-navigation
50 background: transparent;
51 text-decoration: underline !important;
54 /* Don't underline header */
55 #header a:link, #header a:visited
57 text-decoration: none !important;
60 /* CSS2 selector to add visible href after links */
61 #main a:link:after, #main a:visited:after,
62 .content a:link:after, .content a:visited:after
64 content: " (" attr(href) ") ";
69 /* Additional style changes */
72 margin: 20pt 20pt 0 20pt;
78 font-family: "Times New Roman", "Bitstream Vera Serif", Garamond, serif;