vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Table border gradient (https://vborg.vbsupport.ru/showthread.php?t=211610)

Nintendo-Daily 04-18-2009 11:19 PM

Table border gradient
 
1 Attachment(s)
I currently have a border (as shown in image) but I was wondering how I would make it a gradient, like here in vBulletin.org.

notrious 04-19-2009 12:26 AM

look in style sheet right beside t border option .. and change .. color code with pic..

hope that's gonna help..

Nintendo-Daily 04-19-2009 12:35 AM

Can you explain that a bit more please? Here's what I am looking at:

https://vborg.vbsupport.ru/external/2009/04/18.png

notrious 04-19-2009 12:50 AM

.tborder{background:#485E85 url(https://vborg.vbsupport.ru/images/cs...lue/header.jpg) repeat-x}

Make sure to save your setting (codes) before making any change

Try come thing like this .. BTW vb.org isnt using grad t border its theme.

Nintendo-Daily 04-19-2009 12:53 AM

Thanks. Where exactly do I add that? In the "Additional CSS Definitions" area?

notrious 04-19-2009 01:00 AM

background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #2e6987;
border-bottom: 2px solid #101010;
border-right: 2px solid #101010;

Replace with

background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #006699 url(images/nintendotwo/back.jpg)
border-bottom: 2px solid #101010;
border-right: 2px solid #006699 url(images/nintendotwo/back.jpg)

and see if it works...

or if you want to get rid of border then simply remove border..
by changing 1px to 0

Nintendo-Daily 04-19-2009 01:06 AM

I copied that into the Extra CSS Attributes area and it doesn't appear to change anything.

notrious 04-19-2009 01:37 AM

well not with Extra CSS Attributes area just with sheet in table border.

Nintendo-Daily 04-19-2009 01:43 AM

But the Extra CSS Attributes area was the only place I saw that had the above:

background: #D1D1E1;
color: #000000;
border-top: 1px solid #2e6987;
border-left: 1px solid #2e6987;
border-bottom: 2px solid #101010;
border-right: 2px solid #101010;

so I replaced it with what you gave me. Am I supposed to put it somewhere else like in a template or something?

notrious 04-19-2009 01:47 AM

also change it t border place which screen sht you sent before...


All times are GMT. The time now is 04:15 AM.

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.01083 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete