summaryrefslogtreecommitdiff
path: root/readme/style.css
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-19 03:25:29 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-19 03:25:29 +0000
commite29d0c257f7e762dcd81994ca987768d54ddb14d (patch)
tree5b8b135751c9cbee5beb0a9291ca51f0aae734f2 /readme/style.css
parent6a3dd115ac3d67fcf09646a829acbfa7768e2fa5 (diff)
downloadhercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.tar.gz
hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.tar.bz2
hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.tar.xz
hercules-e29d0c257f7e762dcd81994ca987768d54ddb14d.zip
- Set svn:mime-type properties on readme files so they can be browsed directly from the SVN.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14712 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/style.css')
-rw-r--r--readme/style.css158
1 files changed, 79 insertions, 79 deletions
diff --git a/readme/style.css b/readme/style.css
index 7a7a3732a..de9b300a2 100644
--- a/readme/style.css
+++ b/readme/style.css
@@ -1,80 +1,80 @@
-/* Created by Kisuka */
-/* www.kisuka.com */
-html, body {
- height: 100%;
- margin: 0;
- background-image:url(images/bg.gif);
-}
-body {
- width: 900px;
- height: 100%;
- border-left:thin solid #000;
- border-right:thin solid #000;
- margin-left:auto;
- margin-right:auto;
- background:#FFF url(images/clown.png) no-repeat fixed right bottom;
-}
-#template { position:relative; min-height:100%; }
-* html #template { height: 100%; }
-#header {
- height: 60px;
- border-bottom:thin solid #000;
-}
-.logo {
- float:left;
- padding-left:25px;
- font-size:x-large;
-}
-.title {
- float:right;
- padding-right:25px;
- font-size:xx-large;
- padding-top:10px;
-}
-.body-title {
- font-size:x-large;
-}
-.subtitle {
- font-size:14px;
- padding-left:10px;
- font-style:italic;
-}
-.body-container {
- padding-left:30px;
- padding-right:30px;
-}
-#navcontainer ul {
-padding-left: 0;
-margin-left: 0;
-margin-top:0;
-background-color: #000;
-color: White;
-float: left;
-width: 100%;
-font-family: arial, helvetica, sans-serif;
-}
-#navcontainer ul li { display: inline; }
-#navcontainer ul li a {
- padding: 0.2em 1em;
- background-color: #000;
- color: White;
- text-decoration: none;
- float: left;
- border-right: 1px solid #fff;
-}
-#navcontainer ul li a:hover {
- background-color: #666;
- color: #fff;
-}
-#footer {
- background-color: #000;
- width: 100%;
- color: White;
- position:absolute;
- bottom:0;
- text-align:center;
- border-top: 1px solid #fff;
-}
-#footer a {
- color: White;
+/* Created by Kisuka */
+/* www.kisuka.com */
+html, body {
+ height: 100%;
+ margin: 0;
+ background-image:url(images/bg.gif);
+}
+body {
+ width: 900px;
+ height: 100%;
+ border-left:thin solid #000;
+ border-right:thin solid #000;
+ margin-left:auto;
+ margin-right:auto;
+ background:#FFF url(images/clown.png) no-repeat fixed right bottom;
+}
+#template { position:relative; min-height:100%; }
+* html #template { height: 100%; }
+#header {
+ height: 60px;
+ border-bottom:thin solid #000;
+}
+.logo {
+ float:left;
+ padding-left:25px;
+ font-size:x-large;
+}
+.title {
+ float:right;
+ padding-right:25px;
+ font-size:xx-large;
+ padding-top:10px;
+}
+.body-title {
+ font-size:x-large;
+}
+.subtitle {
+ font-size:14px;
+ padding-left:10px;
+ font-style:italic;
+}
+.body-container {
+ padding-left:30px;
+ padding-right:30px;
+}
+#navcontainer ul {
+padding-left: 0;
+margin-left: 0;
+margin-top:0;
+background-color: #000;
+color: White;
+float: left;
+width: 100%;
+font-family: arial, helvetica, sans-serif;
+}
+#navcontainer ul li { display: inline; }
+#navcontainer ul li a {
+ padding: 0.2em 1em;
+ background-color: #000;
+ color: White;
+ text-decoration: none;
+ float: left;
+ border-right: 1px solid #fff;
+}
+#navcontainer ul li a:hover {
+ background-color: #666;
+ color: #fff;
+}
+#footer {
+ background-color: #000;
+ width: 100%;
+ color: White;
+ position:absolute;
+ bottom:0;
+ text-align:center;
+ border-top: 1px solid #fff;
+}
+#footer a {
+ color: White;
} \ No newline at end of file