Difference between revisions of "MediaWiki:Common.css"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
font-size:2vw;
 
font-size:2vw;
 
position:fixed;
 
position:fixed;
top:10px;
+
writing-mode: vertical-rl;
left:190px;
+
bottom:20px;
 +
left:20px;
 
z-index:0;
 
z-index:0;
 
}
 
}

Revision as of 21:20, 25 January 2022

/* 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:2vw;
position:fixed;
writing-mode: vertical-rl;
bottom:20px;
left:20px;
z-index:0;
}

.Terminal {
border: 1px solid white;
background:rgb(0,0,0,0.4);
z-index:1001;
}

.Terminal:hover {
	box-shadow: 0 0 20px rgba(255, 230, 234, 0.3), 0 0 18px rgba(210, 180, 140, 0.08);
	background:rgba(0,2,2,1);
	z-index:1001;
}

.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;
height:200px;
top:200px;
width:120px;
font-size:11px;
text-transform:uppercase;
transition: all 0.4s; 
}

#Lessons:hover {
opacity:1;
padding:30px;
width:350px;
right:20px;
background:black;
font-size:11px; 
z-index:1001;
}