Go Back   vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Please Register to get full access to the forums.
Post New Thread  Reply



#1   01-03-2008, 01:09 PM
Ronaldr will become famous soon enough Join Date: Jan 2008 Posts: 3
Admin Control Panel Template Not Showing


all,

I have been having a issue with the Admin Control Panel displaying the template for the "AdminCP" incorrectly. Currently the back end of the site "AdminCP" has no template.(I have enclosed a link to a thread with picture.) The site's front end "the regular forums" is totally fine, works great.(you can look for yourself at https://www.cctvhelp.com/index.php)

This problem is happening only on the production server! I have the forum also loaded onto a test server. The test server works fine.(I have enclosed a link to a thread with picture.) The AdminCP styles are displayed correctly.

This problem only occurs once the files are moved from the "test server" to the "production server". (the files are made into a tar.gz on the test server and sent to production)

Both servers are Running FreeBSD, Apache, Mysql, and PHP.

Link To Thread=Admin Control Panel Template Not Showing - vBulletin.org Forum

If anyone could point me in the right direction I would appreciate it.

-Thanks
Quote   |  



#2   01-03-2008, 01:25 PM
noppid has a spectacular aura about Join Date: Nov 2006 Posts: 156 Location: Florida
Re: Admin Control Panel Template Not Showing


Could the https URL be the problem? I can't see the code, but it looks like the CSS file is not being loaded.
--------------------
vBPicGallery - The photo gallery for vBulletin forums.
Talk to bikers around the world about motorcycles.
Quote   |  



#3   01-03-2008, 02:20 PM
Ronaldr will become famous soon enough Join Date: Jan 2008 Posts: 3
Re: Admin Control Panel Template Not Showing


we have changed it from "https" to "http" still the same issue....

As fas as the CSS not loading....The file is there and is not corrupt.

When in the AdminCP if I use the "FireFox" add-on "Web Developer Toolbar" to see the CSS on the Current Page. The CSS text seems to be fine...Its just not showing up.

Here is the CSS From the "FireFox" add-on "Web Developer Toolbar"




Embedded Styles from Mysite

.page { background-color:white; color:black; }
.time { color:silver; }


Mysite

/* ################################################## ########################### */
/* vBulletin 3 Silver 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 <dfn> 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;
color: #001F30;
background: #FFFFFF;
border: solid 1px #90AFC0;
scrollbar-base-color: #EEEEEE;
scrollbar-arrow-color: #001F30;
scrollbar-track-color: #F6F6F6;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #90AFC0;
}

/* 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;
}
.button
{
background: #EEF0F2 url("../../cpstyles/vBulletin_3_Silver/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: #001F30;
background: #CCCCCC;
}

/* Border around tables */
.tborder
{
border: ridge 4px;
}

/* Top-level table title rows */
.tcat
{
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
border: outset 2px;
}

/* Links within top-level table title rows */
.tcat a:link, .tcat a:visited, .tcat a:active
{
color: #000000;
}

/* Second-level table titles (often used for column headings) */
td.thead, .thead td
{
font-weight: bold;
color: #000000;
background: #DEE0E2 url("../../cpstyles/vBulletin_3_Silver/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: #000000;
}

/* 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: #001F30;
background: #EEEEEE;
}

/* Second alternating background color */
.alt2
{
color: #001F30;
background: #F6F6F6;
}

/* class used for the login form */
.logincontrols
{
color: #001F30;
background: #DEE0E2;
border: outset 1px;
}

/* Page title banner */
.pagetitle
{
font-size: 11pt;
font-weight: bold;
text-align: right;
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x top;
border: outset 1px;
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;
}


/* ################################################## ########################### */
/* LINKS */

/* Normal, visited and active links */
a:link, a:visited, a:active
{
color: #001F60;
background: none;
}

/* Mouse-over (hover) links */
a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
color: #FF4400;
background: none;
}

/* ################################################## ########################### */
/* TEMPLATE EDITOR AND COLOR KEYS */

/* The row style for each STYLE bar on template.php */
.stylerow
{
background: #3689A3 url("../../cpstyles/vBulletin_3_Silver/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 <select> based template editor and color key legends */
.darkbg
{
color: #000000;
background: #FFFFFF;
}

/* Color for template group text */
.templategroup
{
color: #000000;
}

/* In the <select> based template editor, set a background-color for template groups */
option.templategroup
{
background: #EEEEEE;
}

/* Color preview buttons on the CSS editor */
.colorpreview
{
font-weight: normal;
background: none;
border: inset 1px #90AFC0;
width: 40px;
height: 21px;
}

/* ################################################## ########################### */
/* TEMPLATE DIFF VIEWER */
.diff-unchanged
{
background-color: #dddddd;
color: #000000;
}

.diff-notext
{
background-color: #c0c0c0;
color: #000000;
}

.diff-added
{
background-color: #90f090;
color: #000000;
}

.diff-deleted
{
background-color: #f09090;
color: #000000;
}

.diff-changed
{
background-color: #f0f060;
color: #000000;
}

/* ################################################## ########################### */
/* 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
{
font-weight: bold;
color: #000000;
background: #3689A3 url("../../cpstyles/vBulletin_3_Silver/option_name_bg.gif") no-repeat;
border: outset 1px;
}
.optiontitle a:link, .optiontitle a:visited, .optiontitle a:active
{
color: #FFFFFF;
}

/* Style for all (Help) links */
.helplink
{
font-size: 10px;
text-decoration: none;
cursor: help;
}

/* Titles for <fieldset> elements */
legend
{
font-weight: bold;
color: #000000;
}

/* 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 <hr /> 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;
}

/* ################################################## ########################### */
/* NAV PANEL ELEMENTS */

/* Background color for nav panels and the template editor */
.navbody, .stylebg
{
color: #000000;
background: #CCCCCC url("../../cpstyles/vBulletin_3_Silver/cp_navbody_bg.gif") repeat-x fixed top;
scrollbar-base-color: #9D9EA9;
scrollbar-arrow-color: #F0F0F6;
scrollbar-track-color: #A9AAB2;
scrollbar-3dlight-color: #B2B3BF;
scrollbar-shadow-color: #777780;
}

/* Text decoration for all links in nav panel */
.navbody a:link, .navbody a:visited, .navbody a:active
{
text-decoration: none;
color: #000000;
}
.navbody a:hover
{
text-decoration: underline;
color: #F0F0F6;
}

/* 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
{
font-weight: bold;
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
border: solid 2px #666688; /*90AFC0*/
padding: 3px;
margin-top: 3px;
cursor: default;
}

/* Container for individual nav links */
.navgroup
{
border: solid 2px #666688;
border-width: 0px 2px 1px 2px;
margin-bottom: 8px;
}

/* Individual nav links */
.navlink-normal, .navlink-hover
{
border-bottom: solid 1px #666688;
padding: 2px 4px 2px 4px;
cursor: pointer;
}

/* Normal nav link <div> */
.navlink-normal
{
background: #DDDDE2;
}

/* Mouse-over nav link <div> */
.navlink-hover
{
background: #F0F0F6;
}

rm-rf

.page { background-color:white; color:black; }
.time { color:silver; }


rm-rf

/* ################################################## ########################### */
/* vBulletin 3 Silver 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 <dfn> 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;
color: #001F30;
background: #FFFFFF;
border: solid 1px #90AFC0;
scrollbar-base-color: #EEEEEE;
scrollbar-arrow-color: #001F30;
scrollbar-track-color: #F6F6F6;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #90AFC0;
}

/* 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;
}
.button
{
background: #EEF0F2 url("../../cpstyles/vBulletin_3_Silver/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: #001F30;
background: #CCCCCC;
}

/* Border around tables */
.tborder
{
border: ridge 4px;
}

/* Top-level table title rows */
.tcat
{
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
border: outset 2px;
}

/* Links within top-level table title rows */
.tcat a:link, .tcat a:visited, .tcat a:active
{
color: #000000;
}

/* Second-level table titles (often used for column headings) */
td.thead, .thead td
{
font-weight: bold;
color: #000000;
background: #DEE0E2 url("../../cpstyles/vBulletin_3_Silver/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: #000000;
}

/* 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: #001F30;
background: #EEEEEE;
}

/* Second alternating background color */
.alt2
{
color: #001F30;
background: #F6F6F6;
}

/* class used for the login form */
.logincontrols
{
color: #001F30;
background: #DEE0E2;
border: outset 1px;
}

/* Page title banner */
.pagetitle
{
font-size: 11pt;
font-weight: bold;
text-align: right;
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x top;
border: outset 1px;
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;
}


/* ################################################## ########################### */
/* LINKS */

/* Normal, visited and active links */
a:link, a:visited, a:active
{
color: #001F60;
background: none;
}

/* Mouse-over (hover) links */
a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
color: #FF4400;
background: none;
}

/* ################################################## ########################### */
/* TEMPLATE EDITOR AND COLOR KEYS */

/* The row style for each STYLE bar on template.php */
.stylerow
{
background: #3689A3 url("../../cpstyles/vBulletin_3_Silver/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 <select> based template editor and color key legends */
.darkbg
{
color: #000000;
background: #FFFFFF;
}

/* Color for template group text */
.templategroup
{
color: #000000;
}

/* In the <select> based template editor, set a background-color for template groups */
option.templategroup
{
background: #EEEEEE;
}

/* Color preview buttons on the CSS editor */
.colorpreview
{
font-weight: normal;
background: none;
border: inset 1px #90AFC0;
width: 40px;
height: 21px;
}

/* ################################################## ########################### */
/* TEMPLATE DIFF VIEWER */
.diff-unchanged
{
background-color: #dddddd;
color: #000000;
}

.diff-notext
{
background-color: #c0c0c0;
color: #000000;
}

.diff-added
{
background-color: #90f090;
color: #000000;
}

.diff-deleted
{
background-color: #f09090;
color: #000000;
}

.diff-changed
{
background-color: #f0f060;
color: #000000;
}

/* ################################################## ########################### */
/* 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
{
font-weight: bold;
color: #000000;
background: #3689A3 url("../../cpstyles/vBulletin_3_Silver/option_name_bg.gif") no-repeat;
border: outset 1px;
}
.optiontitle a:link, .optiontitle a:visited, .optiontitle a:active
{
color: #FFFFFF;
}

/* Style for all (Help) links */
.helplink
{
font-size: 10px;
text-decoration: none;
cursor: help;
}

/* Titles for <fieldset> elements */
legend
{
font-weight: bold;
color: #000000;
}

/* 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 <hr /> 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;
}

/* ################################################## ########################### */
/* NAV PANEL ELEMENTS */

/* Background color for nav panels and the template editor */
.navbody, .stylebg
{
color: #000000;
background: #CCCCCC url("../../cpstyles/vBulletin_3_Silver/cp_navbody_bg.gif") repeat-x fixed top;
scrollbar-base-color: #9D9EA9;
scrollbar-arrow-color: #F0F0F6;
scrollbar-track-color: #A9AAB2;
scrollbar-3dlight-color: #B2B3BF;
scrollbar-shadow-color: #777780;
}

/* Text decoration for all links in nav panel */
.navbody a:link, .navbody a:visited, .navbody a:active
{
text-decoration: none;
color: #000000;
}
.navbody a:hover
{
text-decoration: underline;
color: #F0F0F6;
}

/* 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
{
font-weight: bold;
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
border: solid 2px #666688; /*90AFC0*/
padding: 3px;
margin-top: 3px;
cursor: default;
}

/* Container for individual nav links */
.navgroup
{
border: solid 2px #666688;
border-width: 0px 2px 1px 2px;
margin-bottom: 8px;
}

/* Individual nav links */
.navlink-normal, .navlink-hover
{
border-bottom: solid 1px #666688;
padding: 2px 4px 2px 4px;
cursor: pointer;
}

/* Normal nav link <div> */
.navlink-normal
{
background: #DDDDE2;
}

/* Mouse-over nav link <div> */
.navlink-hover
{
background: #F0F0F6;
}

rm-rf

.page { background-color:white; color:black; }
.time { color:silver; }


rm-rf

/* ################################################## ########################### */
/* vBulletin 3 Silver 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 <dfn> 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;
color: #001F30;
background: #FFFFFF;
border: solid 1px #90AFC0;
scrollbar-base-color: #EEEEEE;
scrollbar-arrow-color: #001F30;
scrollbar-track-color: #F6F6F6;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #90AFC0;
}

/* 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;
}
.button
{
background: #EEF0F2 url("../../cpstyles/vBulletin_3_Silver/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: #001F30;
background: #CCCCCC;
}

/* Border around tables */
.tborder
{
border: ridge 4px;
}

/* Top-level table title rows */
.tcat
{
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
border: outset 2px;
}

/* Links within top-level table title rows */
.tcat a:link, .tcat a:visited, .tcat a:active
{
color: #000000;
}

/* Second-level table titles (often used for column headings) */
td.thead, .thead td
{
font-weight: bold;
color: #000000;
background: #DEE0E2 url("../../cpstyles/vBulletin_3_Silver/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: #000000;
}

/* 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: #001F30;
background: #EEEEEE;
}

/* Second alternating background color */
.alt2
{
color: #001F30;
background: #F6F6F6;
}

/* class used for the login form */
.logincontrols
{
color: #001F30;
background: #DEE0E2;
border: outset 1px;
}

/* Page title banner */
.pagetitle
{
font-size: 11pt;
font-weight: bold;
text-align: right;
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x top;
border: outset 1px;
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;
}


/* ################################################## ########################### */
/* LINKS */

/* Normal, visited and active links */
a:link, a:visited, a:active
{
color: #001F60;
background: none;
}

/* Mouse-over (hover) links */
a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
color: #FF4400;
background: none;
}

/* ################################################## ########################### */
/* TEMPLATE EDITOR AND COLOR KEYS */

/* The row style for each STYLE bar on template.php */
.stylerow
{
background: #3689A3 url("../../cpstyles/vBulletin_3_Silver/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 <select> based template editor and color key legends */
.darkbg
{
color: #000000;
background: #FFFFFF;
}

/* Color for template group text */
.templategroup
{
color: #000000;
}

/* In the <select> based template editor, set a background-color for template groups */
option.templategroup
{
background: #EEEEEE;
}

/* Color preview buttons on the CSS editor */
.colorpreview
{
font-weight: normal;
background: none;
border: inset 1px #90AFC0;
width: 40px;
height: 21px;
}

/* ################################################## ########################### */
/* TEMPLATE DIFF VIEWER */
.diff-unchanged
{
background-color: #dddddd;
color: #000000;
}

.diff-notext
{
background-color: #c0c0c0;
color: #000000;
}

.diff-added
{
background-color: #90f090;
color: #000000;
}

.diff-deleted
{
background-color: #f09090;
color: #000000;
}

.diff-changed
{
background-color: #f0f060;
color: #000000;
}

/* ################################################## ########################### */
/* 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
{
font-weight: bold;
color: #000000;
background: #3689A3 url("../../cpstyles/vBulletin_3_Silver/option_name_bg.gif") no-repeat;
border: outset 1px;
}
.optiontitle a:link, .optiontitle a:visited, .optiontitle a:active
{
color: #FFFFFF;
}

/* Style for all (Help) links */
.helplink
{
font-size: 10px;
text-decoration: none;
cursor: help;
}

/* Titles for <fieldset> elements */
legend
{
font-weight: bold;
color: #000000;
}

/* 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 <hr /> 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;
}

/* ################################################## ########################### */
/* NAV PANEL ELEMENTS */

/* Background color for nav panels and the template editor */
.navbody, .stylebg
{
color: #000000;
background: #CCCCCC url("../../cpstyles/vBulletin_3_Silver/cp_navbody_bg.gif") repeat-x fixed top;
scrollbar-base-color: #9D9EA9;
scrollbar-arrow-color: #F0F0F6;
scrollbar-track-color: #A9AAB2;
scrollbar-3dlight-color: #B2B3BF;
scrollbar-shadow-color: #777780;
}

/* Text decoration for all links in nav panel */
.navbody a:link, .navbody a:visited, .navbody a:active
{
text-decoration: none;
color: #000000;
}
.navbody a:hover
{
text-decoration: underline;
color: #F0F0F6;
}

/* 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
{
font-weight: bold;
color: #000000;
background: #AEACB9 url("../../cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
border: solid 2px #666688; /*90AFC0*/
padding: 3px;
margin-top: 3px;
cursor: default;
}

/* Container for individual nav links */
.navgroup
{
border: solid 2px #666688;
border-width: 0px 2px 1px 2px;
margin-bottom: 8px;
}

/* Individual nav links */
.navlink-normal, .navlink-hover
{
border-bottom: solid 1px #666688;
padding: 2px 4px 2px 4px;
cursor: pointer;
}

/* Normal nav link <div> */
.navlink-normal
{
background: #DDDDE2;
}

/* Mouse-over nav link <div> */
.navlink-hover
{
background: #F0F0F6;
}

Last edited by Ronaldr; 01-03-2008 at 02:25 PM. Reason: Fix urls
Quote   |  



#4   01-03-2008, 02:44 PM
noppid has a spectacular aura about Join Date: Nov 2006 Posts: 156 Location: Florida
Re: Admin Control Panel Template Not Showing


But which side of the frame is that code from?
--------------------
vBPicGallery - The photo gallery for vBulletin forums.
Talk to bikers around the world about motorcycles.
Quote   |  



#5   01-03-2008, 02:51 PM
Ronaldr will become famous soon enough Join Date: Jan 2008 Posts: 3
Re: Admin Control Panel Template Not Showing


Quote:
Originally Posted by noppid View Post
But which side of the frame is that code from?
All frames the Nav Bar, Home, and The Head...If you look threw it... it lists all the different sections( oops actually it took the links out) the top part is the nav bar the middle is the head and the end is the home

Last edited by Ronaldr; 01-03-2008 at 02:55 PM.
Quote   |  



#6   01-03-2008, 03:48 PM
noppid has a spectacular aura about Join Date: Nov 2006 Posts: 156 Location: Florida
Re: Admin Control Panel Template Not Showing


if it's not css, then it's image paths. But that don't explain why colors are not working. So it's back to css.

Without seeing the page loaded in a browser with debugging on, I'm afraid I am out of suggestions.
--------------------
vBPicGallery - The photo gallery for vBulletin forums.
Talk to bikers around the world about motorcycles.
Quote   |  
Post New Thread  Reply
vBulletin Setup > vBulletinSetup Information > vBulletin Questions


Tags
admincp, control panel, css, style, template

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
popup window time,size,enable control from all page for user loka vBulletin Questions 0 11-25-2007 07:47 PM
Server Info in Admin Control Panel News vBulletin Questions 6 10-22-2007 02:30 PM
YPN Announcement: Control Panel Down but Expect Big Upgrades Brent Making Money Marketing vBulletin 4 11-17-2006 11:23 AM
Is Tribal Fusion ever going to update their Control Panel? Brent Making Money Marketing vBulletin 4 10-27-2006 05:02 PM
Adsense Ads not showing? dprundle Making Money Marketing vBulletin 1 08-30-2006 02:45 PM


All times are GMT -6. The time now is 09:10 PM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions, vBulletin Skins, Styles, Templates
vBulletin Hacks / Modifications, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory