Talk:Ru/Main Page: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 6: Line 6:
:::Hooray! I am bad at CSS, so I'm use otherlang2's code (country flags is moving this horizontal bar):
:::Hooray! I am bad at CSS, so I'm use otherlang2's code (country flags is moving this horizontal bar):
:::<pre><div style="position:relative;top:-32px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#262626;margin-top:5px;border:0;width:100%">&nbsp;</div></pre>
:::<pre><div style="position:relative;top:-32px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#262626;margin-top:5px;border:0;width:100%">&nbsp;</div></pre>
:::I don't know, but maybe some of this is unnecessary. In code I just add "width:100%". Also, between "div" tags I use &nbsp . With normal "space" it's not working. And I don't know, it's working correctly or not, but at my Opera and Chrome browsers all OK.
:::I don't know, but maybe some of this is unnecessary. In code I just add "width:100%". Also, between "div" tags I use &nbsp . With normal "space" it's not working. And I don't know, it's working correctly or not, but at my Opera and Chrome browsers all OK.{{unsigned|Mehiller}}
::::Success! A quick fix, rather. &mdash;[[User:Mattshu|Mattshu]] 15:13, 29 August 2011 (PDT)

Revision as of 15:13, 29 August 2011

Line under title

Somebody know how to remove line under title? Неподписанный коментарий добавлен Mehiller (разговорвклад)

I think JeffLane edited the direct CSS template instead of the wiki source to remove the horizontal bar. —Mattshu 07:00, 29 August 2011 (PDT)
Yes, I know, what it's possible to use CSS for this, but only Admins can do it. Maybe there is a way for use Wiki formatting? Or div/span tags? --Mehiller 07:18, 29 August 2011 (PDT)
Hooray! I am bad at CSS, so I'm use otherlang2's code (country flags is moving this horizontal bar):
<div style="position:relative;top:-32px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#262626;margin-top:5px;border:0;width:100%"> </div>
I don't know, but maybe some of this is unnecessary. In code I just add "width:100%". Also, between "div" tags I use &nbsp . With normal "space" it's not working. And I don't know, it's working correctly or not, but at my Opera and Chrome browsers all OK.Неподписанный коментарий добавлен Mehiller (разговорвклад)
Success! A quick fix, rather. —Mattshu 15:13, 29 August 2011 (PDT)