+
@@ -30,20 +31,21 @@
+
-
@@ -75,35 +79,40 @@
|
+
|
+
+
New to {{ config.lua.serverName }}?
-
-
-
-
-
-
-
- New Player
-
-
-
-
-
+
+
+
+
+
+
+ New Player
+
+
+
+
+
+
+
+
@@ -112,6 +121,7 @@
+
@@ -129,9 +139,12 @@
... where hardcore gaming meets fantasy.
... where friendships last a lifetime.
- ... unites adventurers since 2017!
+ ... unites adventurers since 1997!
+ |
+
+
@@ -143,10 +156,12 @@
|
+
|
+
{{ hook('HOOK_ACCOUNT_LOGIN_AFTER_PAGE') }}
diff --git a/templates/tibiacom/basic.css b/templates/tibiacom/basic.css
index 3d260a97..4633c5ed 100644
--- a/templates/tibiacom/basic.css
+++ b/templates/tibiacom/basic.css
@@ -36,6 +36,12 @@ img {
width: expression(document.body.clientWidth > 1200? "1200px": "100%" );
}
+#LoginFormButtonCell {
+ width: 145px;
+ vertical-align: top;
+ padding-right: 10px;
+}
+
#ContentRow {
position: relative;
top: 155px;
|