Changes

From Drawn to Life Wiki
124 bytes removed ,  02:35, 17 November 2020
Logo position
Line 1: Line 1:  
/* All CSS here will be loaded for users of the Vector skin */
 
/* All CSS here will be loaded for users of the Vector skin */
 +
    
/*******
 
/*******
 
* Logo *
 
* Logo *
 
********/
 
********/
 +
#p-logo a {
 +
  height:7.2em;
 +
  width:19em;
 +
  background-size:contain;
 +
}
 +
 
#p-logo {
 
#p-logo {
    top: 20px;
+
  top:-155px;
    left: 46vw;
+
  left: 50vw;
    margin-left: -9.5em;
+
  margin-left:-9.5em;
    position: absolute;
  −
    width: 10em;
  −
    height: 100px;
  −
}
  −
#p-logo a {
  −
    background-position: center center;
  −
    background-repeat: no-repeat;
  −
    display: block;
  −
    width: 31em;
  −
    height: 264px;
  −
    text-decoration: none;
   
}
 
}
 +
/***********
 +
* End logo *
 +
************/