1
0
forked from metin2/web

Added website Docker image, bumped PHP version, added mall authentication, added experimental patcher support, improved migrations, added teasers

This commit is contained in:
2024-09-22 21:14:31 +03:00
parent a1d0a5b9cf
commit dea61c5a0c
253 changed files with 23071 additions and 547 deletions

View File

@ -0,0 +1,41 @@
@charset "utf-8";
/* CSS Document */
html {
background:#000 url(../img/accept-bg.jpg) no-repeat center 0;
color:#C2C3CF;
font-size:12px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0 auto;
width:605px;
}
#acceptWrapper {
margin:0 auto;
width:600px;
}
#content {
padding:20px 0 0 165px;
width:395px;
}
h1 {
font-size:19px;
color:#95bcd8;
margin:0 0 15px 0;
}
p {
margin:0 0 20px 0;
line-height:normal;
}
strong {
color:#b9dbac;
font-size:13px;
font-weight:bold;
}
a {
color:#b9dbac;
font-size:12px;
}

View File

@ -0,0 +1,53 @@
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}