Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ActionInfobox/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
mNo edit summary
Line 3: Line 3:


.action-box {
.action-box {
display: inline-block;
padding: 0.63rem;
padding: 0.63rem;
margin: 0.1rem;
border: 1px dashed;
border: 1px dashed;



Revision as of 05:59, 2 July 2024

/* CSS borrowed from corru.observer itself! (modified a little for adaption) */
/* also referenced Template:LogBox/Main.css */

.action-box {
  padding: 0.63rem;
  margin: 0.1rem;
  border: 1px dashed;

  background: black;
  color: white;

  line-height: 1.25em;
  font-size: 0.75rem;
}


.action-box > .name {
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: .4rem;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.