Template:Infobox/styles.css: Difference between revisions

From FHX Wiki
No edit summary
(changed table to div)
Line 1: Line 1:
table.infobox {
div.infobox {
   float: right;
   float: right;
   position: relative;
   position: relative;
Line 13: Line 13:
}
}


table.infobox .heading {
div.infobox .heading {
   font-weight:700;
   font-weight:700;
   background-image:linear-gradient(135deg,#fff 0%,#eee 100%);
   background-image:linear-gradient(135deg,#fff 0%,#eee 100%);
Line 32: Line 32:
}
}


table.infobox .image {
div.infobox .image {
   text-align:center;
   text-align:center;
   padding:0;
   padding:0;
   margin:10px 0
   margin:10px 0
}
}

Revision as of 01:02, 27 June 2024

div.infobox {
  float: right;
  position: relative;
  width:250px;
  background:#FFF;
  font-size:0.923em;
  border:1px solid #AAA;
  margin:0 0 1em 1em;
  padding:0;
  background-image:linear-gradient(135deg,#fff 0%,#eee 100%);
  background-color:#390;
  border-color:#390
}

div.infobox .heading {
  font-weight:700;
  background-image:linear-gradient(135deg,#fff 0%,#eee 100%);
  text-align:center;
  border:1px solid rgba(0,0,0,0.25);
  border-bottom-width:0;
  position:relative;
  z-index:1;
  margin:-1px -1px 5px;
  font-family:EasonPro,"Times New Roman",serif;
  font-size:1.417em;
  color:#FFF;
  background-color:#444;
  text-shadow:rgba(0,0,0,0.75) 0 0 0.25em;
  line-height:1.176em;
  font-size-adjust:0.43;
  padding:0.5em !important
}

div.infobox .image {
  text-align:center;
  padding:0;
  margin:10px 0
}