Difference between revisions of "Template:Note"

From wiki.emacinc.com
Jump to: navigation, search
(Undo revision 4469 by Psussman (talk))
Line 10: Line 10:
 
</noinclude><includeonly><br />
 
</noinclude><includeonly><br />
 
<div class="tnote" style="
 
<div class="tnote" style="
  box-shadow: 0px 1px 2px #888 inset;
+
 
  margin-left:7%;
 
  margin-right:22%;
 
  background-color:#f9f9fc;
 
  border-radius:13px;
 
  -webkit-box-shadow:0px 1px 2px #888 inset;
 
  color:#00003e; color:#00003e;
 
  color:#00003e;
 
  font-weight:bold;
 
  line-height:1.25em;
 
  padding:11px;
 
  padding-left:20px;
 
  padding-right:20px;
 
  font-size:normal;
 
  font-style:normal;
 
 
">
 
">
 
<table style="box-shadow:none;">
 
<table style="box-shadow:none;">
Line 30: Line 16:
 
     <td style="box-shadow:none;">
 
     <td style="box-shadow:none;">
 
       <b style="
 
       <b style="
        font-variant:small-caps;
+
        font-size:175%;
 
        font-style:oblique;
 
        margin-right:16px;
 
        font-weight:bolder;
 
        box-shadow:2px 3px 11px 6px rgb(218,228,250);
 
        padding:0px 3px 1px 4px;
 
        background-color:rgb(255,255,119);
 
 
       ">
 
       ">
 
         Note:
 
         Note:

Revision as of 15:19, 15 July 2015

Use this template like this:

{{note|This is a note about how to use the Note box.}}

to produce:



NOTE
This is a note about how to use the Note box.