Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[2.3.0] Microsoft XP-style control panel Details »»
[2.3.0] Microsoft XP-style control panel
Version: , by Cyburbia Cyburbia is offline
Developer Last Online: Apr 2015 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-17-2003 Last Update: Never Installs: 0
 
No support by the author.



(Sorry if you can't see it ... it's a PNG)

Use the following for your cp.css file. Remember to make a backup of your old cp.css file!

Code:
BODY {
        BACKGROUND-COLOR: #EDF2FC;
        COLOR: #3F3849;
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        FONT-SIZE: 12px;
        /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
        SCROLLBAR-BASE-COLOR:  #0148B2;
        /* all scrollbar attriblutes following are not required, but you can set them if you wish. */
        SCROLLBAR-ARROW-COLOR: #F5D300;
        SCROLLBAR-HIGHLIGHT-COLOR: #90869E;
        /* attributes we aren't using at the moment
        SCROLLBAR-3DLIGHT-COLOR: #87789E;
        SCROLLBAR-FACE-COLOR: #0148B2;
        SCROLLBAR-SHADOW-COLOR: #2F4261;
        SCROLLBAR-DARK-SHADOW-COLOR: #000000;
        SCROLLBAR-TRACK-COLOR: #6487DC;
        */
}
UL, LI, P, TD, TR {
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        FONT-SIZE: 12px;
}
/* color for links */
A:LINK, A:VISITED, A:ACTIVE {
        COLOR: #000000;
}
/* hover color for links (Internet Explorer only) */
A:HOVER {
        COLOR: #F5D300;
        BACKGROUND-COLOR: #0148B2;
}
/* style for links made with makelinkcode() */
.lc {
        FONT-SIZE: 11px;
}
FORM {
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        FONT-SIZE: 10px;
}
SELECT, INPUT, TEXTAREA {
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        COLOR: #000000;
        FONT-SIZE: 10px;
}
        
/* style for submit/reset buttons */  
#submitrow INPUT {
        BACKGROUND-COLOR:#0148B2;
        COLOR: #ffffff;
        FONT-WEIGHT: bold;
}
/* first alternating table background color */
.firstalt {
        BACKGROUND-COLOR: #D0D0D0;
}
/* second alternating table background color */
.secondalt {
        BACKGROUND-COLOR: #C5C5C5;
}
/* table header background and text color */
.tblhead {
        BACKGROUND-COLOR: #0148B2;
        COLOR:#FFFFFF;
        FONT-SIZE:10px;
}
/* table border color */
.tblborder {
        BACKGROUND-COLOR: #6487dc;
}
 
/* extra styles for top and left frames */
#navbody {
        COLOR: #ffffff;
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        FONT-SIZE: 10px;
        BACKGROUND-COLOR: #6487dc;
}       
#navbody TD {
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        FONT-SIZE: 10px;
}       
#navbody A:LINK, #navbody A:VISITED, #navbody A:ACTIVE {
        COLOR: #FFFFFF;
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        FONT-SIZE: 10px; 
        FONT-WEIGHT: normal;
        TEXT-DECORATION: none;
}
#navbody A:HOVER {
        COLOR: #F5D300;
        FONT-FAMILY: Arial,Helvetica,sans-serif;
        BACKGROUND-COLOR: #0148B2;
        FONT-WEIGHT: normal;
        TEXT-DECORATION: none;
}       
#navbody .tblhead {
        COLOR: #FFFFFF;
        FONT-FAMILY: Arial,Helvetica,sans-serif;
}       

/* global and custom color definitions */
.gc { /* global color */
        COLOR: darkgreen;
}
        
.cc { /* custom color */
        COLOR: darkblue;
}

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-18-2003, 05:49 AM
gmarik's Avatar
gmarik gmarik is offline
 
Join Date: May 2002
Location: Mocsow
Posts: 1,288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does not looks like XP, in no way, sorry to tell you that.
Reply With Quote
  #3  
Old 06-18-2003, 06:02 AM
Cyburbia's Avatar
Cyburbia Cyburbia is offline
 
Join Date: Feb 2002
Location: Ithaca, New York USA
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's really the color scheme that's XP-ish.
Reply With Quote
  #4  
Old 06-25-2003, 10:56 AM
FWF FWF is offline
 
Join Date: Feb 2003
Location: Indianapolis, IN
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the colors look like hotmail.com a bit...not so much like XP...but it does look like it a bit, thanks for posting this.
Reply With Quote
  #5  
Old 06-25-2003, 11:34 AM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty cool, will gonna use it offline. Good work, thanks.
Reply With Quote
  #6  
Old 06-25-2003, 02:34 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I added your code into some code boxes so its easier to read. Could you please attach the screenshot too so in case your server goes down it can still be viewed here

And btw this looks really nice

Thanx

- miSt
Reply With Quote
  #7  
Old 07-08-2003, 10:04 PM
Spitfireisgod's Avatar
Spitfireisgod Spitfireisgod is offline
 
Join Date: Aug 2002
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it look more 98ish to me
Reply With Quote
  #8  
Old 07-10-2003, 04:34 PM
UND3Rburn UND3Rburn is offline
 
Join Date: Apr 2003
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was thinking the Same Thing^^^
Reply With Quote
  #9  
Old 07-11-2003, 10:21 AM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not that XP like, yeah more hotmail like. Nice work!
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 03:15 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04842 seconds
  • Memory Usage 2,283KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete