Difference between revisions of "Template:Stamp"

From Game Logs
Jump to: navigation, search
(You never knew how you needed that.)
 
m
 
Line 4: Line 4:
 
     display: block;
 
     display: block;
 
     position: absolute;
 
     position: absolute;
 
 
     color: {{{Color|red}}};
 
     color: {{{Color|red}}};
 
     text-align: center;
 
     text-align: center;
 
 
     z-index: 10;
 
     z-index: 10;
    cursor: pointer;
 
 
 
     -ms-transform: rotate({{{Angle|20}}}deg);
 
     -ms-transform: rotate({{{Angle|20}}}deg);
 
     -webkit-transform: rotate({{{Angle|20}}}deg);
 
     -webkit-transform: rotate({{{Angle|20}}}deg);
Line 16: Line 12:
 
"><div style="
 
"><div style="
 
     border-radius: 20px;
 
     border-radius: 20px;
     border: 2px solid {{{Color|red}}};
+
     border: 5px solid {{{Color|red}}};
 
     font-size: 50px;
 
     font-size: 50px;
 +
    font-weight: bold;
 
     padding: 20px;
 
     padding: 20px;
"><strong>{{{Text}}}</strong></div>{{{Note|}}}</div></includeonly>
+
">{{{Text}}}</div>{{{Note|}}}</div></includeonly><noinclude>
<noinclude>
 
 
[[Category:Appearance]]
 
[[Category:Appearance]]
 
Stamp template:
 
Stamp template:

Latest revision as of 06:23, 11 September 2018

Stamp template:

 {{Stamp|Text=main text
        |Note=additional text
        |Color=color of stamp
        |X=x-position
        |Y=y-position
        |Angle=angle of rotation in degrees
 }}

Examples:

 {{Stamp|Text=STAMP}}
STAMP
 {{Stamp|Text=APPROVED|Note=FOR OFFICIAL USE ONLY|Color=green|X=40%|Y=30%|Angle=-35}}
APPROVED
FOR OFFICIAL USE ONLY