The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help with blog styling
I'm working on a custom skin for a site I'm gonna launch soon and I need some help finding the CSS to change some tag code. I want to make the white background in the popup in the screen shot be transparent so I need to know where to edit the CSS to do this. I cannot find it anywhere.
|
#2
|
|||
|
|||
Looks like it's one of the tag_edit templates, maybe tag_edit_ajax_popup.
|
#3
|
||||
|
||||
Quote:
Code:
<div class="ajax_tag_edit_container" style="background-color:#281f28;border:1px solid #5a022b;border-radius:8px;padding:10px;color:#ffffff;"> <form action="threadtag.php?do=managetags" method="post" name="vbform"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0"> <tr> <td class="tcat"> </td> </tr> <tr> <td align="center"> <div class="panel"> <div align="$stylevar[left]"> <fieldset class="fieldset"> <legend style="color:yellow;">$vbphrase[edit_tags]</legend> <div style="padding:$stylevar[formspacer]px"> <if condition="$tag_manage_options"> <div style="padding-bottom:$stylevar[formspacer]px">$vbphrase[uncheck_tag_remove_bold_you]</div> <ul class="floatcontainer" id="tag_edit_list"> $tag_manage_options </ul> <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> </if> <div style="float: $stylevar[right]"> <if condition="$show['add_option']"><div style="visibility:hidden">text</div></if> </div> <if condition="$show['add_option']"> <div> <span class="shade">($vbphrase[separate_tags_using_comma])</span></div> <div id="tag_add_wrapper"> <input type="text" class="bginput" name="taglist" id="tageditinput_$contentid" size="50" style="width:200px" tabindex="301" /> </div> <if condition="$show['tag_limit_phrase']"> <if condition="!$tags_remain"> $vbphrase[cannot_add_tags_remove_first] <else /> <phrase 1="$tags_remain">$vbphrase[you_may_add_x_tags]</phrase> </if> $vbphrase[tags_visible_all_users] </if> </if> </div> </fieldset> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="hidden" name="do" value="managetags" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="contenttype" value="$contenttype" /> <input type="hidden" name="contentid" value="$contentid" /> <input type="hidden" name="url" value="$url" /> <img src="$stylevar[imgdir_misc]/progress.gif" id="tageditprogress_$contentid" class="inlineimg" style="display:none" alt="" /> <input type="button" id="tageditsubmit_$contentid" name="tagsubmit" class="button" value="$vbphrase[save_changes]" accesskey="s" tabindex="302" /> <input type="button" class="button" value="$vbphrase[cancel]" id="tageditcancel_$contentid" accesskey="c" tabindex="303" /> </div> </td> </tr> </table> </form> </div> <div id="tag_add_wrapper_menu" class="vbmenu_popup" style="display:none"></div> Code:
<div id="blogtagmenu_1_menu" style="width: 300px; background: none repeat scroll 0% 0% rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); padding: 10px; position: absolute; z-index: 50; clip: rect(auto, auto, auto, auto); left: 239px; top: 492px; display: none;"> The actual template code is: Code:
<span id="blogtagmenu_{vb:raw blog.blogid}"><a href="threadtag.php?{vb:raw session.sessionurl}do=manage&contenttype=vBBlog_BlogEntry&contentid={vb:raw blog.blogid}"><img src="{vb:stylevar imgdir_misc}/blog/tag_edit.png" border="0" class="inlineimg" id="blogtag_{vb:raw blog.blogid}" alt="{vb:rawphrase edit_tags}" /></a></span There is no call for "blogtagmenu" or "blogtagmenu_" in any of the CSS in the templates and I tried adding it to the additional.css template to no avail. --------------- Added [DATE]1425820304[/DATE] at [TIME]1425820304[/TIME] --------------- Also there is CSS but I cannot find it anywhere in the templates this is what I need to change but I have no idea where to find it: Code:
element.style { background: none repeat scroll 0 0 #ffffff; border: 1px solid #000000; clip: rect(auto, auto, auto, auto); display: none; left: 312px; padding: 10px; position: absolute; top: 638px; width: 300px; z-index: 50; } |
#4
|
|||
|
|||
I'm not sure, but I'd guess that element.style means that those attributes come from the style="..." in one of the tags.
|
#5
|
||||
|
||||
Thanks. Still have not found it. Its got to be somewhere. Is there a separate tag.css file or something in the files somewhere?
|
#6
|
|||
|
|||
According to Lynne it's not in any css file.
https://vborg.vbsupport.ru/showpost....58&postcount=2 From thread ... https://vborg.vbsupport.ru/showthread.php?t=266697 |
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
When you searched did you search in templates for blogtagmenu_1_menu ?
|
#9
|
||||
|
||||
Yes it does not give anything at all. The 1_menu part is probably indicating my blog since I'm the only one on there & my blog id would be blog 1. Searching for blogtagmenu also does not render any results that give css coded into the template. So I'm at a loss I have no idea where to find this and I HAVE to change it.
|
#10
|
|||
|
|||
EDIT:
Found it! Template = tag_edit_ajax_popup |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|