/* CSS stylesheet taken from http://forumoxalis.ehol.org */ body { line-height:1.2em; width:760px; margin:0 auto; text-align:center; } body,td { font-family:sans-serif; font-size:12px; } input { font-family:sans-serif; font-size:10px; } a { text-decoration:none; font-weight:bold; color:#005e89; } a:visited { color:#895900; } a:hover { text-decoration:underline; } a.forum { font-weight:normal; color:green; } a.download { font-weight:normal; color:#ff6600; } a.md5 { font-family:monospace; color:gray; } .menu { /* background-color:#eeeeee; border: 1px solid gray; */ } .menu a { padding:2px; border:1px solid gray; background-color:white; } .menu a:hover { background-color:gray; color:white; text-decoration:none; } div.category { text-align:justify; background-color:#eee; border: 1px solid gray; padding: 5px 10px 5px 10px; margin-bottom:10px; } span.important { font-weight:bold; } span.keyword { font-weight:bold; } span.release_date { color:#895900; } li { text-align:left; } span.directory,span.file { font-family:monospace; } span.directory { color:blue; } span.command { font-family:monospace; color:gray; } span.language { font-weight:bold; } th { border-bottom:1px solid black; } th,td { padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; } td.release { text-align:center; border-right:1px solid black; } td.sum_bottom { border-top:1px solid black; } td.sum_right { border-left:1px solid black; } td.count,td.sum_right,td.sum_bottom { text-align:right; } th.top_left { border-right:1px solid black; border-bottom:1px solid black; } th.top_right { border-bottom:1px solid black; border-left:1px solid black; } td.bottom_left { border-top:1px solid black; border-right:1px solid black; } td.bottom_right { border-top:1px solid black; border-left:1px solid black; } P.announcement { color: inherit; text-align: left; border: 1px solid #99c; border-left: 6px solid #99c; padding: 5px; margin: 1em auto; margin-bottom: 5px; border-color: crimson; background-color: #ffe1e1; }