Search: For:
Browsing Single Category
HASHJOIN HASHJOIN Support FAQ › Topic Id: 1557 | Permalink

Custom CSS examples

Topic ID: 1557
Created By: 2007-FEB-02 17:21:43 [Vitaliy]
Updated By: 2007-FEB-02 21:11:33 [Vitaliy]
Status: Open
Severity: Normal
Read Only: Yes
5106
2007-FEB-02 17:21:43
Moderator
 
 
Registered On: Mar 2006
Total Posts: 45
Custom CSS examples

Enter just CSS code in the "Custom CSS" field - HASHJOIN will automatically 
wrap your code with <style type="text/css"></style> tags.

Here are some examples:

Topic Header
/* Remove Topic Header from the View Topic screen */
   body table#TOPIC_HEADER {display:none;}
topic_header.jpg

Left Menu
/* Remove navigation menu from the View Topic screen */
   body table#TOPIC_VIEW .leftmenu {display:none;}
left_menu.jpg

Topic Ids
/* Remove Topic ID column from Topics table */
   body table#TOPICS_TOPEN .tdReqId {display:none;}
   body table#TOPICS_TOPEN_SEARCH .tdReqId {display:none;}
   body table#TOPICS_TROW .tdReqId {display:none;}
   body table#TOPICS_TROW_SEARCH .tdReqId {display:none;}
topic_id.jpg

Status Legend
/* Remove Status Legend at the bottom of Topics table */
   body table#TOPICS_TCLOSE {display:none;}
status_legend.jpg
[edited by: Vitaliy at 21:11 (CST) on Feb. 02, 2007]