summaryrefslogtreecommitdiff
path: root/readme/1final.css
diff options
context:
space:
mode:
authorValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-29 16:00:45 +0000
committerValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-29 16:00:45 +0000
commita2675f07d7da22a7c6ae11f545bf8f671e785a82 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /readme/1final.css
parentb8801ae9585201eaaf9fdf80d9c7117ee18f52e2 (diff)
downloadhercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.gz
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.bz2
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.xz
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.zip
Clearing trunk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/1final.css')
-rw-r--r--readme/1final.css66
1 files changed, 0 insertions, 66 deletions
diff --git a/readme/1final.css b/readme/1final.css
deleted file mode 100644
index a5bb17fb4..000000000
--- a/readme/1final.css
+++ /dev/null
@@ -1,66 +0,0 @@
-/* Go away, troll */
-
-a {
- color: #C9C9C9;
- text-decoration: none;
- background-color : inherit;
-}
-
-a:link {
- color: #C9C9C9;
- text-decoration: none;
- background-color : inherit;
-}
-
-a:visited {
-color: #C9C9C9;
-text-decoration: none;
-background-color : inherit;
-}
-
-a:active {
-color: #000;
-text-decoration: none;
-background-color : inherit;
-}
-
-a:hover {
-color: #000;
-text-decoration: underline;
-background-color : inherit;
-}
-
-body {
- margin: 0px 20px 20px 0px;
- font-size: 11px;
- font-family: Lucila, Arial, Helvetica;
- background: #B1DAB2;
- color: #000;
-}
-
-.tab a,
-.tab a:link,
-.tab a:visited {
- background: transparent;
- color: #C9C9C9;
- text-decoration: none;
-}
-
-.tab a:hover,
-.tab a:active {
- background: transparent;
- color: #748C33;
- text-decoration: underline;
-}
-
-.header {
- border-bottom: 1px solid #99C;
- font-size: 37px;
- font-family: Garamond, Lucila, Helvetica;
- padding: 3px;
-}
-
-.content {
- padding: 5px;
- color: #424242;
-} \ No newline at end of file