diff options
-rw-r--r-- | default.css | 33 | ||||
-rw-r--r-- | default_basic.css | 44 | ||||
-rw-r--r-- | includes/common.php | 4 | ||||
-rw-r--r-- | index.php | 3 |
4 files changed, 30 insertions, 54 deletions
diff --git a/default.css b/default.css index 1dda4b5..42bbdef 100644 --- a/default.css +++ b/default.css @@ -1,7 +1,27 @@ -@import url("default_basic.css"); - body { - padding-top: 0px; + background-color: #eeeeee; + margin: 0px; + font-family: sans-serif; +} + +a { + text-decoration: none; + color: rgb(100,10,10); +} + +a:visited { + color: rgb(60,0,0); +} + +a:hover { + text-decoration: underline; +} + +hr { + border-style: none; + height: 1px; + background-color: silver; + color: silver; } body, div, p, td, li, h1, h2, h3, h4 { @@ -77,7 +97,7 @@ h1 { background-position: top right; background-repeat: no-repeat; background-color: #f2ebe7; - margin: 0px 0px 20px 1px; + margin: 0px 0px 20px -9px; } #main .main_title_bottomright { @@ -112,7 +132,7 @@ h1 { border-top: 1px solid #f2e6df; border-left: 1px solid #f2e6df; */ - font-size: 11pt; + font-size: 12pt; /* background-color: #d1c7c0; padding: 2px 5px 2px 5px; @@ -181,6 +201,7 @@ h1 { } #sidebar .section li a { + font-size: 12px; display: block; margin: 0px; width: auto; @@ -251,7 +272,7 @@ h1 { } #contents { - padding: 12px 8px 175px 11px; + padding: 12px 8px 175px 21px; border: 0px solid blue; line-height: 150%; } diff --git a/default_basic.css b/default_basic.css deleted file mode 100644 index 60b5149..0000000 --- a/default_basic.css +++ /dev/null @@ -1,44 +0,0 @@ -body { - background-color: #eeeeee; - padding: 10px; - margin: 0px; - font-family: sans-serif; -} - -p, td, li { - font-size: 10pt; -} - -a { - text-decoration: none; - color: rgb(100,10,10); -} - -a:visited { - color: rgb(60,0,0); -} - -a:hover { - text-decoration: underline; -} - -.wiki_contents { - border: 1px solid #9f9894; - padding: 5px; - margin: 5px 0px 5px 0px; - background-color: #e1d6cf; -} - -.wiki_bottom { - border: 1px solid #9f9894; - padding: 2px; - font-size: 8pt; - background-color: #d4c9c3; -} - -hr { - border-style: none; - height: 1px; - background-color: silver; - color: silver; -} diff --git a/includes/common.php b/includes/common.php index c51c6e3..e86e80a 100644 --- a/includes/common.php +++ b/includes/common.php @@ -21,9 +21,7 @@ function placeHeader($page_title) <meta name="description" content="The Mana World is a free MMORPG game for Linux, MacOS X and Windows"/> <meta name="keywords" content="The Mana World, Mana, World, MMORPG, RPG, free, GPL, Open Source, Pixel Art, 2D, Software Development, MacOX, Windows, Linux, desktop, tablet"/> <meta name="author" content="The Mana World Dev Team"/> - <style type="text/css"> - @import url("default.css"); - </style> + <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> <div style="margin-left: auto; margin-right: auto; max-width: 1350px;"> @@ -5,7 +5,8 @@ placeHeader("Home"); ?> <div> <h3>The Mana World Project</h3> -<p style="font-size:14px;">The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you. <a class="more" href="/about.php">Read More >></a></p> +<p style="font-size:14px;">The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you. </p> +<div class="read-more"><a class="more" href="/about.php">Read More >></a></div> </div> <div> <h3>Recent News</h3> |