Difference between revisions of "Template:Group"

From Final Kingdom MUSH
Jump to: navigation, search
m
m
 
(9 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  .GroupTable {width:100%; border: 1px solid #aaaaaa; background-color: #f9f9f9; text-align:left; border-radius: 10px; vertical-align:top; border-spacing:0px;}
 
  .GroupTable {width:100%; border: 1px solid #aaaaaa; background-color: #f9f9f9; text-align:left; border-radius: 10px; vertical-align:top; border-spacing:0px;}
 
  .GroupTable th:nth-child(1) {width:10%; padding: 0px 0px 0px 10px; border-radius: 10px 10px 0px 0px}
 
  .GroupTable th:nth-child(1) {width:10%; padding: 0px 0px 0px 10px; border-radius: 10px 10px 0px 0px}
  .GroupTable td:nth-child(1) {width:10%; padding: 0px 0px 0px 10px;}
+
  .GroupTable td:nth-child(1) {width:8rem; padding: 0px 0px 0px 10px;}
 
  .GroupTable tr:nth-child(1) {text-shadow:1px 1px 1px gray; background-color: rgba(0,70,70,.5);}
 
  .GroupTable tr:nth-child(1) {text-shadow:1px 1px 1px gray; background-color: rgba(0,70,70,.5);}
 
  .GroupTable tr:nth-child(1) th { padding: 5px; font-family: serif; font-size:72px; height:135px; word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
 
  .GroupTable tr:nth-child(1) th { padding: 5px; font-family: serif; font-size:72px; height:135px; word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
Line 11: Line 11:
 
  #GroupAlignment {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #GroupAlignment {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #GroupAppable {background-color: rgba(0,70,70,.2); border: 0px;}
 
  #GroupAppable {background-color: rgba(0,70,70,.2); border: 0px;}
  #GroupDescription {background-color: rgba(0,70,70,.3); border: 0px; font-weight:normal; border-radius:0px 0px 10px 10px;}
+
  #GroupMembers {background-color: rgba(0,70,70,.3); border: 0px;}
 +
#GroupDescription {background-color: rgba(0,70,70,.2); border: 0px; font-weight:normal; border-radius:0px 0px 10px 10px;}
 
}}{| class="GroupTable"  
 
}}{| class="GroupTable"  
 
! colspan="4" | {{#if:{{{groupimage|}}} | [[File:{{{groupimage}}}|135x135px]] {{PAGENAME}}| {{PAGENAME}} }}  
 
! colspan="4" | {{#if:{{{groupimage|}}} | [[File:{{{groupimage}}}|135x135px]] {{PAGENAME}}| {{PAGENAME}} }}  
Line 21: Line 22:
 
| id="GroupAppable"  | Appable: || id="GroupAppable" | {{{appable}}}
 
| id="GroupAppable"  | Appable: || id="GroupAppable" | {{{appable}}}
 
|-
 
|-
| colspan="4" | '''Group Members:''' {{Group Members}}
+
| colspan="4" id="GroupMembers" | '''Group Members:''' {{Group Members}}
 
|-
 
|-
 
| colspan="4" id="GroupDescription" | {{{description}}}
 
| colspan="4" id="GroupDescription" | {{{description}}}

Latest revision as of 17:07, 8 October 2012

{{Group
| groupimage = image.ext
| leader       = Emperor Leadertype
| role         = What role does this group have in the grande scheme of it all?
| alignment    = What Force does it fall under?
| appable      = Yes
| description  = Describe the group.
}}