MediaWiki:Print.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect the print output: h1.firstHeading { color: #584500; font-family: Stonehenge; font-size: 125%; font-weight: bold; border-b...")
 
No edit summary
Line 32: Line 32:
     color: #584500;
     color: #584500;
     font-weight: bold;
     font-weight: bold;
     font-size: 85%;  
     font-size: 90%;  
     padding-top: 15px;
     padding-top: 15px;
}
}
Line 38: Line 38:
h4 {
h4 {
     font-weight: bold;
     font-weight: bold;
     font-size: 75%;
     font-size: 80%;
     color: #584500;
     color: #584500;
     padding-top: 10px;
     padding-top: 10px;
Line 45: Line 45:
h5 {
h5 {
     font-weight: bold;
     font-weight: bold;
     font-size: 70%;
     font-size: 75%;
     color: #584500;
     color: #584500;
}
}
Line 51: Line 51:
h6 {
h6 {
     font-weight: bold;
     font-weight: bold;
     font-size: 70%;  
     font-size: 75%;  
     color: #000000;
     color: #000000;
}
body {
  font-size: 70%;
}
}


p {
p {
   font-size: 9px;
   font-size: 70%;
}
}



Revision as of 13:32, 9 July 2019

/* CSS placed here will affect the print output */

h1.firstHeading {
    color: #584500;
    font-family: Stonehenge;
    font-size: 125%;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

h1 {
    color: #584500;
    font-family: Stonehenge;
    font-size: 125%;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

h2 {
    color: #584500;
    font-family: Stonehenge;
    font-size: 100%;
    font-weight: bold;
    padding-top: 15px;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

h3 {
    color: #584500;
    font-weight: bold;
    font-size: 90%; 
    padding-top: 15px;
}

h4 {
    font-weight: bold;
    font-size: 80%;
    color: #584500;
    padding-top: 10px;
}

h5 {
    font-weight: bold;
    font-size: 75%;
    color: #584500;
}

h6 {
    font-weight: bold;
    font-size: 75%; 
    color: #000000;
}

body {
  font-size: 70%;
}

p {
  font-size: 70%;
}


/* Bestiary Header Formatting */
h2.bestiary_main {
    color: #584500;
    font-family: Stonehenge;
    font-size: 125%;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

h2.bestiary {
    color: #584500;
    font-family: Stonehenge;
    font-size: 100%;
    font-weight: bold;
    padding-top: 15px;
    border-bottom-style: none;
}

h3.bestiary {
    color: #584500;
    font-weight: bold;
    font-size: 80%;
    padding-top: 5px;
    border-bottom-style: none;
}