Difference between revisions of "Template:Text LIST"

From Radiant Heart MUSH

Line 3: Line 3:
 
  .LocationTable th:nth-child(1) {width:10%; padding: 10px 10px 10px 10px; border-radius: 10px 10px 0px 0px}
 
  .LocationTable th:nth-child(1) {width:10%; padding: 10px 10px 10px 10px; border-radius: 10px 10px 0px 0px}
 
  .LocationTable td:nth-child(1) {width:10%; padding: 10px 10px 10px 10px;}
 
  .LocationTable td:nth-child(1) {width:10%; padding: 10px 10px 10px 10px;}
  .LocationTable tr:nth-child(1) {text-shadow:1px 1px 1px gray; background-color: rgb(244, 154, 194,.3); padding: 10px 10px 10px 10px;}
+
  .LocationTable tr:nth-child(1) {text-shadow:1px 1px 1px gray; background-color: #FFFFFF; padding: 10px 10px 10px 10px;}
 
  .LocationTable tr:nth-child(1) th {padding: 10px 10px 10px 10px; font-family: serif; font-size:36px; word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
 
  .LocationTable tr:nth-child(1) th {padding: 10px 10px 10px 10px; font-family: serif; font-size:36px; word-wrap:break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
 
  .LocationTable td:nth-child(odd) {font-weight:700; padding: 10px 10px 10px 10px;}
 
  .LocationTable td:nth-child(odd) {font-weight:700; padding: 10px 10px 10px 10px;}
 
  #LocationAlignment {background-color: rgb(244, 154, 194,.3); border: 10px;}
 
  #LocationAlignment {background-color: rgb(244, 154, 194,.3); border: 10px;}
  #LocationGroup {background-color: rgb(244, 154, 194,.3); border: 10px;}
+
  #LocationGroup {background-color: rgb(244, 154, 194,.6); border: 10px;}
 
  #LocationType {background-color: rgb(244, 154, 194,.3); border: 10px;}
 
  #LocationType {background-color: rgb(244, 154, 194,.3); border: 10px;}
  #LocationMap {background-color: rgb(244, 154, 194,.3); border: 10px;}
+
  #LocationMap {background-color: rgb(244, 154, 194,.6); border: 10px;}
 
  #LocationDescription {background-color: rgb(244, 154, 194,.3); border: 10px; padding: 10px 10px 10px 0px;}
 
  #LocationDescription {background-color: rgb(244, 154, 194,.3); border: 10px; padding: 10px 10px 10px 0px;}
 
}}{| class="LocationTable"  
 
}}{| class="LocationTable"  

Revision as of 03:17, 8 March 2024

{{Text_LIST
| locationimage = image.ext
| alignment     = Is there a faction this location is primarily affiliated with?
| groups        = Groups, delimited by commas, that are associated with this location.
| type          = Residence, Business, or Public Space.
| map           = Where it is on the grid.
| description   = Describe the location.
}}