Template:Ednote: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
| (37 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
{{#titleparts: {{PAGENAME}} | | -1 }} | {{#titleparts: {{PAGENAME}} | | -1 }} | ||
| pv | | | | pv | | | ||
<div style="margin-left: | <div class="ednote"><span class="divStart"/> | ||
<div class="ednote-title">'''{{{title|Educator note}}}''' </div> | |||
<div class="ednote-text"> | |||
{{{text}}} | |||
</div> | |||
border-left: | <span class="divEnd"/></div> | ||
}}<noinclude> | |||
<!-- style="background-color: #FF8080;", http://mediawiki2latex.wmflabs.org/ --> | |||
border- | 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: | |||
[[Category:OER4Schools templates]] | |||
<div style=" | |||
border-left: solid 10px goldenrod; | |||
border-top-left-radius: 10px; | |||
border-bottom-left-radius: 10px; | |||
background: linen; | |||
margin: 10px; | |||
margin-left: 20px; | |||
"> | |||
<div style="padding: 5px; padding-left: 10px; border-bottom: solid 1px DarkRed;">'''{{{title|Educator note}}}''' </div> | |||
<div style="padding: 10px; padding-left: 10px;"> | |||
{{{text}}} | {{{text}}} | ||
</div> | </div> | ||
}} | </div> | ||
<div style=" | |||
margin: 10px; | |||
margin-left: 20px; | |||
border-left:solid 10px DarkRed; | |||
background-color:#efefef; | |||
border-top-left-radius: 10px; | |||
border-bottom-left-radius: 10px; | |||
"> | |||
<div style="padding: 5px; padding-left: 10px; border-bottom: solid 1px DarkRed;">'''{{{title|Educator note}}}''' </div> | |||
<div style="padding: 10px; padding-left: 10px;"> | |||
{{{text}}} | |||
</div> | |||
</div> | |||
<div style="margin: 10px; | |||
margin-left: 20px; | |||
border-left:solid 10px DarkRed; | |||
background: #efefef; | |||
overflow:auto; | |||
border-top-left-radius: 10px; | |||
border-bottom-left-radius: 10px;"> | |||
<div style="padding: 5px; padding-left: 10px; border-bottom: solid 1px DarkRed;">'''{{{title|Educator note}}}''' </div> | |||
<div style="padding: 10px; padding-left: 10px;"> | |||
{{{text}}} | |||
</div> | |||
</div> | |||
</noinclude> | |||
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}}}
