vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Quick and Easy Question (https://vborg.vbsupport.ru/showthread.php?t=92307)

Lizard King 07-16-2005 04:26 AM

Quick and Easy Question
 
I think it is because its morning again and i againg didn't sleep. For the last one hour i am thinking something very easy and cannot figure it out :)

In my showthread page i want to change the links color to another color then alt1 or alt2 . I first think i need to change postbit_legacy template and change
Code:

        <td class="alt2">
       
                <if condition="$show['messageicon'] OR $post['title']">

to
Code:

        <td class="alt4">
       
                <if condition="$show['messageicon'] OR $post['title']">

and then add this to additional css definitions

Code:

        .alt4 {
        background-color: #f6f6f6;
        color: #11162D;
        font-size: 10pt;
        font-family: helvetica;
}

a.alt4:link        {
        background-color: #82A056;
        text-decoration: none;
    border-bottom: 1px dotted #11162D;
    color : #11162D;
    padding-bottom: 0px
}
a.alt4:visited {
        background-color: #82A056;
        text-decoration: none;
    border-bottom: 1px dotted #11162D;
    color : #11162D; padding-bottom: 0px
}
a.alt4:hover {
        background-color: #82A056;
        text-decoration: none;
    border-bottom: 0px dotted #11162D;
    color : #11162D; padding-bottom: 0px
}

I might be making a stupid mistake but i couldn't figure this out myself. Hope someone can help me :nervous:

enginethatcan't 07-16-2005 04:57 AM

Can't you just click "edit styles" Edit style options, then scroll down and edit the color code?

All you wanna do is change the link color right?

Lizard King 07-16-2005 05:53 AM

Quote:

Originally Posted by enginethatcan't
Can't you just click "edit styles" Edit style options, then scroll down and edit the color code?

All you wanna do is change the link color right?

As i already described i dont want to change alt1 or alt2 link color. I just want to change the link color in showthread.

Guest190829 07-16-2005 07:11 AM

Well since you have it completed already, I don't think it really matters. But thinking about it, I think that's the best way to do it. You could have always used inline css, but I would have gone the same route you did.


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

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00960 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete