/* * Set page background colour */ body { background: #e8f8ff !important; } /* * Set background colour for discussion list table */ table.forumng-discussionlist tr.forumng-discussion-short td.cell { background-color: #e8f8ff !important; } /* * Set background colour for draft and flagged messages tables */ table.generaltable tr td.cell { background-color: #e8f8ff !important; } #page-content { background-color: #f0fcff !important; } /* * Make skip to content and skip to 1st unread links visible */ div#forumng-unread-skip a.skip, a.skip { position: static !important; text-decoration: underline !important; } .forumng-replies{ margin-left: 5px !important; /* indentation size */ } .forumng-pic-info { width: 160px !important; /* message info width */ } .forumng-post-outerbox { margin-left: 160px !important; /* message info width */ max-width: 680px !important; /* message width */ min-width: 400px !important; } .forumng-post-outerbox .forumng-postmain .forumng-message { background-color: #e8f8ff !important; /* message background colour */ } /* * Message text border styles */ div.forumng-post-outerbox div.forumng-postmain div.forumng-message { border-color: #999 !important; border-style: dashed !important; border-width: 1px !important; } /* * Prevent double borders around message text */ div.forumng-post-outerbox div.forumng-postmain div.forumng-message div.forumng-message { border: none !important; } /* * Make current and parent message numbers visible for expanded messages. * Also makes parent message link work for JAWS users. */ div.forumng-full div.forumng-pic-info div.forumng-info h2.forumng-author span.accesshide, div.forumng-short div.forumng-pic-info div.forumng-info h2.forumng-author span.accesshide, div#forumngmain div.accesshide { position: static !important; color: #000 !important; }