diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 16:18:26 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 16:18:26 +0000 |
commit | 581475bc6416790765c498aa3d611f6868ffb64a (patch) | |
tree | 347ebf88eaa76e50488f23989d67cad834f3c9b1 /readme/1final.css | |
parent | 600362764ce348c5c9de96eababff2e08bb90d4a (diff) | |
download | hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.gz hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.bz2 hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.xz hercules-581475bc6416790765c498aa3d611f6868ffb64a.zip |
Fixed some file types
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/1final.css')
-rw-r--r-- | readme/1final.css | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/readme/1final.css b/readme/1final.css index 50f515707..223767b6f 100644 --- a/readme/1final.css +++ b/readme/1final.css @@ -1,64 +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;
+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 |