Difference between revisions of "Template:Lethbridge/css"

Line 32: Line 32:
 
h6 {text-align: center; font-size: 10pt}
 
h6 {text-align: center; font-size: 10pt}
  
/* INLINE BLOCK - div percentage width and alignment */
+
/* INLINE BLOCK - DIV % WIDTH, ALIGNMENT */
 
#div60mid {width: 60%; vertical-align:middle;}
 
#div60mid {width: 60%; vertical-align:middle;}
 
#div50mid {width: 50%; vertical-align:middle;}
 
#div50mid {width: 50%; vertical-align:middle;}
Line 54: Line 54:
 
#div20top {width: 20%; vertical-align:top;}
 
#div20top {width: 20%; vertical-align:top;}
  
/* font size */
+
/* FONT SIZE */
 
.f10 {font-size: calc(10px + 0.45vw) !important; line-height: calc (1.1em + 0.45vw) !important;}
 
.f10 {font-size: calc(10px + 0.45vw) !important; line-height: calc (1.1em + 0.45vw) !important;}
 
.f12 {font-size: calc(12px + 0.5vw) !important; line-height: calc(1.1em + 0.5vw) !important;}
 
.f12 {font-size: calc(12px + 0.5vw) !important; line-height: calc(1.1em + 0.5vw) !important;}
Line 64: Line 64:
 
.f34 {font-size: calc(34px + 0.5vw) !important; line-height: calc(1.1em + 0.5vw) !important;}
 
.f34 {font-size: calc(34px + 0.5vw) !important; line-height: calc(1.1em + 0.5vw) !important;}
  
/* alignment, weight, and style */
+
/* ALIGNMENT, WEIGHT, AND STYLE */
 
#left {text-align: left !important; font-weight: normal;}
 
#left {text-align: left !important; font-weight: normal;}
 
#left-bold {text-align: left !important; font-weight: bold;}
 
#left-bold {text-align: left !important; font-weight: bold;}
Line 89: Line 89:
 
#justify-italic-bold {text-align: justify !important; font-weight: bold; font-style: italic;}
 
#justify-italic-bold {text-align: justify !important; font-weight: bold; font-style: italic;}
  
/* list formatting */
+
/* LIST FORMATTING */
 
.content li {width: 99%;}
 
.content li {width: 99%;}
  
/* link referencing */
+
/* LINK REFERENCING */
 
a#pageLink:link, a#pageLink:visited {color: #0f0f0f; text-decoration: underline;}
 
a#pageLink:link, a#pageLink:visited {color: #0f0f0f; text-decoration: underline;}
 
a#pageLink:hover, a#pageLink:active {color: #f5af3e; text-decoration: underline;}
 
a#pageLink:hover, a#pageLink:active {color: #f5af3e; text-decoration: underline;}
  
/* WIKI & HTML conflict workarounds */
+
/* WIKI & HTML CONFLICT WORKAROUNDS */
/* .content p {font-family: Raleway !important;} */
+
.content p {font-family: Raleway !important;}
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 22:15, 10 July 2018