MediaWiki:Print.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
     color: #584500;
     color: #584500;
     font-family: Stonehenge;
     font-family: Stonehenge;
     font-size: 125%;
     font-size: 175%;
     font-weight: bold;
     font-weight: bold;
     border-bottom-style: solid;
     border-bottom-style: solid;
Line 13: Line 13:
     color: #584500;
     color: #584500;
     font-family: Stonehenge;
     font-family: Stonehenge;
     font-size: 125%;
     font-size: 175%;
     font-weight: bold;
     font-weight: bold;
     border-bottom-style: solid;
     border-bottom-style: solid;
Line 22: Line 22:
     color: #584500;
     color: #584500;
     font-family: Stonehenge;
     font-family: Stonehenge;
     font-size: 100%;
     font-size: 150%;
     font-weight: bold;
     font-weight: bold;
     padding-top: 10px;
     padding-top: 10px;
Line 32: Line 32:
     color: #584500;
     color: #584500;
     font-weight: bold;
     font-weight: bold;
     font-size: 90%;  
     font-size: 125%;  
     padding-top: 10px;
     padding-top: 10px;
}
}
Line 38: Line 38:
h4 {
h4 {
     font-weight: bold;
     font-weight: bold;
     font-size: 80%;
     font-size: 110%;
     color: #584500;
     color: #584500;
     padding-top: 8px;
     padding-top: 8px;
Line 45: Line 45:
h5 {
h5 {
     font-weight: bold;
     font-weight: bold;
     font-size: 75%;
     font-size: 110%;
     color: #584500;
     color: #584500;
}
}
Line 51: Line 51:
h6 {
h6 {
     font-weight: bold;
     font-weight: bold;
     font-size: 75%;  
     font-size: 110%;  
     color: #000000;
     color: #000000;
}
}


body {
body {
   font-size: 70%;
   font-size: 75%;
}
}


p {
p {
   font-size: 70%;
   font-size: 75%;
}
}


Line 68: Line 68:
     color: #584500;
     color: #584500;
     font-family: Stonehenge;
     font-family: Stonehenge;
     font-size: 125%;
     font-size: 175%;
     font-weight: bold;
     font-weight: bold;
     padding-top: 10px;
     padding-top: 10px;
Line 79: Line 79:
     color: #584500;
     color: #584500;
     font-family: Stonehenge;
     font-family: Stonehenge;
     font-size: 100%;
     font-size: 150%;
     font-weight: bold;
     font-weight: bold;
     padding-top: 10px;
     padding-top: 10px;
Line 88: Line 88:
     color: #584500;
     color: #584500;
     font-weight: bold;
     font-weight: bold;
     font-size: 80%;
     font-size: 125%;
     padding-top: 5px;
     padding-top: 5px;
     border-bottom-style: none;
     border-bottom-style: none;
}
}

Latest revision as of 13:40, 9 July 2019

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

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

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

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

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

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

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

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

body {
  font-size: 75%;
}

p {
  font-size: 75%;
}


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

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

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