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 deleted Content added
Ronnish (talk | contribs)
created :P
 
Ronnish (talk | contribs)
m spacing....:gelithink:
 
(21 intermediate revisions by the same user not shown)
Line 1:
/* CSS borrowed from corru.observer itself! https://corru.observer/css/corru.css (modified a little for adaption) */
/* also referenced Template:LogBox/Main.css */
 
.action-box {
backgroundoverflow: blackhidden;
color: white;
 
padding: 0.63rem;
margin: 1rem .2rem;
border: 1px dashed;
 
max-widthbackground: 45vwblack;
color: white;
 
line-height: 1.2em25em;
font-size: 0.75rem;
}
 
 
.action-box > .name {
text-transform: uppercase;
font-size: 1.3em;
margin-bottom: .4rem;
}

Latest revision as of 02:18, 13 July 2024

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

.action-box {
  overflow: hidden;
  
  padding: 0.63rem;
  margin: 1rem .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.