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
(created :P)
 
m (testing)
Line 8: Line 8:
padding: 0.63rem;
padding: 0.63rem;
border: 1px dashed;
border: 1px dashed;

max-width: 45vw;
max-width: inherit;


line-height: 1.2em;
line-height: 1.2em;
Line 17: Line 17:
.action-box > .name {
.action-box > .name {
text-transform: uppercase;
text-transform: uppercase;
font-size: 1rem;
}
}

Revision as of 23:50, 1 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;
  
  max-width: inherit;

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

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