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
m (testingggg lol)
mNo edit summary
Line 17: Line 17:
.action-box > .name {
.action-box > .name {
text-transform: uppercase;
text-transform: uppercase;
font-size: 1.5em;
font-size: 1.25em;
margin: .2rem 0rem .6rem;
margin: .1rem 0rem .3rem;
}
}

Revision as of 00:18, 2 July 2024

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

.action-box {
  background: black;
  color: white;

  padding: 0.63rem;
  border: 1px dashed;

  box-sizing: inherit;

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

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