From a269c22b8d92b56a6b09bc2fa8375d1803cab909 Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 27 Jul 2009 16:56:26 +0000 Subject: - Added svn:eol-style native for some conf/css/html/pl/sql/txt files. - Added svn:executable property for several batch/shell scripts. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13972 54d463be-8e91-2dee-dedb-b68131a5f0ec --- readme/changelog.html | 272 ++++++++++++------------- readme/faq.html | 302 ++++++++++++++-------------- readme/features.html | 320 ++++++++++++++--------------- readme/gmcommands.html | 278 ++++++++++++------------- readme/npcfeatures.html | 524 ++++++++++++++++++++++++------------------------ readme/readme.css | 452 ++++++++++++++++++++--------------------- readme/resources.html | 300 +++++++++++++-------------- readme/setup.html | 288 +++++++++++++------------- 8 files changed, 1368 insertions(+), 1368 deletions(-) (limited to 'readme') diff --git a/readme/changelog.html b/readme/changelog.html index 0969a6a9e..ced251806 100644 --- a/readme/changelog.html +++ b/readme/changelog.html @@ -1,136 +1,136 @@ -eAthena - Changelog - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - Changelog + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ diff --git a/readme/faq.html b/readme/faq.html index 956b7d566..fc18e377c 100644 --- a/readme/faq.html +++ b/readme/faq.html @@ -1,151 +1,151 @@ -eAthena - FAQ - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - FAQ + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ diff --git a/readme/features.html b/readme/features.html index 78137d65e..aeffbab23 100644 --- a/readme/features.html +++ b/readme/features.html @@ -1,160 +1,160 @@ -eAthena - Features - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - Features + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ diff --git a/readme/gmcommands.html b/readme/gmcommands.html index 44b9ea554..29de48135 100644 --- a/readme/gmcommands.html +++ b/readme/gmcommands.html @@ -1,139 +1,139 @@ -eAthena - GM Commands - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - GM Commands + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ diff --git a/readme/npcfeatures.html b/readme/npcfeatures.html index 380ce7bfd..67b816b87 100644 --- a/readme/npcfeatures.html +++ b/readme/npcfeatures.html @@ -1,262 +1,262 @@ -eAthena - NPC Features - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - NPC Features + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ diff --git a/readme/readme.css b/readme/readme.css index eb64703a4..63742c60c 100644 --- a/readme/readme.css +++ b/readme/readme.css @@ -1,227 +1,227 @@ -/* Go away, Troll */ - -A, -A:link, -A:visited, -A:active, -A:hover { - -color: #000; - -text-decoration: underline; - -background-color : inherit; - -} - - -html { - - margin: 0px; - - padding: 0px; - -} - -body { - - background: url(./images/bg.gif); - - margin: 0px 0px 0px 0px; - - padding: 0px 0px 0px 0px; - - font: 14px Arial, arial; - - color: #000; - -} - -h1 { - - width : 100%; - - height : 40px; - - text-align : bottom; - - font : 30px Arial Black, arial black, helvetica, sans-serif; - -} - -.w800 { - - width: 800px; - -} - -#dleftbg, -#drightbg { - - position: absolute; - - width: 50%; - - overflow: hidden; - - height: 69px; - - z-index: 0; - -} - -#dleftbg { - - top: 66px; - - left: 0px; - - background: url(./images/leftbg.gif); - -} - -#drightbg { - - top: 105px; - - right: 0px; - - background: url(./images/rightbg.gif); - -} - -#canvas { - - position: absolute; - - z-index: 1; - - width: 100%; - - height: 100%; - -} - -#ea { - - height: 100%; - -} - - -#leftborderspacer, -#leftbgspacer { - - height: 66px; - -} - -#rightborderspacer { - - height: 106px; - -} - - -#leftborder, -#rightborder { - - background: #000; - - width: 1px; - -} - -.vspacer { - - - -} - -#middle { - - background: url(./images/textbg.gif); - - width: 800px; - - height: 100%; - -} - -#logo { - - background: url(./images/logo.gif) no-repeat top left; - - height: 100%; - -} - -#title { - - font : 30px Arial Black, arial black, helvetica, sans-serif; - - height: 54px; - -} - -.navi { - - font : 14px Arial Black, arial black, helvetica, sans-serif; - - height: 88px; - -} - -#btmborder { - - background: url(./images/btmborderbg.gif); - - height: 2px; - -} - -.left, -#lefttext, -#leftbtmborder { - - width: 327px; - -} - -#midtext, -#midbtmborder { - - width: 44px; - -} - -.right, -#righttext, -#rightbtmborder { - - width: 429px; - -} - -#content { - - height: 100px; - -} - -#lefttext, -#righttext { - - background: url(./images/textbg.gif); - - height: 100%; - -} - -#midtext { - - background: url(./images/logobtm.gif); - - height: 100%; - +/* Go away, Troll */ + +A, +A:link, +A:visited, +A:active, +A:hover { + +color: #000; + +text-decoration: underline; + +background-color : inherit; + +} + + +html { + + margin: 0px; + + padding: 0px; + +} + +body { + + background: url(./images/bg.gif); + + margin: 0px 0px 0px 0px; + + padding: 0px 0px 0px 0px; + + font: 14px Arial, arial; + + color: #000; + +} + +h1 { + + width : 100%; + + height : 40px; + + text-align : bottom; + + font : 30px Arial Black, arial black, helvetica, sans-serif; + +} + +.w800 { + + width: 800px; + +} + +#dleftbg, +#drightbg { + + position: absolute; + + width: 50%; + + overflow: hidden; + + height: 69px; + + z-index: 0; + +} + +#dleftbg { + + top: 66px; + + left: 0px; + + background: url(./images/leftbg.gif); + +} + +#drightbg { + + top: 105px; + + right: 0px; + + background: url(./images/rightbg.gif); + +} + +#canvas { + + position: absolute; + + z-index: 1; + + width: 100%; + + height: 100%; + +} + +#ea { + + height: 100%; + +} + + +#leftborderspacer, +#leftbgspacer { + + height: 66px; + +} + +#rightborderspacer { + + height: 106px; + +} + + +#leftborder, +#rightborder { + + background: #000; + + width: 1px; + +} + +.vspacer { + + + +} + +#middle { + + background: url(./images/textbg.gif); + + width: 800px; + + height: 100%; + +} + +#logo { + + background: url(./images/logo.gif) no-repeat top left; + + height: 100%; + +} + +#title { + + font : 30px Arial Black, arial black, helvetica, sans-serif; + + height: 54px; + +} + +.navi { + + font : 14px Arial Black, arial black, helvetica, sans-serif; + + height: 88px; + +} + +#btmborder { + + background: url(./images/btmborderbg.gif); + + height: 2px; + +} + +.left, +#lefttext, +#leftbtmborder { + + width: 327px; + +} + +#midtext, +#midbtmborder { + + width: 44px; + +} + +.right, +#righttext, +#rightbtmborder { + + width: 429px; + +} + +#content { + + height: 100px; + +} + +#lefttext, +#righttext { + + background: url(./images/textbg.gif); + + height: 100%; + +} + +#midtext { + + background: url(./images/logobtm.gif); + + height: 100%; + } \ No newline at end of file diff --git a/readme/resources.html b/readme/resources.html index 70d111168..83aeb22d7 100644 --- a/readme/resources.html +++ b/readme/resources.html @@ -1,150 +1,150 @@ -eAthena - Resources - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - Resources + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ diff --git a/readme/setup.html b/readme/setup.html index 321748d88..72b06c40e 100644 --- a/readme/setup.html +++ b/readme/setup.html @@ -1,144 +1,144 @@ -eAthena - Setup - - - - -
-
-
-
-
- - - - - - - - -
- - - - - - - -
-
- -
-
- - - - -
-
- - - - - - - -
-
- -
-
-
- +eAthena - Setup + + + + +
+
+
+
+
+ + + + + + + + +
+ + + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + + +
+
+ +
+
+
+ -- cgit v1.2.3-70-g09d2