Template:PatchNoteBox-UMVC3/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
}
}


.path-note-box-title {
.patch-note-box-title {
  background: #2c2c2c;
  background: #2c2c2c;
  font-size: large;
  padding: 0.4em 0.6em 0.4em 0.6em;
  border-bottom: 1px white;
}
 
.patch-note-box-info {
  padding: 0.2em 0.6em 0.2em 0.6em;
}
}

Latest revision as of 16:11, 15 May 2025

.patch-note-box {
 border: 2px solid #363636;
 border-radius: 8px;
}

.patch-note-box-title {
 background: #2c2c2c;
 padding: 0.4em 0.6em 0.4em 0.6em;
}

.patch-note-box-info {
 padding: 0.2em 0.6em 0.2em 0.6em;
}