Difference between revisions of "Template:UiOslo Norway"

Line 200: Line 200:
 
/*test to add Box when mouse is hovered over a piece of text*/
 
/*test to add Box when mouse is hovered over a piece of text*/
 
span{
 
span{
 +
        position: absolute;
 +
        z-index:200;       
 
         background: none repeat scroll 0 0 #999966;
 
         background: none repeat scroll 0 0 #999966;
 
         border: 3px solid #472400;
 
         border: 3px solid #472400;
Line 209: Line 211:
 
left:-30;
 
left:-30;
 
         line-height: 20px;
 
         line-height: 20px;
        position: absolute;
 
 
         top:-80px;
 
         top:-80px;
-webkit-transition: all .3s ease;
+
 
-moz-transition: all .3s ease;
+
-ms-transition: all .3s ease;
+
-o-transition: all .3s ease;
+
transition: all .3s ease;
+
 
        
 
        
 
     }
 
     }

Revision as of 08:26, 4 August 2015