Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Iron Realms Nexus Client Documentation

Line 3: Line 3:
}
}


.thumb
.thumb {
{
   border: solid 1px grey;
   border: solid 1px grey;
   margin: 3px;
   padding: 5px;
   background-color:#CCC;
   background-color:#CCC;
}
.thumbcaption {
    font-size: 0.8em;
}
}

Revision as of 22:15, 16 February 2016

h3, h4, h5, h6 {
   margin-top:1em;
}

.thumb {
   border: solid 1px grey;
   padding: 5px;
   background-color:#CCC;
}

.thumbcaption {
    font-size: 0.8em;
}