The Arcive of vBulletin Modifications Site. |
|
CSS Background Images Details »»
|
|||||||||||||||||||||||||
BB Code to enhance posting by giving background image effect only with CSS
Title : Ruled Line Background BB Code Tag Name: rlbg Replacement : Code:
<style>
.paper {
text-align:justify;
font-size:16px;
background-color: #fff;
background-image:
linear-gradient(transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
linear-gradient(#eee .1em, transparent .1em);
background-size: 100% 1.2em;
}
</style>
<div class="paper">{param}</div>
Code:
[rlbg]This is to test the ruled line background effect using css[/rlbg] Use {option} = No No button image Remove Tag if empty : Yes All other four are : NO Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Screen shot for the above BBCode:
![]() The top and bottom pattern also made with css only. |
|
#3
|
|||
|
|||
|
Looks great. I'll have to give this a try.
THANKS Ahobilam!
|
![]() |
|
|