Template:Ednote: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
(59 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>< | {{#ifeq: | ||
{{#titleparts: {{PAGENAME}} | | -1 }} | |||
| pv | | | |||
padding-bottom: | <div class="ednote"><span class="divStart"/> | ||
padding- | <div class="ednote-title">'''{{{title|Educator note}}}''' </div> | ||
border-left: solid | <div class="ednote-text"> | ||
border-top: | {{{text}}} | ||
border-bottom: solid 1px | </div> | ||
border- | <span class="divEnd"/></div> | ||
background-color: # | }}<noinclude> | ||
<!-- style="background-color: #FF8080;", http://mediawiki2latex.wmflabs.org/ --> | |||
Current css: | |||
'''Educator | |||
.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}}} | |||
</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}}} | {{{text}}} | ||
</div></noinclude> | </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}}}