Template:Sandbox3/styles.css: Difference between revisions

From Archon Arcana - The KeyForge Wiki
no edit summary
No edit summary
No edit summary
Line 206: Line 206:
div.infoboxwc .topimage {
div.infoboxwc .topimage {
   background-image: linear-gradient(#ffffff, #f6ecf8, #ffffff);
   background-image: linear-gradient(#ffffff, #f6ecf8, #ffffff);
}
/* sets up the MM coloring scheme */
div.infoboxmm {
    border: 1px solid #a0a0a0;
}
div.infoboxmm .topline {
background-image:linear-gradient(45deg,#50607c,#a2aec3,#e0e4eb,#a2aec3);
  height:5px;
  position:absolute;
  top:185px;
  width:100%;
}
div.infoboxmm .bottomline {
background-image:linear-gradient(45deg,#50607c,#a2aec3,#e0e4eb,#a2aec3);
  height:5px;
  position:absolute;
  top:238px;
  width:100%;
}
div.infoboxmm img {
  border:solid 3px #c1c9d7;
}
div.infoboxmm .name {
  color:#ffffff;
    background-image: linear-gradient(#1e242f, #3c485d);
    opacity:.9;
}
div.infoboxmm .row  {
}
div.infoboxmm .topimage {
  background-image: linear-gradient(#ffffff, #e0e4eb, #ffffff);
}
}