System/Libraries/Html/Renderer: Implement some CSS default rules
This commit is contained in:
parent
def7d53101
commit
ae42db0be5
3 changed files with 36 additions and 1 deletions
28
Applications/Internet/Cyberia.app/Resources/Default.css
Normal file
28
Applications/Internet/Cyberia.app/Resources/Default.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
h1 {
|
||||
font-size: 2em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.17em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.83em;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.67em;
|
||||
font-weight: bold
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue