mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-11 00:03:18 +08:00
147 lines
1.8 KiB
CSS
147 lines
1.8 KiB
CSS
|
body
|
||
|
{
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
.backdrop
|
||
|
{
|
||
|
position: relative;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
background-image: url(loadscreen.jpg);
|
||
|
background-size: 100% 100%;
|
||
|
}
|
||
|
|
||
|
.bottom
|
||
|
{
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
#gradient
|
||
|
{
|
||
|
position: absolute;
|
||
|
bottom: 0px;
|
||
|
width: 100%;
|
||
|
|
||
|
height: 25%;
|
||
|
|
||
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'BankGothic';
|
||
|
src: url('bankgothic.ttf') format('truetype');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
h1, h2 {
|
||
|
position: relative;
|
||
|
background: transparent;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
/* add a single stroke */
|
||
|
h1:before, h2:before {
|
||
|
content: attr(title);
|
||
|
position: absolute;
|
||
|
-webkit-text-stroke: 0.1em #000;
|
||
|
left: 0;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
|
||
|
|
||
|
.letni
|
||
|
{
|
||
|
position: absolute;
|
||
|
left: 5%;
|
||
|
right: 5%;
|
||
|
bottom: 10%;
|
||
|
|
||
|
z-index: 5;
|
||
|
|
||
|
color: #fff;
|
||
|
|
||
|
font-family: "Segoe UI";
|
||
|
}
|
||
|
|
||
|
.letni p
|
||
|
{
|
||
|
font-size: 22px;
|
||
|
|
||
|
margin-left: 3px;
|
||
|
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
|
||
|
.letni h2
|
||
|
{
|
||
|
font-family: BankGothic;
|
||
|
|
||
|
text-transform: uppercase;
|
||
|
|
||
|
font-size: 50px;
|
||
|
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
.top
|
||
|
{
|
||
|
color: #fff;
|
||
|
|
||
|
position: absolute;
|
||
|
top: 7%;
|
||
|
left: 5%;
|
||
|
right: 5%;
|
||
|
}
|
||
|
|
||
|
.top h1
|
||
|
{
|
||
|
font-family: BankGothic;
|
||
|
font-size: 60px;
|
||
|
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
.top h2
|
||
|
{
|
||
|
font-family: BankGothic;
|
||
|
font-size: 40px;
|
||
|
|
||
|
margin: 0px;
|
||
|
|
||
|
color: #ddd;
|
||
|
}
|
||
|
|
||
|
.loadbar
|
||
|
{
|
||
|
width: 100%;
|
||
|
background-color: rgba(140, 140, 140, .9);
|
||
|
height: 20px;
|
||
|
|
||
|
margin-left: 2px;
|
||
|
margin-right: 3px;
|
||
|
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
|
||
|
overflow: hidden;
|
||
|
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.thingy
|
||
|
{
|
||
|
width: 10%;
|
||
|
background-color: #eee;
|
||
|
height: 20px;
|
||
|
|
||
|
position: absolute;
|
||
|
left: 10%;
|
||
|
}
|