Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-09-2007, 03:28 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default css

I did a w3 validation check and got this

1101
Value Error : background-color Parse Error -
I have no idea what error its referring to

This is my enter 'additional css' area

Code:
/* Here you can change the look of the post text and links */

.vb_postbit
{
    color: #4D528C;
        font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    text-decoration: none;
}
.vb_postbit a:link
{
    color: #4D528C;
        font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-bottom: 1px dotted #FF0000;
    text-decoration: none;
}
.vb_postbit a:visited
{
    color: #4D528C;
        font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-bottom: 1px dotted #FF0000;
    text-decoration: none;
}
.vb_postbit a:hover, .vb_postbit a:active
{
    color: #4D528C;
        font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-bottom: 1px dotted #4D528C;
    text-decoration: none;
}


/* ***** Global Borders - edit forum width ***** */
.inner_border {
width: 760px; 
border-left: 1px solid #7b81cd;
border-right: 1px solid #7b81cd;
margin-left: auto;
margin-right: auto;
}

.outer_border {
width: 762px; 
border-left: 5px solid #afb5e2;
border-right: 5px solid #afb5e2;
margin-left: auto;
margin-right: auto;
}

/* ***** Header and Nav  ***** */
.header_bg {
background: #9296d3 url(images/element/misc/header_bg.gif) ;
}
.nav_menu_control {
color:  #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.nav_menu_control a:link {
color:  #FFFFFF;
text-decoration: none;
}
.nav_menu_control a:visited {
color:  #FFFFFF;
text-decoration: none;
}
.nav_menu_control a:hover, .nav_menu_control a:active {
color:  #FFFFFF;
text-decoration: underline;
}

.nav_border_out {
background-color: transparent;  
border: 1px dotted #feecac;
}
.nav_border_in {
background-color: #feffe6;
border: 1px solid #FFFFFF;  
padding: 4px;
}
.navbar_forms{
background-color: #FFFFFF;
color: #4D528C;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #feecac;
padding: 2px;
margin: 5px;
vertical-align: middle;
}
.navbar_forms:focus {
background-color: #FFFFFF;
color: #4D528C;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: 1px solid #7b81cd;
padding: 2px;
margin: 5px;
vertical-align: middle;
}


/* ***** spacers and paddings ***** */

.cat_spacer {
padding:5px 0px 5px 0px;
}
.spacer {
padding:5px 0px 5px 0px;
}
.spacer_small {
padding:2px 0px 2px 0px;
}
.icon_legend {
background-color: #D1D1E1;
color: #000000;
border: 1px dotted #7b81cd;
}

/* ***** forum description ***** */

.forumdesc_border {
background-color: transparent;  
border: 1px dotted #E4E6F5;
}
.forumdesc {
background-color: #F5F5FF;
border: 1px solid #FFFFFF;  
padding: 10px;
}

/* ***** make dropdown menu pretty ***** */

.vb_menu_control { 
background: #d4d7f3 url(images/element/gradients/gradient_thead.gif) repeat-x top left;
color:  #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vb_menu_control a:link {
color:  #FFFFFF;
text-decoration: none;
}
.vb_menu_control a:visited {
color:  #FFFFFF;
text-decoration: none;
}
.vb_menu_control a:hover, .vb_menu_control a:active {
color:  #FFFFFF;
text-decoration: underline;
}

/* ***** make announcements, stickies, moderated, polls and soft deleted posts  pretty ***** */
.announcement {
background-color: #f9e0fb;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.sticky {
background-color: #fefdf0;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.poll {
background-color: #bcdcf2;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.moderated {
background-color: #f9e0fb;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.subscribed {
background-color: #dcf2d4;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
.deleted {
background-color: #ffc1de;
color: #4D528C;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}

/* ***** online status ***** */

.online {
color: #339900;
}
.offline {
color: #4D528C;
}
.invisible {
color: #FF0000;
}

/* ***** dotted hr ***** */
div.hr {
height: 1px;
background: #fff url(images/element/misc/hr.gif) repeat scroll center;
}
div.hr hr {
display: none;
}
/* ***** search result since last visit ***** */
.last_visit {
background-color: #fadafd;
color: #641e6a;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}

/* login box */
#vbstyles_element {
background-color: transparent;  
border: 1px dotted #feecac;
width: 340px;
float: right;
}
#vbstyles_element_in {
background-color: #feffe6;
border: 1px solid #FFFFFF;
padding: 4px;
}

.WWU002postbit td {padding-left:2px;padding-right:2px;}
.WWU002postbit img.i,.WWU002postbit img.im,.WWU002postbit img.il,.WWU002postbit img.ir {background-color:#FFFFFF;border-left:1px solid #808080;border-top:1px solid #808080;border-right:1px solid #C0C0C0;border-bottom:1px solid #C0C0C0;}
.WWU002postbit img.im {border-left:none;border-right:none;}
.WWU002postbit img.il {border-right:none;}
.WWU002postbit img.ir {border-left:none;}


/* ***** Styling Required For Mindestic GlosPro ***** */

.glossarycrosslinkimage a:link
{
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #FF0000;
    padding:0 12px 0 0;
    background: url(images/misc/ext_term.gif) no-repeat 0;
    background-position: right
}
.glossarycrosslinkimage a:visited
{
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #FF0000;
    padding:0 12px 0 0;
    background: url(images/misc/ext_term.gif) no-repeat 0;
    background-position: right
}
.glossarycrosslinkimage a:hover
{
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #4D528C;
    padding:0 12px 0 0;
    background: url(images/misc/ext_term.gif) no-repeat 0;
    background-position: right
}

.glossarycrosslink a:link
{
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #FF0000;
}
.glossarycrosslink a:visited
{
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #FF0000;
}
.glossarycrosslink a:hover
{
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #4D528C;
}

.glossary_ajax_tooltipObj
{
    z-index:1000000;
    text-align:left;
}
.glossary_ajax_tooltipObj div
{
    position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

.glossary_ajax_tooltip_arrow
{    /* Left div for the small arrow */
    width:0px;
    position:absolute;
    left:0px;
    top:0px;
    background-repeat:no-repeat;
    background-position:center left;
    z-index:1000005;
    height:60px;
}

.glossary_ajax_tooltip_content
{
    border:1px solid #4D528C;    /* Border width */
    left:18px;    /* Same as border thickness */
    top:0px;
    position:absolute;
    width:300px;    /* Width of tooltip content */
    background-color:#B7BCE2;    /* Background color */
    padding:5px;    /* Space between border and content */
    font-size:.8em;    /* Font size of loading text */
    overflow:auto;    /* Hide overflow content */
    z-index:1000001;
}

.glossary_ajax_tooltip_font
{
    font-size:.8em;    /* Font size of content */
}
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 12:38 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.03408 seconds
  • Memory Usage 2,178KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)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
  • (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_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