Difference between revisions of "MediaWiki:Common.css"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
#Lessons {
 
#Lessons {
 +
position:fixed;
 +
overflow-x:auto;
 +
right:20px;
 +
bottom:20px;
 +
height:70vh;
 +
width:15px;
 +
padding-left:15px;
 +
padding:15px;
 +
text-transform:uppercase;
 +
font-size:11px;
 +
}
 +
 +
#Lessons:hover {
 
position:fixed;
 
position:fixed;
 
overflow-x:auto;
 
overflow-x:auto;
Line 15: Line 28:
 
padding:15px;
 
padding:15px;
 
text-transform:uppercase;
 
text-transform:uppercase;
font-size:11px; }
+
font-size:11px;  
 +
}

Revision as of 15:22, 2 December 2021

/* CSS placed here will be applied to all skins */
.rgb { background-image: url(http://interactionstation.wdka.hro.nl/mediawiki/images/1/16/Rgifb.gif);}
.image100px img { width: 100px; }
.image320px img { width: 320px; border-width: 1px solid #000000; }
.image480px img { width: 480px; }


#Lessons {
position:fixed;
overflow-x:auto;
right:20px;
bottom:20px;
height:70vh;
width:15px;
padding-left:15px;
padding:15px;
text-transform:uppercase;
font-size:11px; 
}

#Lessons:hover {
position:fixed;
overflow-x:auto;
right:20px;
bottom:20px;
height:70vh;
width:13vw;
padding:15px;
text-transform:uppercase;
font-size:11px; 
}