Difference between revisions of "Template:Lethbridge/css"

Line 98: Line 98:
 
/* WIKI & HTML CONFLICT WORKAROUNDS */
 
/* WIKI & HTML CONFLICT WORKAROUNDS */
 
.content p {font-family: Raleway !important;}
 
.content p {font-family: Raleway !important;}
 +
 +
/* ADDED JULY 19 */
 +
 +
#teamDiv {
 +
    position:relative;}
 +
 +
#teamDiv h1 {
 +
    color: white;
 +
    font-size: 26pt;}
 +
 +
#teamDiv h2 {
 +
    color: white;
 +
    font-weight: bold;
 +
    font-size: 22pt;}
 +
 +
#teamBios {
 +
    margin-left: 3%;
 +
    margin-right: 3%;
 +
    color: white;}
 +
 +
.teamMember {
 +
    color: white;
 +
    height: 300px;
 +
    position: relative;}
 +
 +
.teamMember img {
 +
    z-index: 1;
 +
    float: left;
 +
    width: 250px;
 +
    height: 250px;
 +
    padding-right: 1%;
 +
    position: absolute; bottom: 0; left: 0;}
 +
 +
.teamMember h3 {
 +
    font-size: 20pt;
 +
    font-weight: bold;
 +
    padding: 0.5em;
 +
    z-index: 2;
 +
    border-style: solid;
 +
    border-color: white;
 +
    position: absolute; top: -3%; left: 16%;}
 +
 +
.teamMember p {
 +
    z-index: 3;
 +
    margin-left: 14em;
 +
    position: absolute; bottom: 0%; right: 5%;}
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 02:28, 20 July 2018