| Line 2: |
Line 2: |
| | | | |
| | | | |
| − | @import url(http://fonts.googleapis.com/css?family=Lora);
| |
| | | | |
| − | .mw-body h1, .mw-body h2 { | + | .mw-wiki-logo { |
| − | font-family:'Lora', serif; | + | background-image: url("https://www.socsci.ru.nl/vr/wiki/robotwiki.png"); |
| − | -webkit-transition: all 0.05s ease-out;
| + | background-position: top center !important; |
| − | -moz-transition: all 0.05s ease-out; | + | height:138px !important; |
| − | -ms-transition: all 0.05s ease-out; | + | margin-top: 12px !important |
| − | -o-transition: all 0.05s ease-out; | |
| | } | | } |
| | | | |
| − | .mw-body h1:hover, .mw-body h2:hover { | + | .mw-wiki-logo:hover { |
| − | position:relative; | + | background-position: center -138px !important; |
| − | left:-2px; | + | } |
| − | color: #fff; | + | |
| − | text-shadow: -2px 0 2px rgb(30, 242, 241), | + | #p-logo:after { |
| − | 2px 0 2px rgb(246, 5, 10);
| + | 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{ |
| | + | background:#fff2a8; |
| | + | } |
| | + | ::-moz-selection{ |
| | + | background:#fff2a8; |
| | } | | } |