MediaWiki:Frame.rythm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 16: | Line 16: | ||
h1 { | h1 { | ||
color: #FF8000; | color: #FF8000; | ||
} | |||
h2 { | |||
color: #FF8000; | |||
} | |||
h3 { | |||
color: #FF8000; | |||
} | } | ||
</style> | </style> | ||
Revision as of 19:44, 2 February 2017
@// Rythm template for the manager for the
@// Entity Attribute which is a DocElement
@args() {
String content;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<style>
body {
background-color: linen;
}
h1 {
color: #FF8000;
}
h2 {
color: #FF8000;
}
h3 {
color: #FF8000;
}
</style>
</head>
<body>
<div id='content'>
@(content)
</div>
</body>