archive/atoms/index.css

124 lines
2.3 KiB
CSS

@import url(https://fonts.googleapis.com/css?family=Oswald);
html {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
body {
background-image: url("./resources/static/light.png");
overflow-x: hidden;
font-family: Oswald;
font-size: 100%;
margin: 0;
-webkit-transition: background-image ease-in 0.5s;
-moz-transition: background-image ease-in 0.5s;
-ms-transition: background-image ease-in 0.5s;
transition: background-image ease-in 0.5s;
}
p {
margin-bottom: 1%;
}
td {
width:50px;
height: 65px;
padding:0;
margin:0;
text-align: center;
-webkit-transition: box-shadow 0.3s ease;
-moz-transition: box-shadow 0.3s ease;
-ms-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
}
td:hover {
box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2);
}
.tDesc {
padding: 0;
margin: 0;
text-align: center;
font-size: 150%;
}
.pulltab {
position: fixed;
margin-left: -6%;
padding: 0.5%;
width: 6.2%;
height: 4%;
background-color: #b3daff;
color: rgba(0,0,0,0);
box-shadow: 2px 2px 5px 3px #333;
-webkit-transition: transform 0.2s ease, margin 0.3s ease, color 0.4s ease;
-moz-transition: transform 0.2s ease, margin 0.3s ease, color 0.4s ease;
-ms-transition: transform 0.2s ease, margin 0.3s ease ,color 0.4s ease;
transition: transform 0.2s ease, margin 0.3s ease, color 0.4s ease;
}
.pulltab:hover {
margin-left: 0%;
color: rgba(0,0,0,1)
}
.first {
margin-top:5%;
}
.second {
margin-top: 12%;
}
.sidebar {
position: absolute;
background-color: #e6f5ff;
min-height: 100%;
padding: 15px 20px 15px 15px;
box-shadow: 2px 2px 5px 3px #333;
z-index:10;
-webkit-transition: margin 0.5s ease, background-color 0.5s ease;
-moz-transition: margin 0.5s ease, background-color 0.5s ease;
-ms-transition: margin 0.5s ease, background-color 0.5s ease;
transition: margin 0.5s ease, background-color 0.5s ease;
}
.elements {
margin-left: -70%;
}
.settings {
margin-left: -20%;
}
.fa {
float: right;
font-size: 250% !important;
color: #585858;
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.fa:hover {
color: #FF746B;
}
.normal {
margin: 3%;
}
.extension {
margin-top:3%;
margin-left: 10%;
}