Difference between revisions of "MediaWiki:Common.css"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
.Terminal {
 
.Terminal {
 
border: 1px solid white;
 
border: 1px solid white;
 +
}
 +
 +
#TerminalBOUTON {
 +
position:relative;
 +
left:5px;top:3px;
 
}
 
}
  
Line 19: Line 24:
 
     border-bottom: 1px solid white;
 
     border-bottom: 1px solid white;
 
}
 
}
 +
 +
  
 
#Lessons {
 
#Lessons {

Revision as of 16:46, 9 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; }

#title {
font-size:70px;
}

.Terminal {
border: 1px solid white;
}

#TerminalBOUTON {
	position:relative;
	left:5px;top:3px;
}

.line{
    position:relative;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid white;
}



#Lessons {
position:fixed;
opacity:0;
overflow-x:auto;
right:20px;
bottom:20px;
height:70vh;
width:70px;
font-size:11px;
text-transform:uppercase;
transition: all 0.4s; 
}

#Lessons:hover {
opacity:1;
width:13vw;
text-transform:uppercase;
font-size:11px; 
}