vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Problem changing link colors (https://vborg.vbsupport.ru/showthread.php?t=141413)

Shakarhaba 03-07-2007 05:40 PM

Problem changing link colors
 
I'm facing a problem changing the link colors:
Result: http://www.goear.com/upload/calendar.php (See the "Default Calendar" bar).
Also I would like to ask how I can change the RED line that indicates "today" I want to change its color.


css code:
Code:

  .linkUnderline{
  color:white;
  text-decoration:underline;
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:11px;
  }
  .linkUnderline:link{
  text-decoration:underline;
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:11px;
  color:white;
  }
  .linkUnderline:visited{
  text-decoration:underline;
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:11px;
  color:white;
  }
  .linkUnderline:hover{
  text-decoration:underline;
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:11px;
  color:white;
  }
  .linkUnderline:active{
  text-decoration:underline;
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:11px;
  color:white;
  }

html code:
Code:

<div style="height:25px; width:825px; background-image:url($stylevar[imgdir_misc]/title_t.png);">
  <div style="float:left; width:285px; padding-left:8px; line-height:25px; font-family:Trebuchet MS, Verdana, Arial; font-weight:bold; font-size:11px; color:#FFF;">$calendarinfo[title]</div>
  <div style="width:810px; padding-left:8px; line-height:25px; text-align:right; font-family:Trebuchet MS, Verdana, Arial; font-size:11px; color:#FFF;">
    <table style="text-align:right; font-family:Trebuchet MS, Verdana, Arial; font-size:11px; color:#FFF;">
    <tr>
    <if condition="$show['popups']">
                        <td style="color:#FFF"><a class="linkUnderline" href="calendar.php?$session[sessionurl]c=$calendarinfo[calendarid]&amp;month=$today[mon]&amp;year=$today[year]">$vbphrase[show_today]</a></td>
                        <td id="cal_mode">
                                <if condition="$show['weeklyview']">
                                        <a class="linkUnderline" href="$show[nojs_link]#goto_viewtype">$vbphrase[weekly_view]</a>
                                </if>
                                <if condition="$show['monthlyview']">
                                        <a class="linkUnderline" href="$show[nojs_link]#goto_viewtype">$vbphrase[monthly_view]</a>
                                </if>
                                <if condition="$show['yearlyview']">
                                        <a class="linkUnderline" href="$show[nojs_link]#goto_viewtype">$vbphrase[yearly_view]</a>
                                </if>
                                <script type="text/javascript"> vbmenu_register("cal_mode","noimage"); </script>               
                        </td>
                        <td id="add_event"><a class="linkUnderline" href="#goto_newevent">$vbphrase[add_new_event]</a> <script type="text/javascript"> vbmenu_register("add_event","noimage"); </script></td>
                </if>   
    </tr>
    </table>
  </div>
</div>


CyberAlien 03-08-2007 11:19 AM

To change that red color edit templates calendar_monthly_day and calendar_smallmonth_day. Find this:
Code:

border:1px solid red;
and replace "red" with your color.


To change links color


All times are GMT. The time now is 03:39 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.00907 seconds
  • Memory Usage 1,721KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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