/*======================================================================*\ || #################################################################### || || # vBulletin 4.1.9 || # ---------------------------------------------------------------- # || || # All code in this file is 2000-2011 vBulletin Solutions Inc. # || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * vBulletin 3 Manual Control Panel CSS * * Original design by Kier Darby - see http://www.vBulletin.com/docs/html * This ACP Style is made by Floris - http://www.vBulletin.nl/ */ /* ############################################################################# */ /* TEXT ELEMENTS */ /* Normal Sized Text */ body, p, td, tr, ol, ul { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Small Sized Text */ .smallfont, dfn, fieldset, fieldset td, .copyright { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Table Title Bars */ .tcat, .thead, .tfoot, .optiontitle, .navbody, .navbody td, legend, .darkbg, .tfoot td, .logincontrols td { font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Override current font weight and become normal */ .normal { font-weight: normal; } /* Display tags as block-level elements */ dfn { display: block; } /* For those times when you need a monospace font */ .code, .code-g, .code-i, code-c { font: 10pt consolas, 'courier new', courier, monospace; } /* ############################################################################# */ /* LINKS */ /* Normal, visited and active links */ a:link, a:visited, a:active { color: #22229C; background: none; } /* Mouse-over (hover) links */ a:hover { color: #FF4400; background: none; } /* ############################################################################# */ /* FORM ELEMENTS */ input, select, textarea, option, optgroup { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } optgroup { font-size: 11px; font-style: italic; font-weight: bold; } /* Most form elements appear using this definition */ textarea, .bginput, input.col-c, input.col-i, input.col-g { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Form elements with the background color defined */ input.bginput, input.col-c, input.col-i, input.col-g { /*padding: 4px;*/ } /* Submit / Important button elements */ .button, .tfoot input, .logincontrols input { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .button { /* background: #EEF0F2; border: outset 1px; color: #000000;*/ } /* ############################################################################# */ /* BODY AND TABLE STYLES */ /* set colored scrollbars */ html { /*scrollbar-base-color: #DDDDDD; scrollbar-track-color: #CCCCCC; scrollbar-arrow-color: #001F30; scrollbar-3dlight-color: #EEEEEE; scrollbar-shadow-color: #999999;*/ } /* Background color and font for the main window */ body { color: #000000; background: #FFFFFF; } /* Border around tables */ .tborder { background: #D1D1E1; color: #000000; border: 1px solid #0B198C; } /* Top-level table title rows */ .tcat { background: #869BBF; color: #FFFFFF; font: 11pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; border-bottom: outset 1px; border-bottom-color: #0B198C; } /* Links within top-level table title rows */ .tcat a:link, .tcat a:visited { color: #ffffff; text-decoration: none; } .tcat a:hover, .tcat a:active { color: #FFFF66; text-decoration: underline; } /* Second-level table titles (often used for column headings) */ td.thead, .thead td { background: #5C7099 repeat-x top left; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; padding: 2px 4px 2px 4px; } /* Links within second-level table titles */ .thead a:link, .thead a:visited { color: #FFFFFF; } .thead a:hover, .thead a:active { color: #FFFF00; } th { white-space:nowrap; } /* The area within which the submit button usually resides at the bottom of tables */ .tfoot { background: #869BBF; color: #FFFFFF; border-top: outset 1px; border-top-color: #0B198C; } .tfoot a:link, .tfoot a:visited { color: #E0E0F6; } .tfoot a:hover, .tfoot a:active { color: #FFFF66; } /* First alternating background color */ .alt1 { background: #F5F5FF; color: #000000; } /* Second alternating background color */ .alt2 { background: #E1E4F2; color: #000000; } /* class used for the login form */ .logincontrols { color: #001F30; background: #DEE0E2; border: outset 1px; } /* status */ .status { color: #001F30; background: #DEE0E2; padding: 5px; } /* Page title banner */ .pagetitle { background: #FFFFFF url("../../cpstyles/vBulletin_3_Manual/vb_logo_small.gif") no-repeat center right; color: #738FBF; font-size: 16pt; font-weight: bold; text-align: left; border-bottom: outset 1px; padding: 2px 12px 0px 12px; } /* ############################################################################# */ /* CUSTOMIZED, INHERITED, GLOBAL / STANDARD COLORS */ /* Global/ Standard elements */ .col-g, input.col-g, textarea.col-g, .code-g, .col-g a:link, .col-g a:visited, .col-g a:active, .code { color: #001F30; } /* Inherited elements */ .col-i, input.col-i, textarea.col-i, .code-i, .col-i a:link, .col-i a:visited, .col-i a:active { color: #FF5500; } /* Customized elements */ .col-c, input.col-c, textarea.col-c, .code-c, .col-c a:link, .col-c a:visited, .col-c a:active { color: #CC0000; } /* ############################################################################# */ /* TEMPLATE EDITOR AND COLOR KEYS */ /* The row style for each STYLE bar on template.php */ .stylerow { background: #5C7099; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border-top: outset 1px; border-top-color: #0B198C; } .stylerow a:link, .stylerow a:visited, .stylerow a:active { font-weight: bold; text-decoration: none; color: #FFFFFF; } /* Used for the based template editor, set a background-color for template groups */ option.templategroup { background: #E1E4F2; } /* Color preview buttons on the CSS editor */ .color_input_container {float:left; display:inline; margin-right:4px} .colorpreview { font-weight: normal; background: none; border: 1px solid black; width: 40px; height: 21px; float:left; display:inline; border-style: inset; border-width: 1px; background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } /* ############################################################################# */ /* TEMPLATE DIFF VIEWER */ .diff-unchanged { background-color: #dddddd; color: #000000; } .diff-notext { background-color: #c0c0c0; color: #000000; } .diff-changed { background-color: #f0f060; color: #000000; } .diff-added, .diff-inline-added { background-color: #B0F0B0; color: #000000; border: 0 solid #00FF00; } .diff-inline-added-start { border-top-width: 1px; } .diff-inline-added-end { border-bottom-width: 1px; } .diff-deleted, .diff-inline-deleted { background-color: #F0B0B0; color: #000000; border: 0 solid #EB5858; } .diff-inline-deleted-start { border-top-width: 1px } .diff-inline-deleted-end { border-bottom-width: 1px; } .diff-inline-break { border: solid gray; border-width:1px 0; } .diff-linenumber { color: #999988; background-color: #EEEEDD; border-bottom: 1px solid #999988; border-right: 1px solid #CCCCCC; vertical-align: top; text-align: center; } .merge-nochange { background-color: #dddddd; color: #000000; } .merge-successful { background-color: #f0f060; color: #000000; } .merge-conflict { background: #F0B0B0; color: #000000; } #compare_inline .merge-conflict { background: #F0B0B0 url(../../cpstyles/vBulletin_3_Default/merge_conflict_bg.png) repeat-y; color: #000000; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; } .merge-conflict-row { padding-left: 20px; border-bottom: 1px solid #D04040; } .merge-conflict-final-row { padding-left: 20px; } .template-text-merged { color: #0000D0; } .template-text-conflicted { color: #D00000; font-weight: bold; } /* ############################################################################# */ /* ACCESS MASK EDITOR */ /* Access is granted to forum */ .am-grant { color: #008000; } /* Access is denied to forum */ .am-deny { color: #CC0000; } /* ############################################################################# */ /* MODERATOR LISTING */ /* Moderator was last online today */ .modtoday { color: #001F30; } /* Moderator was last online yesterday */ .modyesterday { color: #008000; } /* Moderator was last online within the last 10 days */ .modlasttendays { color: #0000CD; } /* Moderator has not been on in the last 10 days */ .modsincetendays { color: #FF5500; } /* Moderator has not been on in last 30 days */ .modsincethirtydays { color: #CC0000; } /* ############################################################################# */ /* LIST ELEMENT TYPES */ /* list elements with a square bullet */ .lsq { list-style-type: square; } /* list elements with a hollow circle bullet */ .lci { list-style-type: circle; } /* list elements with a solid circle bullet */ .ldi { list-style-type: disc; } /* list elements with NO bullet */ .lno { list-style-type: none; } /* ############################################################################# */ /* MISC */ /* The row style for individual option titles in the vBulletin settings/options editor */ .optiontitle { background: #5C7099 repeat-x top left; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .optiontitle a:link, .optiontitle a:visited { color: #FFFFFF; } .optiontitle a:active, .optiontitle a:hover { color: #FFFF00; } /* Style for all (Help) links */ .helplink { font-size: 10px; text-decoration: none; cursor: help; } /* Titles for
elements */ legend { font-weight: bold; } /* vBulletin copyright text shown at the bottom of most control panel pages */ a.copyright:link, a.copyright:visited, a.copyright:active { text-decoration: none; color: #869BBF; border-top: dashed 1px #869BBF; padding: 1px; } /* Add a little style to all
elements */ hr { border-top: solid 1px #22229C; height: 0px; } /* Usergroup entry for lists in permission editors */ .usergroups li { font: 11px tahoma; list-style-type: disc; } ul.cbsubgroup { margin: 0px; padding: 0px; margin-left: 20px; list-style: none inside; } ul.cbsubgroup li { font-style: italic; } .cbsubgroup-trigger img { border:none; vertical-align: bottom; } /* ############################################################################# */ /* NAV PANEL ELEMENTS */ /* Background color for nav panels and the template editor */ .navbody, .stylebg { background: #D5D8E5; color: #000000; } /* Text decoration for all links in nav panel */ .navbody a:link, .navbody a:visited, .navbody a:active { text-decoration: none; color: #22229C; } .navbody a:hover { text-decoration: underline; color: #FF4400; } /* Text decoration for all links in nav panel */ .navgroup a:link, .navgroup a:visited, .navgroup a:active, .navgroup a:hover { text-decoration: none; color: #000000; } /* Expandable nav group titles */ .navtitle { background: #869BBF; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border: solid 1px #0B198C; padding: 3px; margin-top: 3px; cursor: default; } /* Container for individual nav links */ .navgroup { border: solid 1px #0B198C; border-width: 0px 1px 1px 1px; margin-bottom: 8px; } /* Individual nav links */ a.navlink { padding: 2px 4px 2px 4px; display: block; outline: 0 none; -moz-outline-style: 0 none; } /* Normal nav link */ .navlink:link, .navlink:visited { background: #D1D1E1; } /* Mouse-over nav link */ a.navlink:hover { background: #738FBF; color: white; } /* Progress dots for XML import */ .progress_dots { color: orange; font-weight:bold; } /* ############################################################################# */ /* Layout Manager */ .widget_container { list-style:none; margin:6px; border: 1px solid black; } .widget_title { background-color:#808080; text-align:center; font: 12px tahoma; height:25px; position:relative; } .widget_title_primary { background-color:#DC143C; } .widget_title div.title { padding:4px; margin-right:19px; overflow:hidden; white-space:nowrap; _width:60%; } .widget_title div.closebutton { position:absolute; right:2px; top:2px; padding:0; cursor:pointer; border:1px solid white; background-color:black; color:white; width:11px; height:11px; font-size:10px; font-weight:bold; font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; line-height:0.8; } .widget_title div.closebutton:hover { background-color:#CC3333; } .widget_description { background-color:#D3D3D3; padding:4px; padding-top:10px; font:12px tahoma; text-align:center; height:40px; } .widget_description_primary { background-color:#F08080; } .list_no_decoration { list-style:none; margin:0px; padding:1px; } .yui-header, .yui-footer { background-color:#4682B4; } .yui-panel { background-color:#AFEEEE; } .yui-sidebar { background-color:#6699FF; } /* added for cms */ .section_name { border:1px solid #5C7099; color: #5c7099; } #sections { border: 1px solid #0B198C; background: #E1E4F2; } #sections div { padding: 10px; } tr.selected_parent_row td { background: #869BBF; color: #FFFFFF; font: 11pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; border: outset 1px; border-color: #0B198C; } tr.selected_parent_row td .sectionTitleWrapper a { font-size:16px; color: white; } /*======================================================================*\ || #################################################################### || # CVS: $RCSfile$ - $Revision: 40651 $ || #################################################################### \*======================================================================*/ /K1a;\S'c2;w@]`}vI+g@l, ԯpx:(@$T*QL]UEo[+H@GD BR$(+_q UUzGA5ƿ&yn 8ꪪw FU] E|Q8#WdЇ `bpv^)FoؔW2þ X,$.+w.Hd0IO(:oH2-~s;F1s[ or߂+璏[)Ў1qG@w/WE迂X8 7Ȭ|",u^?NSOk @ Oc a O䂂UƼbc~P,r]޵ύgcPu4(x"(m{Drx4`m5xHyzF S. D H%`R.=HpM ګkUPmUV~n// E5.A !$4 Z6J!?^+q]o"k `M\gwpH{7ڞ+Hk-!) 7ypbBc~ "-|[2˱j0o u M{Vc=/A-zhۖި|C/*======================================================================*\ || #################################################################### || || # vBulletin 4.1.9 || # ---------------------------------------------------------------- # || || # All code in this file is 2000-2011 vBulletin Solutions Inc. # || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * vBulletin 3 Front-End Control Panel CSS */ /* ############################################################################# */ /* TEXT ELEMENTS */ /* Normal Sized Text */ body, p, td, tr, ol, ul { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Small Sized Text */ .smallfont, dfn, fieldset, fieldset td, .copyright { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Table Title Bars */ .tcat, .thead, .tfoot, .optiontitle, .navbody, .navbody td, legend, .darkbg, .tfoot td, .logincontrols td { font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Override current font weight and become normal */ .normal { font-weight: normal; } /* Display tags as block-level elements */ dfn { display: block; } /* For those times when you need a monospace font */ .code, .code-g, .code-i, code-c { font: 10pt consolas, 'courier new', courier, monospace; } /* ############################################################################# */ /* LINKS */ /* Normal, visited and active links */ a:link, a:visited, a:active { color: #22229C; background: none; } /* Mouse-over (hover) links */ a:hover { color: #FF4400; background: none; } /* ############################################################################# */ /* FORM ELEMENTS */ input, select, textarea, option, optgroup { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } optgroup { font-size: 11px; font-style: italic; font-weight: bold; } /* Most form elements appear using this definition */ textarea, .bginput, input.col-c, input.col-i, input.col-g { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Form elements with the background color defined */ input.bginput, input.col-c, input.col-i, input.col-g { /*padding: 4px;*/ } /* Submit / Important button elements */ .button, .tfoot input, .logincontrols input { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .button { /* background: #EEF0F2 url("../../cpstyles/vBulletin_3_Frontend/cp_button_bg.gif"); border: outset 1px; color: #000000;*/ } /* ############################################################################# */ /* BODY AND TABLE STYLES */ /* set colored scrollbars */ html { /*scrollbar-base-color: #DDDDDD; scrollbar-track-color: #CCCCCC; scrollbar-arrow-color: #001F30; scrollbar-3dlight-color: #EEEEEE; scrollbar-shadow-color: #999999;*/ } /* Background color and font for the main window */ body { color: #000000; background: #FFFFFF; } /* Border around tables */ .tborder { background: #D1D1E1; color: #000000; border: 1px solid #0B198C; } /* Top-level table title rows */ .tcat { background: #869BBF url("../../cpstyles/vBulletin_3_Frontend/cp_tblhead_bg.gif") repeat-x top left; color: #FFFFFF; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Links within top-level table title rows */ .tcat a:link, .tcat a:visited { color: #ffffff; text-decoration: none; } .tcat a:hover, .tcat a:active { color: #FFFF66; text-decoration: underline; } /* Second-level table titles (often used for column headings) */ td.thead, .thead td { background: #5C7099 url("../../cpstyles/vBulletin_3_Frontend/cp_colheader_bg.gif") repeat-x top left; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; padding: 2px 4px 2px 4px; } /* Links within second-level table titles */ .thead a:link, .thead a:visited { color: #FFFFFF; } .thead a:hover, .thead a:active { color: #FFFF00; } /* The area within which the submit button usually resides at the bottom of tables */ .tfoot { background: #3E5C92; color: #E0E0F6; } .tfoot a:link, .tfoot a:visited { color: #E0E0F6; } .tfoot a:hover, .tfoot a:active { color: #FFFF66; } /* First alternating background color */ .alt1 { background: #F5F5FF; color: #000000; } /* Second alternating background color */ .alt2 { background: #E1E4F2; color: #000000; } /* class used for the login form */ .logincontrols { color: #001F30; background: #DEE0E2; border: outset 1px; } /* status bat */ .status { color: #001F30; background: #DEE0E2; padding: 5px; } /* Page title banner */ .pagetitle { background: #869BBF url("../../cpstyles/vBulletin_3_Frontend/cp_tblhead_bg.gif") repeat-x top left; color: #FFFFFF; font-size: 11pt; font-weight: bold; text-align: right; border-bottom: outset 2px; padding: 2px 26px 2px 26px; } /* ############################################################################# */ /* CUSTOMIZED, INHERITED, GLOBAL / STANDARD COLORS */ /* Global/ Standard elements */ .col-g, input.col-g, textarea.col-g, .code-g, .col-g a:link, .col-g a:visited, .col-g a:active, .code { color: #001F30; } /* Inherited elements */ .col-i, input.col-i, textarea.col-i, .code-i, .col-i a:link, .col-i a:visited, .col-i a:active { color: #FF5500; } /* Customized elements */ .col-c, input.col-c, textarea.col-c, .code-c, .col-c a:link, .col-c a:visited, .col-c a:active { color: #CC0000; } /* ############################################################################# */ /* TEMPLATE EDITOR AND COLOR KEYS */ /* The row style for each STYLE bar on template.php */ .stylerow { background: #5C7099 url("../../cpstyles/vBulletin_3_Frontend/cp_colheader_bg.gif") repeat-x top left; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .stylerow a:link, .stylerow a:visited, .stylerow a:active { font-weight: bold; text-decoration: none; color: #FFFFFF; } /* Used for the based template editor, set a background-color for template groups */ option.templategroup { background: #E1E4F2; } /* Color preview buttons on the CSS editor */ .color_input_container {float:left; display:inline; margin-right:4px} .colorpreview { font-weight: normal; background: none; border: 1px solid black; width: 40px; height: 21px; float:left; display:inline; border-style: inset; border-width: 1px; background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } /* ############################################################################# */ /* TEMPLATE DIFF VIEWER */ .diff-unchanged { background-color: #dddddd; color: #000000; } .diff-notext { background-color: #c0c0c0; color: #000000; } .diff-changed { background-color: #f0f060; color: #000000; } .diff-added, .diff-inline-added { background-color: #B0F0B0; color: #000000; border: 0 solid #00FF00; } .diff-inline-added-start { border-top-width: 1px; } .diff-inline-added-end { border-bottom-width: 1px; } .diff-deleted, .diff-inline-deleted { background-color: #F0B0B0; color: #000000; border: 0 solid #EB5858; } .diff-inline-deleted-start { border-top-width: 1px } .diff-inline-deleted-end { border-bottom-width: 1px; } .diff-inline-break { border: solid gray; border-width:1px 0; } .diff-linenumber { color: #999988; background-color: #EEEEDD; border-bottom: 1px solid #999988; border-right: 1px solid #CCCCCC; vertical-align: top; text-align: center; } .merge-nochange { background-color: #dddddd; color: #000000; } .merge-successful { background-color: #f0f060; color: #000000; } .merge-conflict { background: #F0B0B0; color: #000000; } #compare_inline .merge-conflict { background: #F0B0B0 url(../../cpstyles/vBulletin_3_Default/merge_conflict_bg.png) repeat-y; color: #000000; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; } .merge-conflict-row { padding-left: 20px; border-bottom: 1px solid #D04040; } .merge-conflict-final-row { padding-left: 20px; } .template-text-merged { color: #0000D0; } .template-text-conflicted { color: #D00000; font-weight: bold; } /* ############################################################################# */ /* ACCESS MASK EDITOR */ /* Access is granted to forum */ .am-grant { color: #008000; } /* Access is denied to forum */ .am-deny { color: #CC0000; } /* ############################################################################# */ /* MODERATOR LISTING */ /* Moderator was last online today */ .modtoday { color: #001F30; } /* Moderator was last online yesterday */ .modyesterday { color: #008000; } /* Moderator was last online within the last 10 days */ .modlasttendays { color: #0000CD; } /* Moderator has not been on in the last 10 days */ .modsincetendays { color: #FF5500; } /* Moderator has not been on in last 30 days */ .modsincethirtydays { color: #CC0000; } /* ############################################################################# */ /* LIST ELEMENT TYPES */ /* list elements with a square bullet */ .lsq { list-style-type: square; } /* list elements with a hollow circle bullet */ .lci { list-style-type: circle; } /* list elements with a solid circle bullet */ .ldi { list-style-type: disc; } /* list elements with NO bullet */ .lno { list-style-type: none; } /* ############################################################################# */ /* MISC */ /* The row style for individual option titles in the vBulletin settings/options editor */ .optiontitle { background: #5C7099 url("../../cpstyles/vBulletin_3_Frontend/cp_colheader_bg.gif") repeat-x top left; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .optiontitle a:link, .optiontitle a:visited { color: #FFFFFF; } .optiontitle a:active, .optiontitle a:hover { color: #FFFF00; } /* Style for all (Help) links */ .helplink { font-size: 10px; text-decoration: none; cursor: help; } /* Titles for
elements */ legend { font-weight: bold; } /* vBulletin copyright text shown at the bottom of most control panel pages */ a.copyright:link, a.copyright:visited, a.copyright:active { text-decoration: none; color: #888888; border-top: dashed 1px #888888; padding: 1px; } /* Add a little style to all
elements */ hr { border-top: solid 1px #22229C; height: 0px; } /* Usergroup entry for lists in permission editors */ .usergroups li { font: 11px tahoma; list-style-type: disc; } ul.cbsubgroup { margin: 0px; padding: 0px; margin-left: 20px; list-style: none inside; } ul.cbsubgroup li { font-style: italic; } .cbsubgroup-trigger img { border:none; vertical-align: bottom; } /* ############################################################################# */ /* NAV PANEL ELEMENTS */ /* Background color for nav panels and the template editor */ .navbody, .stylebg { background: #E1E1E2; color: #000000; } /* Text decoration for all links in nav panel */ .navbody a:link, .navbody a:visited, .navbody a:active { text-decoration: none; color: #22229C; } .navbody a:hover { text-decoration: underline; color: #FF4400; } /* Text decoration for all links in nav panel */ .navgroup a:link, .navgroup a:visited, .navgroup a:active, .navgroup a:hover { text-decoration: none; color: #000000; } /* Expandable nav group titles */ .navtitle { background: #5C7099 url("../../cpstyles/vBulletin_3_Frontend/cp_colheader_bg.gif") repeat-x top left; color: #FFFFFF; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border: solid 1px #0B198C; padding: 3px; margin-top: 3px; cursor: default; } /* Container for individual nav links */ .navgroup { border: solid 1px #0B198C; border-width: 0px 1px 1px 1px; margin-bottom: 8px; } /* Individual nav links */ a.navlink { padding: 2px 4px 2px 4px; display: block; outline: 0 none; -moz-outline-style: 0 none; } /* Normal nav link */ a.navlink:link, a.navlink:visited { background: #BBC7CE; } /* Mouse-over nav link */ a.navlink:hover { background: #8A949E; color: white; } /* Progress dots for XML import */ .progress_dots { color: orange; font-weight:bold; } /* ############################################################################# */ /* Layout Manager */ .widget_container { list-style:none; margin:6px; border: 1px solid black; } .widget_title { background-color:#808080; text-align:center; font: 12px tahoma; height:25px; position:relative; } .widget_title_primary { background-color:#DC143C; } .widget_title div.title { padding:4px; margin-right:19px; overflow:hidden; white-space:nowrap; _width:60%; } .widget_title div.closebutton { position:absolute; right:2px; top:2px; padding:0; cursor:pointer; border:1px solid white; background-color:black; color:white; width:11px; height:11px; font-size:10px; font-weight:bold; font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; line-height:0.8; } .widget_title div.closebutton:hover { background-color:#CC3333; } .widget_description { background-color:#D3D3D3; padding:4px; padding-top:10px; font:12px tahoma; text-align:center; height:40px; } .widget_description_primary { background-color:#F08080; } .list_no_decoration { list-style:none; margin:0px; padding:1px; } .yui-header, .yui-footer { background-color:#3CB371; } .yui-panel { background-color:#98FB98; } .yui-sidebar { background-color:#33FF33; } /* added for cms */ .section_name { border:1px solid #0B198C; color: #000000; } #sections { border: 1px solid #0B198C; background: #E1E4F2; } #sections div { padding: 10px; } tr.selected_parent_row td { background: #869BBF url("../../cpstyles/vBulletin_3_Frontend/cp_tblhead_bg.gif") repeat-x top left; font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color: white; } tr.selected_parent_row td .sectionTitleWrapper a { font-size:16px; color: white; } /*======================================================================*\ || #################################################################### || # CVS: $RCSfile$ - $Revision: 40651 $ || #################################################################### \*======================================================================*/ u ,o"W;sWY> }UWdޖ=ҭjʭkЛZ } [pS OD q #+ADj&n MMI4'Z%5b+ۊ_#. CYk!B)x{$\^$Z"3L(^+T|ֳx}9R$ be-"|~Q8a$\pUMrɛ}xo"QӯcؔW B_DX/HH!/)Hrd GG~zEeCCUUQuibp0 !C[7;"w+ awX &$6zuZ PE+8^ "E-z .?j"dCEGdUBo.@42 ,a/èDJ6{q2X!QXFXb;B5?6 ΂-}9iUoq|55 )H%XD^ !8(lj?Y_oѪNPHG`]p;6,1w'f~98/*======================================================================*\ || #################################################################### || || # vBulletin 4.1.9 || # ---------------------------------------------------------------- # || || # All code in this file is 2000-2011 vBulletin Solutions Inc. # || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * vBulletin 3 Default Control Panel CSS */ /* ############################################################################# */ /* TEXT ELEMENTS */ /* Normal Sized Text */ body, p, td, tr, ol, ul { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Small Sized Text */ .smallfont, dfn, fieldset, fieldset td, .copyright { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Table Title Bars */ .tcat, .thead, .tfoot, .optiontitle, .navbody, .navbody td, legend, .darkbg, .tfoot td, .logincontrols td { font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Override current font weight and become normal */ .normal { font-weight: normal; } /* Display tags as block-level elements */ dfn { display: block; } /* For those times when you need a monospace font */ .code, .code-g, .code-i, code-c { font: 10pt consolas, 'courier new', courier, monospace; } /* ############################################################################# */ /* FORM ELEMENTS */ input, select, textarea, option, optgroup { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } optgroup { font-size: 11px; font-style: italic; font-weight: bold; } /* Most form elements appear using this definition */ textarea, .bginput, input.col-c, input.col-i, input.col-g { font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color: #DEE0E2; background: #10375D; border: solid 1px #DEE0E2; scrollbar-base-color: #086693; scrollbar-arrow-color: #EEF0F2; scrollbar-track-color: #10375D; } /* slight changes for option and optgroup to keep latest versions of Gecko happy */ option, optgroup { font-weight: bold; font-size: 11px; font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color: #DEE0E2; background: #10375D; } /* Form elements with the background color defined */ input.bginput, input.col-c, input.col-i, input.col-g { padding: 4px; } /* Submit / Important button elements */ .button, .tfoot input, .logincontrols input { font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* ############################################################################# */ /* BODY AND TABLE STYLES */ /* set colored scrollbars */ html { scrollbar-base-color: #086693; scrollbar-arrow-color: #EEF0F2; scrollbar-track-color: #10375D; } /* Background color and font for the main window */ body { color: #DEE0E2; background: #10375D; } /* Border around tables */ .tborder { border: ridge 4px; } /* Top-level table title rows */ .tcat { color: #001F30; background: #EEF0F2 url("../../cpstyles/vBulletin_3_Default/cp_tblhead_bg.gif"); border: outset 2px; } /* Links within top-level table title rows */ .tcat a:link, .tcat a:visited, .tcat a:active { color: #001F30; } /* Second-level table titles (often used for column headings) */ td.thead, .thead td { font-weight: bold; color: #001F30; background: #DEE0E2 url("../../cpstyles/vBulletin_3_Default/cp_colheader_bg.gif"); border: outset 1px; padding: 2px 4px 2px 4px; } /* Links within second-level table titles */ .thead a:link, .thead a:visited, .thead a:active { color: #001F30; } /* The area within which the submit button usually resides at the bottom of tables */ .tfoot { color: #001F30; background: #DEE0E2; border: outset 1px; } /* First alternating background color */ .alt1 { color: #FFFFFF; background: #0098CC; } /* Second alternating background color */ .alt2 { color: #FFFFFF; background: #00A6DA; } /* class used for the login form */ .logincontrols { color: #001F30; background: #DEE0E2; border: outset 1px; } /* Status footer */ .status { color: #001F30; background: #DEE0E2; padding: 5px; } /* Page title banner */ .pagetitle { font-size: 11pt; font-weight: bold; text-align: right; color: #001F30; background: #EEF0F2 url("../../cpstyles/vBulletin_3_Default/cp_tblhead_bg.gif") repeat-x top; border: outset 2px; padding: 2px 26px 2px 26px; } /* ############################################################################# */ /* CUSTOMIZED, INHERITED, GLOBAL / STANDARD COLORS */ /* Global/ Standard elements */ .col-g, input.col-g, textarea.col-g, .code-g, .col-g a:link, .col-g a:visited, .col-g a:active, .code { color: #DEE0E2; } /* Inherited elements */ .col-i, input.col-i, textarea.col-i, .code-i, .col-i a:link, .col-i a:visited, .col-i a:active { color: #FFFF00; } /* Customized elements */ .col-c, input.col-c, textarea.col-c, .code-c, .col-c a:link, .col-c a:visited, .col-c a:active { color: #FF5500; } /* ############################################################################# */ /* LINKS */ /* Normal, visited and active links */ a:link, a:visited, a:active { color: #EEFAFF; background: transparent; } /* Mouse-over (hover) links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover { color: #FFFFFF; background: #20478D; } .tfoot a:link, .tfoot a:visited, .tfoot a:active { color: #000000; background: transparent; } /* ############################################################################# */ /* TEMPLATE EDITOR AND COLOR KEYS */ /* The row style for each STYLE bar on template.php */ .stylerow { background: #00A6DA url("../../cpstyles/vBulletin_3_Default/option_name_bg.gif") no-repeat; margin-bottom: 1px; } .stylerow a:link, .stylerow a:visited, .stylerow a:active { font-weight: bold; text-decoration: none; color: #000000; } /* Used for the based template editor, set a background-color for template groups */ option.templategroup { background: #00274D; } /* Color preview buttons on the CSS editor */ .color_input_container {float:left; display:inline; margin-right:4px} .colorpreview { font-weight: normal; background: none; border: 1px solid black; width: 40px; height: 21px; float:left; display:inline; border-style: inset; border-width: 1px; background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } /* ############################################################################# */ /* TEMPLATE DIFF VIEWER */ .diff-unchanged { background-color: #dddddd; color: #000000; } .diff-notext { background-color: #c0c0c0; color: #000000; } .diff-changed { background-color: #f0f060; color: #000000; } .diff-added, .diff-inline-added { background-color: #B0F0B0; color: #000000; border: 0 solid #00FF00; } .diff-inline-added-start { border-top-width: 1px; } .diff-inline-added-end { border-bottom-width: 1px; } .diff-deleted, .diff-inline-deleted { background-color: #F0B0B0; color: #000000; border: 0 solid #EB5858; } .diff-inline-deleted-start { border-top-width: 1px } .diff-inline-deleted-end { border-bottom-width: 1px; } .diff-inline-break { border: solid gray; border-width:1px 0; } .diff-linenumber { color: #999988; background-color: #EEEEDD; border-bottom: 1px solid #999988; border-right: 1px solid #CCCCCC; vertical-align: top; text-align: center; } .merge-nochange { background-color: #dddddd; color: #000000; } .merge-successful { background-color: #f0f060; color: #000000; } .merge-conflict { background: #F0B0B0; color: #000000; } #compare_inline .merge-conflict { background: #F0B0B0 url(../../cpstyles/vBulletin_3_Default/merge_conflict_bg.png) repeat-y; color: #000000; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; } .merge-conflict-row { padding-left: 20px; border-bottom: 1px solid #D04040; } .merge-conflict-final-row { padding-left: 20px; } .template-text-merged { color: #FCFC00; } .template-text-conflicted { color: #FFB000; font-weight: bold; } /* ############################################################################# */ /* ACCESS MASK EDITOR */ /* Access is granted to forum */ .am-grant { color: #7CFC00; } /* Access is denied to forum */ .am-deny { color: #FF5500; } /* ############################################################################# */ /* MODERATOR LISTING */ /* Moderator was last online today */ .modtoday { color: #DEE0E2; } /* Moderator was last online yesterday */ .modyesterday { color: #7CFC00; } /* Moderator was last online within the last 10 days */ .modlasttendays { color: #FFFF00; } /* Moderator has not been on in the last 10 days */ .modsincetendays { color: #48D1CC; } /* Moderator has not been on in last 30 days */ .modsincethirtydays { color: #FF5500; } /* ############################################################################# */ /* LIST ELEMENT TYPES */ /* list elements with a square bullet */ .lsq { list-style-type: square; } /* list elements with a hollow circle bullet */ .lci { list-style-type: circle; } /* list elements with a solid circle bullet */ .ldi { list-style-type: disc; } /* list elements with NO bullet */ .lno { list-style-type: none; } /* ############################################################################# */ /* MISC */ /* The row style for individual option titles in the vBulletin settings/options editor */ .optiontitle { font-weight: bold; color: #000000; background: #00A6DA url("../../cpstyles/vBulletin_3_Default/option_name_bg.gif") no-repeat; border: outset 1px; } /* Style for all (Help) links */ .helplink { font-size: 10px; text-decoration: none; cursor: help; } /* Titles for
elements */ legend { font-weight: bold; color: #FFFFFF; } /* vBulletin copyright text shown at the bottom of most control panel pages */ a.copyright:link, a.copyright:visited, a.copyright:active { text-decoration: none; color: #5087AD; border-top: dashed 1px #5087AD; padding: 1px; } /* Add a little style to all
elements */ hr { border-top: solid 1px #DEE0E2; height: 0px; } /* Usergroup entry for lists in permission editors */ .usergroups li { font: 11px tahoma; list-style-type: disc; } ul.cbsubgroup { margin: 0px; padding: 0px; margin-left: 20px; list-style: none inside; } ul.cbsubgroup li { font-style: italic; } .cbsubgroup-trigger img { border:none; vertical-align: bottom; } /* ############################################################################# */ /* NAV PANEL ELEMENTS */ /* Background color for nav panels and the template editor */ .navbody, .stylebg { color: #FFFFFF; background: #086693 url("../../cpstyles/vBulletin_3_Default/cp_navbody_bg.gif"); scrollbar-base-color: #008FBF; scrollbar-arrow-color: #EEF0F2; scrollbar-track-color: #0381B1; } /* Text decoration for all links in nav panel */ .navbody a:link, .navbody a:visited, .navbody a:active { text-decoration: none; color: #FFFFFF; } /* Expandable nav group titles */ .navtitle { font-weight: bold; color: #DEE0E2; background: #10375D; border: solid 2px #48ACDD; padding: 3px; margin-top: 3px; cursor: default; } /* Container for individual nav links */ .navgroup { border: solid 2px #48ACDD; border-width: 0px 2px 1px 2px; margin-bottom: 8px; } /* Individual nav links */ a.navlink { border-bottom: solid 1px #48ACDD; padding: 2px 4px 2px 4px; display: block; outline: 0 none; -moz-outline-style: 0 none; } /* Normal nav link */ a.navlink:link, a.navlink:visited { background: #0381B1; } /* Mouse-over nav link */ a.navlink:hover { background: #036F99; /*#20478D;*/ } /* Progress dots for XML import */ .progress_dots { color: yellow; font-weight:bold; } /* ############################################################################# */ /* Layout Manager */ #layout { } .widget_container { list-style:none; margin:6px; border: 1px solid black; } .widget_title_primary { background-color:#DC143C; } .widget_title { background-color:#808080; text-align:center; font: 12px tahoma; height:25px; position:relative; } .widget_title div.title { padding:4px; margin-right:19px; overflow:hidden; white-space:nowrap; _width:60%; } .widget_title div.closebutton { position:absolute; right:2px; top:2px; padding:0; cursor:pointer; border:1px solid white; background-color:black; color:white; width:11px; height:11px; font-size:10px; font-weight:bold; font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; line-height:0.8; } .widget_title div.closebutton:hover { background-color:#CC3333; } .widget_description { background-color:#D3D3D3; padding:4px; padding-top:10px; font:12px tahoma; text-align:center; height:40px; overflow:hidden; } .widget_description_primary { background-color:#F08080; } .list_no_decoration { list-style:none; margin:0px; padding:1px; } .yui-header, .yui-footer { background-color:#B0E0E6; } .yui-panel { background-color:#7FFFD4; } .yui-sidebar { background-color:#00FFFF; } /* added for cms */ .section_name { border:outset 2px; color: #000000; } #sections { border: outset 2px; background: #0098CC; } #sections div { padding: 10px; border: 2px solid #10375D; } tr.selected_parent_row td { color: #FFFFFF; background: #036F99; border: outset 2px; } tr.selected_parent_row td .sectionTitleWrapper a { font-size:16px; } /*======================================================================*\ || #################################################################### || # CVS: $RCSfile$ - $Revision: 40651 $ || #################################################################### \*======================================================================*/ EN{~} |~ u#~~wEHkZw@O_ ߢw/}WkP^"%n{TN{# k=/~|_~߯~կ (Mr߂qj;~v^ξߢwȋfcPcNΫ^^Uզw2*I?vq\sQ;^^gEDY BWֽ{C;*'yXz1~`_AqAD0zG/S/x;bz;ŽotC߯|B2{:|F.Gw!C^}Ek^k؄\hr'_"{F^{^#꽟^Dױ߾ױ.Ip^Gv#~{Q[qzd8ї@PM~׼d_ OEj׫׫׿^{.^οw؅^{^*UBk̸I}~u"/bEjTY_xjU v:K;߯W bC׾Tr¨*.Ob#^^ ѻQI׻S"y~u5/EAOC1:/G dU \`-NhQw/~! 0,# @h6 T. BaQD* ._WbLal4>/w>x7}7 鿡Cf#.%D0:o͕?:WWŞ?k`-}=g1Q\ʌ/NFU䬮ueItSQ+*A9_է~*qͣ=xOs+gK\cH}^(ۀqA0P,4A@X* PX4 BP! o~d}X}/ዿF޴R?@R~ˢ9/W|GnG}/LzsyQ o'Ȍې(qNYxRchs}1[)BAAu2avݾTA?qu:CR A8.2e1`atݐ/*======================================================================*\ || #################################################################### || || # vBulletin 4.1.9 || # ---------------------------------------------------------------- # || || # All code in this file is 2000-2011 vBulletin Solutions Inc. # || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * vBulletin 2 Default Control Panel CSS */ /* ############################################################################# */ /* TEXT ELEMENTS */ /* Normal Sized Text */ body, p, td, tr, ol, ul { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Small Sized Text */ .smallfont, dfn, fieldset, fieldset td, .copyright { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Table Title Bars */ .tcat, .thead, .tfoot, .optiontitle, .navbody, .navbody td, legend, .darkbg, .tfoot td, .logincontrols td { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } /* Override current font weight and become normal */ .normal { font-weight: normal; } /* Display tags as block-level elements */ dfn { display: block; } /* For those times when you need a monospace font */ .code, .code-g, .code-i, code-c { font: 10pt consolas, 'courier new', courier, monospace; } /* ############################################################################# */ /* FORM ELEMENTS */ input, select, textarea, option, optgroup { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } optgroup { font-size: 11px; font-style: italic; font-weight: bold; } /* Most form elements appear using this definition */ textarea, .bginput, input.col-c, input.col-i, input.col-g { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; background-color: #FFFFFF; color: #51485F; scrollbar-base-color: #40364D; scrollbar-arrow-color: #F5D300; scrollbar-highlight-color: #90869E; } /* Submit / Important button elements */ .button, .tfoot input, .logincontrols input { font-weight: bold; } .button { background:#40364D; color: #F5D300; } /* ############################################################################# */ /* BODY AND TABLE STYLES */ /* set colored scrollbars */ html { scrollbar-base-color: #40364D; scrollbar-arrow-color: #F5D300; scrollbar-highlight-color: #90869E; } /* Background color and font for the main window */ body { color: #3F3849; background: #BBBBBB; } /* Border around tables */ .tborder { border: solid 1px #51485F; } /* Top-level table title rows */ .tcat { color: #F5D300; background: #40364D; } /* Links within top-level table title rows */ .tcat a:link, .tcat a:visited, .tcat a:active { color: #F5D300; } /* Second-level table titles (often used for column headings) */ td.thead, .thead td { font-weight: bold; color: #F5F3E4; background: #8B8592; border: solid 1px #80768D; padding: 2px 4px 2px 4px; } /* Links within second-level table titles */ .thead a:link, .thead a:visited, .thead a:active { color: #F5F3E4; } /* The area within which the submit button usually resides at the bottom of tables */ .tfoot { color: #F5D300; background: #51485F; } /* First alternating background color */ .alt1 { color: #3F3849; background: #D0D0D0; } /* Second alternating background color */ .alt2 { color: #3F3849; background: #C5C5C5; } /* class used for the login form */ .logincontrols { color: #3F3849; background: #D0D0D0; border: outset 1px; } /* status */ .status { color: #3F3849; background: #D0D0D0; padding: 5px; } /* Page title banner */ .pagetitle { font-size: 11pt; font-weight: bold; text-align: right; color: #F5D300; background: #40364D; padding: 2px 26px 2px 20px; } /* ############################################################################# */ /* CUSTOMIZED, INHERITED, GLOBAL / STANDARD COLORS */ /* Global/ Standard elements */ .col-g, input.col-g, textarea.col-g, .code-g, .col-g a:link, .col-g a:visited, .col-g a:active, .code { color: #3F3849; } /* Inherited elements */ .col-i, input.col-i, textarea.col-i, .code-i, .col-i a:link, .col-i a:visited, .col-i a:active { color: #BB5500; } /* Customized elements */ .col-c, input.col-c, textarea.col-c, .code-c, .col-c a:link, .col-c a:visited, .col-c a:active { color: #990000; } /* ############################################################################# */ /* LINKS */ /* Normal, visited and active links */ a:link, a:visited, a:active { color: #3F3849; background: transparent; } /* Mouse-over (hover) links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover { color: #F5D300; background: #40364D; } /* ############################################################################# */ /* TEMPLATE EDITOR AND COLOR KEYS */ /* The row style for each STYLE bar on template.php */ .stylerow { color: #F5F3E4; background: #8B8592; margin-bottom: 1px; } .stylerow a:link, .stylerow a:visited, .stylerow a:active { font-weight: bold; text-decoration: none; color: #F5F3E4; } /* Used for the based template editor, set a background color for template groups */ option.templategroup { background: #AAAAAA; } /* Color preview buttons on the CSS editor */ .color_input_container {float:left; display:inline; margin-right:4px} .colorpreview { font-weight: normal; background: none; border: 1px solid black; width: 40px; height: 21px; float:left; display:inline; border-style: inset; border-width: 1px; background: rgb(0, 0, 0) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } /* ############################################################################# */ /* TEMPLATE DIFF VIEWER */ .diff-unchanged { background-color: #dddddd; color: #000000; } .diff-notext { background-color: #c0c0c0; color: #000000; } .diff-changed { background-color: #f0f060; color: #000000; } .diff-added, .diff-inline-added { background-color: #90f090; color: #000000; border: 0 solid #51485F; } .diff-inline-added-start { border-top-width: 1px; } .diff-inline-added-end { border-bottom-width: 1px; } .diff-deleted, .diff-inline-deleted { background-color: #F0B0B0; color: #000000; border: 0 solid #51485F; } .diff-inline-deleted-start { border-top-width: 1px } .diff-inline-deleted-end { border-bottom-width: 1px; } .diff-inline-break { border: solid #80768D; border-width:1px 0; } .diff-linenumber { color: #F5F3E4; background-color: #8B8592; border-bottom: 1px solid #51485F; border-right: 1px solid #80768D; vertical-align: top; text-align: center; } .merge-nochange { background-color: #dddddd; color: #000000; } .merge-successful { background-color: #f0f060; color: #000000; } .merge-conflict { background: #F0B0B0; color: #000000; } #compare_inline .merge-conflict { background: #F0B0B0 url(../../cpstyles/vBulletin_3_Default/merge_conflict_bg.png) repeat-y; color: #000000; padding-left: 0px; padding-top: 0px; padding-bottom: 0px; } .merge-conflict-row { padding-left: 20px; border-bottom: 1px solid #D04040; } .merge-conflict-final-row { padding-left: 20px; } .template-text-merged { color: #FCFC00; } .template-text-conflicted { color: #D00000; font-weight: bold; } /* ############################################################################# */ /* ACCESS MASK EDITOR */ /* Access is granted to forum */ .am-grant { color: #008000; } /* Access is denied to forum */ .am-deny { color: #DC143C; } /* ############################################################################# */ /* MODERATOR LISTING */ /* Moderator was last online today */ .modtoday { color: #3F3849; } /* Moderator was last online yesterday */ .modyesterday { color: #008000; } /* Moderator was last online within the last 10 days */ .modlasttendays { color: #0000CD; } /* Moderator has not been on in the last 10 days */ .modsincetendays { color: #FF5500; } /* Moderator has not been on in last 30 days */ .modsincethirtydays { color: #DC143C; } /* ############################################################################# */ /* LIST ELEMENT TYPES */ /* list elements with a square bullet */ .lsq { list-style-type: square; } /* list elements with a hollow circle bullet */ .lci { list-style-type: circle; } /* list elements with a solid circle bullet */ .ldi { list-style-type: disc; } /* list elements with NO bullet */ .lno { list-style-type: none; } /* ############################################################################# */ /* MISC */ /* The row style for individual option titles in the vBulletin settings/options editor */ .optiontitle { font-weight: bold; color: #F5F3E4; background: #8B8592; } .optiontitle a:link, .optiontitle a:visited, .optiontitle a:visited { color: #F5F3E4; } /* Style for all (Help) links */ .helplink { font-size: 10px; text-decoration: none; cursor: help; } /* Titles for
elements */ legend { font-weight: bold; color: #000000; } /* Border for
elements */ fieldset { border: solid 1px #777777; padding: 4px; } /* vBulletin copyright text shown at the bottom of most control panel pages */ a.copyright:link, a.copyright:visited, a.copyright:active { text-decoration: none; color: #777777; border-top: dashed 1px #777777; padding: 1px; } /* Usergroup entry for lists in permission editors */ .usergroups li { font: 11px tahoma; list-style-type: disc; } ul.cbsubgroup { margin: 0px; padding: 0px; margin-left: 20px; list-style: none inside; } ul.cbsubgroup li { font-style: italic; } .cbsubgroup-trigger img { border:none; vertical-align: bottom; } /* ############################################################################# */ /* NAV PANEL ELEMENTS */ /* Background color for nav panels and the template editor */ .navbody, .stylebg { font-size: 10px; color: #9A91AA; background: #51485F; scrollbar-base-color: #40364D; scrollbar-arrow-color: #F5D300; scrollbar-highlight-color: #90869E; } .navbody td { font-size: 10px; } /* Text decoration for all links in nav panel */ .navbody a:link, .navbody a:visited, .navbody a:active { text-decoration: none; color: #9A91AA; } .navbody a:hover { text-decoration: none; color: #F5D300; background: #40364D; } /* Expandable nav group titles */ .navtitle { font-weight: bold; color: #BCB6CD; background: #40364D; border: solid 2px #40364D; padding: 3px; margin-top: 3px; cursor: default; } /* Container for individual nav links */ .navgroup { border: solid 2px #40364D; border-width: 0px 2px 1px 2px; margin-bottom: 8px; } /* Individual nav links */ a.navlink { border-bottom: solid 1px #40364D; padding: 2px 4px 2px 4px; display: block; outline: 0 none; -moz-outline-style: 0 none; } /* Normal nav link */ a.navlink:link, a.navlink:visited { background: none; } /* Mouse-over nav link */ a.navlink:hover { background: #40364D; } /* Progress dots for XML import */ .progress_dots { color: yellow; font-weight:bold; } /* ############################################################################# */ /* Layout Manager */ .widget_container { list-style:none; margin:6px; border: 1px solid black; } .widget_title_primary { background-color:#DC143C; } .widget_title { background-color:#808080; text-align:center; font: 12px tahoma; height:25px; position:relative; } .widget_title div.title { padding:4px; margin-right:19px; overflow:hidden; white-space:nowrap; _width:60%; } .widget_title div.closebutton { position:absolute; right:2px; top:2px; padding:0; cursor:pointer; border:1px solid white; background-color:black; color:white; width:11px; height:11px; font-size:10px; font-weight:bold; font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; line-height:0.8; } .widget_title div.closebutton:hover { background-color:#CC3333; } .widget_description { background-color:#D3D3D3; padding:4px; padding-top:10px; font:12px tahoma; text-align:center; height:40px; } .widget_description_primary { background-color:#F08080; } .list_no_decoration { list-style:none; margin:0px; padding:1px; } .yui-header, .yui-footer { background-color:#40364D; } .yui-panel { background-color:#F5D300; } .yui-sidebar { background-color:#6633CC; } /* added for cms */ .section_name { border:1px solid #51485f; color: #40364d; } #sections { border: 1px solid #51485F; background: #C5C5C5; } #sections div { padding: 10px; } tr.selected_parent_row td { background: #40364D; color: #F5D300; } tr.selected_parent_row td .sectionTitleWrapper a { font-size:16px; color: #F5D300; } /*======================================================================*\ || #################################################################### || # CVS: $RCSfile$ - $Revision: 40651 $ || #################################################################### \*======================================================================*/ w`Fտ^BGcUGkW"~ q2຋߯QCBnnR@N9Nt4ŃXXqLUFz߫Pؗ!DإW"'UR_}E_V _~νXW7^EЮY_m Lfev:h}wd3chΦu?~~D"z_G:Z_~_ F-/'WhտC{B;QzS%5Uѽ~cDoR.U}k׵Fm11}]A>SS!u昏Z~\CjuQNR~ |/°!L6hbJrZP7H]_z vz,i)oSW{/vZk7BxyW$^~xrU˯ wl+=5 7g^=utyӸɱ$_ڨZv7oA]+$,Bu'"kOxO58(2VVU[\J2L/JFTSpwj P(@)'&ik94 $`Ue7w4o;s߃伿i>S[UT}gVpTTo/~'vy߂3ߞ_PAI {ϯ >>YWn~ϱfiЃ?͏. Nu,a3B)ƞ̎q]z)~.C+ Xr[d2Q`"Lz@["!`5 +ݰ/N:pBbI8-$wDQoJ}yUzV+w[Y7DpGwVNWKM 'ɼC\Nj /wʨKwa{_E=N7T^^zRߡ NEGwףz 2}$.:?w>DR&*k& ^n@kնNy`~FX/󘑺>VMעV(W~^zEkG oߡ}۽Go:}S//C=fRͯԠE]{ZOUޟq "Ю.7b)!?ՊȽ^r)| nzjEh}DϢj|MյLk׼;~SEM/Ⱦױ I߁]lw"I-yUiU mVV .ɯe7M=O ʽ{a e;A|h-5kw}";}_~K۽ksyD6irܣ/{N֢%-^'Ҕ(@Lkߪ_y _!3tOGoHgnOd>RFJq7m:=o,>_?)w] ڥݲ][д~{V"QoZUZ5Á@nnq`UTk} 6ewʾEb-I F$K@huq'z^;~ =|_ RsłA_;5wL^u9yh^ %

{LANG.modforum}

{ERROR}

{LANG.account} (*)
{LANG.email} (*)
{LANG.question} (*)
{LANG.answer} (*)
{LANG.name}
{LANG.gender}
{LANG.avata}
{LANG.click_to_view}     {LANG.delete}
{LANG.birthday}
{LANG.website}
{LANG.address}
{LANG.ym}
{LANG.phone}
{LANG.fax}
{LANG.mobile}
{LANG.show_email}
{LANG.sig}
{LANG.in_group}
  • {GROUP.title}

{LANG.edit_password_note}
{LANG.password}
{LANG.repassword}
yPbeHPL|oOszX ipÝ2:S]QgY[`L **%W '8qLGrzoK.]̱50l~n*mzJ[jT؂V&JE%l=ZYk÷Kx5 NƊ#HL:-만+3I!'${Ed`qrb7nz1T,l)ڵ?5id,9SфF "6iq0$ֵihX.!(N xpPkPm{7害ZDhf%:4mh /JJ1$K~rb<B b$dr֣t^kj(ҳ5d\x#E Eȣ]<P~+O-Gqxxԏ1NNiUS7VSV׋ww}~`RKX{jl imI7cMa%=oL`3&-1jEԸ)SvYVN@g#$SQ=fЪJۙ0}wWؕlB EruL Y`WqG55:S{~qĻZIAX* )ǜ8?*=RJ;2]^T/]hF) eF.1XjXRCb{!m[S mQ} C1y29;n7P)]z͗Lmqp%ZOWaYZ+k+UjeqTNLPVC?il@sSԴu)We{mɛ_scKrc~'TNQZEΥLG,>dIޱ"$~ ~LKxu?D) +RCZ;kR~g(M cm{n{p }IZo:1yX-`Pkx{jjomT=Aa-aŪ+=+-tbp"Yl0zۂ k87n YW]&0 +uȔe9,zwPȇBhbz]^XINP)Z pXEB4V ̛X͇Ǒ԰?st˱0>[d ֶcK\b!j֪( k![Uhk8z gO bkb1a.R* XF ')ڣfv ڞ bjQb7’Hj=!@AX{0,=s +9"WF0..HiUۋ:kߦ{r""0X2Rjb#{kKt$w5nI UQbW='2/&µ<ۖҵ1&6hpְ]FrO1z)]Jh !pu0m V9;4Mm} zr<ǁLb2Dy7\kOaU+9ko04)A h)^+jfqܩ;zTM mN!cnral5baswQ~VQ5&W-Z;=\܎925~iA4Yn4 E\(/Y1LyU7ԟ*?fERIEKO]3ݜq~jB"?Zu`VXSj{ imTa?a,/%