Difference between revisions of "Template:Banner"

From From The Ashes Wiki
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
@media print {
+
 
a.stub, a.new {
 
    color: #ba0000;
 
    text-decoration: none;
 
}
 
#toc {
 
    background-color: #f9f9f9;
 
    border: 1px solid #aaaaaa;
 
    padding: 5px;
 
}
 
div.floatright {
 
    clear: right;
 
    float: right;
 
    margin: 0.5em 0 0.8em 1.4em;
 
    position: relative;
 
}
 
div.floatright p {
 
    font-style: italic;
 
}
 
div.floatleft {
 
    clear: left;
 
    float: left;
 
    margin: 0.5em 1.4em 0.8em 0;
 
    position: relative;
 
}
 
div.floatleft p {
 
    font-style: italic;
 
}
 
div.center {
 
    text-align: center;
 
}
 
div.thumb {
 
    background-color: transparent;
 
    border: medium none;
 
    margin-bottom: 0.8em;
 
    margin-top: 0.5em;
 
    width: auto;
 
}
 
div.thumbinner {
 
    background-color: White;
 
    border: 1px solid #cccccc;
 
    font-size: 94%;
 
    overflow: hidden;
 
    padding: 3px;
 
    text-align: center;
 
}
 
html .thumbimage {
 
    border: 1px solid #cccccc;
 
}
 
html .thumbcaption {
 
    border: medium none;
 
    font-size: 94%;
 
    line-height: 1.4em;
 
    padding: 3px;
 
    text-align: left;
 
}
 
div.magnify {
 
    display: none;
 
}
 
div.tright {
 
    clear: right;
 
    float: right;
 
    margin: 0.5em 0 0.8em 1.4em;
 
}
 
div.tleft {
 
    clear: left;
 
    float: left;
 
    margin: 0.5em 1.4em 0.8em 0;
 
}
 
img.thumbborder {
 
    border: 1px solid #dddddd;
 
}
 
table.rimage {
 
    float: right;
 
    margin-bottom: 1em;
 
    margin-left: 1em;
 
    position: relative;
 
    text-align: center;
 
    width: 1pt;
 
}
 
body {
 
    background: white none repeat scroll 0 0;
 
    color: black;
 
    margin: 0;
 
    padding: 0;
 
}
 

Revision as of 17:44, 24 July 2017