Difference between revisions of "Template:Banner"

From From The Ashes Wiki
Jump to: navigation, search
Line 1: Line 1:
 
+
@media print {
div#bodyContent {
+
a.stub, a.new {
     line-height: 1.5em;
+
    color: #ba0000;
 +
     text-decoration: none;
 
}
 
}
#bodyContent {
+
#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;
 
     position: relative;
     width: 100%;
+
    text-align: center;
 +
     width: 1pt;
 
}
 
}
#bodyContent {
+
body {
     font-size: 0.8em;
+
     background: white none repeat scroll 0 0;
 +
    color: black;
 +
    margin: 0;
 +
    padding: 0;
 
}
 
}

Revision as of 17:43, 24 July 2017

@media print { a.stub, a.new {

   color: #ba0000;
   text-decoration: none;

}

  1. 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;

}