Difference between revisions of "Template:Lethbridge/css"

Line 9: Line 9:
 
<style>
 
<style>
 
{{Team:Lethbridge/reset}}
 
{{Team:Lethbridge/reset}}
 +
/* LOGO CONTAINER */
 +
    #logo-container {
 +
        width: 400px !important;
 +
        height: 400px !important;
 +
        position: relative;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        padding-left: 50px;}
 +
   
 +
    #ulethlogo {
 +
        position: absolute;
 +
        z-index: 999;}
 +
   
 +
    #gear {
 +
        z-index: 888;
 +
        padding-top: 80px;
 +
        padding-left: 100px;}
 +
   
 +
    #img-gear {
 +
        -webkit-animation: rotation 2s infinite linear;}
 +
   
 +
    @-webkit-keyframes rotation {
 +
        from {
 +
            -webkit-transform: rotate(0deg);}
 +
        to {
 +
            -webkit-transform: rotate(359deg);}}
 +
   
 +
    ul {font-kerning:normal; font-weight: lighter}
 +
/* END LOGO CONTAINER */
 +
 +
 
body {font-family: 'Ralway', sans-serif; background-color: #ffffff; color: darkslategrey !important; margin-left: 3% !important; margin-right: 3% !important;}
 
body {font-family: 'Ralway', sans-serif; background-color: #ffffff; color: darkslategrey !important; margin-left: 3% !important; margin-right: 3% !important;}
  

Revision as of 22:06, 10 July 2018