Template:Infobox npc/styles.css: Difference between revisions

Template page
Content added Content deleted
(Scott changed the content model of the page Template:Infobox/styles.css from "wikitext" to "CSS")
m (1 revision imported)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Infobox CSS goes here */
/* Infobox CSS goes here */

.infobox {
margin-top: 0rem;
border-spacing: 0px;
text-align: center;
float: right;
z-index: 3;
font-weight: normal;
width: 300px;
background: #000;
color: #fff;
border-radius: 15px;
}

.infobox-image {
border-radius: 15px 15px 0 0;
overflow: hidden;
}

Latest revision as of 16:24, 9 November 2021

/* Infobox CSS goes here */

.infobox {
  margin-top: 0rem;
  border-spacing: 0px;
  text-align: center;
  float: right;
  z-index: 3;
  font-weight: normal;
  width: 300px;
  background: #000;
  color: #fff;
  border-radius: 15px;
}

.infobox-image {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.