/* // bc.css - The Building Coder style sheet // // Copyright (C) 2009 by jeremy tammik, autodesk inc, 2009-07-30 // All rights reseved. */ pre { font-size : 95%; line-height : 120%; background-color : linen; white-space : pre-wrap; word-wrap: break-word; color: darkblue; padding: 10px; border-radius: 4px; overflow-x: auto; } pre.code { color: black; background-color : white; } h3 { font-size: 1.8em; } h4, h5, h6, h7 { font-size: 1.2em; } .entry-content, .entry-more { font-family: 'Open Sans'; font-size: 1em; } div.comment-content { padding-top: 6px } .darkblue { color: darkblue; } .blue { color: blue; } .red { color: red; } .teal { color: teal; } .maroon { color: maroon; } .green { color: green; } .gray { color: gray; } blockquote p { font-weight: 400; font-size: 100%; } b, strong { font-weight: b } th.r, td.r { text-align: right; } p.quote { text-align: center; font-style: italic; } p.author { text-align: right; font-style: italic; } /* Styling for unavailable/archived links */ .unavailable-link { color: #666; } .unavailable-link em { font-size: 0.85em; color: #999; }