Difference between revisions of "MediaWiki:Common.css"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 53: Line 53:
 
#lessons {
 
#lessons {
 
position:fixed;
 
position:fixed;
opacity:0;
 
 
overflow-x:auto;
 
overflow-x:auto;
 
right:20px;
 
right:20px;

Revision as of 14:40, 26 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:30px;
left:20px;
z-index:0;
}

#terminal {
border: 1px solid white;
background-color: black;
box-shadow: 0px 0px 24px #8CACAC, 0px 0px 60px #AF8C9D;
z-index:1001;
}

#terminal:hover {
	background:rgba(0,2,2,1);
	z-index:1001;
}

.terminalButton {
	position:relative;
	left:10px;top:3px;
}

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

#lessonsTitle {
position:fixed;
font-size:2,5vw;
color:black;
opacity:0.7;
top:120px;
right:50px;
text-shadow: #F5E3E6 1px 0 10px;
writing-mode:vertical-rl;
text-orientation: upright;
}


#lessons {
position:fixed;
overflow-x:auto;
right:20px;
height:200px;
top:120px;
width:120px;
font-size:11px;
border:solid 2px grey;
text-transform:uppercase;
}

#lessons:hover {
top:29px;
right:26px;
padding:16px;
width:350px;
min-height:200px;
margin-bottom:120px;
background-color: #d9e4f5;
border:solid 1px beige;
background-image:linear-gradient(315deg, #d9e4f5 0%, #f5e3e6 74%);
box-shadow: 0px 0px 15px black, 0px 0px 24px #2F4353, 0px 0px 60px #D2CCC4;
opacity:0.91;
font-size:11px; 
z-index:1001;
}