Difference between revisions of "MediaWiki:Frame.rythm"

From BITPlan Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
   <meta charset="utf-8"/>
 
   <meta charset="utf-8"/>
 
   <style>
 
   <style>
body {
+
    body {
    background-color: linen;
+
      background-color: #EEEEEE;
}
+
      font-size: 18px;
 +
      line-height: 21px;
 +
    }
  
 
h1 {
 
h1 {

Revision as of 21:46, 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: #EEEEEE;
      font-size: 18px;
      line-height: 21px;
    }

h1 {
    color: #FF8000;
}

h2 {
    color: #FF8000;
}

h3 {
    color: #FF8000;
}
  </style>
</head>
<body>
  <div id='content'>
@(content)
  </div>
</body>