Template:Benchmark: Difference between revisions

From Step Mods | Change The Game
No edit summary
mNo edit summary
 
(34 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;
<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;
== Examples ==
  box-shadow: 0 0 10px -2px #9CC;
'''Code:'''
  color: #000;
<pre>{{Benchmark}}</pre>
}
'''Result:'''
.benchmark img {
{{Benchmark}}
  margin: 7px 10px;
 
}
== See Also ==
.text {
None
  position: absolute;
</noinclude>
  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;
}
}}
<div class="benchmark">
<div style="float: left;">[[Image:Benchmark32.png]]</div>
<div class="text">'''Benchmark'''</div>
<div style="float:right;">[[Image:Benchmark32.png]]</div>
</div>

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