skyrim-console-server/EmpathicQubit.ConsoleServer/static/index.css

95 lines
2.7 KiB
CSS
Raw Normal View History

2021-05-16 10:43:37 -04:00
* {
box-sizing: border-box;
font-family: sans-serif;
2021-05-17 13:52:10 -04:00
font-size: 1.8vw;
2021-05-16 10:43:37 -04:00
font-weight: 700;
color: #fff;
margin: 0;
padding: 0;
text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}
html, body {
background-color: #0f0;
min-height: 99vh;
2021-05-16 10:43:37 -04:00
}
h1 {
font-size: 1.2em;
margin: 1vh;
2021-05-16 10:43:37 -04:00
}
#content {
display: flex;
}
.favorites {
padding: 0;
width: 100%;
2021-05-16 10:43:37 -04:00
}
.favorites li {
list-style-type: none;
display: block;
2021-05-16 10:43:37 -04:00
}
.favorites ul {
flex-wrap: wrap;
display: flex;
margin: 0;
padding: 0;
}
.favorites h1 {
text-align: center;
vertical-align: middle;
height: 8vh;
2021-05-16 10:43:37 -04:00
}
.favorites button {
word-wrap: break-word;
2021-05-17 13:52:10 -04:00
width: 15.5vw;
height: 15.5vw;
margin: .3vw;
2021-05-16 10:43:37 -04:00
border: .15em solid black;
border-radius: .25em;
overflow: hidden;
display: block;
}
.favorites button img {
width: 100%;
padding: .3em 1.5em .1em 1.5em;
min-height: 0;
2021-05-16 10:43:37 -04:00
}
.favorites__left ul {
flex-direction: row;
}
.favorites__right ul {
flex-direction: row-reverse;
}
.favorites__left button {
background-color: rgba(136, 0, 0, 0.8);
2021-05-16 10:43:37 -04:00
}
.favorites button:hover {
border-color: #909;
text-shadow: #909 3px 0px 0px, #909 2.83487px 0.981584px 0px, #909 2.35766px 1.85511px 0px, #909 1.62091px 2.52441px 0px, #909 0.705713px 2.91581px 0px, #909 -0.287171px 2.98622px 0px, #909 -1.24844px 2.72789px 0px, #909 -2.07227px 2.16926px 0px, #909 -2.66798px 1.37182px 0px, #909 -2.96998px 0.42336px 0px, #909 -2.94502px -0.571704px 0px, #909 -2.59586px -1.50383px 0px, #909 -1.96093px -2.27041px 0px, #909 -1.11013px -2.78704px 0px, #909 -0.137119px -2.99686px 0px, #909 0.850987px -2.87677px 0px, #909 1.74541px -2.43999px 0px, #909 2.44769px -1.73459px 0px, #909 2.88051px -0.838247px 0px;
opacity: 1;
}
.favorites__left button:hover {
background-color: #70d;
}
.favorites__right button {
background-color: rgba(0, 0, 136, 0.8);
2021-05-16 10:43:37 -04:00
}
.favorites__right button:hover {
background-color: #e4005f;
}