View Single Post
  #1222  
Old 10-01-2005, 12:45 PM
bhxtyrant bhxtyrant is offline
 
Join Date: Jun 2005
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

alright i just took some screen shots of the admin CSS stuff.Here is the images hope they will do don't know any other way to show you the CSS.


Additional CSS-
Quote:
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 10pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

.postbitinfo {
background-color: #000000;
border-top: 1px ridge #322723;
border-right: 1px ridge #322723;
border-left: 1px ridge #322723;
border-bottom: 1px ridge #322723;
padding-top: 3px;
padding-right: 0px;
padding-left: 3px;
padding-bottom: 3px;
margin-bottom: 3px;
}

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

html {
scrollbar-face-color:#6E5E52;
scrollbar-highlight-color:#453A34;
scrollbar-3dlight-color:#453A34;
scrollbar-darkshadow-color:#453A34;
scrollbar-shadow-color:#453A34;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;}

input {
background-color: #000000;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
border-color: #362E2A;
border-width: 1

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; border: 1px #322723; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 10px; }

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
and my CSS for vbulletin_editor.css is as follows

Quote:
/* the container for the editor */
#vBulletin_editor
{
border: 1px ridge #322723;
}

/* the container for all the edit controls */
#controlbar, .controlbar
{
padding: 2px;
}

/* the WYSIWYG edit area itself */
#htmlbox
{
border: 1px ridge #322723;
font: 10pt verdana;
overflow: auto;
}

/* an individual button */
.imagebutton
{
left: 0px;
top: 0px;
}

/* an individual WYSIWYG color element in the color popup */
.ocolor
{
padding: 2px;
font-size: 1px
}

/* WYSIWYG the part of the color element that gets colored */
.ocolor div
{
width: 10px;
height: 10px;
border: 1px solid #322723;
}

/* WYSIWYG font, size and smilie elements within popups */
.ofont, .osize, .osmilie, .otextlink
{
font: 10px tahoma;
cursor: default;
}

/* style for WYSIWYG font option elements */
.ofont
{
padding: 0px 4px 0px 10px;
font-size: 14px;
height: 20px;
}

/* style for WYSIWYG size option elements */
.osize
{
padding: 0px 4px 0px 4px;
height: 20px;
}

/* the smilie image within a WYSIWYG smilie popup */
.osmilie img
{
vertical-align: middle;
margin: 4px;
}

/* text buttons within popup menus */
.otextlink
{
text-align: center;
margin-top: 4px;
height: 20px;
}

/* the left cell of a WYSIWYG popup menu control */
.popup_feedback
{
font: 11px tahoma;
height: 18px;
padding: 0px 3px 0px 3px;
white-space: nowrap;
overflow: hidden;
}

/* the container window for a WYSIWYG popup menu */
.popupwindow
{
border: 1px solid APPWORKSPACE;
padding: 3px;
position: absolute;
left: 0px;
top: 0px;
z-index: 5;
}

/* the WYSIWYG color popup */
#popup_forecolor
{
padding: 3px;
}

/* the WYSIWYG font popup */
#popup_fontname
{
padding: 1px;
overflow: auto;
overflow-x: hidden;
overflow-y: scroll;
}

/* the WYSIWYG size popup */
#popup_fontsize
{
padding: 1px;
}

/* the WYSIWYG smilie popup */
#popup_smilie
{
padding: 1px;
overflow: auto;
overflow-x: hidden;
overflow-y: scroll;
}

/* the context-notification area for WYSIWYG font and size feedback */
#fontOut, #sizeOut, .popup_feedback div
{
border: 0px solid;
padding: 0px 2px 0px 2px;
cursor: default;
font: 11px tahoma;
overflow: hidden;
}
fieldset { border: 1px solid #322723; }
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01115 seconds
  • Memory Usage 1,796KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete