MediaWiki:Print.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
     font-size: 100%;
     font-size: 100%;
     font-weight: bold;
     font-weight: bold;
     padding-top: 15px;
     padding-top: 10px;
     border-bottom-style: solid;
     border-bottom-style: solid;
     border-bottom-color: #584500;
     border-bottom-color: #584500;
Line 33: Line 33:
     font-weight: bold;
     font-weight: bold;
     font-size: 90%;  
     font-size: 90%;  
     padding-top: 15px;
     padding-top: 10px;
}
}


Line 40: Line 40:
     font-size: 80%;
     font-size: 80%;
     color: #584500;
     color: #584500;
     padding-top: 10px;
     padding-top: 8px;
}
}


Line 70: Line 70:
     font-size: 125%;
     font-size: 125%;
     font-weight: bold;
     font-weight: bold;
     padding-top: 15px;
     padding-top: 10px;
     text-align: center;
     text-align: center;
     border-bottom-style: solid;
     border-bottom-style: solid;
Line 81: Line 81:
     font-size: 100%;
     font-size: 100%;
     font-weight: bold;
     font-weight: bold;
     padding-top: 15px;
     padding-top: 10px;
     border-bottom-style: none;
     border-bottom-style: none;
}
}

Revision as of 13:35, 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: 10px;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

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

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

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: 10px;
    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: 10px;
    border-bottom-style: none;
}

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