
Color scheme settings for TWikiNetSkin
UsageStep 1 | ||||||||
| Changed: | ||||||||
| < < | Let TWikiNetSkin point to the custom-made colors style sheet. In Main.TWikiPreferences put: | |||||||
| > > | ||||||||
| Added: | ||||||||
| > > | Let TWikiNetSkin point to the custom-made colors style sheet. In Main.TWikiPreferences put: | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Step 2 | ||||||||
| Added: | ||||||||
| > > | ||||||||
Edit this topic, and change the color variables as you like.
Step 3 | ||||||||
| Deleted: | ||||||||
| < < | Save the topic. This will generate an attachment to topic TWikiNetSkin. | |||||||
| Added: | ||||||||
| > > | Save the topic. This will generate an attachment to topic TWikiNetSkin. | |||||||
|
| ||||||||
| Deleted: | ||||||||
| < < | ||||||||
Color variables | ||||||||
| Added: | ||||||||
| > > | ||||||||
On this page:
TWikiNetSkin specificSHADE_TOPTOOLBAR_BORDER
SHADE_TOPTOOLBAR_BACKGROUND
SHADE_SIDE_BAR_STRONG_TEXT
SHADE_BLOCKQUOTE_BACKGROUND
SHADE_TWIKIFORM_TABLECELL_BORDER
SHADE_TWIKITABLE_HEADER_BACKGROUND
SHADE_TWIKIFORM_FIRSTCOL_BACKGROUND
SHADE_TWIKIFORM_HEADER_BACKGROUND
SHADE_BOTTOM_BAR_BACKGROUND
SHADE_BOTTOM_BAR_TEXT
SHADE_ALERT_TEXT
SHADE_BLUEISH_TEXT
SHADE_DARKISH_TEXT
SHADE_TOPTOOLBAR_WEBNAME_TEXT
SHADE_BROADCASTMESSAGE_BACKGROUND
Logical groupingsTextMAIN_TEXT_COLOR Main text color
MAIN_BACKGROUND_COLOR Main background color
LIGHT_ON_DARK_TEXT_COLOR Light on dark text color
GRAYED_TEXT_COLOR
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
GRAYED_OUT_TEXT Grayed out text
TOPIC_ACTION_TEXT
LinksLINK_TEXT_NORMAL Link normal text
LINK_BACKGROUND_NORMAL Link normal background
LINK_TEXT_NORMAL_VISITED Link normal text visited
LINK_TEXT_ACTION_BUTTON Link text
LINK_TEXT_HOVER Link hover text
SIDE_BAR_LINK_TEXT Side bar link text
DisabledDISABLED_BORDER Disabled border
DISABLED_TEXT Disabled text
DISABLED_BACKGROUND Disabled background
BUTTON_BORDERS_DISABLED Disabled button borders
'New'NEW_TEXT New text (green)
NEW_BACKGROUND New background (light green)
AlertALERT_TEXT Alert text (red)
ALERT_TEXT_MUTED Muted alert text (dark red)
ALERT_BORDER Alert border
ButtonsBUTTON_TEXT Button text color (dark gray)
BUTTON_BORDERS Button borders
BUTTON_BACKGROUND Button background
BUTTON_CANCEL_BACKGROUND Cancel button background
SUBMIT_BUTTON_BACKGROUND Submit button background
SUBMIT_BUTTON_BORDER_TEXT Submit button text color
SELECT_BORDER Select border
Background colorsGENERAL_BACKGROUND General background color (if not set in MAIN_BACKGROUND_COLOR) (white)
SIDE_BAR_BACKGROUND Side bar background
NEUTRAL_BACKGROUND
TOP_BAR_BACKGROUND Top bar background
TOPIC_ACTION_BACKGROUND Topic action row
HEADER_BACKGROUND h2
ATTACHMENT_AND_FORM_BACKGROUND Attachment, form
DIFF_HEADER_BACKGROUND Diff header
NOTIFICATION_BACKGROUND Info and notifications
INFO_BACKGROUND
Border colorsNEUTRAL_BORDER Info (light gray)
SEPARATOR_BORDER
MINOR_SEPARATOR_BORDER Header H3..H6 bottom
LAYOUT_ELEMENT_BORDER Main layout elements (neutral tone)
IMAGE_BORDER Image border
NOTIFICATION_BORDER Broadcast message
TOPIC_ACTION_BORDER
Table colorsTABLE_DATA_BACKGROUND Table data background
TABLE_HEADER_BACKGROUND Table header background
TABLE_SELECTED_COLUMN_HEADER_BACKGROUND Sorted table column accent background
TABLE_DATA_ODD_BACKGROUND Table data background (odd row)
TABLE_DATA_EVEN_BACKGROUND Table data background (even row)
TABLE_DATA_ODD_SELECTED_BACKGROUND Table data background (odd row, selected column)
TABLE_DATA_EVEN_SELECTED_BACKGROUND Table data background (even row, selected column)
TABLE_DATA_MIX_BACKGROUND Table data background (mix between even and odd)
TABLE_BORDER Table border, sup (light neutral tone)
LINK_TEXT_NORMAL_TABLE_HEADER Table header link text
LINK_TEXT_NORMAL_UNDERLINE_TABLE_HEADER Table header link border
LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text
LINK_TEXT_HOVER_TABLE_HEADER Table header link hover text
LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER Link border in selected column header
FormsINPUT_FIELD_BORDERS Input field borders
FORM_INPUT_BORDER Textarea, input and select (darker gray)
FORM_BORDER Form
ACTIVE_FORM_BACKGROUND Edit form, form steps
FORM_STEP_BORDER Form step border
FORMFIELD_ACTIVE Active form field
<-- END OF COLOR VARIABLES -->Do not change the text below this line unless you know what you are doing! | ||||||||
| Changed: | ||||||||
| < < | %STARTATTACH{"theme-colors.css" web="TWiki" topic="TWikiNetSkin"}% | |||||||
| > > | %STARTATTACH{"theme-colors.css" web="TWiki" topic="TWikiNetSkin"}% | |||||||
| /* PatternSkin colors */ /* Generated by AttachContentPlugin from TWikiNetSkinColorSettings */ /* LAYOUT ELEMENTS */ #patternTopBar { background-color:#dfe3ec; } #patternMain { /* don't set a background here; use patternOuter */ } #patternOuter { background-color:#fff; /* Sets background of center col */ border-color:#cfcfcf; } #patternLeftBar, #patternWrapper { background-color:#fff; } #patternBottomBar { background-color:#7d8ca5; } #patternBottomBarContents, #patternBottomBarContents a:link, #patternBottomBarContents a:visited { color:#d8dde4; } #patternBottomBarContents a:hover { color:#fff; } /* GENERAL HTML ELEMENTS */ html body { background-color:#7d8ca5; color:#252b37; } /* be kind to netscape 4 that doesn't understand inheritance */ body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 { background-color:transparent; } hr { color:#e5e8ed; background-color:#e5e8ed; } pre, code, tt { color:#669; } blockquote { background-color:#edeff4; border-color:#d7dbe4; } h1, h2, h3, h4, h5, h6 { color:#f60; } /* to override old Render.pm coded font color style */ .twikiNewLink font { color:inherit; } .twikiNewLink a:link sup, .twikiNewLink a:visited sup { color:#7d8ca5; border-color:#d7dbe4; } .twikiNewLink a:hover sup { color:#036; border-color:#036; } .twikiNewLink { border-color:#d7dbe4; } :link:focus, :visited:focus, :link, :visited, :link:active, :visited:active { color:#36c; background-color:transparent; } :link:hover, :visited:hover { color:#036; background-color:transparent; background-image:none; text-decoration:underline; } :link:hover img, :visited:hover img { background-color:transparent; } .patternTopic a:visited { color:#707f99; } .patternTopic a:hover { color:#036; } #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:#f60; } #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:#036; } .patternTopic .twikiUnvisited a:visited { color:#36c; } .patternTopic .twikiUnvisited a:hover { color:#036; } .patternTop a:hover { border:none; color:#036; } /* Form elements */ textarea, input, select { border-color:#aaa; color:#3f4e67; background-color:#fff; } .twikiSubmit, .twikiButton { border-color:#fff #888 #888 #fff; } .twikiSubmit { color:#fff; background-color:#06c; } .twikiButton { color:#000; background-color:#e2e3e3; } .twikiButtonCancel { color:#000; background-color:#f2d5d0; } .twikiSubmitDisabled, .twikiSubmitDisabled:active { border-color:#fff #ccc #ccc #fff; color:#aaa; background-color:#f4f5f8; } .twikiTextarea, .twikiInputField, .twikiInputFieldDisabled, .twikiInputFieldReadOnly, .twikiSelect { border-color:#bbc3d1 #c3cad7 #c3cad7 #bbc3d1; } .twikiTextarea, .twikiInputField, .twikiSelect { color:#252b37; background-color:#fff; } .twikiInputField:active, .twikiInputField:focus { background-color:#fff9d1; } .twikiTextareaRawView { color:#3f4e67; } .twikiInputFieldDisabled { color:#aaa; background-color:#f8f8f8; } .twikiInputFieldReadOnly { color:#7d8ca5; } .twikiSelect { border-color:#bbc3d1 #c3cad7 #c3cad7 #bbc3d1; color:#3f4e67; background-color:#fff; } .twikiInputFieldDisabled, .twikiSelectDisabled { color:#aaa; border-color:#bbc3d1 #c3cad7 #c3cad7 #bbc3d1; background-color:#f8f8f8; } .twikiInputFieldBeforeFocus { color:#7d8ca5; } /* ----------------------------------------------------------- Plugin elements ----------------------------------------------------------- */ /* TablePlugin */ .twikiTable, .twikiTable td { border-color:#e7e9ef; } .twikiTable th { border-color:#fff; } .twikiTable th.twikiFirstCol { border-left-color:#f4f5f9; } .twikiTable th.twikiLastCol { border-right-color:#f4f5f9; } .twikiTable th a:link, .twikiTable th a:visited, .twikiTable th a font { color:#252b37; } /* TwistyContrib */ .twistyPlaceholder { color:#999; } a:hover.twistyTrigger { color:#036; } /* RevCommentPlugin */ .revComment .patternTopicAction { background-color:#f2f3f6; } /* ----------------------------------------------------------- TWiki styles ----------------------------------------------------------- */ .twikiGrayText { color:#999; } .twikiGrayText a:link, .twikiGrayText a:visited { color:#999; } .twikiGrayText a:hover { color:#036; } .twikiAttachments .twikiTable th { border-top-color:#f2f3f6; } .twikiAttachments .twikiTable th, .twikiForm th { background-color:#eceef2; } .twikiAttachments .twikiTable th.twikiFirstCol { border-left-color:#f4f5f9; } .twikiAttachments .twikiTable th.twikiLastCol { border-right-color:#f4f5f9; } .twikiFormTable td, .twikiFormTable th { border-color:#e6e8ee; } .patternContent .twikiForm td.twikiFirstCol, .patternEditPage .twikiFormTable th { background-color:#f9f9fb; color:#3f4e67; } .patternContent .twikiForm td, .patternEditPage .twikiFormTable td { background-color:#ffffff; color:#252b37; } .twikiEditForm { color:#3f4e67; } .twikiFormStep { border-top-color:#f8f9fa; border-bottom-color:#dee2e8; } .twikiFormStep h3, .twikiFormStep h4 { color:#3f4e67; } .twikiFormStep h2, .twikiFormStep h3, .twikiFormStep h4 { background-color:transparent; background-image:none; } .twikiActionFormStepSign { color:#d7dbe4; } .twikiToc .twikiTocTitle { color:#7d8ca5; } .twikiBroadcastMessage { background-color:#fff765; border-color:#fc0; color:#333; } .twikiNotification { background-color:#fff9d1; } .twikiHelp { background-color:#f2f3f6; color:#333; border-color:#e5e8ed; } .twikiHelp b, .twikiHelp strong, .twikiHelp h1, .twikiHelp h2, .twikiHelp h3, .twikiHelp h4, .twikiHelp h5, .twikiHelp h6 { color:#f60; } .twikiBroadcastMessage b, .twikiBroadcastMessage strong { color:#f00; } .twikiAlert, .twikiAlert code { color:#f00; } .twikiEmulatedLink { color:#36c; } .twikiPageForm table { border-color:#e7e9ef; background:#fff; } .twikiPageForm hr { border-color:#dee2e8; background-color:#dee2e8; color:#dee2e8; } .twikiAccessKey { color:inherit; border-color:#999; } a:link .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:#036; } /* ----------------------------------------------------------- Pattern skin specific elements ----------------------------------------------------------- */ #patternPage { background-color:#fff; } .patternTop, .patternHomePath .patternRevInfo, .patternRevInfo { color:#7d8ca5; } .patternRevInfo a:link, .patternRevInfo a:visited { color:#7d8ca5; } .patternRevInfo a:hover { color:#036; } .patternHomePath .patternRevInfo a:link, .patternHomePath .patternRevInfo a:visited { color:#36c; } .patternHomePath { color:#3f4e67; } .patternHomePath a:link, .patternHomePath a:visited { color:#36c; } .patternHomePath a:hover { color:#036; text-decoration:underline; } .patternHomePath .twikiSeparator { color:#7d8ca5; } /* Left bar */ #patternLeftBarContents, #patternLeftBarContents .patternLeftBarPersonal { background:none; background-image:none; } #patternLeftBarContents, #patternLeftBarContents a:link, #patternLeftBarContents a:visited, #patternLeftBarContents .patternLeftBarPersonal a:link, #patternLeftBarContents .patternLeftBarPersonal a:visited { color:#3f4e67; } #patternLeftBarContents strong, #patternLeftBarContents b { color:#252b37; text-decoration:none; } #patternLeftBarContents a:hover, #patternLeftBarContents .patternLeftBarPersonal a:hover, #patternLeftBarContents strong a:hover, #patternLeftBarContents strong .patternLeftBarPersonal a:hover, #patternLeftBarContents b a:hover, #patternLeftBarContents b .patternLeftBarPersonal a:hover { color:#036; text-decoration:underline; } #patternLeftBarContents hr { color:#e5e8ed; background-color:#e5e8ed; } .patternTopicActions { border-color:#e5e8ed; background-color:#f8f9fa; color:#97a3b7 ; } .patternTopicAction s, .patternTopicAction strike { color:#aaa; } .patternTopicAction .twikiSeparator { color:#bec5d2; } .patternActionButtons a:link, .patternActionButtons a:visited { color:#36c; } .patternActionButtons a:hover { color:#036; } .patternTopicAction .twikiAccessKey { color:#36c; border-color:#36c; } .patternTopicAction a:hover .twikiAccessKey { color:#036; } .patternTopicAction label { color:#000; } .patternHelpCol { color:#999; } .patternSigLine { color:#3f4e67; } .patternToolBar a:link .twikiAccessKey, .patternToolBar a:visited .twikiAccessKey { color:inherit; border-color:#333; } .patternToolBar a:hover .twikiAccessKey { background-color:transparent; color:inherit; border-color:#333; } .patternSaveHelp { background-color:#fff; } /* WebSearch, WebSearchAdvanced */ table#twikiSearchTable { border-color:#dee2e8; } table#twikiSearchTable th, table#twikiSearchTable td { background-color:#fff; border-color:#dee2e8; } table#twikiSearchTable hr { border-color:#dee2e8; background-color:#dee2e8; } table#twikiSearchTable th { color:#3f4e67; } /* ----------------------------------------------------------- Search results styles and overridden styles used in search.pattern.tmpl ----------------------------------------------------------- */ h3.patternSearchResultsHeader, h4.patternSearchResultsHeader { background-color:#f2f3f6; border-color:#e5e8ed; } h4.patternSearchResultsHeader { color:#3f4e67; } .patternNoViewPage h4.patternSearchResultsHeader { color:#f60; } .patternSearchResult .twikiBottomRow { border-color:#e5e8ed; } .patternSearchResult .twikiAlert { color:#f00; } .patternSearchResult .twikiSummary .twikiAlert { color:#900; } .patternSearchResult .twikiNew { background-color:#ECFADC; border-color:#049804; color:#049804; } .patternViewPage .patternSearchResultsBegin { border-color:#e7e9ef; } /* Search results in book view format */ .patternBookView .twikiTopRow { background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */ color:#7d8ca5; } .patternBookView .twikiBottomRow { border-color:#e7e9ef; } .patternBookView .patternSearchResultCount { color:#999; } /* preview.pattern.tmpl */ .twikiPreviewArea { border-color:#f00; background-color:#fff; } /* rdiff.pattern.tmpl */ .patternDiff { border-color:#d8dde4; } .patternDiff h4.patternSearchResultsHeader { background-color:#d8dde4; color:#fff; } .patternDiff h4.patternSearchResultsHeader a:link, .patternDiff h4.patternSearchResultsHeader a:visited { color:#fff; } tr.twikiDiffDebug td { border-color:#e7e9ef; } .patternDiffPage .twikiDiffTable th { background-color:#ccc; } /* Changed */ .twikiDiffChangedHeader, tr.twikiDiffDebug .twikiDiffChangedText, tr.twikiDiffDebug .twikiDiffChangedText { background:#9f9; /* green - do not change */ } /* Deleted */ .twikiDiffDeletedHeader, tr.twikiDiffDebug .twikiDiffDeletedMarker, tr.twikiDiffDebug .twikiDiffDeletedText { background-color:#f99; /* red - do not change */ } /* Added */ .twikiDiffAddedHeader, tr.twikiDiffDebug .twikiDiffAddedMarker, tr.twikiDiffDebug .twikiDiffAddedText { background-color:#ccf; /* violet - do not change */ } /* Unchanged */ tr.twikiDiffDebug .twikiDiffUnchangedText { color:#999; } .twikiDiffUnchangedTextContents { } .twikiDiffLineNumberHeader { background-color:#ccc; } /* IMAGES */ /* image positions are set here as well as these are dependent on the image */ .patternTopic h2.twikinetRoundedAttachments { padding-top:0; padding-right:11px; background:url(bg_header_right.gif) top right no-repeat; } .patternTopic h2.twikinetRoundedAttachments .twikinetHeader { display:block; padding-top:.4em; /* same as h2 */ padding-left:11px; padding-right:11px; margin-left:-11px; background:url(bg_header.gif) top left no-repeat; } .patternTopic .twikiFormSteps h2.twikinetRoundedAttachments, .patternTopic .twikiFormSteps h2.twikinetRoundedAttachments .twikinetHeader, .patternTopic blockquote h2.twikinetRoundedAttachments, .patternTopic blockquote h2.twikinetRoundedAttachments .twikinetHeader { background:none; } .twikiToc li { background-image:url(bullet-toc.gif); background-repeat:no-repeat; background-position:0 .4em; } #patternTopBar { background-image:url(bg_topbar_gradient.gif); background-repeat:repeat-x; } #twikinetLogo { background-image:url(logo_twiki_net_faded.gif); background-repeat:no-repeat; } #patternLeftBar, #patternWrapper { background-image:url(bg_leftbar_gradient.gif); background-repeat:repeat-y; } .patternPrintPage #patternOuter { background:#fff; /* white - do not change */ } /* start buttons */ .twikiSubmit, .twikiSubmitDisabled { background-image:url(bg_button_submit.gif); background-repeat:repeat-x; } .twikiSubmit, a.twikiSubmit:link, a.twikiSubmit:visited { background-position:0px 0px; background-color:#9eafd0; border-color:#dee4f0 #96a3bc #96a3bc #dee4f0; color:#3f4e67; } .twikiSubmit:hover, a.twikiSubmit:hover { background-position:0px -80px; background-color:#7589b2; border-color:#cbd3e4 #8391af #8391af #cbd3e4; color:#3f4e67; } .twikiSubmit:active, a.twikiSubmit:active { background-position:0px -160px; background-color:#fff; border-color:#96a3bc #dee4f0 #dee4f0 #96a3bc; color:#3f4e67; } .twikiButton, a.twikiButton:link, a.twikiButton:visited { background-image:url(bg_button.gif); background-repeat:repeat-x; background-position:0px 0px; border-color:#e9ebf1 #a2adbf #a2adbf #e9ebf1; background-color:#d9dee7; color:#3f4e67; } .twikiButton:hover, .twikiChangeFormButtonHolder .twikiButton:hover, a.twikiButton:hover { background-position:0px -80px; border-color:#e9ebf1 #a2adbf #a2adbf #e9ebf1; background-color:#fff; color:#333; } .twikiButton:active, .twikiChangeFormButtonHolder .twikiButton:active, a.twikiButton:active { background-position:0px -160px; border-color:#a2adbf #e9ebf1 #e9ebf1 #a2adbf; background-color:#fff; color:#333; } .twikiSubmitDisabled, .twikiSubmitDisabled:hover, .twikiSubmitDisabled:active, .twikiButtonDisabled, .twikiButtonDisabled:hover, .twikiButtonDisabled:active { background-image:url(bg_button.gif); background-repeat:repeat-x; background-position:0px -240px; border-color:#dce0e7; background-color:#e1e5ed; color:#ccc; } .twikiButtonCancel { background-image:url(bg_button_cancel.gif); background-repeat:repeat-x; background-position:0px 0px; border-color:#fcdfe0 #cca6ae #cca6ae #fcdfe0; background-color:#c6afb6; color:#3f4e67; } .twikiButtonCancel:hover { background-position:0px -80px; border-color:#fcdfe0 #cca6ae #cca6ae #fcdfe0; background-color:#b19aa0; color:#333; } .twikiButtonCancel:active { background-position:0px -160px; border-color:#cca6ae #fcdfe0 #fcdfe0 #cca6ae; background-color:#fce2e2; color:#333; } /* end buttons */ .patternToolBar .patternButton a:link, .patternToolBar .patternButton a:visited, .patternToolBar .patternButton s, .patternToolBar .patternButton strike { background-image:url(bg_button.gif); background-repeat:repeat-x; } .patternToolBar .patternButton a:link, .patternToolBar .patternButton a:visited { background-position:0px 0px; border-color:#f8f6ec #b8b6ad #b8b6ad #f8f6ec; background-color:#dbd9cf; color:#333; } .patternToolBar .patternButton a:hover { background-position:0px -80px; border-color:#f4f2eb #a3a092 #a3a092 #f4f2eb; background-color:#c2bfae; color:#222; } .patternToolBar .patternButton a:active { background-position:0px -160px; border-color:#a3a092 #f4f2eb #f4f2eb #a3a092; background-color:#e8e5d7; color:#222; } .patternToolBar .patternButton s, .patternToolBar .patternButton strike { background-position:0px -240px; border-color:#fcfbf9 #e3e2dd #e3e2dd #fcfbf9; background-color:#edece6; color:#aaa; } .patternTextareaButton { border-color:#e9ebf1 #a2adbf #a2adbf #e9ebf1; 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; } /* common settings */ .patternLeftBarPersonal li, li.patternLogOut, li.patternLogIn { padding-left:13px; background-position:0 .4em; background-repeat:no-repeat; } .patternLeftBarPersonal li { background-image:url(bullet-personal_sidebar.gif); } .patternLeftBarPersonal li.patternLogOut { background-image:url(bullet-lock.gif); } .patternLeftBarPersonal li.patternLogIn { background-image:url(bullet-lock.gif); } /* TWikiNetSkin colors */ #twikinetTopToolBar { border-color:#c4cbd6; background-color:#e9ecf2; } .twikinetWebName h2, .twikinetWebName a:link, .twikinetWebName a:visited { background:none; color:#3f4e67; } /* TWikiNetSkin images */ #twikinetTopToolBar { background-image:url(bg_toptoolbar_gradient.gif); background-repeat:repeat-x; } /* background behind search and jump */ .twikinetSearchJumpLeft { background-image:url(bg_search_jump.gif); background-repeat:no-repeat; } .twikinetSearchJumpRight { background-image:url(bg_search_jump.gif); background-repeat:no-repeat; background-position:top right; width:5px; } .twikiInputField, .twikiInputFieldReadOnly, .twikiSelect { background-image:url(bg_inputfield.gif); } .twikiInputField:active, .twikiInputField:focus { background-image:url(bg_inputfield_active.gif); } .twikinetJumpButton { background-image:url(button_jump.gif); } .twikinetJumpButton:hover, .twikinetJumpButton:active { background-image:url(button_jump_hover.gif); } .twikinetSearchButton { background-image:url(button_search.gif); } .twikinetSearchButton:hover, .twikinetSearchButton:active { background-image:url(button_search_hover.gif); } .twikinetToolBar a:link .rCRounded .rCTR, .twikinetToolBar a:link .rCRounded .rCTL, .twikinetToolBar a:link .rCRounded .rCBR, .twikinetToolBar a:link .rCRounded .rCBL, .twikinetToolBar a:visited .rCRounded .rCTR, .twikinetToolBar a:visited .rCRounded .rCTL, .twikinetToolBar a:visited .rCRounded .rCBR, .twikinetToolBar a:visited .rCRounded .rCBL { background-image:url(button_action.gif); } .twikinetToolBar a:hover .rCRounded .rCTR, .twikinetToolBar a:hover .rCRounded .rCTL, .twikinetToolBar a:hover .rCRounded .rCBR, .twikinetToolBar a:hover .rCRounded .rCBL { background-image:url(button_action_hover.gif); } .twikinetToolBar strike .rCRounded .rCTR, .twikinetToolBar strike .rCRounded .rCTL, .twikinetToolBar strike .rCRounded .rCBR, .twikinetToolBar strike .rCRounded .rCBL { background-image:url(button_action_disabled.gif); } .twikinetToolBar a .twikiLinkLabel { color:#3f4e67; } .twikinetToolBar strike .twikiLinkLabel { color:#cfd3d9; } .twikinetToolBar .twikinetEditIcon { background-image:url(button_edit_icon.gif); background-repeat:no-repeat; background-position:2px 1px; padding-left:25px; } .twikiTable th { background-image:url(bg_table_header_gradient.gif); background-repeat:repeat-x; } .twikiTable th.twikiSortedCol { background-image:url(bg_table_header_sorted_gradient.gif); background-repeat:repeat-x; } /* Rounded table */ .twikinetWrapperTableT { background-color:#f4f5f9; } .twikinetWrapperTable table.twikiTable th { border-top-color:#f4f5f9; } .twikinetWrapperTableTL { background-image:url(table_corner_TL.gif); background-repeat:no-repeat; } .twikinetWrapperTableTR { background-image:url(table_corner_TR.gif); background-repeat:no-repeat; background-position:100% 0; } .twikinetWrapperTableB { background-color:#d7dbe4; } .twikinetWrapperTableBL { background-image:url(table_corner_BL.gif); background-repeat:no-repeat; background-position:0 100%; height:10px; } .twikinetWrapperTableBR { background-image:url(table_corner_BR.gif); background-repeat:no-repeat; background-position:100% 100%; height:10px; } .twikiAttachments .twikiTable th, .twikiForm th.twikiFormTableHRow { background-image:url(bg_attachments_header_gradient.gif); background-repeat:repeat-x; } .twikiAttachments .twikiTable th.twikiFirstCol, .twikiForm th.twikiFormTableHRow { /* hide left line */ background-position:-1px 0; } .twikiAttachments .twikiTable th.twikiSortedCol, .twikiForm th.twikiSortedCol { background-image:url(bg_attachments_header_sorted_gradient.gif); } .twikiAttachments .twikiTable td.twikiSortedCol, .twikiForm td.twikiSortedCol { border-color:#dbdee7; } /* Generic rounded objects, for twikiAttachments, twikiForm and twikiHelp */ .twikinetRounded, .twikiFormSteps { background-color:#f2f3f6; background-image:url(bg_form_bottom_gradient.gif); background-repeat:repeat-x; background-position:0 100%; } .twikinetRounded .rCRounded .rCTL { background-image:url(rounded_TL.gif); } .twikinetRounded .rCRounded .rCTR { background-image:url(rounded_TR.gif); } .twikinetRounded .rCRounded .rCBL { background-image:url(rounded_BL.gif); } .twikinetRounded .rCRounded .rCBR { background-image:url(rounded_BR.gif); } .twikinetRoundedTopicActions { background:none; } .twikinetRoundedTopicActions .rCRounded .rCTL, .twikinetRoundedTopicActions .rCRounded .rCTR, .twikinetRoundedTopicActions .rCRounded .rCBL, .twikinetRoundedTopicActions .rCRounded .rCBR { background-image:url(bg_topicactions.gif); } .twikinetRoundedBroadcastMessage .rCRounded .rCTL, .twikinetRoundedBroadcastMessage .rCRounded .rCTR, .twikinetRoundedBroadcastMessage .rCRounded .rCBL, .twikinetRoundedBroadcastMessage .rCRounded .rCBR { background-image:url(bg_broadcastmessage.gif); } .twikinetRoundedBroadcastMessage .twikiBroadcastMessage { background-image:url(icon_alert.gif); background-repeat:no-repeat; background-position:9px 12px; padding-left:64px; min-height:33px; /* at least height of icon */ } .twikinetRoundedHelp { background:none; } .twikinetRoundedHelp .rCRounded .rCTL, .twikinetRoundedHelp .rCRounded .rCTR, .twikinetRoundedHelp .rCRounded .rCBL, .twikinetRoundedHelp .rCRounded .rCBR { background-image:url(bg_help.gif); } #patternBottomBar { background-image:url(bg_bottom_gradient.gif); background-repeat:repeat-x; } #patternBottomBarContents #twikinetBadge { float:right; margin-left:10px; } #attachhelpshow img, #attachhelphide img, #topicattachmentslistshow img, #topicattachmentslisthide img, #edithelpshow img, #edithelphide img, #renamehelpshow img, #renamehelphide img{ visibility:hidden; } #attachhelpshow, #attachhelphide, #topicattachmentslistshow, #topicattachmentslisthide, #edithelpshow, #edithelphide, #renamehelphide, #renamehelpshow { padding:0 0 0 7px; margin:0 0 0 3px; } #attachhelpshow, #topicattachmentslistshow, #edithelpshow, #renamehelpshow { background:url(twisty_in.gif) no-repeat; background-position:0 .1em; background-position:0 50%; } #attachhelphide, #topicattachmentslisthide, #edithelphide, #renamehelphide { background:url(twisty_out.gif) no-repeat; background-position:0 .1em; background-position:0 50%; } /* Preloads button hover images */ .twikinetImageLoader { background:url(button_action.gif); background:url(button_action_hover.gif); background:url(button_action_disabled.gif); background:url(twisty_in.gif); background:url(twisty_out.gif); background:url(button_search_hover.gif); background:url(button_jump_hover.gif); visibility:hidden; height:1px; } %ENDATTACH% | ||||||||
| Added: | ||||||||
| > > | Related topics: TWikiNetSkin, TWikiSkins | |||||||
Color scheme settings for TWikiNetSkin
UsageStep 1Let TWikiNetSkin point to the custom-made colors style sheet. In Main.TWikiPreferences put:* Set USERCOLORSURL = %PUBURLPATH%/%TWIKIWEB%/TWikiNetSkin/theme-colors.css Step 2Edit this topic, and change the color variables as you like.Step 3Save the topic. This will generate an attachment to topic TWikiNetSkin.Color variablesOn this page:
TWikiNetSkin specificSHADE_TOPTOOLBAR_BORDER
SHADE_TOPTOOLBAR_BACKGROUND
SHADE_SIDE_BAR_STRONG_TEXT
SHADE_BLOCKQUOTE_BACKGROUND
SHADE_TWIKIFORM_TABLECELL_BORDER
SHADE_TWIKITABLE_HEADER_BACKGROUND
SHADE_TWIKIFORM_FIRSTCOL_BACKGROUND
SHADE_TWIKIFORM_HEADER_BACKGROUND
SHADE_BOTTOM_BAR_BACKGROUND
SHADE_BOTTOM_BAR_TEXT
SHADE_ALERT_TEXT
SHADE_BLUEISH_TEXT
SHADE_DARKISH_TEXT
SHADE_TOPTOOLBAR_WEBNAME_TEXT
SHADE_BROADCASTMESSAGE_BACKGROUND
Logical groupingsTextMAIN_TEXT_COLOR Main text color
MAIN_BACKGROUND_COLOR Main background color
LIGHT_ON_DARK_TEXT_COLOR Light on dark text color
GRAYED_TEXT_COLOR
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
GRAYED_OUT_TEXT Grayed out text
TOPIC_ACTION_TEXT
LinksLINK_TEXT_NORMAL Link normal text
LINK_BACKGROUND_NORMAL Link normal background
LINK_TEXT_NORMAL_VISITED Link normal text visited
LINK_TEXT_ACTION_BUTTON Link text
LINK_TEXT_HOVER Link hover text
SIDE_BAR_LINK_TEXT Side bar link text
DisabledDISABLED_BORDER Disabled border
DISABLED_TEXT Disabled text
DISABLED_BACKGROUND Disabled background
BUTTON_BORDERS_DISABLED Disabled button borders
'New'NEW_TEXT New text (green)
NEW_BACKGROUND New background (light green)
AlertALERT_TEXT Alert text (red)
ALERT_TEXT_MUTED Muted alert text (dark red)
ALERT_BORDER Alert border
ButtonsBUTTON_TEXT Button text color (dark gray)
BUTTON_BORDERS Button borders
BUTTON_BACKGROUND Button background
BUTTON_CANCEL_BACKGROUND Cancel button background
SUBMIT_BUTTON_BACKGROUND Submit button background
SUBMIT_BUTTON_BORDER_TEXT Submit button text color
SELECT_BORDER Select border
Background colorsGENERAL_BACKGROUND General background color (if not set in MAIN_BACKGROUND_COLOR) (white)
SIDE_BAR_BACKGROUND Side bar background
NEUTRAL_BACKGROUND
TOP_BAR_BACKGROUND Top bar background
TOPIC_ACTION_BACKGROUND Topic action row
HEADER_BACKGROUND h2
ATTACHMENT_AND_FORM_BACKGROUND Attachment, form
DIFF_HEADER_BACKGROUND Diff header
NOTIFICATION_BACKGROUND Info and notifications
INFO_BACKGROUND
Border colorsNEUTRAL_BORDER Info (light gray)
SEPARATOR_BORDER
MINOR_SEPARATOR_BORDER Header H3..H6 bottom
LAYOUT_ELEMENT_BORDER Main layout elements (neutral tone)
IMAGE_BORDER Image border
NOTIFICATION_BORDER Broadcast message
TOPIC_ACTION_BORDER
Table colorsTABLE_DATA_BACKGROUND Table data background
TABLE_HEADER_BACKGROUND Table header background
TABLE_SELECTED_COLUMN_HEADER_BACKGROUND Sorted table column accent background
TABLE_DATA_ODD_BACKGROUND Table data background (odd row)
TABLE_DATA_EVEN_BACKGROUND Table data background (even row)
TABLE_DATA_ODD_SELECTED_BACKGROUND Table data background (odd row, selected column)
TABLE_DATA_EVEN_SELECTED_BACKGROUND Table data background (even row, selected column)
TABLE_DATA_MIX_BACKGROUND Table data background (mix between even and odd)
TABLE_BORDER Table border, sup (light neutral tone)
LINK_TEXT_NORMAL_TABLE_HEADER Table header link text
LINK_TEXT_NORMAL_UNDERLINE_TABLE_HEADER Table header link border
LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text
LINK_TEXT_HOVER_TABLE_HEADER Table header link hover text
LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER Link border in selected column header
FormsINPUT_FIELD_BORDERS Input field borders
FORM_INPUT_BORDER Textarea, input and select (darker gray)
FORM_BORDER Form
ACTIVE_FORM_BACKGROUND Edit form, form steps
FORM_STEP_BORDER Form step border
FORMFIELD_ACTIVE Active form field
<-- END OF COLOR VARIABLES -->Do not change the text below this line unless you know what you are doing!
%STARTATTACH{"theme-colors.css" web="%TWIKIWEB%" topic="TWikiNetSkin"}%
/* PatternSkin colors */
/* Generated by AttachContentPlugin from %WEB%.%TOPIC% */
/* LAYOUT ELEMENTS */
#patternTopBar {
background-color:%TOP_BAR_BACKGROUND%;
}
#patternMain { /* don't set a background here; use patternOuter */ }
#patternOuter {
background-color:%MAIN_BACKGROUND_COLOR%; /* Sets background of center col */
border-color:%LAYOUT_ELEMENT_BORDER%;
}
#patternLeftBar,
#patternWrapper {
background-color:%MAIN_BACKGROUND_COLOR%;
}
#patternBottomBar {
background-color:%SHADE_BOTTOM_BAR_BACKGROUND%;
}
#patternBottomBarContents,
#patternBottomBarContents a:link,
#patternBottomBarContents a:visited {
color:%SHADE_BOTTOM_BAR_TEXT%;
}
#patternBottomBarContents a:hover {
color:%LIGHT_ON_DARK_TEXT_COLOR%;
}
/* GENERAL HTML ELEMENTS */
html body {
background-color:%SHADE_BOTTOM_BAR_BACKGROUND%;
color:%MAIN_TEXT_COLOR%;
}
/* be kind to netscape 4 that doesn't understand inheritance */
body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 {
background-color:transparent;
}
hr {
color:%SEPARATOR_BORDER%;
background-color:%SEPARATOR_BORDER%;
}
pre, code, tt {
color:%CODE_TEXT%;
}
blockquote {
background-color:%SHADE_BLOCKQUOTE_BACKGROUND%;
border-color:%NEUTRAL_BORDER%;
}
h1, h2, h3, h4, h5, h6 {
color:%HEADER_TEXT%;
}
/* to override old Render.pm coded font color style */
.twikiNewLink font {
color:inherit;
}
.twikiNewLink a:link sup,
.twikiNewLink a:visited sup {
color:%MUTED_TEXT%;
border-color:%NEUTRAL_BORDER%;
}
.twikiNewLink a:hover sup {
color:%LINK_TEXT_HOVER%;
border-color:%LINK_TEXT_HOVER%;
}
.twikiNewLink {
border-color:%NEUTRAL_BORDER%;
}
:link:focus,
:visited:focus,
:link,
:visited,
:link:active,
:visited:active {
color:%LINK_TEXT_NORMAL%;
background-color:transparent;
}
:link:hover,
:visited:hover {
color:%LINK_TEXT_HOVER%;
background-color:transparent;
background-image:none;
text-decoration:underline;
}
:link:hover img,
:visited:hover img {
background-color:transparent;
}
.patternTopic a:visited {
color:%LINK_TEXT_NORMAL_VISITED%;
}
.patternTopic a:hover {
color:%LINK_TEXT_HOVER%;
}
#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:%HEADER_TEXT%;
}
#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:%LINK_TEXT_HOVER%;
}
.patternTopic .twikiUnvisited a:visited {
color:%LINK_TEXT_NORMAL%;
}
.patternTopic .twikiUnvisited a:hover {
color:%LINK_TEXT_HOVER%;
}
.patternTop a:hover {
border:none;
color:%LINK_TEXT_HOVER%;
}
/* Form elements */
textarea,
input,
select {
border-color:%FORM_INPUT_BORDER%;
color:%SHADE_BLUEISH_TEXT%;
background-color:%GENERAL_BACKGROUND%;
}
.twikiSubmit,
.twikiButton {
border-color:%BUTTON_BORDERS%;
}
.twikiSubmit {
color:%SUBMIT_BUTTON_BORDER_TEXT%;
background-color:%SUBMIT_BUTTON_BACKGROUND%;
}
.twikiButton {
color:%BUTTON_TEXT%;
background-color:%BUTTON_BACKGROUND%;
}
.twikiButtonCancel {
color:%BUTTON_TEXT%;
background-color:%BUTTON_CANCEL_BACKGROUND%;
}
.twikiSubmitDisabled,
.twikiSubmitDisabled:active {
border-color:%BUTTON_BORDERS_DISABLED%;
color:%DISABLED_TEXT%;
background-color:%ACTIVE_FORM_BACKGROUND%;
}
.twikiTextarea,
.twikiInputField,
.twikiInputFieldDisabled,
.twikiInputFieldReadOnly,
.twikiSelect {
border-color:%INPUT_FIELD_BORDERS%;
}
.twikiTextarea,
.twikiInputField,
.twikiSelect {
color:%MAIN_TEXT_COLOR%;
background-color:%MAIN_BACKGROUND_COLOR%;
}
.twikiInputField:active,
.twikiInputField:focus {
background-color:%FORMFIELD_ACTIVE%;
}
.twikiTextareaRawView {
color:%SHADE_BLUEISH_TEXT%;
}
.twikiInputFieldDisabled {
color:%DISABLED_TEXT%;
background-color:%DISABLED_BACKGROUND%;
}
.twikiInputFieldReadOnly {
color:%GRAYED_TEXT_COLOR%;
}
.twikiSelect {
border-color:%INPUT_FIELD_BORDERS%;
color:%SHADE_BLUEISH_TEXT%;
background-color:%MAIN_BACKGROUND_COLOR%;
}
.twikiInputFieldDisabled,
.twikiSelectDisabled {
color:%DISABLED_TEXT%;
border-color:%INPUT_FIELD_BORDERS%;
background-color:%DISABLED_BACKGROUND%;
}
.twikiInputFieldBeforeFocus {
color:%MUTED_TEXT%;
}
/* -----------------------------------------------------------
Plugin elements
----------------------------------------------------------- */
/* TablePlugin */
.twikiTable,
.twikiTable td {
border-color:%TABLE_BORDER%;
}
.twikiTable th {
border-color:%LIGHT_ON_DARK_TEXT_COLOR%;
}
.twikiTable th.twikiFirstCol {
border-left-color:%SHADE_TWIKITABLE_HEADER_BACKGROUND%;
}
.twikiTable th.twikiLastCol {
border-right-color:%SHADE_TWIKITABLE_HEADER_BACKGROUND%;
}
.twikiTable th a:link,
.twikiTable th a:visited,
.twikiTable th a font {
color:%LINK_TEXT_NORMAL_TABLE_HEADER%;
}
/* TwistyContrib */
.twistyPlaceholder {
color:%GRAYED_OUT_TEXT%;
}
a:hover.twistyTrigger {
color:%LINK_TEXT_HOVER%;
}
/* RevCommentPlugin */
.revComment .patternTopicAction {
background-color:%ATTACHMENT_AND_FORM_BACKGROUND%;
}
/* -----------------------------------------------------------
TWiki styles
----------------------------------------------------------- */
.twikiGrayText {
color:%GRAYED_OUT_TEXT%;
}
.twikiGrayText a:link,
.twikiGrayText a:visited {
color:%GRAYED_OUT_TEXT%;
}
.twikiGrayText a:hover {
color:%LINK_TEXT_HOVER%;
}
.twikiAttachments .twikiTable th {
border-top-color:%ATTACHMENT_AND_FORM_BACKGROUND%;
}
.twikiAttachments .twikiTable th,
.twikiForm th {
background-color:%SHADE_TWIKIFORM_HEADER_BACKGROUND%;
}
.twikiAttachments .twikiTable th.twikiFirstCol {
border-left-color:%SHADE_TWIKITABLE_HEADER_BACKGROUND%;
}
.twikiAttachments .twikiTable th.twikiLastCol {
border-right-color:%SHADE_TWIKITABLE_HEADER_BACKGROUND%;
}
.twikiFormTable td,
.twikiFormTable th {
border-color:%SHADE_TWIKIFORM_TABLECELL_BORDER%;
}
.patternContent .twikiForm td.twikiFirstCol,
.patternEditPage .twikiFormTable th {
background-color:%SHADE_TWIKIFORM_FIRSTCOL_BACKGROUND%;
color:%SHADE_BLUEISH_TEXT%;
}
.patternContent .twikiForm td,
.patternEditPage .twikiFormTable td {
background-color:%TABLE_DATA_EVEN_BACKGROUND%;
color:%LINK_TEXT_NORMAL_TABLE_HEADER%;
}
.twikiEditForm {
color:%SHADE_BLUEISH_TEXT%;
}
.twikiFormStep {
border-top-color:%TOPIC_ACTION_BACKGROUND%;
border-bottom-color:%FORM_STEP_BORDER%;
}
.twikiFormStep h3,
.twikiFormStep h4 {
color:%SHADE_BLUEISH_TEXT%;
}
.twikiFormStep h2,
.twikiFormStep h3,
.twikiFormStep h4 {
background-color:transparent;
background-image:none;
}
.twikiActionFormStepSign {
color:%NEUTRAL_BORDER%;
}
.twikiToc .twikiTocTitle {
color:%MUTED_TEXT%;
}
.twikiBroadcastMessage {
background-color:%SHADE_BROADCASTMESSAGE_BACKGROUND%;
border-color:%NOTIFICATION_BORDER%;
color:%SHADE_DARKISH_TEXT%;
}
.twikiNotification {
background-color:%NOTIFICATION_BACKGROUND%;
}
.twikiHelp {
background-color:%ATTACHMENT_AND_FORM_BACKGROUND%;
color:%SHADE_DARKISH_TEXT%;
border-color:%SEPARATOR_BORDER%;
}
.twikiHelp b,
.twikiHelp strong,
.twikiHelp h1,
.twikiHelp h2,
.twikiHelp h3,
.twikiHelp h4,
.twikiHelp h5,
.twikiHelp h6 {
color:%SHADE_ALERT_TEXT%;
}
.twikiBroadcastMessage b,
.twikiBroadcastMessage strong {
color:%ALERT_TEXT%;
}
.twikiAlert,
.twikiAlert code {
color:%ALERT_TEXT%;
}
.twikiEmulatedLink {
color:%LINK_TEXT_NORMAL%;
}
.twikiPageForm table {
border-color:%TABLE_BORDER%;
background:%MAIN_BACKGROUND_COLOR%;
}
.twikiPageForm hr {
border-color:%FORM_BORDER%;
background-color:%FORM_BORDER%;
color:%FORM_BORDER%;
}
.twikiAccessKey {
color:inherit;
border-color:%GRAYED_OUT_TEXT%;
}
a:link .twikiAccessKey,
a:visited .twikiAccessKey {
color:inherit;
}
a:hover .twikiAccessKey {
color:inherit;
}
.twikiImage img {
border-color:%IMAGE_BORDER%;
background-color:%MAIN_BACKGROUND_COLOR%;
}
#patternTopBar .twikiImage img {
background-color:transparent;
}
.twikiImage a:hover img {
border-color:%LINK_TEXT_HOVER%;
}
/* -----------------------------------------------------------
Pattern skin specific elements
----------------------------------------------------------- */
#patternPage {
background-color:%MAIN_BACKGROUND_COLOR%;
}
.patternTop,
.patternHomePath .patternRevInfo,
.patternRevInfo {
color:%GRAYED_TEXT_COLOR%;
}
.patternRevInfo a:link,
.patternRevInfo a:visited {
color:%GRAYED_TEXT_COLOR%;
}
.patternRevInfo a:hover {
color:%LINK_TEXT_HOVER%;
}
.patternHomePath .patternRevInfo a:link,
.patternHomePath .patternRevInfo a:visited {
color:%LINK_TEXT_NORMAL%;
}
.patternHomePath {
color:%SHADE_BLUEISH_TEXT%;
}
.patternHomePath a:link,
.patternHomePath a:visited {
color:%LINK_TEXT_NORMAL%;
}
.patternHomePath a:hover {
color:%LINK_TEXT_HOVER%;
text-decoration:underline;
}
.patternHomePath .twikiSeparator {
color:%GRAYED_TEXT_COLOR%;
}
/* Left bar */
#patternLeftBarContents,
#patternLeftBarContents .patternLeftBarPersonal {
background:none;
background-image:none;
}
#patternLeftBarContents,
#patternLeftBarContents a:link,
#patternLeftBarContents a:visited,
#patternLeftBarContents .patternLeftBarPersonal a:link,
#patternLeftBarContents .patternLeftBarPersonal a:visited {
color:%SHADE_BLUEISH_TEXT%;
}
#patternLeftBarContents strong,
#patternLeftBarContents b {
color:%SHADE_SIDE_BAR_STRONG_TEXT%;
text-decoration:none;
}
#patternLeftBarContents a:hover,
#patternLeftBarContents .patternLeftBarPersonal a:hover,
#patternLeftBarContents strong a:hover,
#patternLeftBarContents strong .patternLeftBarPersonal a:hover,
#patternLeftBarContents b a:hover,
#patternLeftBarContents b .patternLeftBarPersonal a:hover {
color:%LINK_TEXT_HOVER%;
text-decoration:underline;
}
#patternLeftBarContents hr {
color:%SEPARATOR_BORDER%;
background-color:%SEPARATOR_BORDER%;
}
.patternTopicActions {
border-color:%MINOR_SEPARATOR_BORDER%;
background-color:%TOPIC_ACTION_BACKGROUND%;
color:%TOPIC_ACTION_TEXT%;
}
.patternTopicAction s,
.patternTopicAction strike {
color:%DISABLED_TEXT%;
}
.patternTopicAction .twikiSeparator {
color:#bec5d2;
}
.patternActionButtons a:link,
.patternActionButtons a:visited {
color:%LINK_TEXT_ACTION_BUTTON%;
}
.patternActionButtons a:hover {
color:%LINK_TEXT_HOVER%;
}
.patternTopicAction .twikiAccessKey {
color:%LINK_TEXT_ACTION_BUTTON%;
border-color:%LINK_TEXT_ACTION_BUTTON%;
}
.patternTopicAction a:hover .twikiAccessKey {
color:%LINK_TEXT_HOVER%;
}
.patternTopicAction label {
color:%GENERAL_TEXT%;
}
.patternHelpCol {
color:%GRAYED_OUT_TEXT%;
}
.patternSigLine {
color:%SHADE_BLUEISH_TEXT%;
}
.patternToolBar a:link .twikiAccessKey,
.patternToolBar a:visited .twikiAccessKey {
color:inherit;
border-color:#333;
}
.patternToolBar a:hover .twikiAccessKey {
background-color:transparent;
color:inherit;
border-color:#333;
}
.patternSaveHelp {
background-color:%MAIN_BACKGROUND_COLOR%;
}
/* WebSearch, WebSearchAdvanced */
table#twikiSearchTable {
border-color:%FORM_STEP_BORDER%;
}
table#twikiSearchTable th,
table#twikiSearchTable td {
background-color:%GENERAL_BACKGROUND%;
border-color:%FORM_STEP_BORDER%;
}
table#twikiSearchTable hr {
border-color:%FORM_STEP_BORDER%;
background-color:%FORM_STEP_BORDER%;
}
table#twikiSearchTable th {
color:%SHADE_BLUEISH_TEXT%;
}
/* -----------------------------------------------------------
Search results
styles and overridden styles used in search.pattern.tmpl
----------------------------------------------------------- */
h3.patternSearchResultsHeader,
h4.patternSearchResultsHeader {
background-color:%ATTACHMENT_AND_FORM_BACKGROUND%;
border-color:%SEPARATOR_BORDER%;
}
h4.patternSearchResultsHeader {
color:%SHADE_BLUEISH_TEXT%;
}
.patternNoViewPage h4.patternSearchResultsHeader {
color:%HEADER_TEXT%;
}
.patternSearchResult .twikiBottomRow {
border-color:%MINOR_SEPARATOR_BORDER%;
}
.patternSearchResult .twikiAlert {
color:%ALERT_TEXT%;
}
.patternSearchResult .twikiSummary .twikiAlert {
color:%ALERT_TEXT_MUTED%;
}
.patternSearchResult .twikiNew {
background-color:%NEW_BACKGROUND%;
border-color:%NEW_TEXT%;
color:%NEW_TEXT%;
}
.patternViewPage .patternSearchResultsBegin {
border-color:%TABLE_BORDER%;
}
/* Search results in book view format */
.patternBookView .twikiTopRow {
background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */
color:%MUTED_TEXT%;
}
.patternBookView .twikiBottomRow {
border-color:%TABLE_BORDER%;
}
.patternBookView .patternSearchResultCount {
color:%GRAYED_OUT_TEXT%;
}
/* preview.pattern.tmpl */
.twikiPreviewArea {
border-color:%ALERT_BORDER%;
background-color:%MAIN_BACKGROUND_COLOR%;
}
/* rdiff.pattern.tmpl */
.patternDiff {
border-color:%TABLE_HEADER_BACKGROUND%;
}
.patternDiff h4.patternSearchResultsHeader {
background-color:%TABLE_HEADER_BACKGROUND%;
color:%LIGHT_ON_DARK_TEXT_COLOR%;
}
.patternDiff h4.patternSearchResultsHeader a:link,
.patternDiff h4.patternSearchResultsHeader a:visited {
color:%LIGHT_ON_DARK_TEXT_COLOR%;
}
tr.twikiDiffDebug td {
border-color:%TABLE_BORDER%;
}
.patternDiffPage .twikiDiffTable th {
background-color:%DIFF_HEADER_BACKGROUND%;
}
/* Changed */
.twikiDiffChangedHeader,
tr.twikiDiffDebug .twikiDiffChangedText,
tr.twikiDiffDebug .twikiDiffChangedText {
background:#9f9; /* green - do not change */
}
/* Deleted */
.twikiDiffDeletedHeader,
tr.twikiDiffDebug .twikiDiffDeletedMarker,
tr.twikiDiffDebug .twikiDiffDeletedText {
background-color:#f99; /* red - do not change */
}
/* Added */
.twikiDiffAddedHeader,
tr.twikiDiffDebug .twikiDiffAddedMarker,
tr.twikiDiffDebug .twikiDiffAddedText {
background-color:#ccf; /* violet - do not change */
}
/* Unchanged */
tr.twikiDiffDebug .twikiDiffUnchangedText {
color:%GRAYED_OUT_TEXT%;
}
.twikiDiffUnchangedTextContents { }
.twikiDiffLineNumberHeader {
background-color:%DIFF_HEADER_BACKGROUND%;
}
/* IMAGES */
/* image positions are set here as well as these are dependent on the image */
.patternTopic h2.twikinetRoundedAttachments {
padding-top:0;
padding-right:11px;
background:url(bg_header_right.gif) top right no-repeat;
}
.patternTopic h2.twikinetRoundedAttachments .twikinetHeader {
display:block;
padding-top:.4em; /* same as h2 */
padding-left:11px;
padding-right:11px;
margin-left:-11px;
background:url(bg_header.gif) top left no-repeat;
}
.patternTopic .twikiFormSteps h2.twikinetRoundedAttachments,
.patternTopic .twikiFormSteps h2.twikinetRoundedAttachments .twikinetHeader,
.patternTopic blockquote h2.twikinetRoundedAttachments,
.patternTopic blockquote h2.twikinetRoundedAttachments .twikinetHeader {
background:none;
}
.twikiToc li {
background-image:url(bullet-toc.gif);
background-repeat:no-repeat;
background-position:0 .4em;
}
#patternTopBar {
background-image:url(bg_topbar_gradient.gif);
background-repeat:repeat-x;
}
#twikinetLogo {
background-image:url(logo_twiki_net_faded.gif);
background-repeat:no-repeat;
}
#patternLeftBar,
#patternWrapper {
background-image:url(bg_leftbar_gradient.gif);
background-repeat:repeat-y;
}
.patternPrintPage #patternOuter {
background:#fff; /* white - do not change */
}
/* start buttons */
.twikiSubmit,
.twikiSubmitDisabled {
background-image:url(bg_button_submit.gif);
background-repeat:repeat-x;
}
.twikiSubmit,
a.twikiSubmit:link,
a.twikiSubmit:visited {
background-position:0px 0px;
background-color:#9eafd0;
border-color:#dee4f0 #96a3bc #96a3bc #dee4f0;
color:%SHADE_BLUEISH_TEXT%;
}
.twikiSubmit:hover,
a.twikiSubmit:hover {
background-position:0px -80px;
background-color:#7589b2;
border-color:#cbd3e4 #8391af #8391af #cbd3e4;
color:%SHADE_BLUEISH_TEXT%;
}
.twikiSubmit:active,
a.twikiSubmit:active {
background-position:0px -160px;
background-color:#fff;
border-color:#96a3bc #dee4f0 #dee4f0 #96a3bc;
color:%SHADE_BLUEISH_TEXT%;
}
.twikiButton,
a.twikiButton:link,
a.twikiButton:visited {
background-image:url(bg_button.gif);
background-repeat:repeat-x;
background-position:0px 0px;
border-color:#e9ebf1 #a2adbf #a2adbf #e9ebf1;
background-color:#d9dee7;
color:%SHADE_BLUEISH_TEXT%;
}
.twikiButton:hover,
.twikiChangeFormButtonHolder .twikiButton:hover,
a.twikiButton:hover {
background-position:0px -80px;
border-color:#e9ebf1 #a2adbf #a2adbf #e9ebf1;
background-color:#fff;
color:%SHADE_DARKISH_TEXT%;
}
.twikiButton:active,
.twikiChangeFormButtonHolder .twikiButton:active,
a.twikiButton:active {
background-position:0px -160px;
border-color:#a2adbf #e9ebf1 #e9ebf1 #a2adbf;
background-color:#fff;
color:%SHADE_DARKISH_TEXT%;
}
.twikiSubmitDisabled,
.twikiSubmitDisabled:hover,
.twikiSubmitDisabled:active,
.twikiButtonDisabled,
.twikiButtonDisabled:hover,
.twikiButtonDisabled:active {
background-image:url(bg_button.gif);
background-repeat:repeat-x;
background-position:0px -240px;
border-color:#dce0e7;
background-color:#e1e5ed;
color:#ccc;
}
.twikiButtonCancel {
background-image:url(bg_button_cancel.gif);
background-repeat:repeat-x;
background-position:0px 0px;
border-color:#fcdfe0 #cca6ae #cca6ae #fcdfe0;
background-color:#c6afb6;
color:%SHADE_BLUEISH_TEXT%;
}
.twikiButtonCancel:hover {
background-position:0px -80px;
border-color:#fcdfe0 #cca6ae #cca6ae #fcdfe0;
background-color:#b19aa0;
color:%SHADE_DARKISH_TEXT%;
}
.twikiButtonCancel:active {
background-position:0px -160px;
border-color:#cca6ae #fcdfe0 #fcdfe0 #cca6ae;
background-color:#fce2e2;
color:%SHADE_DARKISH_TEXT%;
}
/* end buttons */
.patternToolBar .patternButton a:link,
.patternToolBar .patternButton a:visited,
.patternToolBar .patternButton s,
.patternToolBar .patternButton strike {
background-image:url(bg_button.gif);
background-repeat:repeat-x;
}
.patternToolBar .patternButton a:link,
.patternToolBar .patternButton a:visited {
background-position:0px 0px;
border-color:#f8f6ec #b8b6ad #b8b6ad #f8f6ec;
background-color:#dbd9cf;
color:#333;
}
.patternToolBar .patternButton a:hover {
background-position:0px -80px;
border-color:#f4f2eb #a3a092 #a3a092 #f4f2eb;
background-color:#c2bfae;
color:#222;
}
.patternToolBar .patternButton a:active {
background-position:0px -160px;
border-color:#a3a092 #f4f2eb #f4f2eb #a3a092;
background-color:#e8e5d7;
color:#222;
}
.patternToolBar .patternButton s,
.patternToolBar .patternButton strike {
background-position:0px -240px;
border-color:#fcfbf9 #e3e2dd #e3e2dd #fcfbf9;
background-color:#edece6;
color:%DISABLED_TEXT%;
}
.patternTextareaButton {
border-color:#e9ebf1 #a2adbf #a2adbf #e9ebf1;
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;
}
/* common settings */
.patternLeftBarPersonal li,
li.patternLogOut,
li.patternLogIn {
padding-left:13px;
background-position:0 .4em;
background-repeat:no-repeat;
}
.patternLeftBarPersonal li {
background-image:url(bullet-personal_sidebar.gif);
}
.patternLeftBarPersonal li.patternLogOut {
background-image:url(bullet-lock.gif);
}
.patternLeftBarPersonal li.patternLogIn {
background-image:url(bullet-lock.gif);
}
/* TWikiNetSkin colors */
#twikinetTopToolBar {
border-color:%SHADE_TOPTOOLBAR_BORDER%;
background-color:%SHADE_TOPTOOLBAR_BACKGROUND%;
}
.twikinetWebName h2,
.twikinetWebName a:link,
.twikinetWebName a:visited {
background:none;
color:%SHADE_TOPTOOLBAR_WEBNAME_TEXT%;
}
/* TWikiNetSkin images */
#twikinetTopToolBar {
background-image:url(bg_toptoolbar_gradient.gif);
background-repeat:repeat-x;
}
/* background behind search and jump */
.twikinetSearchJumpLeft {
background-image:url(bg_search_jump.gif);
background-repeat:no-repeat;
}
.twikinetSearchJumpRight {
background-image:url(bg_search_jump.gif);
background-repeat:no-repeat;
background-position:top right;
width:5px;
}
.twikiInputField,
.twikiInputFieldReadOnly,
.twikiSelect {
background-image:url(bg_inputfield.gif);
}
.twikiInputField:active,
.twikiInputField:focus {
background-image:url(bg_inputfield_active.gif);
}
.twikinetJumpButton {
background-image:url(button_jump.gif);
}
.twikinetJumpButton:hover,
.twikinetJumpButton:active {
background-image:url(button_jump_hover.gif);
}
.twikinetSearchButton {
background-image:url(button_search.gif);
}
.twikinetSearchButton:hover,
.twikinetSearchButton:active {
background-image:url(button_search_hover.gif);
}
.twikinetToolBar a:link .rCRounded .rCTR,
.twikinetToolBar a:link .rCRounded .rCTL,
.twikinetToolBar a:link .rCRounded .rCBR,
.twikinetToolBar a:link .rCRounded .rCBL,
.twikinetToolBar a:visited .rCRounded .rCTR,
.twikinetToolBar a:visited .rCRounded .rCTL,
.twikinetToolBar a:visited .rCRounded .rCBR,
.twikinetToolBar a:visited .rCRounded .rCBL {
background-image:url(button_action.gif);
}
.twikinetToolBar a:hover .rCRounded .rCTR,
.twikinetToolBar a:hover .rCRounded .rCTL,
.twikinetToolBar a:hover .rCRounded .rCBR,
.twikinetToolBar a:hover .rCRounded .rCBL {
background-image:url(button_action_hover.gif);
}
.twikinetToolBar strike .rCRounded .rCTR,
.twikinetToolBar strike .rCRounded .rCTL,
.twikinetToolBar strike .rCRounded .rCBR,
.twikinetToolBar strike .rCRounded .rCBL {
background-image:url(button_action_disabled.gif);
}
.twikinetToolBar a .twikiLinkLabel {
color:%SHADE_BLUEISH_TEXT%;
}
.twikinetToolBar strike .twikiLinkLabel {
color:#cfd3d9;
}
.twikinetToolBar .twikinetEditIcon {
background-image:url(button_edit_icon.gif);
background-repeat:no-repeat;
background-position:2px 1px;
padding-left:25px;
}
.twikiTable th {
background-image:url(bg_table_header_gradient.gif);
background-repeat:repeat-x;
}
.twikiTable th.twikiSortedCol {
background-image:url(bg_table_header_sorted_gradient.gif);
background-repeat:repeat-x;
}
/* Rounded table */
.twikinetWrapperTableT {
background-color:%SHADE_TWIKITABLE_HEADER_BACKGROUND%;
}
.twikinetWrapperTable table.twikiTable th {
border-top-color:%SHADE_TWIKITABLE_HEADER_BACKGROUND%;
}
.twikinetWrapperTableTL {
background-image:url(table_corner_TL.gif);
background-repeat:no-repeat;
}
.twikinetWrapperTableTR {
background-image:url(table_corner_TR.gif);
background-repeat:no-repeat;
background-position:100% 0;
}
.twikinetWrapperTableB {
background-color:%NEUTRAL_BORDER%;
}
.twikinetWrapperTableBL {
background-image:url(table_corner_BL.gif);
background-repeat:no-repeat;
background-position:0 100%;
height:10px;
}
.twikinetWrapperTableBR {
background-image:url(table_corner_BR.gif);
background-repeat:no-repeat;
background-position:100% 100%;
height:10px;
}
.twikiAttachments .twikiTable th,
.twikiForm th.twikiFormTableHRow {
background-image:url(bg_attachments_header_gradient.gif);
background-repeat:repeat-x;
}
.twikiAttachments .twikiTable th.twikiFirstCol,
.twikiForm th.twikiFormTableHRow {
/* hide left line */
background-position:-1px 0;
}
.twikiAttachments .twikiTable th.twikiSortedCol,
.twikiForm th.twikiSortedCol {
background-image:url(bg_attachments_header_sorted_gradient.gif);
}
.twikiAttachments .twikiTable td.twikiSortedCol,
.twikiForm td.twikiSortedCol {
border-color:#dbdee7;
}
/* Generic rounded objects, for twikiAttachments, twikiForm and twikiHelp */
.twikinetRounded,
.twikiFormSteps {
background-color:%ATTACHMENT_AND_FORM_BACKGROUND%;
background-image:url(bg_form_bottom_gradient.gif);
background-repeat:repeat-x;
background-position:0 100%;
}
.twikinetRounded .rCRounded .rCTL {
background-image:url(rounded_TL.gif);
}
.twikinetRounded .rCRounded .rCTR {
background-image:url(rounded_TR.gif);
}
.twikinetRounded .rCRounded .rCBL {
background-image:url(rounded_BL.gif);
}
.twikinetRounded .rCRounded .rCBR {
background-image:url(rounded_BR.gif);
}
.twikinetRoundedTopicActions {
background:none;
}
.twikinetRoundedTopicActions .rCRounded .rCTL,
.twikinetRoundedTopicActions .rCRounded .rCTR,
.twikinetRoundedTopicActions .rCRounded .rCBL,
.twikinetRoundedTopicActions .rCRounded .rCBR {
background-image:url(bg_topicactions.gif);
}
.twikinetRoundedBroadcastMessage .rCRounded .rCTL,
.twikinetRoundedBroadcastMessage .rCRounded .rCTR,
.twikinetRoundedBroadcastMessage .rCRounded .rCBL,
.twikinetRoundedBroadcastMessage .rCRounded .rCBR {
background-image:url(bg_broadcastmessage.gif);
}
.twikinetRoundedBroadcastMessage .twikiBroadcastMessage {
background-image:url(icon_alert.gif);
background-repeat:no-repeat;
background-position:9px 12px;
padding-left:64px;
min-height:33px; /* at least height of icon */
}
.twikinetRoundedHelp {
background:none;
}
.twikinetRoundedHelp .rCRounded .rCTL,
.twikinetRoundedHelp .rCRounded .rCTR,
.twikinetRoundedHelp .rCRounded .rCBL,
.twikinetRoundedHelp .rCRounded .rCBR {
background-image:url(bg_help.gif);
}
#patternBottomBar {
background-image:url(bg_bottom_gradient.gif);
background-repeat:repeat-x;
}
#patternBottomBarContents #twikinetBadge {
float:right;
margin-left:10px;
}
#attachhelpshow img,
#attachhelphide img,
#topicattachmentslistshow img,
#topicattachmentslisthide img,
#edithelpshow img,
#edithelphide img,
#renamehelpshow img,
#renamehelphide img{
visibility:hidden;
}
#attachhelpshow,
#attachhelphide,
#topicattachmentslistshow,
#topicattachmentslisthide,
#edithelpshow,
#edithelphide,
#renamehelphide,
#renamehelpshow {
padding:0 0 0 7px;
margin:0 0 0 3px;
}
#attachhelpshow,
#topicattachmentslistshow,
#edithelpshow,
#renamehelpshow {
background:url(twisty_in.gif) no-repeat;
background-position:0 .1em;
background-position:0 50%;
}
#attachhelphide,
#topicattachmentslisthide,
#edithelphide,
#renamehelphide {
background:url(twisty_out.gif) no-repeat;
background-position:0 .1em;
background-position:0 50%;
}
/* Preloads button hover images */
.twikinetImageLoader {
background:url(button_action.gif);
background:url(button_action_hover.gif);
background:url(button_action_disabled.gif);
background:url(twisty_in.gif);
background:url(twisty_out.gif);
background:url(button_search_hover.gif);
background:url(button_jump_hover.gif);
visibility:hidden;
height:1px;
}
%ENDATTACH%
|