Template:Benchmark: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#css:
<includeonly><div class="benchmark">
.benchmark {
<div style="float:left;">[[Image:Benchmark32.png|link=]]</div>
  position: relative;
  margin: 5px auto 0px 25px;
  width: 250px;
  height: 45px;
  border: 2px solid #678;
  background-color: #2b2b2b;
  border-radius: 25px;
  box-shadow: 0 0 10px -2px #9CC;
  color: #000;
}
.benchmark img {
  margin: 7px 10px;
}
.benchtext {
  position: absolute;
  top: 50%;
  height: 1.5em;
  margin-top: -0.7em;
  margin-left: 70px;
  text-shadow: 0 0 5px #7FC, 0 0 5px #7FC, 0 0 5px #7FC;
  font-size: 1.5em;
}
}}
<div class="benchmark">
<div style="float: left;">[[Image:Benchmark32.png]]</div>
<div class="benchtext">'''Benchmark'''</div>
<div class="benchtext">'''Benchmark'''</div>
<div style="float:right;">[[Image:Benchmark32.png]]</div>
<div style="float:right;">[[Image:Benchmark32.png|link=]]</div>
</div><br>
</div><br /></includeonly><noinclude>__NOTOC__[[Category:Graphics Templates]]
== Purpose & Usage ==
This inserts the Benchmark image.
 
== Examples ==
'''Code:'''
<pre>{{Benchmark}}</pre>
'''Result:'''
{{Benchmark}}
 
== See Also ==
None
</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