* @copyright Curverider Ltd 2008 * @link http://elgg.com/ */ ?> /* forums overview page */ .forums_table_head { background: #4690d6; color:#ffffff; padding:4px; } .forums_table_topics { padding:4px; border-bottom:1px solid #cccccc; } .forums_table_topics h3 a { font-size: 1.3em; } .forum_access { font-size: small; } .forums_table_topics p { margin:0px 0px 5px 0; } /* topics overview page */ #topic_titles { background: #4690d6; color:#ffffff; padding:4px; margin:20px 0 0 0; } /* topic posts pages */ .post_icon { float:left; margin:0 8px 4px 0; } .topic_post { border-bottom:1px solid #cccccc; margin:10px 0 10px 0; } .topic_post h2 { margin-bottom:20px; } .topic_post table, td { border:none; } .topic_title { font-size: 1.2em; line-height: 1.1em; } .forum_topics { padding:0; margin:0; border:1px solid #ddd; border-top:0; } /* alternating bckgnd on topics */ .forum_topics .odd { background-color:#ebebeb; padding: 4px; } .forum_topics .even { background-color:#f5f5f5; padding: 4px; }