FactoryMaster/css/main.css

164 lines
2.7 KiB
CSS

#screen {
position: fixed;
border: 1px, solid, black;
border: solid;
border-color: white;
background-image: url(../images/fliesen.png);
}
body {
background-image: url("../images/wool.jpg");
}
#itemcount {
position: fixed;
border: 1px, solid, black;
border: solid;
border-color: white;
background-image: url(../images/inventorybg.png);
background-position: bottom 0px right 0px;
}
#info {
position: fixed;
border: 1px, solid, black;
border: solid;
border-color: white;
background-image: url(../images/infobg.png);
}
#buildselect {
position: fixed;
border: 1px, solid, black;
border: solid;
border-color: yellow;
background-image: url(../images/infobg.png);
width: 1192;
height: 568;
overflow-y: scroll;
padding: 4;
}
#infoDesc {
position: fixed;
width: 240;
height: 180;
font-family: 'Electrolize', sans-serif;
direction: rtl;
}
#infoDesc h1 {
font-size: 26px;
direction: ltr;
}
#infoDesc p {
font-size: 19px;
overflow-y: auto;
direction: ltr;
height: 154;
}
#tooltip {
background-color: rgba(0, 0, 0, 0.3);
font-family: 'Electrolize', sans-serif;
position: fixed;
width: fit-content;
color: floralwhite;
padding: 2px;
border: 2px;
border-style: solid;
border-color: gray;
z-index: 100;
}
#money {
position: fixed;
font-family: 'Electrolize', sans-serif;
font-size: 22px;
width: 1200;
height: 42px;
line-height: 42px;
text-align: center;
background-image: url(../images/moneybg.png);
z-index: -1;
}
.itemBig {
width: 72;
height: 72;
/*background-image: url(../images/inventorybg.png);*/
}
#showmore {
width: 200;
height: 24;
position: fixed;
}
#inventoryBig {
position: fixed;
border: 1px, solid, black;
border: solid;
border-color: yellow;
background-image: url("../images/wool.jpg");
width: 1192;
height: 568;
padding: 4;
}
#clickToSell {
width: 1192;
height: 38;
font-family: 'Electrolize', sans-serif;
font-size: 22px;
line-height: 38px;
text-align: center;
color: floralwhite;
}
#itemsScroll {
overflow-y: scroll;
width: 1192;
height: 530;
}
body {
-webkit-touch-callout: none;
/* iOS Safari */
-webkit-user-select: none;
/* Safari */
-khtml-user-select: none;
/* Konqueror HTML */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently supported by Chrome and Opera */
}
.buildtile {
width: 48;
height: 48;
margin: 4;
}
/* Custom Scrollbar */
::-webkit-scrollbar {
width: 12;
}
::-webkit-scrollbar-track {
background: #B0BEC5;
}
::-webkit-scrollbar-thumb {
background: #78909C;
}
::-webkit-scrollbar-thumb:hover {
background: #546E7A;
}