The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
omg please someone help lol
please god, how do u get rid of that dang greyy ness vbulletin 4.2 --------------- Added [DATE]1444414684[/DATE] at [TIME]1444414684[/TIME] --------------- noone? |
#2
|
||||
|
||||
try <div class="wysiwyg_block">
|
#3
|
||||
|
||||
HTML Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}"> <head> {vb:raw headinclude} {vb:cssfile reviewpost.css,attachment.css,lightbox.css} <script type="text/javascript" src="clientscript/vbulletin-editor.js?v={vb:raw vboptions.simpleversion}"></script> <title>{vb:raw threadinfo.prefix_plain_html} {vb:raw threadinfo.title} - {vb:rawphrase reply_to_topic}</title> {vb:raw headinclude_bottom} </head> <body> {vb:raw header} {vb:raw navbar} <div id="pagetitle"> <h1>{vb:rawphrase reply_to_thread}</h1> <p class="description">{vb:rawphrase post_a_reply_to_thread}: {vb:raw threadinfo.prefix_plain_html} <a href="{vb:link thread, {vb:raw threadinfo}}">{vb:raw threadinfo.title}</a></p> </div> <vb:if condition="$show['lightbox']"> <!-- lightbox scripts --> <script type="text/javascript" src="clientscript/vbulletin_lightbox.js?v={vb:raw vboptions.simpleversion}"></script> <script type="text/javascript"> <!-- vBulletin.register_control("vB_Lightbox_Container", "post_preview", {vb:raw vboptions.lightboxenabled}); //--> </script> <!-- / lightbox scripts --> </vb:if> <form class="block vbform" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?do=postreply&t={vb:raw threadid}" method="post" name="vbform" onsubmit="return vB_Editor['{vb:raw editorid}'].prepare_submit(0, {vb:raw vboptions.postminchars})"> {vb:raw postpreview} <h2 class="blockhead">{vb:rawphrase your_message}</h2> <div class="wysiwyg_block"> <div class="blockbody formcontrols"> <div class="section"> {vb:raw usernamecode} {vb:raw human_verify} <div class="blockrow"> <label for="title" class="full">{vb:rawphrase title}:</label> <input type="text" class="primary textbox full" name="title" id="title" value="{vb:raw title}" maxlength="{vb:raw vboptions.titlemaxchars}" tabindex="1" title="{vb:rawphrase optional}" /> <img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /> </div> {vb:raw messagearea} <vb:if condition="$unquoted_post_count > 0"> <div id="unquoted_posts" class="smallfont" style="display: none"> <vb:if condition="$unquoted_post_count == 1"> {vb:rawphrase selected_1_post_not_part_thread} <vb:else /> {vb:rawphrase selected_x_posts_not_part_thread, {vb:raw unquoted_post_count}} </vb:if> </div> <script type="text/javascript" src="clientscript/vbulletin_ajax_quote.js?v={vb:raw vboptions.simpleversion}"></script> <script type="text/javascript"> <!-- if (AJAX_Compatible) { fetch_object('unquoted_posts').style.display = ''; } init_unquoted_posts('{vb:raw editorid}', {vb:raw threadinfo.threadid}); // --> </script> </vb:if> {vb:raw posticons} </div> </div> <div class="blockfoot actionbuttons"> <div class="group"> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="postreply" /> <input type="hidden" name="t" value="{vb:raw threadid}" /> <input type="hidden" name="p" value="{vb:raw postid}" /> <input type="hidden" name="specifiedpost" value="{vb:raw specifiedpost}" /> <input type="hidden" name="posthash" value="{vb:raw posthash}" /> <input type="hidden" name="poststarttime" value="{vb:raw poststarttime}" /> <vb:if condition="$return_node"> <input type="hidden" name="return_node" value="{vb:raw return_node}" /> </vb:if> <input type="hidden" name="loggedinuser" value="{vb:raw bbuserinfo.userid}" /> <input type="hidden" name="multiquoteempty" id="multiquote_empty_input" value="{vb:raw multiquote_empty}" /> <vb:if condition="$show['fb_publishcheckbox']"> {vb:raw fbpublishcheckbox} </vb:if> <input type="submit" class="button" name="sbutton" id="{vb:raw editorid}_save" value="{vb:rawphrase submit_reply}" accesskey="s" tabindex="1" /> <input type="submit" class="button" name="preview" value="{vb:rawphrase preview_post}" accesskey="r" tabindex="1" /> </div> </div> </div> <vb:if condition="$show['additional_options']"> <h3 class="blockhead">{vb:rawphrase additional_options}</h3> <div class="blockbody formcontrols"> <div class="section"> <vb:if condition="$show['misc_options']"> <div class="blockrow"> <label>{vb:rawphrase miscellaneous_options}:</label> <ul class="checkradio group rightcol"> <vb:if condition="$show['signaturecheckbox']"> <li> <label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" {vb:raw checked.signature} /> {vb:rawphrase show_your_signature}</label><p class="description">{vb:rawphrase show_your_signature_explain}</p> </li> </vb:if> <vb:if condition="$show['parseurl']"> <li> <label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" {vb:raw checked.parseurl} /> {vb:rawphrase automatically_parse_links_in_text}</label><p class="description">{vb:rawphrase automatically_parse_links_description}</p> </li> </vb:if> {vb:raw disablesmiliesoption} </ul> </div> </vb:if> {vb:raw htmloption} {vb:raw attachmentoption} <vb:if condition="$show['member']"> <fieldset class="blockrow"> <legend>{vb:rawphrase subscription}</legend> <dl class="group dep_group"> <dt> <label for="subscribe">{vb:rawphrase thread_subscription}:</label> <input type="checkbox" id="subscribe" name="subscribe" tabindex="1" class="dep_ctrl" value="1" {vb:raw checked.subscribe} /> </dt> <dd id="subscribe_deps" class="rightcol"> <ul class="group"> <li> <select class="primary" name="emailupdate" tabindex="1"> <option value="0" {vb:raw emailchecked.0}>{vb:rawphrase no_email_notification}</option> <option value="1" {vb:raw emailchecked.1}>{vb:rawphrase instant_email_notification}</option> <option value="2" {vb:raw emailchecked.2}>{vb:rawphrase daily_email_notification}</option> <option value="3" {vb:raw emailchecked.3}>{vb:rawphrase weekly_email_notification}</option> </select> </li> <vb:if condition="$show['subscribefolders']"> <li> <select class="primary" name="folderid" tabindex="1">{vb:raw folderbits}</select> </li> </vb:if> </ul> </dd> </dl> </fieldset> </vb:if> <vb:if condition="$show['threadrating']"> <fieldset class="blockrow"> <legend>{vb:rawphrase rate_thread}</legend> <dl class="group dep_group"> <dt> <label for="rating">{vb:rawphrase rate_thread_with_following_value}:</label> <input type="checkbox" tabindex="1" class="dep_ctrl" id="rating" value="1" name="rate" {vb:raw checked.rate} /> </dt> <dd id="rating_deps" class="rightcol"> <select class="rating" name="rating" tabindex="1"> <option style="background-image: url({vb:stylevar imgdir_rating}/rating-15_5.png)" value="5"{vb:raw rate.5}>{vb:rawphrase excellent}</option> <option style="background-image: url({vb:stylevar imgdir_rating}/rating-15_4.png)" value="4"{vb:raw rate.4}>{vb:rawphrase good}</option> <option style="background-image: url({vb:stylevar imgdir_rating}/rating-15_3.png)" value="3"{vb:raw rate.3}>{vb:rawphrase average}</option> <option style="background-image: url({vb:stylevar imgdir_rating}/rating-15_2.png)" value="2"{vb:raw rate.2}>{vb:rawphrase bad}</option> <option style="background-image: url({vb:stylevar imgdir_rating}/rating-15_1.png)" value="1"{vb:raw rate.1}>{vb:rawphrase terrible}</option> </select> </dd> </dl> <p class="description">{vb:rawphrase rate_thread_explain}</p> </fieldset> </vb:if> {vb:raw threadmanagement} </div> </div> <div class="blockfoot actionbuttons"> <div class="group"> <input type="submit" class="button" name="sbutton" value="{vb:rawphrase submit_reply}" accesskey="s" tabindex="1" /> <input type="submit" class="button" name="preview" value="{vb:rawphrase preview_post}" accesskey="r" tabindex="1" /> </div> </div> </vb:if> <vb:if condition="threadreviewbits"> <div class="blockhead collapse"> <a class="collapse" id="collapse_nrreview" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_nrreview}_40b.png" alt="" border="0" /></a> <h2>{vb:rawphrase topic_review_newest_first}</h2> </div> <div id="nrreview" style="{vb:raw vbcollapse.collapseobj_nrreview}"> <div class="blockbody formcontrols"> <ul id="postlist"> {vb:raw threadreviewbits} </ul> </div> <vb:if condition="$show['reviewmore']"> <div class="blockfoot"> {vb:rawphrase thread_has_more_than_x_review, {vb:raw vboptions.maxposts}, {vb:link thread, {vb:raw threadinfo}}} </div> </vb:if> </div> </vb:if> {vb:raw forumrules} </form> {vb:raw footer} </body> </html> New Posting Template>New Reply would it be in there? or another one i searched in templates for that line u told me to look for and these are the possible options |
#4
|
|||
|
|||
I believe it's the "editor_toolbar_background" style variable?
|
#5
|
||||
|
||||
what Dave said.. I tend to use css myself for it as there is a bit more to skinning the editor than the vars. At least it is semi skinable now in the vars.. Not to long ago we had to use css exclusively.
If you can't figure it out, let me know and I will create some css for you to stick in additional.css.. |
#6
|
||||
|
||||
I can't figure it out, I have been trying keep messing up the boarder and the buttons, ugh.
I'd appreciate it man. HTML Code:
/* TW7S - Remove Legend and Permissions Boxes */ #usercp_content #forum_icon_legend, #wgo_legend, .forum_info .options_block_container, .thread_info .options_block_container { display:none;} /* TW7S - End remove Legend and Permissions Boxes */ #message_form, #message_form .blockrow, #message_form .blockfoot, #message_form .blockbody, .wysiwyg_block .blockrow, .wysiwyg_block .blockfoot, .wysiwyg_block .blockbody, .texteditor.formcontrols .blockrow, .editor .editor_textbox { background-color: #BBB !important; color: #000;} .blogentrybit .fb_edge_widget_with_comment {float: none;} .fb_edge_widget_with_comment { float: {vb:stylevar right};} .wysiwyg_block .formcontrols { border: 0 none; } .editor .editor_textbox {padding:5px;} .cke_skin_kama textarea.cke_source { background-color: #000000 !important; color: #848484 !important;} .textbox, textarea, select { color: #FFF !important; } .postbit .header { background-color:#373737; color:#FFFFFF; } .bloghead, .blogbody {padding: 5px;} table.blockrow tr td { border: 1px solid #1f1f1f;} .outer_border {border: 1px solid #363636; margin:5px 0;} .above_body .outer_border { margin: 5px 0px; } .inner_border {border:1px solid #282828; margin:1px; padding:5px; background:none repeat scroll 0 0 #2C2C2C;} .thread_info table.vbs_thead { margin-top: 10px; } .subforumlist.commalist li:after { content: ""; } .cms_widget_header h3 { background: {vb:stylevar blockhead_background}; } div.title { background: {vb:stylevar blockhead_background}; } .cms_widget .block { background: {vb:stylevar control_focus_background}; } .block { border: {vb:stylevar forumbits_border}; } #similar_threads { margin-top: 22px; } .thread_info #similar_threads h4 { border-collapse: separate; border: {vb:stylevar forumhead_border}; border-spacing: 1px; padding: 5px 5px 5px 10px; border-width: 1px; } .thread_info .blockbody { border-collapse: separate; border: {vb:stylevar forumhead_border}; border-spacing: 1px; padding: 5px 5px 5px 2px; border-width: 1px; } #entry_inlinemod_form .threadbit .threadinfo { min-width: 334px; width: 60%; } .article_width .outer_border {margin-top:0;} .vbmenu_head { background: {vb:stylevar blocksubhead_background}; border: 0 none; color: {vb:stylevar blocksubhead_color}; padding: {vb:math {vb:stylevar padding}/2} 0; } .vbbottom { clear:both; height: {vb:stylevar padding}; background: {vb:stylevar postbit_foot_background}; border: {vb:stylevar postbit_border}; } .clear { clear:both; } legend { padding: 0 {vb:math {vb:stylevar padding}/2} {vb:math {vb:stylevar padding}/2};} .hr { background:url({vb:stylevar imgdir_misc}/hr.gif) repeat scroll center center transparent; clear:{vb:stylevar right}; height:2px;margin:{vb:stylevar padding} 0; } .article_width .hr, .article_preview .hr {clear:both;} .hr.vbsig {width: 100px;} .hr.vbsig.legacy {margin: {vb:stylevar padding}; } .vbsig.signaturecontainer { padding: 0 {vb:stylevar padding};} input[type=radio], input[type=image] { background-color : transparent !important; border: 0 none !important;} .recaptchatable input { color: #527F1F !important; } .yui-layout-doc { background: {vb:stylevar doc_background};} .yui-skin-sam .yui-layout .yui-layout-hd { background: {vb:stylevar blockhead_background}; border: 0 none; } .float_left {float:left;} .float_right {float:right;} a.nodecoration, a.nodecoration:hover {text-decoration:none; position:relative; float:{vb:stylevar right};} .vbs_forumrow td, .vbs_forumhead td { vertical-align: middle; } .vbs_forumrow { width:100%; } table.vbs_forumrow { border-collapse: separate; border: {vb:stylevar forumhead_border}; border-spacing: 1px; border-width: 0 1px 1px; width:100%; } table.vbs_forumhead { border-collapse: separate; border: {vb:stylevar forumhead_border}; border-spacing: 0; width:100%; padding: 1px; height:36px; margin-top:10px; color: {vb:stylevar link_color}; font: bold 9pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; clear:both; } tr.vbs_forumhead a { color: {vb:stylevar navbar_tab_color}; } table.vbs_thead { border-width: 1px; } tr.vbs_forumrow { border: 0 none } tr.vbs_thead { background: {vb:stylevar blocksubhead_background}; color: {vb:stylevar link_color}; font-weight:bold; } tr.vbs_forumhead { background: {vb:stylevar forumhead_background}; } .vbs_forumhead a.collapse { float:{vb:stylevar right}; margin-{vb:stylevar right}:10px; position:relative; top:auto; {vb:stylevar right}: auto; } .vbs_forumhead .forumdisplaypopups { float: {vb:stylevar right}; } .vbs_forumrow td { border: 0 none; } .vbs_forumdata { padding: 5px 5px 5px 10px; } .vbs_forumlastpost{ min-width:225px; width:25%; padding: 5px {vb:stylevar padding}; } .vbs_threadlastpost { min-width:150px; width:20%; padding:5px {vb:stylevar padding}; } td.alt1, .alt1 { background-color: #2c2c2c; } td.alt2, .alt2 { background-color: #282828; } .wgo_block .vbs_forumdata { padding: {vb:stylevar padding}; } .wgo_block .vbs_thead .vbs_forumdata { padding: 5px;} .wgo_block .vbs_forumdata dl dt { display: inline;} .wgo_block .vbs_forumdata dl dd { display: inline; margin-{vb:stylevar right}: 5px;} .wgo_block .wgo_subblock {background-color: #373737 !important; } .vbs_forumrow .big_icons { width:56px; text-align:center;} .vbs_forumrow .big_icons_plus { width:87px; text-align:center; } .vbs_forumrow .stats { width:120px; text-align:center;} .vbs_forumrow .small_icons, .vbs_forumhead .small_icons { width:30px; text-align:center;} .lastpostdate { text-align:{vb:stylevar right};} .forum_info table.vbs_thead { margin-top: {vb:stylevar padding};} table.vbs_navlinks { border-width:1px; height:36px; margin:20px 0 0; text-align:center; } .smallfont { font:11px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; } .fltrgt { float: {vb:stylevar right};} .vbcat { background: {vb:stylevar postbithead_background}; border:0 none; clear:both; margin:1px; } .vbcat_left, .vbcat_right, .vbcat_bottom_right { background:none no-repeat scroll left top transparent; } .vbcat_bottom { background: none repeat-x scroll left top transparent; clear:both; height:8px; margin-bottom:12px; border:1px solid #363636; } .vbcat_bottom_left,.vbcat_bottom_right { height:4px; } .vbcat_bottom_left { border:1px solid #282828; margin:1px; background:none repeat scroll 0 0 #2C2C2C;} .postbit .outer_border, .postbitlegacy .outer_border { margin:0; } .remove_border_top { border-top-width:0; margin-top:-1px !important; padding-top:1px; } .no_top_margin { margin-top: 0 !important; } div.forumhead { padding: 5px 0; } .postbitdetails_noavatar .userinfo_noavatar { margin: -2px 0 1px 2px; float: left; width: 100% } .postbitdetails_noavatar .posthead { width: 100%; float: left; } .imodselector .postbody { float: left; width: 100%; margin: -2px 0 1px 2px; padding: 5px 0; } .attachments { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .wysiwyg_block .formcontrols .showsignature { padding-{vb:stylevar left}: 5px; } .vbform #quickreply_title.blockhead { margin: 0; } .postbitlegacy dl.user_rep { margin: -4px 0 5px; } .blockbody.settings_form_border { margin: 1px; } #usercp_content #forum_icon_legend { border: {vb:stylevar mid_border}; padding-bottom: 0; } #usercp_content #forum_icon_legend .forum_info_block { margin: 1px; } #pmlist_info .forum_info_block { width: auto; } .blockbody { margin: 1px; } .socialgroup_members.block {background:{vb:stylevar blockbody_background};} #charnav { background:{vb:stylevar blockbody_background}; } #charnav dd a { background:none repeat scroll 0 0 #1B1B1B; } #searchform .blockbody { margin: 0px; } #searchform .blocksubhead { border-top: medium none; margin: 1px; } #searchform .blockbody { background: none no-repeat scroll 0 0 #1B1B1B; } #searchform .section { background: none repeat scroll 0 0 #2C2C2C; margin: 1px; } #vb_search_params #searchform .blocksubhead { border-top: {vb:stylevar blocksubhead_border}; border-bottom: {vb:stylevar blocksubhead_border}; margin: 0px; } a.username { color: {vb:stylevar linkhover_color}; } #reputationlist .summaryinfo .iteminfo .title { background: none repeat scroll 0 0 transparent; } div.title { color: #FFFFFF; } #userinfoblock { background: {vb:stylevar sidebar_content_background}; margin: 1px; padding-bottom: 5px; } .blogentrybit h4, div#blog_title { padding-{vb:stylevar right}:2px; padding-{vb:stylevar left}:10px; color:{vb:stylevar vbblog_bloglist_header_color}; font-size:14px; line-height:35px; margin: 1px; background: {vb:stylevar blockhead_background}; } .blockhead h4#blog_title { background: transparent none; display:inline-block; padding:0; margin:0; line-height:20px;} li.activitybit .content .title { background: none repeat scroll 0 0 transparent; } .thread_info .vbs_forumrow.table.vbs_thead a.collapse { position: relative; right: 3px; top: 0; } #wgo a.collapse { position: relative; right: 5px; top: 1px; } .activitystream li.activitybit { border: 1px solid #373737; } .activitystream .blockbody { background: none repeat scroll 0 0 transparent; border: none; } .block.activitystream { border: medium none; } .activitystream_block li.activitybit { border: 1px solid #373737; } |
#7
|
||||
|
||||
I'll do something in the morning.. Thanks for the laugh man..
The coders will get it.. --------------- Added [DATE]1444494148[/DATE] at [TIME]1444494148[/TIME] --------------- To set the bit you want look in forms after you check 'Hide Variables'. the editor resides in forms so the outside bit is set with that and is global for all forms. The styling for the text editor itself resides in 'editor' in the vars. You can change the background and other parameters for the bbcode boxes and such there. In this one I added some css styling to create a hover effect for the input box but most of it is set it those two areas of the vars. If you Hide Variables when using the vars it is much easier to work with, also remember that you need to uncheck Hide Variables if you do a search as nothing will show if it is checked. |
#8
|
||||
|
||||
Quote:
|
#9
|
||||
|
||||
Everything in the gray area is modded in editor. The darker outside part is the forms part.
The best way to figure it out is to change one thing at a time and then refresh the page and find the change in appearance. Copy whatever is there originally and stick it in notepad until you are done so you can set things back if you don't like it or you change something you did not want to. As I said with forms earlier, It is global and will set stuff for the background and input boxes for account info, polls and such. The editor is just the lighter inside area of the pic I posted.. Keep in mind that forms input BG also sets the editors typing area to it's color. It is the one thing not controlled by "editor" options in the vars for the editor part. --------------- Added [DATE]1444568903[/DATE] at [TIME]1444568903[/TIME] --------------- To set the parts you pointed to it would be the forms BG.. |
#10
|
||||
|
||||
Download the FireBug browser addon for firefox, and use Firebug to find the exact CSS to edit. FireBug works wonders with template editing and customizing.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|