Difference between revisions of "Dn-css-2"
From EncyclopAtys
FairyFighter (talk | contribs) m |
|||
(35 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
===Paragraph=== | ===Paragraph=== | ||
Biggest problem I see here horizontal line. Not line but its color. If we would use standard wiki markup we can not change its color. It appears at highest level.. Then it is there no more: | Biggest problem I see here horizontal line. Not line but its color. If we would use standard wiki markup we can not change its color. It appears at highest level.. Then it is there no more: | ||
+ | <syntaxhighlight lang='css'> | ||
+ | PROVIDE EXAMPLES | ||
+ | </syntaxhighlight lang='css'> | ||
=1= | =1= | ||
Line 11: | Line 14: | ||
3333333 | 3333333 | ||
---- | ---- | ||
+ | |||
That's why I would consider using an alternative approach. | That's why I would consider using an alternative approach. | ||
− | + | ====4==== | |
{{:dn-paragraph | {{:dn-paragraph | ||
− | |Header= | + | |Header=Some HEADER |
|Content=Some text | |Content=Some text | ||
|Pallete=RT | |Pallete=RT | ||
Line 20: | Line 24: | ||
===Table=== | ===Table=== | ||
− | No HTML table here, only CSS: | + | No HTML table here, only CSS! Tables are used for grid-ish layout. On our wiki is it not often used but there are some features were it is used as 'mark plates': [[Template:Homin|Template: Homin]] |
+ | <syntaxhighlight lang='css'> | ||
+ | PROVIDE EXAMPLES | ||
+ | </syntaxhighlight> | ||
− | |||
− | |||
− | |||
− | |||
− | == | + | {{:dn-menu-buttons |
− | = | + | |CellCount=2 |
− | + | |Pallete=MR | |
− | + | |Link1=[[dn-css| <- BACK]] | |
− | + | |Link2=[[dn-css-3| NEXT ->]] | |
+ | }} |
Latest revision as of 16:04, 23 November 2021
Page elements
A nice concept of separated text in a box! Lets make it a bit more modern:
Paragraph
Biggest problem I see here horizontal line. Not line but its color. If we would use standard wiki markup we can not change its color. It appears at highest level.. Then it is there no more:
PROVIDE EXAMPLES
</syntaxhighlight lang='css'>
=1=
111111
==2==
2222222
===3===
3333333
----
That's why I would consider using an alternative approach.
====4====
{{:dn-paragraph
|Header=Some HEADER
|Content=Some text
|Pallete=RT
}}
===Table===
No HTML table here, only CSS! Tables are used for grid-ish layout. On our wiki is it not often used but there are some features were it is used as 'mark plates': [[Template:Homin|Template: Homin]]
<syntaxhighlight lang='css'>
PROVIDE EXAMPLES