This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
internet-dhier-et-daujourd-.../assets/css/desktop.css

358 lines
8.1 KiB
CSS

@font-face {
font-family: 'Roboto';
src: url("/assets/fonts/Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/Roboto-Regular.woff") format("woff"), url("/assets/fonts/Roboto-Regular.ttf") format("ttf");
font-weight: normal;
font-style: normal; }
.container {
width: 80%;
margin: auto; }
.overlay {
position: absolute;
background: rgba(48, 69, 89, 0.7);
z-index: 1000;
width: 100%;
height: 100%; }
.invisible {
display: none; }
.startMenu {
z-index: 1001;
background: white;
box-shadow: rgba(0, 0, 0, 0.5) 0 0 60px;
position: relative;
width: 25%;
height: 65%;
margin: auto;
margin-top: 7%;
transition: width 0.5s, height 0.5s;
transition-timing-function: ease; }
.startText {
padding-top: 2%;
color: #2e3639;
font-family: Roboto; }
.startText h1 {
line-height: 2vw;
font-size: 1.7rem; }
.startText h1 span {
display: block;
font-size: 2.2rem; }
.startText p {
text-indent: 1.7rem;
font-size: 1rem;
line-height: 1.6vw; }
.startText p.no-ident {
margin-top: 1rem;
text-indent: 0; }
.startButton {
cursor: pointer;
font-size: 1.1rem;
background-color: #333;
width: 100%;
bottom: 0;
position: absolute;
display: flex;
flex-flow: row nowrap;
justify-content: space-around;
height: 5vw; }
.startButton div {
width: 100%;
padding-top: 2vw;
text-align: center; }
.startButton .play {
background-color: #03bd9c; }
.startButton .expose {
background-color: #3b75ad; }
.startButton.top {
top: 0; }
#player {
z-index: 1002;
position: fixed;
top: 0;
background: white;
width: 100%; }
.dialogs {
width: 85%;
border-radius: 10%;
display: none;
background-color: white;
border: 1px solid #304559;
padding: 2.3% 2% 0 2%;
height: 15%;
z-index: 1001;
position: relative;
margin: auto;
top: calc(100% - 18%);
color: #304559;
font-family: roboto;
font-size: 1.3rem;
line-height: 1.7rem; }
#dialogsNext {
display: none;
position: relative;
z-index: 1002;
float: right;
font-size: 1rem;
cursor: pointer; }
.soft {
display: flex;
flex-flow: row nowrap; }
.soft .opensource {
flex-basis: 50%; }
.soft .opensource div {
display: inline-block;
cursor: pointer;
height: 10%;
margin: 0;
padding: 0;
line-height: 0;
width: 10%; }
.soft .proprio {
flex-basis: 50%; }
.soft .proprio div {
display: inline-block;
cursor: pointer;
height: 10%;
margin: 0;
padding: 0;
line-height: 0;
width: 10%;
cursor: pointer; }
.soft img {
height: 100%; }
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0; }
html, body {
width: 100%;
height: 100%;
background: #333;
overflow: hidden;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: auto;
-moz-text-size-adjust: 100%;
text-rendering: optimizelegibility;
color: whitesmoke;
font: 400 normal 16px/20px 'Raleway', 'Quicksand', 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif; }
header {
position: fixed;
top: 0;
left: 0;
z-index: 300;
width: 100%;
height: 30px;
line-height: 30px;
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
color: whitesmoke;
background: rgba(255, 255, 255, 0.3); }
header > * {
margin: 0 0.5rem; }
header > span {
display: inline-block;
cursor: pointer; }
header > span:hover {
color: gold; }
#menu {
display: block;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 280px;
width: 70%;
min-height: 300px;
height: 70%;
background: rgba(255, 255, 255, 0.3);
overflow: hidden;
z-index: 300; }
#menu .menu-item {
display: inline-block;
width: 64px;
height: 64px;
color: black;
text-align: center;
cursor: pointer;
margin: 1rem;
outline: 1px dotted red; }
#menu .menu-content {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100% - 100px);
overflow: auto;
padding: 1rem; }
#menu .menu-footer {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100px;
background: rgba(255, 255, 255, 0.3);
overflow: hidden;
padding: 1rem;
text-align: center; }
#menu .menu-footer .menu-item {
margin: 0 1rem; }
main {
position: fixed;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
padding: 30px 0 0 0;
background: url("../img/wallpapers/background_desktop.png"); }
.screensaver {
position: fixed;
top: 0;
left: 0;
z-index: 400;
width: 100%;
height: 100%;
background-image: url("../img/wallpapers/background_screensaver.png");
text-align: center;
color: whitesmoke;
font-weight: 300; }
.screensaver > .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.screensaver > .content time {
display: block;
font-size: 1.5rem;
line-height: 1.875rem; }
.screensaver > .content time:first-of-type {
font-size: 5rem;
line-height: 6.25rem; }
.screensaver > .unlock {
position: absolute;
top: 75%;
left: 51%;
transform: translateX(-50%); }
@keyframes flash {
0% {
opacity: 0; }
75% {
opacity: 1; } }
button {
color: inherit;
font: inherit;
padding: 0.5rem;
margin: 1rem 0 0 0;
background: none;
border: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer; }
button:hover {
background: rgba(255, 255, 255, 0.1); }
button:active {
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset; }
a {
text-decoration: none;
color: #666; }
.window {
position: absolute;
z-index: 200;
min-width: 200px;
max-width: 100%;
max-height: 100%;
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
color: whitesmoke;
font-size: 14px;
resize: both;
overflow: auto; }
.window .header {
position: absolute;
width: 100%;
padding: 0.5rem;
cursor: move;
background: rgba(255, 255, 255, 0.1); }
.window .header h1 {
text-align: center;
font-size: 1.2rem;
font-weight: 400; }
.window .header > .close {
position: absolute;
right: 1rem;
top: 0.5rem;
cursor: pointer; }
.window .sub-header {
background: rgba(255, 255, 255, 0.1);
padding: 0.5rem; }
.window .content {
padding: 2.5rem 0 0 0;
overflow: auto; }
.window .content .file-item {
display: inline-block;
position: relative;
width: 100px;
margin: 1rem;
text-align: center;
cursor: pointer;
resize: none; }
.window .content .file-item > .icon {
display: block;
position: relative;
width: 100px;
height: 100px;
text-align: center; }
.window .content .file-item > .icon:hover {
background: rgba(255, 255, 255, 0.1); }
.window .content .file-item > .icon:active {
background: rgba(255, 255, 255, 0.2); }
.window .content .file-item > .icon.folder {
background: linear-gradient(rgba(34, 201, 232, 0.5), rgba(20, 85, 219, 0.5));
border-radius: 0 0 4px 4px; }
.window .content .file-item > .icon.folder:before {
content: '';
display: block;
position: absolute;
top: -3px;
left: 3px;
background: rgba(255, 255, 255, 0.5);
width: 94px;
height: 3px; }
.window .content .file-item > .icon.folder > * {
color: rgba(0, 0, 0, 0.1); }
.window .content .file-item > .icon > * {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.window .content .file-item > .label {
display: inline-block;
color: whitesmoke;
padding: 0.2rem 0.5rem;
min-width: 5rem;
background: rgba(0, 0, 0, 0.1);
border-radius: 50px;
text-align: center;
font-size: 0.63rem;
margin: 0.3rem 0 0 0;
overflow: hidden; }
/*# sourceMappingURL=desktop.css.map */