Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1:  
/* CSS playground of Erik van den Berge*/
 
/* CSS playground of Erik van den Berge*/
 +
 +
    
.mw-wiki-logo {
 
.mw-wiki-logo {
   background-image: url("../logo/doge.png");
+
   background-image: url("https://www.socsci.ru.nl/vr/wiki/robotwiki.png");
 
   background-position: top center !important;
 
   background-position: top center !important;
 
   height:138px !important;
 
   height:138px !important;
   margin-top: 12px !important;
+
   margin-top: 12px !important
 
}
 
}
    
.mw-wiki-logo:hover {
 
.mw-wiki-logo:hover {
   background-position: 0 -138px !important;
+
   background-position: center -138px !important;
 
}
 
}
    +
#p-logo:after {
 +
  content:"Welcome back, Erik!";
 +
  position:absolute;
 +
  margin-top:2px;
 +
  width:95%;
 +
  text-align:center;
 +
  font-size:0.8em; 
 +
  color:#50727b;
 +
}
 +
 +
#p-logo:hover:after {
 +
  content:"Return to Home";
 +
  color:#e76f51;
 +
}
    
::selection{   
 
::selection{   

Navigation menu