Difference between revisions of "Form:Apocalypse PC"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 53: Line 53:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
#apoc-form-container #pfForm th {
+
#mw-content-text #pfForm th {
 
   width: 25%;
 
   width: 25%;
 
   max-width: 25%;
 
   max-width: 25%;
 
}
 
}
#apoc-form-container th, #mw-content-text td {
+
#mw-content-text th, #mw-content-text td {
 
   vertical-align: top;
 
   vertical-align: top;
 
   text-align:left;
 
   text-align:left;
 
}
 
}
#apoc-form-container input.formInput,  
+
#mw-content-text input.formInput,  
#apoc-form-container #pfForm select,  
+
#mw-content-text #pfForm select,  
#apoc-form-container #pfForm textarea,  
+
#mw-content-text #pfForm textarea,  
#apoc-form-container #pfForm ul,  
+
#mw-content-text #pfForm ul,  
#apoc-form-container #pfForm li,  
+
#mw-content-text #pfForm li,  
#apoc-form-container #pfForm .pfTreeInput {
+
#mw-content-text #pfForm .pfTreeInput {
 
   background-color: #CCC;
 
   background-color: #CCC;
 
   max-width: 100% !important;
 
   max-width: 100% !important;
 
   font-family: 'Arial', sans-serif;
 
   font-family: 'Arial', sans-serif;
 
}
 
}
#apoc-form-container a:link, #apoc-form-container a.external:link {
+
.mw-body-content a:link, .mw-body-content a.external:link {
 
   color: #817222;
 
   color: #817222;
 
}
 
}
#apoc-form-container a:visited, #apoc-form-container a.external:visited {
+
.mw-body-content a:visited, .mw-body-content a.external:visited {
 
   color: #a18f2b;
 
   color: #a18f2b;
 
}
 
}
#apoc-form-container a:hover, #apoc-form-container a.external:hover {
+
.mw-body-content a:hover, .mw-body-content a.external:hover {
 
   color: #cbb63e;
 
   color: #cbb63e;
 
}
 
}
#apoc-form-container a:active, #apoc-form-container a.external:active {
+
.mw-body-content a:active, .mw-body-content a.external:active {
 
   color: #d8c86e;
 
   color: #d8c86e;
 
}
 
}
#apoc-form-container a.new, #apoc-form-container a.new:visited {
+
.mw-body-content a.new, .mw-body-content a.new:visited {
 
   color: #C0C0C0;
 
   color: #C0C0C0;
 
}
 
}
Line 119: Line 119:
 
|-
 
|-
 
! Tribe:
 
! Tribe:
| {{{field|tribe|input type=dropdown|values from category=Garou Tribe}}}
+
| {{{field|tribe|input type=tree|top category=Garou Tribe|hideroot}}}
 
|-
 
|-
 
! Camp:
 
! Camp:
Line 136: Line 136:
 
<div id="fera">
 
<div id="fera">
 
{| class="formtable"
 
{| class="formtable"
! Fera:
+
! Fera*:
| {{{field|fera|input type=tree|top category=Fera|hideroot|depth=1}}}
+
| {{{field|fera|input type=tree|mandatory|top category=Fera|hideroot|depth=1}}}
 
|-
 
|-
 
! Camp/Faction/Tribe:
 
! Camp/Faction/Tribe:
Line 311: Line 311:
 
   max-width: 100%;
 
   max-width: 100%;
 
}
 
}
#apoc-form-container #pfForm th {
+
#mw-content-text #pfForm th {
 
   width: 25%;
 
   width: 25%;
 
   max-width: 25%;
 
   max-width: 25%;
 
}
 
}
#apoc-form-container th, #mw-content-text td {
+
#mw-content-text th, #mw-content-text td {
 
   vertical-align: top;
 
   vertical-align: top;
 
   text-align:left;
 
   text-align:left;
 
}
 
}
#apoc-form-container input.formInput,  
+
#mw-content-text input.formInput,  
#apoc-form-container #pfForm select,  
+
#mw-content-text #pfForm select,  
#apoc-form-container #pfForm textarea,  
+
#mw-content-text #pfForm textarea,  
#apoc-form-container #pfForm ul,  
+
#mw-content-text #pfForm ul,  
#apoc-form-container #pfForm li,  
+
#mw-content-text #pfForm li,  
#apoc-form-container #pfForm .pfTreeInput {
+
#mw-content-text #pfForm .pfTreeInput {
 
   background-color: #CCC;
 
   background-color: #CCC;
 
   max-width: 100% !important;
 
   max-width: 100% !important;
 
   font-family: 'Arial', sans-serif;
 
   font-family: 'Arial', sans-serif;
 
}
 
}
#apoc-form-container a:link, #apoc-form-container a.external:link {
+
.mw-body-content a:link, .mw-body-content a.external:link {
 
   color: #817222;
 
   color: #817222;
 
}
 
}
#apoc-form-container a:visited, #apoc-form-container a.external:visited {
+
.mw-body-content a:visited, .mw-body-content a.external:visited {
 
   color: #a18f2b;
 
   color: #a18f2b;
 
}
 
}
#apoc-form-container a:hover, #apoc-form-container a.external:hover {
+
.mw-body-content a:hover, .mw-body-content a.external:hover {
 
   color: #cbb63e;
 
   color: #cbb63e;
 
}
 
}
#apoc-form-container a:active, #apoc-form-container a.external:active {
+
.mw-body-content a:active, .mw-body-content a.external:active {
 
   color: #d8c86e;
 
   color: #d8c86e;
 
}
 
}
#apoc-form-container a.new, #apoc-form-container a.new:visited {
+
.mw-body-content a.new, .mw-body-content a.new:visited {
 
   color: #C0C0C0;
 
   color: #C0C0C0;
 
}
 
}

Revision as of 14:13, 22 October 2020

This is the "Apocalypse PC" form.

To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.

Please Note that all information you enter into this form will become publicly visible on the wiki page it creates. If your character has an Alternate Identity, give that identity its own page rather than telling this form that your character is secretly a Baali ghoul pretending to be the Ventrue Prince of Springfield. (Unless you really want that info to be OOC public, I guess. Then knock yourself out.)

This form pulls information from the categories that exist on the wiki, including Domains, VSSs, Territories, etc. If you don't see your Domain or other relevant category listed, go back to The 13th Hour and click through to the forms for creating those things. If necessary, use placeholder information in those forms until they can be updated by the relevant DST, VST, etc.

If you have any trouble with this form or the pages created by it, please use the "Discussion" tab at the top of this page to log that feedback.