From 195dffc20af1fb32c7e4119988911b72955aeabc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Thu, 4 Nov 2004 23:25:09 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec --- readme/1final.css | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 readme/1final.css (limited to 'readme/1final.css') diff --git a/readme/1final.css b/readme/1final.css new file mode 100644 index 000000000..50f515707 --- /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 -- cgit v1.2.3-70-g09d2