User Tools

Site Tools


npc:output:werewolf_npc_form

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
npc:output:werewolf_npc_form [2024/Feb/13 09:41]
47.128.48.251 old revision restored (2023/Nov/09 11:07)
npc:output:werewolf_npc_form [2024/May/26 12:04] (current)
114.119.135.63 old revision restored (2023/Sep/14 13:47)
Line 5: Line 5:
        
    .dokuwiki form.bureaucracy__plugin label {    .dokuwiki form.bureaucracy__plugin label {
 +    /*position: relative; 
 +    width: 550px; 
 +    text-align: right; */ 
 +    display: flex; 
 +    justify-content: center; 
 +    padding: 3px;
    }    }
  
Line 15: Line 20:
    .dokuwiki form.bureaucracy__plugin input[type=text] {    .dokuwiki form.bureaucracy__plugin input[type=text] {
     position: relative;     position: relative;
 +    display: flex;
 +    width: 100%;
     left: 10px;     left: 10px;
    }    }
Line 25: Line 32:
    .dokuwiki form.bureaucracy__plugin label[class=" textareafield"] {    .dokuwiki form.bureaucracy__plugin label[class=" textareafield"] {
     position: relative;     position: relative;
 +    display: block;
     width: 100%;     width: 100%;
     left: 0px;     left: 0px;
Line 31: Line 39:
    .dokuwiki form.bureaucracy__plugin textarea {    .dokuwiki form.bureaucracy__plugin textarea {
     position: relative;     position: relative;
 +    display: flex;
 +    width: 100%;
     left: 0px;     left: 0px;
    }    }
        
    .dokuwiki form.bureaucracy__plugin label.ColOne {    .dokuwiki form.bureaucracy__plugin label.ColOne {
-    display: block;+    /*display: block;
     position: relative;     position: relative;
     right: 2%;     right: 2%;
     width: 220px;     width: 220px;
-    text-align: right;+    text-align: right;*/ 
 +    
 +    justify-content: flex-start; 
 +    padding: 3px;
    }    }
        
Line 49: Line 62:
        
    .dokuwiki form.bureaucracy__plugin label.ColTwo {    .dokuwiki form.bureaucracy__plugin label.ColTwo {
-    display: block;+    /*display: block;
     position: absolute;     position: absolute;
     right: 43%;     right: 43%;
     width: 220px;     width: 220px;
-    text-align: right;+    text-align: right;*/ 
 +    justify-content: center; 
 +    align-items: flex-start; 
 +    padding: 3px;
    }    }
        
Line 62: Line 78:
        
    .dokuwiki form.bureaucracy__plugin label.ColThree {    .dokuwiki form.bureaucracy__plugin label.ColThree {
-    display: block;+    /*display: block;
     position: absolute;     position: absolute;
     right: 20%;     right: 20%;
     width: 220px;     width: 220px;
-    text-align: right;+    text-align: right;*/ 
 +    display: flex; 
 +    justify-content: flex-end; 
 +    padding: 3px;
    }    }
        
Line 180: Line 199:
 fieldset "Attributes" fieldset "Attributes"
  
-number "Charisma" >0 <6 =1 .ColTwo 
-number "Perception" >0 <6 =1 .ColThree 
 number "Strength" >0 <6 =1 .ColOne number "Strength" >0 <6 =1 .ColOne
- 
-number "Manipulation" >0 <6 =1 .ColTwo 
-number "Intelligence" >0 <6 =1 .ColThree 
 number "Dexterity" >0 <6 =1 .ColOne number "Dexterity" >0 <6 =1 .ColOne
 +number "Stamina" >0 <6 =1 .ColOne
  
 +number "Charisma" >0 <6 =1 .ColTwo
 +number "Manipulation" >0 <6 =1 .ColTwo
 number "Appearance" <6 =1 .ColTwo number "Appearance" <6 =1 .ColTwo
-number "Wits" >0 <6 =1 .ColThree + 
-number "Stamina" >0 <6 =1 .ColOne+
  
 fieldset "Abilities" fieldset "Abilities"
npc/output/werewolf_npc_form.1707817276.txt.gz · Last modified: 2024/Feb/13 09:41 by 47.128.48.251