| | Color scheme settings for PatternSkin |
|
< < | Appearance: text colors, background colors, border colors. |
| | Use this topic to change the color settings of PatternSkin. When this topic is saved, the attachment theme-colors.css will be updated with new color values. This method relies on TWiki:Plugins.AttachContentPlugin to work. |
|
> > | AttachContentPlugin is not installed. |
| | Usage
Step 1 |
|
< < | Let PatternSkin point to the custom-made colors style sheet. In TWikiPreferences put:
* Set USERCOLORSURL = %PUBURLPATH%/%MAINWEB%/TWikiPreferences/theme-colors.css
|
> > | Let PatternSkin point to the custom-made colors style sheet. In TWikiPreferences put:
* Set USERCOLORSURL = %PUBURLPATH%/%TWIKIWEB%/PatternSkin/theme-colors.css
|
| |
Step 2
Edit this topic, and change the color variables as you like. |
|
> > | Step 3
Save the topic. This will generate an attachment to topic PatternSkin.
For more help on customizing styles, see PatternSkinCustomization. |
| | Color variables
Logical groupings |
|
< < | Text on background |
> > | Text |
| | MAIN_TEXT_COLOR Main text color
- Set MAIN_TEXT_COLOR = #000
MAIN_BACKGROUND_COLOR Main background color
- Set MAIN_BACKGROUND_COLOR = #fff
LIGHT_ON_DARK_TEXT_COLOR Light on dark text color
- Set LIGHT_ON_DARK_TEXT_COLOR = #fff
|
|
> > | GRAYED_TEXT_COLOR
- Set GRAYED_TEXT_COLOR = #777
GENERAL_TEXT General text (if not set in MAIN_BACKGROUND_COLOR) (black)
HEADER_TEXT Header text
- Set HEADER_TEXT = #630000
CODE_TEXT Code text, left bar text and links
MUTED_TEXT Muted text (dark gray)
GRAYED_OUT_TEXT Grayed out text
- Set GRAYED_OUT_TEXT = #777
|
| |
Links
LINK_TEXT_NORMAL Link normal text |
|
< < |
- Set LINK_TEXT_NORMAL = #06c
|
> > |
- Set LINK_TEXT_NORMAL = #4571d0
|
| | LINK_BACKGROUND_NORMAL Link normal background
- Set LINK_BACKGROUND_NORMAL =
|
|
> > | LINK_TEXT_NORMAL_VISITED Link normal text visited
- Set LINK_TEXT_NORMAL_VISITED = #666
|
| | LINK_TEXT_ACTION_BUTTON Link text red (same as LINK_BACKGROUND_HOVER) |
|
< < |
- Set LINK_TEXT_ACTION_BUTTON = #D6000F
|
> > |
- Set LINK_TEXT_ACTION_BUTTON = #be000a
|
| | LINK_TEXT_HOVER Link hover text |
|
< < |
- Set LINK_TEXT_HOVER = #FBF7E8
|
> > |
- Set LINK_TEXT_HOVER = #fff
|
| | LINK_BACKGROUND_HOVER Link background hover |
|
< < |
- Set LINK_BACKGROUND_HOVER = #D6000F
|
> > |
- Set LINK_BACKGROUND_HOVER = #ce000f
|
| | SIDE_BAR_LINK_TEXT Side bar link text |
|
< < |
- Set SIDE_BAR_LINK_TEXT = #666
LINK_TEXT_NORMAL_TABLE_HEADER Table header link text
- Set LINK_TEXT_NORMAL_TABLE_HEADER = #fff
LINK_TEXT_NORMAL_BORDER_TABLE_HEADER Table header link border
- Set LINK_TEXT_NORMAL_BORDER_TABLE_HEADER = #bbb
LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text
- Set LINK_TEXT_SORTED_TABLE_HEADER = #fff
LINK_TEXT_HOVER_TABLE_HEADER Table header link hover text
- Set LINK_TEXT_HOVER_TABLE_HEADER = #fff
LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER Link border in selected column header
- Set LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER = #999
|
> > |
- Set SIDE_BAR_LINK_TEXT = #444
|
| |
Disabled
DISABLED_BORDER Disabled border
- Set DISABLED_BORDER = #e0e0e0
DISABLED_TEXT Disabled text |
|
< < | |
> > | |
| | DISABLED_BACKGROUND Disabled background |
|
< < |
- Set DISABLED_BACKGROUND = #f5f5f5
|
> > |
- Set DISABLED_BACKGROUND = #fafaf8
BUTTON_BORDERS_DISABLED Disabled button borders
- Set BUTTON_BORDERS_DISABLED = #fff #ccc #ccc #fff
|
| |
'New'
NEW_TEXT New text (green) |
| |
Buttons
BUTTON_TEXT Button text color (dark gray) |
|
< < | |
> > | |
| | BUTTON_BORDERS Button borders |
|
< < |
- Set BUTTON_BORDERS = #ddd #aaa #aaa #ddd
BUTTON_BORDERS_ACTIVE Button borders (active)
- Set BUTTON_BORDERS_ACTIVE = #999 #ccc #ccc #999
SUBMIT_BUTTON_BACKGROUND Submit button background (dark yellow)
- Set SUBMIT_BUTTON_BACKGROUND = #FED764
SUBMIT_BUTTON_BORDER Submit button border (blue)
- Set SUBMIT_BUTTON_BORDER = #88B6CF
Forms
INPUT_FIELD_BORDERS Input field borders
- Set INPUT_FIELD_BORDERS = #aaa #ddd #ddd #aaa
FORM_INPUT_BORDER Textarea, input and select (darker gray)
- Set FORM_INPUT_BORDER = #aaa
FORM_BORDER Form (same as twikiTable border)
ACTIVE_FORM_BACKGROUND Edit form, form steps
- Set ACTIVE_FORM_BACKGROUND = #f8fbfc
FORMFIELD_ACTIVE Active form field (not implemented yet)
- Set FORMFIELD_ACTIVE = #ffc
Color groupings
Text colors
GENERAL_TEXT General text (if not set in MAIN_BACKGROUND_COLOR) (black)
HEADER_TEXT Header text
CODE_TEXT Code text, left bar text and links
MUTED_TEXT Muted text (dark gray)
GRAYED_OUT_TEXT Grayed out text
- Set GRAYED_OUT_TEXT = #8E9195
STRONG_TEXT Dark text, header (dark gray)
SEPARATOR Seperator in topic action bar |
> > |
- Set BUTTON_BORDERS = #fff #888 #888 #fff
BUTTON_BACKGROUND Button background
- Set BUTTON_BACKGROUND = #e2e3e3
BUTTON_CANCEL_BACKGROUND Cancel button background
- Set BUTTON_CANCEL_BACKGROUND = #f2d5d0
SUBMIT_BUTTON_BACKGROUND Submit button background
- Set SUBMIT_BUTTON_BACKGROUND = #06c
SUBMIT_BUTTON_BORDER_TEXT Submit button text color
- Set SUBMIT_BUTTON_BORDER_TEXT = #fff
SELECT_BORDER Select border |
| |
Background colors
GENERAL_BACKGROUND General background color (if not set in MAIN_BACKGROUND_COLOR) (white)
- Set GENERAL_BACKGROUND = #fff
SIDE_BAR_BACKGROUND Side bar background |
|
< < |
- Set SIDE_BAR_BACKGROUND = #f7fafc
SIDE_BAR_PERSONAL_BACKGROUND Side bar personal background
- Set SIDE_BAR_PERSONAL_BACKGROUND = #e6eff5;
INFO_BACKGROUND Info (very light blue) (placeholder for background image)
- Set INFO_BACKGROUND = #f8fbfc
TOPIC_ACTION_BACKGROUND Topic action row (light yellow)
- Set TOPIC_ACTION_BACKGROUND = #FCF8EC
HEADER_BACKGROUND H1, H2, etc header (light yellow)
- Set HEADER_BACKGROUND = #FDFAF3
ATTACHMENT_AND_FORM_BACKGROUND Attachment, form (light yellow)
- Set ATTACHMENT_AND_FORM_BACKGROUND = #FEFCF6
DIFF_HEADER_BACKGROUND Diff header (dark gray) (same as GRAYED_OUT_TEXT) |
> > |
- Set SIDE_BAR_BACKGROUND = #f6f6f6
NEUTRAL_BACKGROUND
- Set NEUTRAL_BACKGROUND = #fdfaf1
TOP_BAR_BACKGROUND Top bar background
- Set TOP_BAR_BACKGROUND = #fefcf7
ATTACHMENT_AND_FORM_BACKGROUND Attachment, form
- Set ATTACHMENT_AND_FORM_BACKGROUND = #f6f6f6
TOPIC_ACTION_BACKGROUND Topic action row
- Set TOPIC_ACTION_BACKGROUND = #f6f6f6
HEADER_BACKGROUND h2, h3
- Set HEADER_BACKGROUND = #f6f6f6
DIFF_HEADER_BACKGROUND Diff header (dark gray) |
| |
- Set DIFF_HEADER_BACKGROUND = #ccc
|
|
> > | NOTIFICATION_BACKGROUND Info, broadcast message and notifications
- Set NOTIFICATION_BACKGROUND = #ffe67b
INFO_BACKGROUND
- Set INFO_BACKGROUND = #ffe67b
Border colors
NEUTRAL_BORDER Info (light gray)
- Set NEUTRAL_BORDER = #ddd
SEPARATOR_BORDER
- Set SEPARATOR_BORDER = #e2e2e2
MINOR_SEPARATOR_BORDER Header H3..H6 bottom
- Set MINOR_SEPARATOR_BORDER = #e2e2e2
LAYOUT_ELEMENT_BORDER Main layout elements (neutral tone)
- Set LAYOUT_ELEMENT_BORDER = #dadada
IMAGE_BORDER Image border
FORM_STEP_BORDER Form step border
- Set FORM_STEP_BORDER = #e2e2e2
NOTIFICATION_BORDER Broadcast message
- Set NOTIFICATION_BORDER = #ffdf4c
|
| |
Table colors
TABLE_DATA_BACKGROUND Table data background |
| | TABLE_SELECTED_COLUMN_HEADER_BACKGROUND Sorted table column accent background
- Set TABLE_SELECTED_COLUMN_HEADER_BACKGROUND = #345
TABLE_DATA_ODD_BACKGROUND Table data background (odd row) |
|
< < |
- Set TABLE_DATA_ODD_BACKGROUND = #edf4f9
|
> > |
- Set TABLE_DATA_ODD_BACKGROUND = #f0f6fb
|
| | TABLE_DATA_EVEN_BACKGROUND Table data background (even row)
- Set TABLE_DATA_EVEN_BACKGROUND = #ffffff
TABLE_DATA_ODD_SELECTED_BACKGROUND Table data background (odd row, selected column) |
| |
- Set TABLE_DATA_EVEN_SELECTED_BACKGROUND = #f5f5f5
TABLE_DATA_MIX_BACKGROUND Table data background (mix between even and odd)
- Set TABLE_DATA_MIX_BACKGROUND = #f7fafc
|
|
< < |
Border colors
INFO_BORDER Info (light blue)
- Set INFO_BORDER = #D5E6F3
SEPARATOR_BORDER HR line, bottom of h2, attachment table, form (brown)
- Set SEPARATOR_BORDER = #E2DCC8
MINOR_SEPARATOR_BORDER Header H3..H6 bottom (75% of SEPARATOR_BORDER)
- Set MINOR_SEPARATOR_BORDER = #E9E4D2
LAYOUT_ELEMENT_BORDER Main layout elements (neutral tone)
- Set LAYOUT_ELEMENT_BORDER = #ccc
|
| | TABLE_BORDER Table border, sup (light neutral tone) |
|
< < |
TABLE_BORDER_LIGHT Table border light
- Set TABLE_BORDER_LIGHT = #e2e7eb
|
> > |
- Set TABLE_BORDER = #e2e2e2
LINK_TEXT_NORMAL_TABLE_HEADER Table header link text
- Set LINK_TEXT_NORMAL_TABLE_HEADER = #fff
LINK_TEXT_NORMAL_BORDER_TABLE_HEADER Table header link border
- Set LINK_TEXT_NORMAL_BORDER_TABLE_HEADER = #bbb
LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text
- Set LINK_TEXT_SORTED_TABLE_HEADER = #fff
LINK_TEXT_HOVER_TABLE_HEADER Table header link hover text
- Set LINK_TEXT_HOVER_TABLE_HEADER = #fff
LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER Link border in selected column header
- Set LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER = #999
Forms
INPUT_FIELD_BORDERS Input field borders
- Set INPUT_FIELD_BORDERS = #bbb #f2f2f2 #f2f2f2 #bbb
FORM_INPUT_BORDER Textarea, input and select (darker gray)
- Set FORM_INPUT_BORDER = #aaa
FORM_BORDER Form (same as twikiTable border)
- Set FORM_BORDER = #cfcfcf
ACTIVE_FORM_BACKGROUND Edit form, form steps
- Set ACTIVE_FORM_BACKGROUND = #fbfbfb
FORMFIELD_ACTIVE Active form field
- Set FORMFIELD_ACTIVE = #ffffe0
FORM_HEADER_TEXT Header text on form background
- Set FORM_HEADER_TEXT = #036
|
| |
<-- END OF COLOR VARIABLES -->
Do not change the text below this line unless you know what you are doing! |
|
< < |
|
> > |
|
| | |
|
< < | %STARTATTACH{"theme-colors.css"}% |
> > | %STARTATTACH{"theme-colors.css" web="TWiki" topic="PatternSkin"}% |
| | /* PatternSkin colors */ |
|
< < | /* Generated by AttachContentPlugin from PatternSkinColorSettings */ |
> > | /* Generated by AttachContentPlugin from PatternSkinColorSettings */ |
| |
/* LAYOUT ELEMENTS */
#patternTopBar { |
|
< < | background-color:#fff;
border-color:#dadada; |
> > | border-color:#e2e2e2;
background-color:#fefcf7; |
| | }
#patternMain { /* don't set a background here; use patternOuter */ }
#patternOuter {
background-color:#fff; /* Sets background of center col */
border-color:#dadada;
} |
|
< < | #patternLeftBar, #patternLeftBarContents { /* don't set a background here; use patternWrapper */ } |
> > | #patternLeftBar, |
| | #patternWrapper {
background-color:#f6f6f6;
}
#patternBottomBar { |
|
< < | background-color:#fff;
border-color:#dadada; |
> > | border-color:#e2e2e2; |
| | }
#patternBottomBarContents,
#patternBottomBarContents a:link, |
| | background-color:transparent;
}
hr { |
|
< < | color:#dadada;
background-color:#dadada; |
> > | color:#e2e2e2;
background-color:#e2e2e2; |
| | }
pre, code, tt {
color:#7A4707;
}
blockquote { |
|
< < | border-color:%INFO_BORDER%; |
| | background-color:#fbfbfb; |
|
> > | border-color:#ddd; |
| | } |
|
< < | h1, h2, h3, h4, h5, h6 {
color:#630000; |
> > | blockquote h2 {
background:none; |
| | } |
|
< < | h1 a:link,
h1 a:visited { |
> > | h1, h2, h3, h4, h5, h6 { |
| | color:#630000;
} |
|
< < | h1 a:hover {
color:#fff;
} |
| | h2 {
background-color:#f6f6f6; |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2; |
| | }
h3, h4, h5, h6 {
border-color:#e2e2e2; |
| | .twikiNewLink a:link sup,
.twikiNewLink a:visited sup {
color:#777; |
|
< < | border-color:#e2e2e2; |
> > | border-color:#ddd; |
| | }
.twikiNewLink a:hover sup {
background-color:#ce000f; |
| | border-color:#ce000f;
}
.twikiNewLink { |
|
< < | border-color:#e2e2e2; |
> > | border-color:#ddd; |
| | }
:link:focus,
:visited:focus, |
| | :visited:hover {
color:#fff;
background-color:#ce000f; |
|
> > | background-image:none; |
| | }
:link:hover img,
:visited:hover img {
background-color:transparent;
} |
|
< < | /* fix for hover over transparent logo: */
#patternTopBar :link:hover img,
#patternTopBar :visited:hover img {
background:#fff;
} |
| | .patternTopic a:visited { |
|
< < | color:#777; |
> > | color:#666; |
| | }
.patternTopic a:hover {
color:#fff;
} |
|
> > | #patternMainContents h1 a:link, #patternMainContents h1 a:visited,
#patternMainContents h2 a:link, #patternMainContents h2 a:visited,
#patternMainContents h3 a:link, #patternMainContents h3 a:visited,
#patternMainContents h4 a:link, #patternMainContents h4 a:visited,
#patternMainContents h5 a:link, #patternMainContents h5 a:visited,
#patternMainContents h6 a:link, #patternMainContents h6 a:visited {
color:#630000;
}
#patternMainContents h1 a:hover,
#patternMainContents h2 a:hover,
#patternMainContents h3 a:hover,
#patternMainContents h4 a:hover,
#patternMainContents h5 a:hover,
#patternMainContents h6 a:hover {
color:#fff;
}
.patternTopic .twikiUnvisited a:visited {
color:#4571d0;
}
.patternTopic .twikiUnvisited a:hover {
color:#fff;
} |
| |
/* Form elements */ |
| | .twikiSubmit,
.twikiButton {
border-color:#fff #888 #888 #fff; |
|
> > | }
.twikiSubmit {
color:#fff;
background-color:#06c;
}
.twikiButton { |
| | color:#000; |
|
< < | background-color:#fff; |
> > | background-color:#e2e3e3; |
| | } |
|
< < | .twikiSubmit:active,
.twikiButton:active {
border-color:%BUTTON_BORDERS_ACTIVE%;
color:#000; |
> > | .twikiButtonCancel {
color:#000;
background-color:#f2d5d0; |
| | }
.twikiSubmitDisabled,
.twikiSubmitDisabled:active { |
|
< < | border-color:#e0e0e0; |
> > | border-color:#fff #ccc #ccc #fff; |
| | color:#aaa; |
|
< < | background-color:#fafaf8; |
> > | background-color:#fbfbfb; |
| | } |
|
> > | .twikiTextarea, |
| | .twikiInputField, |
|
> > | .twikiInputFieldDisabled,
.twikiInputFieldReadOnly, |
| | .twikiSelect {
border-color:#bbb #f2f2f2 #f2f2f2 #bbb; |
|
> > | }
.twikiTextarea,
.twikiInputField,
.twikiSelect { |
| | color:#000;
background-color:#fff;
} |
|
> > | .twikiInputField:active,
.twikiInputField:focus,
.twikiInputFieldFocus {
background-color:#ffffe0;
}
.twikiTextareaRawView {
color:#000;
} |
| | .twikiInputFieldDisabled { |
|
> > | color:#aaa;
background-color:#fafaf8;
}
.twikiInputFieldReadOnly {
color:#777;
}
.twikiSelect {
border-color:#bbb #f2f2f2 #f2f2f2 #bbb;
color:#000;
background-color:#fff;
}
.twikiInputFieldDisabled,
.twikiSelectDisabled {
color:#aaa;
border-color:#bbb #f2f2f2 #f2f2f2 #bbb;
background-color:#fafaf8;
}
.twikiInputFieldBeforeFocus { |
| | color:#777;
} |
| |
/* TablePlugin */
.twikiTable, |
|
< < | .twikiTable td {
border-color:#e2e2e2;
} |
> > | .twikiTable td, |
| | .twikiTable th { |
|
< < | border-color:#e2e2e2 #fff; |
> > | border-color:#e2e2e2; |
| | }
.twikiTable th a:link,
.twikiTable th a:visited, |
| |
/* TipsContrib */
.tipsOfTheDay { |
|
< < | background-color:#ffe67b;
}
.patternTopic .tipsOfTheDayHeader {
color:%STRONG_TEXT%;
}
/* TipsContrib - in left bar */
#patternLeftBar .tipsOfTheDay a:link,
#patternLeftBar .tipsOfTheDay a:visited {
color:#630000;
}
#patternLeftBar .tipsOfTheDay a:hover {
color:#fff; |
| | }
/* RevCommentPlugin */ |
| | .twikiEditForm .twikiFormTable,
.twikiEditForm .twikiFormTable th,
.twikiEditForm .twikiFormTable td { |
|
< < | border-color:%TABLE_BORDER_LIGHT%; |
> > | border-color:#e2e2e2; |
| | }
/* use a different table background color mix: no odd/even rows, no white background */
.twikiEditForm .twikiFormTable td { |
| | .patternContent .twikiAttachments,
.patternContent .twikiForm {
background-color:#f6f6f6; |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2; |
| | }
.twikiAttachments table,
table.twikiFormTable { |
|
< < | border-color:#dadada; |
> > | border-color:#e2e2e2; |
| | background-color:#fff;
}
.twikiAttachments table { |
| | }
.twikiAttachments td,
.twikiAttachments th { |
|
< < | border-color:#dadada; |
> > | border-color:#e2e2e2; |
| | }
.twikiAttachments .twikiTable th font,
table.twikiFormTable th.twikiFormTableHRow font { |
| |
.twikiFormSteps {
background-color:#fbfbfb; |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2; |
| | }
.twikiFormStep { |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2;
}
.twikiFormStep h3,
.twikiFormStep h4 {
color:#036; |
| | }
.twikiFormStep h3,
.twikiFormStep h4 {
background-color:transparent;
} |
|
> > | .twikiActionFormStepSign {
color:#036;
} |
| | .twikiToc .twikiTocTitle {
color:#777;
}
.twikiBroadcastMessage { |
|
< < | background-color:yellow; |
> > | background-color:#ffe67b;
}
.twikiNotification {
background-color:#ffe67b;
}
#twikiLogin .patternLoginNotification {
background-color:#fff;
border-color:#f00;
}
.twikiHelp {
background-color:#ffe67b;
}
.twikiHelp {
background-color:#f6f6f6;
border-color:#e2e2e2; |
| | }
.twikiBroadcastMessage b,
.twikiBroadcastMessage strong { |
| | background-color:#cfcfcf;
color:#cfcfcf;
} |
|
< < | .twikiHelp {
background-color:#ffe67b;
border-color:%INFO_BORDER%;
} |
| | .twikiAccessKey {
color:inherit;
border-color:#777;
}
a:link .twikiAccessKey, |
|
< < | a:visited .twikiAccessKey, |
> > | a:visited .twikiAccessKey {
color:inherit;
} |
| | a:hover .twikiAccessKey {
color:inherit;
} |
|
< < | |
> > | .twikiImage img {
border-color:#eee;
background-color:#fff;
}
#patternTopBar .twikiImage img {
background-color:transparent;
}
.twikiImage a:hover img {
border-color:#ce000f;
} |
| |
/* -----------------------------------------------------------
Pattern skin specific elements |
| | #patternPage {
background-color:#fff;
} |
|
< < | /* Left bar */
#patternLeftBarContents {
color:#777; |
> > | .patternHomePath a:link,
.patternHomePath a:visited {
border-color:#ddd;
color:#666; |
| | } |
|
< < | #patternLeftBarContents .patternWebIndicator {
color:#000; |
> > | .patternTop a:hover {
border:none;
color:#fff; |
| | } |
|
< < | #patternLeftBarContents .patternWebIndicator a:link,
#patternLeftBarContents .patternWebIndicator a:visited {
color:#000; |
> > | .patternHomePath .patternRevInfo,
.patternHomePath .patternRevInfo a:link,
.patternHomePath .patternRevInfo a:visited {
color:#777; |
| | } |
|
< < | #patternLeftBarContents .patternWebIndicator a:hover { |
> > | .patternHomePath .patternRevInfo a:hover { |
| | color:#fff;
} |
|
> > |
/* Left bar */
#patternLeftBarContents {
color:#000;
} |
| | #patternLeftBarContents hr { |
|
< < | color:#e2e2e2;
background-color:#e2e2e2; |
> > | color:#e2e2e2;
background-color:#e2e2e2; |
| | }
#patternLeftBarContents a:link,
#patternLeftBarContents a:visited { |
| | #patternLeftBarContents a:hover {
color:#fff;
} |
|
> > | #patternLeftBarContents .patternLeftBarPersonal,
#patternLeftBarContents .patternWebIndicator {
border-color:#dadada;
} |
| | #patternLeftBarContents b,
#patternLeftBarContents strong { |
|
< < | color:%STRONG_TEXT%;
}
#patternLeftBarContents .patternChangeLanguage {
color:#777;
}
#patternLeftBarContents .patternLeftBarPersonal {
background-color:%SIDE_BAR_PERSONAL_BACKGROUND%
}
#patternLeftBarContents .patternLeftBarPersonal a:link,
#patternLeftBarContents .patternLeftBarPersonal a:visited,
#patternLeftBarContents .twikiHierarchicalNavigation a:link,
#patternLeftBarContents .twikiHierarchicalNavigation a:visited {
color:#4571d0;
}
#patternLeftBarContents .patternLeftBarPersonal a:hover,
#patternLeftBarContents .twikiHierarchicalNavigation a:hover {
color:#fff;
background-color:#ce000f;
}
#patternLeftBarContents .twikiHierarchicalNavigation {
background:#fff; |
> > | color:#630000; |
| | } |
|
> > | |
| | .patternTopicActions { |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2;
background-color:#f6f6f6;
color:#777; |
| | }
.patternTopicAction { |
|
< < | color:#777;
border-color:#e2e2e2;
background-color:#f6f6f6; |
> > | border-color:#e2e2e2; |
| | }
.patternTopicAction s,
.patternTopicAction strike { |
| | color:#be000a;
border-color:#be000a;
} |
|
> > | .patternTopicAction a:hover .twikiAccessKey {
color:#fff;
} |
| | .patternTopicAction label {
color:#000;
}
.patternHelpCol {
color:#777;
} |
|
< < | .patternFormFieldDefaultColor {
/* input fields default text color (no user input) */
color:#777;
}
.patternToolBar .patternButton s,
.patternToolBar .patternButton strike,
.patternToolBar .patternButton a:link,
.patternToolBar .patternButton a:visited {
border-color:#e2e2e2;
background-color:#fff;
}
.patternToolBar .patternButton a:link,
.patternToolBar .patternButton a:visited { |
> > | .patternSigLine { |
| | color:#777; |
|
< < | }
.patternToolBar .patternButton s,
.patternToolBar .patternButton strike {
color:#aaa;
border-color:#e0e0e0;
}
.patternToolBar .patternButton a:hover {
background-color:#ce000f;
color:#fff;
border-color:#be000a;
}
.patternToolBar .patternButton img {
background-color:transparent;
}
.patternToolBarBottom { |
> > | background-color:#f6f6f6; |
| | border-color:#e2e2e2;
}
.patternToolBar a:link .twikiAccessKey,
.patternToolBar a:visited .twikiAccessKey {
color:inherit; |
|
< < | border-color:#777; |
> > | border-color:#666; |
| | }
.patternToolBar a:hover .twikiAccessKey {
background-color:transparent;
color:inherit; |
|
< < | }
.patternRevInfo,
.patternRevInfo a:link,
.patternRevInfo a:visited {
color:#777;
}
.patternRevInfo a:hover {
color:#fff;
}
.patternMoved,
.patternMoved a:link,
.patternMoved a:visited {
color:#777;
}
.patternMoved a:hover {
color:#fff; |
> > | border-color:#666; |
| | }
.patternSaveHelp {
background-color:#fff;
}
/* WebSearch, WebSearchAdvanced */ |
|
> > | table#twikiSearchTable {
border-color:#e2e2e2;
} |
| | table#twikiSearchTable th,
table#twikiSearchTable td {
background-color:#fff; |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2;
}
table#twikiSearchTable hr {
border-color:#e2e2e2;
background-color:#e2e2e2; |
| | }
table#twikiSearchTable th {
color:#000;
} |
|
< < | table#twikiSearchTable td.first {
background-color:#f6f6f6;
} |
| |
/* -----------------------------------------------------------
Search results |
| | h3.patternSearchResultsHeader,
h4.patternSearchResultsHeader {
background-color:#f6f6f6; |
|
< < | border-color:#dadada; |
> > | border-color:#e2e2e2; |
| | }
h4.patternSearchResultsHeader {
color:#000; |
| | color:#630000;
}
.patternSearchResult .twikiBottomRow { |
|
< < | border-color:#e2e2e2; |
> > | border-color:#e2e2e2; |
| | }
.patternSearchResult .twikiAlert {
color:#f00; |
| | color:#777;
} |
|
< < | /* oopsmore.pattern.tmpl */
table.patternDiffOptions img {
border-color:#dadada;
} |
| | /* edit.pattern.tmpl */ |
|
< < | .twikiChangeFormButton .twikiButton,
.twikiChangeFormButtonHolder .twikiButton { /* looks like a link */
color:#4571d0;
background:none;
}
.patternSig input {
color:#777;
background-color:#fff;
} |
| | /* preview.pattern.tmpl */ |
|
< < | .patternPreviewArea { |
> > | .twikiPreviewArea { |
| | border-color:#f00;
background-color:#fff;
} |
| | .patternDiff {
border-color:#6b7f93;
} |
|
< < | .patternDiff h4.patternSearchResultsHeader { |
> > | #patternMainContents .patternDiff h4.patternSearchResultsHeader { |
| | background-color:#6b7f93;
color:#fff;
} |
|
< < | .patternDiff h4.patternSearchResultsHeader a:link,
.patternDiff h4.patternSearchResultsHeader a:visited { |
> > | #patternMainContents .patternDiff h4.patternSearchResultsHeader a:link,
#patternMainContents .patternDiff h4.patternSearchResultsHeader a:visited { |
| | color:#fff;
}
tr.twikiDiffDebug td { |
| | /* IMAGES */
/* image positions are set here as well as these are dependent on the image */ |
|
< < | .twikiInputField {
background-image:url(background_input.gif); |
> > | h2,
.patternTopicAction {
background-image:url(bg_action_gradient.gif); |
| | background-repeat:repeat-x;
} |
|
< < | .twikiInputFieldDisabled {
background-image:none;
border:none; |
> > | .twikiToc li {
background-image:url(bullet-toc.gif);
background-repeat:no-repeat;
background-position:0 .4em; |
| | } |
|
< < | .twikiButton {
background-image:url(background_button.gif); |
> > | #patternOuter,
#patternTopBar {
/* gradient yellow of left bar and main */
background-image:url(bg_outer_gradient.gif); |
| | background-repeat:repeat-x;
} |
|
< < | .patternToolBarButtons .patternButton a {
/*
background-image:url(background_button.gif);
background-repeat:repeat-x;
*/ |
> > | .patternPrintPage #patternOuter {
background:#fff; /* white - do not change */ |
| | } |
|
< < | .twikiSubmit {
background-image:url(background_submit.gif); |
> > | .twikiPageForm table,
table#twikiSearchTable td.twikiFirstRow {
background-image:url(form_gradient.gif); |
| | background-repeat:repeat-x; |
|
> > | background-color:#f5f5f5; |
| | } |
|
> > | .twikiSubmit, |
| | .twikiSubmitDisabled { |
|
< < | background-image:none; |
> > | background-image:url(bg_submit_gradient.gif);
background-repeat:repeat-x; |
| | } |
|
< < | .twikiToc li {
background-image:url(bullet-child-black.gif);
background-repeat:no-repeat;
background-position:0 .35em; |
> > | .twikiSubmit,
a.twikiSubmit:link,
a.twikiSubmit:visited {
background-position:0px 0px;
background-color:#06c;
border-color:#abcdf0 #0048b8 #0048b8 #abcdf0;
color:#fff;
}
.twikiSubmit:hover,
a.twikiSubmit:hover {
background-position:0px -80px;
background-color:#0047b7;
border-color:#98bce9 #0031a4 #0031a4 #98bce9;
color:#fff;
}
.twikiSubmit:active,
a.twikiSubmit:active {
background-position:0px -160px;
background-color:#73ace6;
border-color:#0031a4 #98bce9 #98bce9 #0031a4;
color:#fff; |
| | } |
|
< < | /*#patternLeftBarContents .patternLeftBarPersonal,*/
#twikiLogin,
#patternLeftBarContents .tipsOfTheDayContents {
background-image:url(gradient_blue.gif); |
> > | .twikiSubmitDisabled,
.twikiSubmitDisabled:hover,
.twikiSubmitDisabled:active {
background-position:0px -240px;
background-color:#d9e8f7;
border-color:#f5f9fd #ccc #ccc #f5f9fd;
color:#ccc;
}
.twikiButton,
a.twikiButton:link,
a.twikiButton:visited {
background-image:url(bg_button_gradient.gif); |
| | background-repeat:repeat-x; |
|
> > | background-position:0px 0px;
border-color:#f8f6ec #b8b6ad #b8b6ad #f8f6ec;
background-color:#dbd9cf;
color:#333; |
| | } |
|
< < | #patternOuter {
/* gradient yellow of left bar and main */
background-image:url(gradient_yellow.gif); |
> > | .twikiChangeFormButtonHolder .twikiButton {
background-color:#fff;
background-image:none;
color:#06c;
}
.twikiChangeFormButtonHolder .twikiButton:hover,
.twikiChangeFormButtonHolder .twikiButton:active {
background-image:url(bg_button_gradient.gif); |
| | background-repeat:repeat-x;
} |
|
< < | .patternPrintPage #patternOuter {
background:#fff; /* white - do not change */ |
> > | .twikiButton:hover,
.twikiChangeFormButtonHolder .twikiButton:hover,
a.twikiButton:hover {
background-position:0px -80px;
border-color:#f4f2eb #a3a092 #a3a092 #f4f2eb;
background-color:#c2bfae;
color:#222;
}
.twikiButton:active,
.twikiChangeFormButtonHolder .twikiButton:active,
a.twikiButton:active {
background-position:0px -160px;
border-color:#a3a092 #f4f2eb #f4f2eb #a3a092;
background-color:#e8e5d7;
color:#222;
}
.twikiButtonDisabled,
.twikiButtonDisabled:hover,
.twikiButtonDisabled:active {
background-image:url(bg_button_gradient.gif);
background-repeat:repeat-x;
background-position:0px -240px;
border-color:#fcfbf9 #e3e2dd #e3e2dd #fcfbf9;
background-color:#edece6;
color:#bbb; |
| | } |
|
< < | .twikiPageForm table {
background-image:url(form_gradient.gif); |
> > | .twikiButtonCancel {
background-image:url(bg_buttoncancel_gradient.gif);
background-repeat:repeat-x;
background-position:0px 0px;
border-color:#f3ddd7 #b5706a #b5706a #f3ddd7;
background-color:#cc867f;
color:#333;
}
.twikiButtonCancel:hover {
background-position:0px -80px;
border-color:#eacac1 #9f564f #9f564f #eacac1;
background-color:#b26259;
color:#222;
}
.twikiButtonCancel:active {
background-position:0px -160px;
border-color:#9f564f #eacac1 #eacac1 #9f564f;
background-color:#e5bdb1;
color:#222;
}
.patternToolBar span a:link,
.patternToolBar span a:visited,
.patternToolBar span s,
.patternToolBar span strike {
background-image:url(bg_button_small_gradient.gif);
background-repeat:repeat-x;
}
.patternToolBar span a:link,
.patternToolBar span a:visited {
background-position:0px 0px;
border-color:#f8f6ec #b8b6ad #b8b6ad #f8f6ec;
background-color:#dbd9cf;
color:#333;
}
.patternToolBar span a:hover {
background-position:0px -80px;
border-color:#f4f2eb #a3a092 #a3a092 #f4f2eb;
background-color:#c2bfae;
color:#222;
}
.patternToolBar span a:active {
background-position:0px -160px;
border-color:#a3a092 #f4f2eb #f4f2eb #a3a092;
background-color:#e8e5d7;
color:#222;
}
.patternToolBar span s,
.patternToolBar span strike {
background-position:0px -240px;
border-color:#fcfbf9 #e3e2dd #e3e2dd #fcfbf9;
background-color:#edece6;
color:#bbb;
}
.patternTextareaButton {
border-color:#fffefd #b8b6ad #b8b6ad #fffefd;
overflow:hidden;
}
.patternButtonFontSelector {
background-image:url(button_font_selector.gif);
width:33px;
height:16px;
}
.patternButtonFontSelectorProportional {
background-position:0 0;
}
.patternButtonFontSelectorMonospace {
background-position:0 -16px;
}
.patternButtonEnlarge,
.patternButtonShrink {
background-image:url(button_arrow.gif);
width:16px;
height:16px;
}
.patternButtonEnlarge {
background-position:0 0;
}
.patternButtonEnlarge:hover {
background-position:0 -42px;
}
.patternButtonEnlarge:active {
background-position:0 -84px;
}
.patternButtonShrink {
background-position:16px 0;
}
.patternButtonShrink:hover {
background-position:16px -42px;
}
.patternButtonShrink:active {
background-position:16px -84px;
}
.twikiBroadcastMessage,
.twikiNotification {
background-image:url(background_alert.gif); |
| | background-repeat:repeat-x;
} |
|
< < |
/* commong settings */ |
> > | /* common settings */ |
| | .patternLeftBarPersonal li, |
|
< < | .twikiHierarchicalNavigation .twikiChildTopics li,
.twikiHierarchicalNavigation .twikiParentTopic li, |
| | li.patternLogOut,
li.patternLogIn {
padding-left:13px; |
|
< < | background-position:0 .25em; |
> > | background-position:0 .4em; |
| | background-repeat:no-repeat;
} |
|
< < | .patternLeftBarPersonal li,
.twikiHierarchicalNavigation .twikiChildTopics li {
background-image:url(bullet-blue.gif);
}
.twikiHierarchicalNavigation .twikiParentTopic li {
background-image:url(bullet-parent.gif); |
> > | .patternLeftBarPersonal li {
background-image:url(bullet-personal_sidebar.gif); |
| | }
.patternLeftBarPersonal li.patternLogOut {
background-image:url(bullet-lock.gif); |