Template:Benchmark: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(29 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: absolute;
<div class="benchtext">'''Benchmark'''</div>
  margin: 5px auto;
<div style="float:right;">[[Image:Benchmark32.png|link=]]</div>
  width: 250px;
</div><br /></includeonly><noinclude>__NOTOC__[[Category:Graphics Templates]]
  height: 45px;
== Purpose & Usage ==
  border: 2px solid #678;
This inserts the Benchmark image.
  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 #F81, 0 0 5px #F81, 0 0 5px #F81;
  font-size: 1.5em;
}
}}


This is some text
== Examples ==
<div class="benchmark">
'''Code:'''
<div style="float: left;">[[Image:Benchmark32.png]]</div>
<pre>{{Benchmark}}</pre>
<div class="benchtext">'''Benchmark'''</div>
'''Result:'''
<div style="float:right;">[[Image:Benchmark32.png]]</div>
{{Benchmark}}
</div><br />
 
This is some text
== 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