Difference between revisions of "User:ElStrages"

From RimWorld Wiki
Jump to navigation Jump to search
(Removed links.)
(18 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
{{infobox main|animal
 
{{infobox main|animal
 
|name = elStrages  
 
|name = elStrages  
|image = Coming Soon!
 
 
|info = Rimworlder, Modder, Public Tester<br />and Life enthusiast!
 
|info = Rimworlder, Modder, Public Tester<br />and Life enthusiast!
 
|type = Pawn  
 
|type = Pawn  
 
|type2 = Mental Pawn
 
|type2 = Mental Pawn
 
|placeable = No
 
|placeable = No
|speed = Very Slow  
+
<!--|speed = Very Slow -->
 
}}
 
}}
 
<!-- General Information -->
 
<!-- General Information -->
 
elStrages aka Dave is a modder and public tester for RimWorld.  
 
elStrages aka Dave is a modder and public tester for RimWorld.  
 
{{elStrages_contents_(mod)}}
 
{{elStrages_contents_(mod)}}
 +
==testing a box==
 +
<div style="position: fixed; right:0; bottom:0; background: transparent; height:64px; width:64px;">[[Image:Rose.png|64px]]</div>
  
 
== Contact Details ==
 
== Contact Details ==
Line 23: Line 24:
 
<!-- This is a hidden comment for Reference -->
 
<!-- This is a hidden comment for Reference -->
  
<!--Architect Nav Box-->
+
Mechanoid_Centipede
{| {{STDT| c_01 text-center}}
+
Mechanoid_Scyther
! [[Architect]] !! [[Orders]] !! [[Zone]] !! [[Structures]] !! [[Production]] !! [[Furniture]] !! [[Power]] !! [[Security]] !! [[Misc]] !! [[Floors]] !! [[Decoration]] !! [[Ship]] !
+
 
|}
+
==Nav Test==
 +
<!--Main Selection Nav Box-->
 +
{| style="border-spacing:1px; outline: 2px #EEEEEE solid;" align=center
 +
| style="border: 3px #33CCFF outset; background-color: #CCCCEB; padding: 2px 4px;" | [[Basics|Basics]]
 +
| style="border: 3px #33CCFF outset; background-color: #D1D1ED; padding: 2px 4px;" | [[Overview]]  
 +
| style="border: 3px #33CCFF outset; background-color: #CCCCEB; padding: 2px 4px;" | [[AI_Storytellers|AI&nbsp;Storytellers]]  
 +
| style="border: 3px #33CCFF outset; background-color: #D1D1ED; padding: 2px 4px;" | [[Gameplay]]  
 +
| style="border: 3px #33CCFF outset; background-color: #CCCCEB; padding: 2px 4px;" | [[Characters]]
 +
| style="border: 3px #33CCFF outset; background-color: #D1D1ED; padding: 2px 4px;" | [[Mods]]
 +
| style="border: 3px #33CCFF outset; background-color: #CCCCEB; padding: 2px 4px;" | [[Architect|Architect&nbsp;Menu]]  
 +
| style="border: 3px #33CCFF outset; background-color: #D1D1ED; padding: 2px 4px;" | [[Character_Types|Character&nbsp;Types]]
 +
| style="border: 3px #33CCFF outset; background-color: #CCCCEB; padding: 2px 4px;" | [[Plants]]
 +
| style="border: 3px #33CCFF outset; background-color: #D1D1ED; padding: 2px 4px;" | [[Resources]]
 +
| style="border: 3px #33CCFF outset; background-color: #CCCCEB; padding: 2px 4px;" | [[Gear]]
 +
|}  
 +
 
 +
 
 +
<hr>
  
<!--Characters Nav Box-->
+
<!--Top Nav Box-->
{| class='ESTB' align=center
+
{| align=center
 
! {{MainSection_Nav}}
 
! {{MainSection_Nav}}
 
|}
 
|}
{| class='ESTB' align=center
+
{| align=center
|class='ESTBL'| [[Gameplay|Gameplay&nbsp;Menu]]
+
| {{Mods_Nav}}
|class='ESTBC'| [[Biomes]]
 
|class='ESTBC'| [[Combat]]
 
|class='ESTBC'| [[Cover]]
 
|class='ESTBC'| [[Events]]
 
|class='ESTBC'| [[Firefighting]]
 
|class='ESTBC'| [[Research]]
 
|class='ESTBC'| [[Trade]]
 
|class='ESTBR'| [[World_generation|World&nbsp;Generation]]
 
 
|}
 
|}
 
<hr>
 
<hr>
 +
<!-- End Nav -->
 +
 +
== elStrages Custom CSS ==
 +
[[User:ElStrages/vector.css]] - CSS for menus
 +
[[User:ElStrages/common.css]]
 +
<!--
 +
/* Messagebox templates */
  
== CSS test area ==
+
.messagebox {
[[User:ElStrages/vector.css]]
+
    border: 1px solid #000000;
 +
    background-color: #2F4E6F;
 +
    width: 80%;
 +
    margin: 0 auto 1em auto;
 +
    padding: .2em;
 +
}
 +
.messagebox.merge {
 +
    border: 1px solid #000000;
 +
    background-color: #2F4E6F;
 +
    text-align: center;
 +
}
 +
.messagebox.cleanup {
 +
    border: 1px solid #000000;
 +
    background-color: #2F4E6F;
 +
    text-align: center;
 +
}
 +
.messagebox.standard-talk {
 +
    border: 1px solid #000000;
 +
    background-color: #2F4E6F;
 +
    margin: 4px auto;
 +
}
  
{| class='ESTB' align='center'
+
/* For old WikiProject banners inside banner shells. */
! Test [[Armor]]
+
.mbox-inside .standard-talk,
|-
+
.messagebox.nested-talk {
| Test [[Weapons|Testing&nbsp;NobreakSpace]]
+
    border: 1px solid #000000;
|class='ESTBL'|[[Weapons]]
+
    background-color: #2F4E6F;
|class='ESTBC'|[[Weapons]]
+
    width: 100%;
|class='ESTBC'|[[Weapons]]
+
    margin: 2px 0;
|class='ESTBC'|[[Weapons]]
+
    padding: 2px;
|class='ESTBR'|[[Weapons]]
+
}
|}
+
.messagebox.small {
 +
    width: 238px;
 +
    font-size: 85%;
 +
    /* @noflip */
 +
    float: right;
 +
    clear: both;
 +
    /* @noflip */
 +
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;
 +
}
 +
.messagebox.small-talk {
 +
    width: 238px;
 +
    font-size: 85%;
 +
    /* @noflip */
 +
    float: right;
 +
    clear: both;
 +
    /* @noflip */
 +
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;
 +
    background: #2F4E6F;
 +
}
 +
 
 +
 
 +
/* box styles as a whole for now */
 +
ambox, cmbox, imbox, tmbox, fmbox, ombox, mbox, asbox, dmbox{
 +
  bakcground-color: #2F4E6F;
 +
}
 +
 
 +
/* style the search box and the buttons below it */
 +
input.searchButton {
 +
  background-color: #2F4E6F;
 +
  border: 1px outset #000000 !important;
 +
  align: right;
 +
}
 +
#searchInput {
 +
  border: 0px;
 +
  background-color: #2F4E6F !important;
 +
}
 +
 
 +
/* Links */
 +
a:link { color: #C8D7E3 !important; }
 +
a:visited { color: #98B1C4 !important; }
 +
a.new:link { color: #C8D7E3 !important; }
 +
a.new:visited { color: #98B1C4 !important; }
 +
a.extiw:link { color: #C8D7E3 !important; } /* links to other Wikipedias */
 +
a.extiw:visited { color: #98B1C4 !important; }
 +
a.external:link { color: #C8D7E3 !important; } /* external links */
 +
a.external:visited { color: #98B1C4 !important; }
 +
 
 +
 
 +
/* add logo (not working  -.- )*/
 +
div#p-logo a {
 +
  position: fixed;
 +
  top: 0;
 +
  background-repeat: no-repeat;
 +
  width: 150px;
 +
}
 +
 
 +
body {
 +
  background-color: #2F4E6F;
 +
  color: #CCCCCC;
 +
}
 +
 
 +
/*-- Main Content --*/
 +
div#content {
 +
  background-color: #2F4E6F;
 +
  border: none;
 +
  color: #CCCCCC;
 +
  margin-left: 10em;
 +
}
 +
 
 +
/*-- changes the background of pre areas  --*/
 +
pre {
 +
  background-color: #2F4E6F;
 +
  border: 1px solid #000000;
 +
  color: #CCCCCC;
 +
}
 +
/*-- sime text edit for now --*/
 +
a, h1, h2 ,h3 ,h4 ,h5, h6, p {
 +
  font-family: Arial;
 +
  font-size: 11px;
 +
  color: #cccccc;
 +
}
 +
 
 +
/*-- Side Links --*/
 +
div#mw-panel {
 +
  padding-top: 150px;
 +
  position: fixed;
 +
  overflow: auto;
 +
  top: 0px;
 +
  bottom: 0px;
 +
  height: 100%;
 +
  background-color: #2F4E6F;
 +
  border-right: 1px solid #000000;
 +
  width: 10em;
 +
}
 +
/*-- footer --*/
 +
div#footer {
 +
  margin-left: 10em;
 +
  border-top: 1px solid #000000;
 +
}
 +
/*-- header --*/
 +
div#mw-head-base {
 +
  background-color: #2F4E6F;
 +
  margin-left: 10em;
 +
  border-bottom: 1px solid #000000;
 +
}
 +
/*-- old nav padding --*/
 +
#left-navigation {
 +
  margin-left: 10em;
 +
}
 +
 
 +
/*-- Background Colour Fixes --*/
 +
table, td, tr {
 +
  background: #2F4E6F;
 +
}
 +
 
 +
.infobox {
 +
  background: #2F4E6F;
 +
}
 +
-->
  
 
== plant test ==
 
== plant test ==

Revision as of 17:57, 29 January 2021

elStrages

Base Stats

Type
PawnMental Pawn

Building

Placeable
No

elStrages aka Dave is a modder and public tester for RimWorld. Template:ElStrages contents (mod)

testing a box

Rose.png

Contact Details

WikiP: elStrages
Forum: elStrages
Steam: elStrages
Email: [email protected]

Testing Area



Mechanoid_Centipede Mechanoid_Scyther

Nav Test

Basics Overview AI Storytellers Gameplay Characters Mods Architect Menu Character Types Plants Resources Gear



Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Modding Modding Tutorials

elStrages Custom CSS

User:ElStrages/vector.css - CSS for menus User:ElStrages/common.css

plant test

ElStrages

[[|none|64px|link=ElStrages]]


Type
PlantsPlants

Base Stats

Stat Modifiers

ElStrages

[[|none|64px|link=ElStrages]]


Type
PlantsPlants

Base Stats

Stat Modifiers