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 (a little format tweaking)
m (sizing)
 
Line 4: Line 4:
.action-box {
.action-box {
display: inline-block;
display: inline-block;
max-width: 45em;
max-width: 500px;
padding: 0.63rem;
padding: 0.63rem;

Latest revision as of 07:19, 2 July 2024

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

.action-box {
  display: inline-block;
  max-width: 500px;
  
  padding: 0.63rem;
  margin: 0.2rem;
  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.