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
|
||||
|
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;}

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

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;}

Status Legend
/* Remove Status Legend at the bottom of Topics table */
body table#TOPICS_TCLOSE {display:none;}

[edited by: Vitaliy at 21:11 (CST) on Feb. 02, 2007]