Theme colors

Step 2: Choosing colors with the Cascading Style Sheet

The colors.css file in the theme directory is a Cascading Style Sheet, which is a way of specifying colors and styles for web pages. The lines in colors.css are listed below. There are more properties you can add, including font and style variations, which are listed here.

background-color: Main box background color background-color: Sidebar module background color
Tag Description Sample (shown in red)
a Style of unvisited links a sample
a:visited Style of links that you have visited a:visited sample
a:hover Style of links as your mouse hovers over them (limited support in older browsers) a:hover sample
body Background color of the page body background Color sample
.innerTable
border-color:Color of the table border innerTable border-color sample
color: Table text color innerTable color sample
background-color: Table background color (often hidden by innerTableTH and innerTableTHAlt tags)
.innerTableTH
border-color: Color of the table header border (hidden)
color: Table header text color innerTableTH color sample
background-color: Table header background color innerTableTH background color sample
.innerTableTR background-color: Table background color for even numbered rows innerTableTR background color sample
.innerTableTRAlt background-color: Table background color for odd numbered rows innerTableTRAlt background color sample
.innerTableEmoteSender
border-color: Table border for the sender of Control Panel Chat emote messages innerTableEmoteSender border-color sample
color: Text color for the sender of Control Panel Chat emoteDages innerTableEmoteSender color sample
.innerTableEmoteAction
border-color: Table border for the text of Control Panel Chat emote messages innerTableEmoteAction border-color sample
color: Text color for the text of Control Panel Chat emoteDages innerTableEmoteAction color sample
.innerTableTRPrivate background-color: Table background color for private Control Panel Chat messages innerTableTRPrivate background-color sample
,innerTableHighlight background-color: Background color for highlighted entries found when searching past Control Panel Chats innerTableHighlight background-color sample
.box
border-color:Main box border color box border-color sample
color: Main box text color box color sample
box background-color sample
.module
border-color:Sidebar module border color module border-color sample
color: Sidebar module text color module color sample
module background-color sample
.header
color: Header text color header color sample
background-color: Header background color header background-color sample
.menu
color: Sidebar menu text color menu color sample
background-color: Sidebar menu background color menu background-color sample
.footer
color: Footer text color footer color sample
background-color: Footer background color footer background-color sample

NAMD Configuration file options

.namdcfg borderColor: Border color of the NAMD-CFG table namdcfg-borderColor sample
.namdcfg.table borderColor: Border color of the inner NAMD-CFG table namdcfg-table-borderColor sample
.namdcfg.th
backgroundColor: background color of the NAMD-CFG table header namdcfg-th backgroundColor sample
color: Color of the NAMD-CFG table header namdcfg-th color sample
.namdcfg.td
backgroundColor: background color of the NAMD-CFG table body namdcfg-td backgroundColor sample
color: Color of the NAMD-CFG table body namdcfg-td color sample


<- Step 1: Necessary Files
->Step 3: Modifying BioCoRE Files