- Extracted all 13,555 files from files.7z (1.2GB uncompressed) - Includes: vehicles, tracks, audio, textures, UI, manifests - Also kept files.7z for easy download - Full working directory for asset development
148 lines
2.8 KiB
CSS
148 lines
2.8 KiB
CSS
body {
|
|
font-family: "Verdana";
|
|
font-size: 12pt;
|
|
color: rgb( 234, 234, 234 );
|
|
/*background-color: #eeeeee;
|
|
background-image:url('/assets/templates/images/bg_tile.png');
|
|
background-repeat: repeat;*/
|
|
/*text-shadow: 1px 1px white;*/
|
|
padding: 0px;
|
|
margin: 0px;
|
|
min-height: 100%;
|
|
height: auto;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
h1 {
|
|
color: rgb( 255, 255, 255 );
|
|
/*color: rgb( 255, 171, 24 );*/
|
|
font-size: 24pt;
|
|
}
|
|
|
|
h2 {
|
|
color: rgb( 255, 171, 24 );
|
|
font-size: 13pt;
|
|
}
|
|
|
|
h3 {
|
|
color: rgb( 255, 171, 24 );
|
|
}
|
|
|
|
h4 {
|
|
color: rgb( 255, 171, 24 );
|
|
}
|
|
|
|
.menu {
|
|
background-image:url('left_panel.png');
|
|
/*background-color: rgb( 0, 91, 195 );
|
|
background-repeat: repeat-x;*/
|
|
display: table-cell;
|
|
height: 90%;
|
|
width: 150px;
|
|
overflow: visible;
|
|
text-align: center;
|
|
color: white;
|
|
margin: 0px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.menu ul {
|
|
padding: 0px;
|
|
}
|
|
|
|
.menu ul li {
|
|
list-style-type: none;
|
|
padding: 0px 0px;
|
|
margin: 3px 3px;
|
|
cursor: pointer;
|
|
/*width: 134px;*/
|
|
width: 150px;
|
|
height: 34px;
|
|
line-height: 32px;
|
|
white-space:nowrap;
|
|
}
|
|
|
|
.menu tr td {
|
|
width: 150px;
|
|
height: 34px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
-webkit-user-select: none;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.menuTitle {
|
|
text-shadow: 1px 1px rgb( 8, 103, 209 );
|
|
}
|
|
|
|
.unselected {
|
|
background-size: cover;
|
|
background-image: url('button.png');
|
|
background-repeat: no-repeat;
|
|
background-position: center top;
|
|
text-shadow: 1px 1px rgb( 255, 146, 15 );
|
|
}
|
|
|
|
.unselected:active {
|
|
background-color: #990000;
|
|
background-image: url('button_downstate.png')!important;
|
|
}
|
|
|
|
.selected {
|
|
/*margin-right: -18px !important;*/
|
|
background: rgb( 70, 70, 70 );
|
|
/*text-shadow: 1px 1px rgb( 8, 103, 209 );*/
|
|
/*color: rgb( 255, 24, 54 ) !important;*/
|
|
/*-webkit-mask-box-image: url( /assets/templates/images/image_ug.png ) 50% 100% 10 0 stretch;*/
|
|
}
|
|
|
|
a:visited,a:link {
|
|
color: rgb( 81, 187, 255 );
|
|
/*text-shadow: 1px 1px rgb( 191, 34, 52 );*/
|
|
}
|
|
|
|
#content {
|
|
display: table-cell;
|
|
padding: 5px 25px;
|
|
overflow: hidden;
|
|
min-height: 100%;
|
|
height: auto;
|
|
background: rgb( 51, 51, 51 );
|
|
/*width: 80%;*/
|
|
/*background-image: -webkit-gradient( linear,
|
|
0% 100%,
|
|
100% 100%,
|
|
from( rgba( 255, 255, 255, 0.5 )),
|
|
color-stop( 0.9, rgba( 255, 255, 255, 0.5 )),
|
|
to( rgba( 255, 255, 255, 0 ))
|
|
);*/
|
|
}
|
|
|
|
#content div {
|
|
display: none;
|
|
min-height: 712px;
|
|
height: auto;
|
|
}
|
|
|
|
.header {
|
|
background-image:url('http://eamel-gamehelp-fca/assets/templates/images/header_tile.png');
|
|
color: white;
|
|
text-shadow: 1px 1px black;
|
|
padding: 6px 6px 7px 20px;
|
|
font-size: 13pt;
|
|
max-height: 52px;
|
|
border-bottom: 6px solid rgb( 183, 89, 221 );
|
|
}
|
|
|
|
hr {
|
|
background-color: rgb( 113, 179, 253 );
|
|
border: none;
|
|
height: 2px;
|
|
border-bottom: 1px solid white;
|
|
}
|
|
|
|
.pageList li {
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
-webkit-user-modify: read-write-plaintext-only;
|
|
}
|