User:Gernash/ModInfo

From Step Mods | Change The Game
< User:Gernash
Revision as of 04:46, April 21, 2017 by Gernash (talk | contribs)

scrollbar * { display: -moz-box !important; } scrollbar { -moz-appearance: scrollbar !important; }

@-moz-document domain("www.XXXXXX.com"){

/* table-of-content sidebar*/ div.toc {

 position: fixed !important;
 top: 1em !important;
 bottom: 3em !important;
 right: 0px !important;
 overflow-y: auto !important;
 display: -moz-box !important;
 height: 85% !important;
 width: 16% !important;
 margin-top: auto !important;
 margin-bottom: auto !important;

}

/* reducing page width to save it from going underneath toc */ div.bar, div.header, div.doc, div.breadcrumbs { width:82% !important} div.page {

 width: 80% !important;
 border: 0px #6C9AD0 solid !important;
 padding: 1em !important;

}

/* styling the 'Edit' button */ input[value="Edit"] { font-weight: bold !important; font-size:9px !important; border-width: 2px !important; } }

Purpose & Usage

Template used for standardized Mod Information layout in User:Gernash/MODWiki

Adds floating boxes for Three Fields
|Description=
|Installation=
|Information=
|Additional=

Examples

Code 1


{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=None3
|Additional=None4}}{{clear}}

Result

Description

None1
Installation

None3
Information

None2
Additional

TEST SPACE


Code 2


{{User:Gernash/ModInfo
|Description=None1
|Installation=None3}}{{clear}}

Result

Description

None1
Installation

None3

Code 3


{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=
Can be Complex
*With indentations
**Greater Depth

including text boxes

{{fs|1.2em|{{fc|#DC143C|<-- COLORS -->}}}} 
<u>{{fc|#8DA9C0|Underline}}</u> 
[[Main_Page|Hyperlinks]]
}}{{clear}}

Result

Description

None1
Installation

Can be Complex
  • With indentations
    • Greater Depth
including text boxes

<-- COLORS --> Underline

Hyperlinks
Information

None2