Difference between revisions of "Boxes"
(Tag: Visual edit) |
The basic configuration of this wiki contains standard-boxes. You can easily enframe textparts or change the background colour.
Following Frames are available:
Following boxes are available:
You can also combinate different frames and boxes together:
standard preformated text (MediaWiki)
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!
|
Hello World!
<div
|
class="border-blue">
Hello World!
|
__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> </nowiki> <div class="box-blue"> Hello World! </div> </nowiki> |- ||<div class="border-blue">Hello World!</div> || <nowiki> </nowiki> <div class="border-blue"> Hello World! </div> </nowiki> |} |} [[en:{{FULLPAGENAME}}]] [[de:Boxen]]
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
__NOTOC__ | __NOTOC__ | ||
Line 5: | Line 4: | ||
Following Frames are available: | Following Frames are available: | ||
+ | |||
<div class="border-blue">class: border-blue, blueborder</div> | <div class="border-blue">class: border-blue, blueborder</div> | ||
<div class="border-beige">class: border-beige, beigeborder</div> | <div class="border-beige">class: border-beige, beigeborder</div> | ||
Line 12: | Line 12: | ||
+ | Following boxes are available: | ||
− | |||
<div class="box-blue">class: box-blue, bluebox</div> | <div class="box-blue">class: box-blue, bluebox</div> | ||
<div class="box-beige">class: box-beige, beigebox</div> | <div class="box-beige">class: box-beige, beigebox</div> | ||
Line 21: | Line 21: | ||
+ | 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> | |
− | <div class="box-blue">class: box-blue | + | <pre>standard preformated text (MediaWiki)</pre></div> |
− | <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="box-yellow">class: box-yellow</div> | ||
<div class="border-red">class: border-red, redborder</div> | <div class="border-red">class: border-red, redborder</div> | ||
Line 34: | Line 31: | ||
To enframe a text with colours you have to work with div-tags. For example: | To enframe a text with colours you have to work with div-tags. For example: | ||
+ | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 42: | Line 40: | ||
|| | || | ||
<nowiki> | <nowiki> | ||
+ | </nowiki> | ||
+ | |||
<div class="box-blue"> | <div class="box-blue"> | ||
Hello World! | Hello World! | ||
</div> | </div> | ||
− | + | ||
|- | |- | ||
||<div class="border-blue">Hello World!</div> | ||<div class="border-blue">Hello World!</div> | ||
|| | || | ||
<nowiki> | <nowiki> | ||
+ | </nowiki> | ||
+ | |||
<div class="border-blue"> | <div class="border-blue"> | ||
Hello World! | Hello World! | ||
</div> | </div> | ||
− | + | ||
|} | |} | ||
+ | [[en:{{FULLPAGENAME}}]] | ||
+ | [[de:Boxen]] |