Template:Ednote: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{{#titleparts: {{PAGENAME}} | | -1 }} | {{#titleparts: {{PAGENAME}} | | -1 }} | ||
| pv | | | | pv | | | ||
<div class="ednote"> | <div class="ednote"><span class="divStart"/> | ||
<div class="ednote-title">'''{{{title|Educator note}}}''' </div> | <div class="ednote-title">'''{{{title|Educator note}}}''' </div> | ||
<div class="ednote-text"> | <div class="ednote-text"> | ||
{{{text}}} | {{{text}}} | ||
</div> | </div> | ||
</div> | <span class="divEnd"/></div> | ||
}}<noinclude> | }}<noinclude> | ||
<!-- style="background-color: #FF8080;", http://mediawiki2latex.wmflabs.org/ --> | |||
Current css: | Current css: | ||
Latest revision as of 19:56, 23 January 2018
Educator note
{{{text}}}
Current css:
.ednote {
margin: 10px;
margin-left: 20px;
border-left:solid 10px DarkRed;
background: #efefef;
overflow:auto;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.ednote-title {
padding: 5px; padding-left: 10px; border-bottom: solid 1px DarkRed;
}
.ednote-text {
padding: 10px; padding-left: 10px;
};
Previous versions:
Educator note
{{{text}}}
Educator note
{{{text}}}
Educator note
{{{text}}}
