You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Boxes"
m (1 revision: Migration) |
The basic configuration of this wiki contains standard-boxes. You can easily enframe textparts or change the background colour.
Following Frames are available:
class: border-blue, blueborder
class: border-beige, beigeborder
class: border-green, greenborder
class: border-yellow, yellowborder
class: border-red, redborder
Following boxes are available:
class: box-blue, bluebox
class: box-beige, beigebox
class: box-green, greenbox
class: box-yellow, yellowbox
class: box-red, redbox
You can also combinate different frames and boxes together:
class: box-blue
class: box-red
class: box-green
standard preformated text (MediaWiki)
class: box-yellow
class: border-red, redborder
To enframe a text with colours you have to work with div-tags. For example:
Aussehen | Code |
---|---|
Hello World!
|
<div class="box-blue"> Hello World! </div> |
Hello World!
|
<div class="border-blue"> Hello World! </div> |
__NOTOC__ The basic configuration of this wiki contains standard-boxes. You can easily enframe textparts or change the background colour. Following Frames are available: <div class="border-blue">class: border-blue, blueborder</div> <div class="border-beige">class: border-beige, beigeborder</div> <div class="border-green">class: border-green, greenborder</div> <div class="border-yellow">class: border-yellow, yellowborder</div> <div class="border-red">class: border-red, redborder</div> Following boxes are available: <div class="box-blue">class: box-blue, bluebox</div> <div class="box-beige">class: box-beige, beigebox</div> <div class="box-green">class: box-green, greenbox</div> <div class="box-yellow">class: box-yellow, yellowbox</div> <div class="box-red">class: box-red, redbox</div> You can also combinate different frames and boxes together: <div class="box-blue">class: box-blue <div class="box-red">class: box-red <div class="box-green">class: box-green</div> <pre>standard preformated text (MediaWiki)</pre> </div> <div class="box-yellow">class: box-yellow</div> <div class="border-red">class: border-red, redborder</div> </div> To enframe a text with colours you have to work with div-tags. For example: {| class="wikitable" |- !|Aussehen !|Code |- ||<div class="box-blue">Hello World!</div> || <nowiki> <div class="box-blue"> Hello World! </div> </nowiki> |- ||<div class="border-blue">Hello World!</div> || <nowiki> <div class="border-blue"> Hello World! </div> </nowiki> |}
(No difference)
|
Retrieved from "https://bs3-en.wiki.bluespice.com/w/index.php?title=Boxes&oldid=914"