Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Temp Styles Fix (Firefox only )

Options
  • 01-08-2006 10:20pm
    #1
    Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭


    From using the WebDeveloper extension for Firefox, it appears that for some reason instead of the proper CSS styles being sent down, a copy of the front page is being sent instead :confused: This naturally explains why the styles are borked on our end, and if it's being generated each time then it might explain the server slow downs aswell.

    Anyway to temporarily fix the problem Firefox users can download the WebDeveloper extension (remember to restart FF afterwards). Browse to boards (it'll still be all white), from the CSS drop down menu in the new toolbar that WebDeveloper adds, select 'Edit CSS'. This'll show a side bar some html stuff where the CSS for the styles should be. Replace this text with the following
    <!--
    /* vBulletin 3 CSS For Style 'vBulletin 3 White Liquid' (styleid: 4) */
    body
    {
    	background: #E1E1E2;
    	color: #000000;
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	margin: 5px 10px 10px 10px;
    	padding: 0px;
    }
    a:link, body_alink
    {
    	color: #22229C;
    }
    a:visited, body_avisited
    {
    	color: #22229C;
    }
    a:hover, a:active, body_ahover
    {
    	color: #FF4400;
    }
    .page
    {
    	background: #FFFFFF;
    	color: #000000;
    }
    td, th, p, li
    {
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tborder
    {
    	background: #D1D1E1;
    	color: #000000;
    	border: 1px solid #0B198C;
    }
    .tcat
    {
    	background: #869BBF url(http://images.vbulletin.com/images_tmp/gradients/gradient_tcat.gif) repeat-x top left;
    	color: #FFFFFF;
    	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tcat a:link, .tcat_alink
    {
    	color: #ffffff;
    	text-decoration: none;
    }
    .tcat a:visited, .tcat_avisited
    {
    	color: #ffffff;
    	text-decoration: none;
    }
    .tcat a:hover, .tcat a:active, .tcat_ahover
    {
    	color: #FFFF66;
    	text-decoration: underline;
    }
    .thead
    {
    	background: #5C7099 url(http://images.vbulletin.com/images_tmp/gradients/gradient_thead.gif) repeat-x top left;
    	color: #FFFFFF;
    	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .thead a:link, .thead_alink
    {
    	color: #FFFFFF;
    }
    .thead a:visited, .thead_avisited
    {
    	color: #FFFFFF;
    }
    .thead a:hover, .thead a:active, .thead_ahover
    {
    	color: #FFFF00;
    }
    .tfoot
    {
    	background: #3E5C92;
    	color: #E0E0F6;
    }
    .tfoot a:link, .tfoot_alink
    {
    	color: #E0E0F6;
    }
    .tfoot a:visited, .tfoot_avisited
    {
    	color: #E0E0F6;
    }
    .tfoot a:hover, .tfoot a:active, .tfoot_ahover
    {
    	color: #FFFF66;
    }
    .alt1, .alt1Active
    {
    	background: #F5F5FF;
    	color: #000000;
    }
    .alt2, .alt2Active
    {
    	background: #E1E4F2;
    	color: #000000;
    }
    td.inlinemod
    {
    	background: #FFFFCC;
    	color: #000000;
    }
    .wysiwyg
    {
    	background: #F5F5FF;
    	color: #000000;
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    textarea, .bginput
    {
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .button
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    select
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    option, optgroup
    {
    	font-size: 11px;
    	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .smallfont
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .time
    {
    	color: #666686;
    }
    .navbar
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .highlight
    {
    	color: #FF0000;
    	font-weight: bold;
    }
    .fjsel
    {
    	background: #3E5C92;
    	color: #E0E0F6;
    }
    .fjdpth0
    {
    	background: #F7F7F7;
    	color: #000000;
    }
    .panel
    {
    	background: #E4E7F5 url(http://images.vbulletin.com/images_tmp/gradients/gradient_panel.gif) repeat-x top left;
    	color: #000000;
    	padding: 10px;
    	border: outset 2px;
    }
    .panelsurround
    {
    	background: #D5D8E5 url(http://images.vbulletin.com/images_tmp/gradients/gradient_panelsurround.gif) repeat-x top left;
    	color: #000000;
    }
    legend
    {
    	color: #22229C;
    	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
    	background: #738FBF;
    	color: #FFFFFF;
    	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	padding: 3px 6px 3px 6px;
    	white-space: nowrap;
    }
    .vbmenu_control a:link, .vbmenu_control_alink
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_control a:visited, .vbmenu_control_avisited
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
    {
    	color: #FFFFFF;
    	text-decoration: underline;
    }
    .vbmenu_popup
    {
    	background: #FFFFFF;
    	color: #000000;
    	border: 1px solid #0B198C;
    }
    .vbmenu_option
    {
    	background: #BBC7CE;
    	color: #000000;
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	white-space: nowrap;
    	cursor: pointer;
    }
    .vbmenu_option a:link, .vbmenu_option_alink
    {
    	color: #22229C;
    	text-decoration: none;
    }
    .vbmenu_option a:visited, .vbmenu_option_avisited
    {
    	color: #22229C;
    	text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite
    {
    	background: #8A949E;
    	color: #FFFFFF;
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	white-space: nowrap;
    	cursor: pointer;
    }
    .vbmenu_hilite a:link, .vbmenu_hilite_alink
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite a:visited, .vbmenu_hilite_avisited
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 14pt; }
    
    /* ***** small padding on 'thead' elements ***** */
    td.thead, div.thead { padding: 4px; }
    
    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }
    
    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
    
    /* ***** don't change the following ***** */
    form { display: inline; }
    label { cursor: default; }
    .normal { font-weight: normal; }
    .inlineimg { vertical-align: middle; }
    -->
    
    

    At the top of this sidebar are two buttons, one a circle with an arrow pointing right, press this to apply the new style, beside it is another circle with an arrow pointing down, press this to 'stick' the new style so it doesn't change every time you click on a link. The boards page you're at should now transform into something a little more recognisable. As long as you stay within the same window (multiple tabs seems ok) boards should be readable. You have to keep the 'Edit CSS' sidebar open for the effect to stay, once you close it, it vanishes.

    Finally the code above is for VBulletins 'White' style (white page, blue boxes), if people have copies of the other styles they might post them here.
    Post edited by Shield on


Comments

  • Closed Accounts Posts: 27,857 ✭✭✭✭Dave!


    Good man, that extension is pretty cool too!


  • Closed Accounts Posts: 22,479 ✭✭✭✭philologos


    yep works for me thanks :)


  • Registered Users Posts: 23,216 ✭✭✭✭monkeyfudge


    Oh very good....

    Now can you help me find my keys?


  • Registered Users Posts: 7,588 ✭✭✭Bluetonic


    Cheers for that.


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    Well played - but it only seems to hold the style while on that one page, and not hold it for the entire time of browsing the site in the single session.


  • Advertisement
  • Moderators, Society & Culture Moderators Posts: 9,689 Mod ✭✭✭✭stevenmu


    Did you 'stick' the style after applying it (using the button that's a circle with a downward facing triangle at the top right) ? If not when you go to a new page it'll just revert back to that page's style, which'll be invalid, if you do it should apply that style to any page you open in that window.


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    Ah

    No I just hit the "apply" button - damn loose terminology! Neat trick though stevenmu


  • Registered Users Posts: 21,257 ✭✭✭✭Eoin


    Cool stuff.

    Here's the CSS for the grey style.
    /* vBulletin 3 CSS For Style 'Grey' (styleid: 15) */
    body
    {
    	background: #8A949E;
    	color: #000000;
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	margin: 5px 5px 10px 5px;
    }
    a:link
    {
    	color: #22229C;
    }
    a:visited
    {
    	color: #22229C;
    }
    a:hover, a:active
    {
    	color: #FF4400;
    }
    .page
    {
    	background: #BBC7CE;
    	color: #000000;
    }
    td, th, p, li
    {
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tborder
    {
    	background: #D1D1E1;
    	color: #000000;
    	border: 1px solid #0B198C;
    }
    .tcat
    {
    	background: #869BBF url(http://www.boards.ie/vbulletin/images/gradients/gradient_tcat.gif) repeat-x top left;
    	color: #FFFFFF;
    	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .tcat a:link
    {
    	color: #ffffff;
    	text-decoration: none;
    }
    .tcat a:visited
    {
    	color: #ffffff;
    	text-decoration: none;
    }
    .tcat a:hover, .tcat a:active
    {
    	color: #FFFF66;
    	text-decoration: underline;
    }
    .thead
    {
    	background: #5C7099 url(http://www.boards.ie/vbulletin/images/gradients/gradient_thead.gif) repeat-x top left;
    	color: #FFFFFF;
    	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .thead a:link
    {
    	color: #FFFFFF;
    }
    .thead a:visited
    {
    	color: #FFFFFF;
    }
    .thead a:hover, .thead a:active
    {
    	color: #FFFF00;
    }
    .tfoot
    {
    	background: #3E5C92;
    	color: #E0E0F6;
    }
    .tfoot a:link
    {
    	color: #E0E0F6;
    }
    .tfoot a:visited
    {
    	color: #E0E0F6;
    }
    .tfoot a:hover, .tfoot a:active
    {
    	color: #FFFF66;
    }
    .alt1, .alt1Active
    {
    	background: #F5F5FF;
    	color: #000000;
    }
    .alt2, .alt2Active
    {
    	background: #E1E4F2;
    	color: #000000;
    }
    td.inlinemod
    {
    	background: #FFFFCC;
    	color: #000000;
    }
    .wysiwyg
    {
    	background: #F5F5FF;
    	color: #000000;
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    textarea, .bginput
    {
    	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .button
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    select
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    option, optgroup
    {
    	font-size: 11px;
    	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .smallfont
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .time
    {
    	color: #666686;
    }
    .navbar
    {
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .highlight
    {
    	color: #FF0000;
    	font-weight: bold;
    }
    .fjsel
    {
    	background: #3E5C92;
    	color: #E0E0F6;
    }
    .fjdpth0
    {
    	background: #F7F7F7;
    	color: #000000;
    }
    .panel
    {
    	background: #E4E7F5 url(http://www.boards.ie/vbulletin/images/gradients/gradient_panel.gif) repeat-x top left;
    	color: #000000;
    	padding: 10px;
    	border: 2px outset;
    }
    .panelsurround
    {
    	background: #D5D8E5 url(http://www.boards.ie/vbulletin/images/gradients/gradient_panelsurround.gif) repeat-x top left;
    	color: #000000;
    }
    legend
    {
    	color: #22229C;
    	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    }
    .vbmenu_control
    {
    	background: #738FBF;
    	color: #FFFFFF;
    	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	padding: 3px 6px 3px 6px;
    	white-space: nowrap;
    }
    .vbmenu_control a:link
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_control a:visited
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_control a:hover, .vbmenu_control a:active
    {
    	color: #FFFFFF;
    	text-decoration: underline;
    }
    .vbmenu_popup
    {
    	background: #FFFFFF;
    	color: #000000;
    	border: 1px solid #0B198C;
    }
    .vbmenu_option
    {
    	background: #BBC7CE;
    	color: #000000;
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	white-space: nowrap;
    	cursor: pointer;
    }
    .vbmenu_option a:link
    {
    	color: #22229C;
    	text-decoration: none;
    }
    .vbmenu_option a:visited
    {
    	color: #22229C;
    	text-decoration: none;
    }
    .vbmenu_option a:hover, .vbmenu_option a:active
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite
    {
    	background: #8A949E;
    	color: #FFFFFF;
    	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    	white-space: nowrap;
    	cursor: pointer;
    }
    .vbmenu_hilite a:link
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite a:visited
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .vbmenu_hilite a:hover, .vbmenu_hilite a:active
    {
    	color: #FFFFFF;
    	text-decoration: none;
    }
    .small {
      font-size: 8pt;
      font-family: Verdana, Helvetica, sans-serif;
    }
    .medium {
      font-size: 10pt;
      font-family: Verdana, Helvetica, sans-serif;
    }
    .large {
      font-size: 12pt;
      font-family: Verdana, Helvetica, sans-serif;
    }
    
    /* ***** styling for 'big' usernames on postbit etc. ***** */
    .bigusername { font-size: 14pt; }
    
    /* ***** small padding on 'thead' elements ***** */
    td.thead, div.thead { padding: 4px; }
    
    /* ***** basic styles for multi-page nav elements */
    .pagenav a { text-decoration: none; }
    .pagenav td { padding: 2px 4px 2px 4px; }
    
    /* ***** define margin and font-size for elements inside panels ***** */
    .fieldset { margin-bottom: 6px; }
    .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
    
    /* ***** don't change the following ***** */
    form { display: inline; }
    label { cursor: default; }
    .normal { font-weight: normal; }
    .inlineimg { vertical-align: middle; }
    


Advertisement