Unreported: get the styling (in this case the welcome box) like a post in the viewtopic. Means: quote, code and list tags will be displayed properly, as well as the same font-size as in posts. We need to get this in the text view of the news and announcements too, to get the BBCodes displayed properly (in special list tags). And: we can't get the (nearly unvisible) corners out, as long as we don't create our own css (which is not a good idea because of adaptions to other styles). Over and out. :)
This commit is contained in:
19
root/styles/prosilver/template/portal/block/welcome.html
Normal file
19
root/styles/prosilver/template/portal/block/welcome.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="forabg">
|
||||
<div class="inner">
|
||||
<span class="corners-top"><span></span></span>
|
||||
<ul class="topiclist">
|
||||
<li class="header"><dl><dt>{L_WELCOME}</dt></dl></li>
|
||||
</ul>
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="postbody">
|
||||
<div class="content">{PORTAL_WELCOME_INTRO}</div>
|
||||
</div>
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
|
||||
<span class="corners-bottom"><span></span></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br style="clear:both" />
|
||||
Reference in New Issue
Block a user