Gamepedia Help Wiki
No edit summary
(add css for multi template forms)
 
Line 30: Line 30:
 
margin-top: -1px;
 
margin-top: -1px;
 
line-height: 1em;
 
line-height: 1em;
  +
}
  +
  +
.multipleTemplateInstance {
  +
background-color: #0005;
  +
}
  +
  +
a.addAboveButton:hover {
  +
background-color: #ffffffaa;
  +
border-radius: 5px;
  +
}
  +
  +
a.removeButton:hover {
  +
background-color: darkred;
  +
border-radius: 5px;
 
}
 
}
 
/*****************
 
/*****************

Latest revision as of 05:17, 28 March 2020

/*************
* Page Forms *
**************/
.pfCollapsedFieldset legend,
.pfExpandedFieldset legend {
  filter: invert(100%);
}

.otherInputParams div:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.otherInputParams div:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.otherInputParams > div {
  background-color: #00000055 !important;
}

.otherInputParams > div {
  padding: 6px;
}

.otherInputParams > div > div > em {
  font-size: 12px;
  color: #ffffff88;
  margin-top: -1px;
  line-height: 1em;
}

.multipleTemplateInstance {
  background-color: #0005;
}

a.addAboveButton:hover {
  background-color: #ffffffaa;
  border-radius: 5px;
}

a.removeButton:hover {
  background-color: darkred;
  border-radius: 5px;
}
/*****************
* End Page Forms *
******************/