Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
 
.trigger-style {
 
.trigger-style {
 
   background-color: #AC2424;
 
   background-color: #AC2424;
 +
  color: white;
 +
  border-radius: 10px;
 +
  padding: 10px;
 +
}
 +
 +
.action-style {
 +
  background-color: #1665B0;
 +
  color: white;
 +
  border-radius: 10px;
 +
  padding: 10px;
 +
}
 +
 +
.constraint-style {
 +
  background-color: green;
 
   color: white;
 
   color: white;
 
   border-radius: 10px;
 
   border-radius: 10px;
 
   padding: 10px;
 
   padding: 10px;
 
}
 
}

Revision as of 20:52, 10 June 2024

/* CSS placed here will be applied to all skins */

.trigger-style {
  background-color: #AC2424;
  color: white;
  border-radius: 10px;
  padding: 10px;
}

.action-style {
  background-color: #1665B0;
  color: white;
  border-radius: 10px;
  padding: 10px;
}

.constraint-style {
  background-color: green;
  color: white;
  border-radius: 10px;
  padding: 10px;
}