Template:Benchmark: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#css:
<includeonly><div class="benchmark">
div.benchmark {
<div style="float:left;">[[Image:Benchmark32.png|link=]]</div>
  width: 200px;
<div class="benchtext">'''Benchmark'''</div>
  border: 1px solid #678;
<div style="float:right;">[[Image:Benchmark32.png|link=]]</div>
  border-radius: 25px;
</div><br /></includeonly><noinclude>__NOTOC__[[Category:Graphics Templates]]
  background: #123;
== Purpose & Usage ==
  box-shadow: 0 0 10px -2px #9CC;
This inserts the Benchmark image.
  margin: 0 auto;
 
}
== Examples ==
div.benchmark span {
'''Code:'''
  display: inline-block;
<pre>{{Benchmark}}</pre>
  vertical-align: middle;
'''Result:'''
}
{{Benchmark}}
span.benchmark {
 
  width: 60%;
== See Also ==
  text-align: center;
None
  font-weight: bold;
</noinclude>
  color: #000;
  text-shadow: 0 0 2px #F81, 0 0 0 2px #F81;
}
}}
<div class="benchmark">
<span style="float: left;">[[Image:Benchmark32.png]]</span>
<span style="benchmark">{{Fs|1.5em|'''Benchmark'''}}</span>
<span style="float: right;">[[Image:Benchmark32.png]]</span>
</div>
<noinclude>{| style="width:10%; border:2px solid #678; padding: 4px 0px 0px 5px; border-radius:25px; background:#123; box-shadow: 0 0 10px -2px #9CC;"
|-
| style="text-align:left;" |[[Image:Benchmark32.png]]
| style="text-align:center; width:100%; font-weight:900; color:#000; text-shadow:0 0 0.2em #F81,0 0 0.2em #F81,0 0 0.2em #F81" | {{Fs|1.5em|'''Benchmark'''}}
| style="text-align:right;" |[[Image:Benchmark32.png]]
|}</noinclude>
<noinclude>

Latest revision as of 03:50, December 2, 2020

Purpose & Usage

This inserts the Benchmark image.

Examples

Code:

{{Benchmark}}

Result:

Benchmark32.png
Benchmark
Benchmark32.png


See Also

None