diff options
author | wizputer <wizputer@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-27 19:32:30 +0000 |
---|---|---|
committer | wizputer <wizputer@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-27 19:32:30 +0000 |
commit | 486b4f2a12b41507b67a1a93ae5871b3be447914 (patch) | |
tree | 8196d22d0fce973ac6e53b24735776ba9dcaf77f /readme/1final.css | |
parent | ecb15e6101bc1912bb2520151c45ed69af80feb8 (diff) | |
parent | f0da8da932031212f34aa97eff882f72cb69cc2a (diff) | |
download | hercules-486b4f2a12b41507b67a1a93ae5871b3be447914.tar.gz hercules-486b4f2a12b41507b67a1a93ae5871b3be447914.tar.bz2 hercules-486b4f2a12b41507b67a1a93ae5871b3be447914.tar.xz hercules-486b4f2a12b41507b67a1a93ae5871b3be447914.zip |
correct directory structure
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@387 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/1final.css')
-rw-r--r-- | readme/1final.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/readme/1final.css b/readme/1final.css new file mode 100644 index 000000000..223767b6f --- /dev/null +++ b/readme/1final.css @@ -0,0 +1,64 @@ +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 |