vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Text Area & Input BG's (https://vborg.vbsupport.ru/showthread.php?t=83560)

dstruct2k 08-05-2003 02:03 PM

Quote:

Originally Posted by Blindchild02
is there a way to add it ONLY to the quick reply background? not in all the textareas.. i want it in ONLY the quick reply BG

Yes... You would have to create a new CSS tag... like "qreply" or something.
Code:

qreply {
        FONT-SIZE: 12px;
        FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
        COLOR: #425C80;
        BORDER: 1px dotted #283A52;
        BACKGROUND-IMAGE: url("http://url here!");
        background-repeat: no-repeat;
        background-attachment: fixed;
}

And then add this to the code for your qreply box:
Code:

class="qreply"
My Q-Reply box would now look like this (in html)
Code:

<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2" class="qreply"></textarea>
And you should be able to change just that box without changing anything else.

I have not tested this! I am not a CSS guru! I would rather manually specify everything in HTML! Anyone able to edit my post that can fix any errors I have made, please do!

imported_MaDCaT75 12-13-2003 07:08 AM

Quote:

Originally Posted by dstruct2k
Yes... You would have to create a new CSS tag... like "qreply" or something.
Code:

qreply {
        FONT-SIZE: 12px;
        FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
        COLOR: #425C80;
        BORDER: 1px dotted #283A52;
        BACKGROUND-IMAGE: url("http://url here!");
        background-repeat: no-repeat;
        background-attachment: fixed;
}

And then add this to the code for your qreply box:
Code:

class="qreply"
My Q-Reply box would now look like this (in html)
Code:

<textarea name="message" rows="10" cols="70" wrap="virtual" tabindex="2" class="qreply"></textarea>
And you should be able to change just that box without changing anything else.

I have not tested this! I am not a CSS guru! I would rather manually specify everything in HTML! Anyone able to edit my post that can fix any errors I have made, please do!

ok but what if we have the hackless quick reply instead?


All times are GMT. The time now is 04:17 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.00981 seconds
  • Memory Usage 1,726KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (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
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete