diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 16:56:26 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 16:56:26 +0000 |
commit | a269c22b8d92b56a6b09bc2fa8375d1803cab909 (patch) | |
tree | 758a3a283bbfe847cdfde9cd3416f55270fb6844 /readme/readme.css | |
parent | fc079afd18a8189b8542bc4ec989dc4f123e30a7 (diff) | |
download | hercules-a269c22b8d92b56a6b09bc2fa8375d1803cab909.tar.gz hercules-a269c22b8d92b56a6b09bc2fa8375d1803cab909.tar.bz2 hercules-a269c22b8d92b56a6b09bc2fa8375d1803cab909.tar.xz hercules-a269c22b8d92b56a6b09bc2fa8375d1803cab909.zip |
- Added svn:eol-style native for some conf/css/html/pl/sql/txt files.
- Added svn:executable property for several batch/shell scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13972 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'readme/readme.css')
-rw-r--r-- | readme/readme.css | 452 |
1 files changed, 226 insertions, 226 deletions
diff --git a/readme/readme.css b/readme/readme.css index eb64703a4..63742c60c 100644 --- a/readme/readme.css +++ b/readme/readme.css @@ -1,227 +1,227 @@ -/* Go away, Troll */
-
-A,
-A:link,
-A:visited,
-A:active,
-A:hover {
-
-color: #000;
-
-text-decoration: underline;
-
-background-color : inherit;
-
-}
-
-
-html {
-
- margin: 0px;
-
- padding: 0px;
-
-}
-
-body {
-
- background: url(./images/bg.gif);
-
- margin: 0px 0px 0px 0px;
-
- padding: 0px 0px 0px 0px;
-
- font: 14px Arial, arial;
-
- color: #000;
-
-}
-
-h1 {
-
- width : 100%;
-
- height : 40px;
-
- text-align : bottom;
-
- font : 30px Arial Black, arial black, helvetica, sans-serif;
-
-}
-
-.w800 {
-
- width: 800px;
-
-}
-
-#dleftbg,
-#drightbg {
-
- position: absolute;
-
- width: 50%;
-
- overflow: hidden;
-
- height: 69px;
-
- z-index: 0;
-
-}
-
-#dleftbg {
-
- top: 66px;
-
- left: 0px;
-
- background: url(./images/leftbg.gif);
-
-}
-
-#drightbg {
-
- top: 105px;
-
- right: 0px;
-
- background: url(./images/rightbg.gif);
-
-}
-
-#canvas {
-
- position: absolute;
-
- z-index: 1;
-
- width: 100%;
-
- height: 100%;
-
-}
-
-#ea {
-
- height: 100%;
-
-}
-
-
-#leftborderspacer,
-#leftbgspacer {
-
- height: 66px;
-
-}
-
-#rightborderspacer {
-
- height: 106px;
-
-}
-
-
-#leftborder,
-#rightborder {
-
- background: #000;
-
- width: 1px;
-
-}
-
-.vspacer {
-
-
-
-}
-
-#middle {
-
- background: url(./images/textbg.gif);
-
- width: 800px;
-
- height: 100%;
-
-}
-
-#logo {
-
- background: url(./images/logo.gif) no-repeat top left;
-
- height: 100%;
-
-}
-
-#title {
-
- font : 30px Arial Black, arial black, helvetica, sans-serif;
-
- height: 54px;
-
-}
-
-.navi {
-
- font : 14px Arial Black, arial black, helvetica, sans-serif;
-
- height: 88px;
-
-}
-
-#btmborder {
-
- background: url(./images/btmborderbg.gif);
-
- height: 2px;
-
-}
-
-.left,
-#lefttext,
-#leftbtmborder {
-
- width: 327px;
-
-}
-
-#midtext,
-#midbtmborder {
-
- width: 44px;
-
-}
-
-.right,
-#righttext,
-#rightbtmborder {
-
- width: 429px;
-
-}
-
-#content {
-
- height: 100px;
-
-}
-
-#lefttext,
-#righttext {
-
- background: url(./images/textbg.gif);
-
- height: 100%;
-
-}
-
-#midtext {
-
- background: url(./images/logobtm.gif);
-
- height: 100%;
-
+/* Go away, Troll */ + +A, +A:link, +A:visited, +A:active, +A:hover { + +color: #000; + +text-decoration: underline; + +background-color : inherit; + +} + + +html { + + margin: 0px; + + padding: 0px; + +} + +body { + + background: url(./images/bg.gif); + + margin: 0px 0px 0px 0px; + + padding: 0px 0px 0px 0px; + + font: 14px Arial, arial; + + color: #000; + +} + +h1 { + + width : 100%; + + height : 40px; + + text-align : bottom; + + font : 30px Arial Black, arial black, helvetica, sans-serif; + +} + +.w800 { + + width: 800px; + +} + +#dleftbg, +#drightbg { + + position: absolute; + + width: 50%; + + overflow: hidden; + + height: 69px; + + z-index: 0; + +} + +#dleftbg { + + top: 66px; + + left: 0px; + + background: url(./images/leftbg.gif); + +} + +#drightbg { + + top: 105px; + + right: 0px; + + background: url(./images/rightbg.gif); + +} + +#canvas { + + position: absolute; + + z-index: 1; + + width: 100%; + + height: 100%; + +} + +#ea { + + height: 100%; + +} + + +#leftborderspacer, +#leftbgspacer { + + height: 66px; + +} + +#rightborderspacer { + + height: 106px; + +} + + +#leftborder, +#rightborder { + + background: #000; + + width: 1px; + +} + +.vspacer { + + + +} + +#middle { + + background: url(./images/textbg.gif); + + width: 800px; + + height: 100%; + +} + +#logo { + + background: url(./images/logo.gif) no-repeat top left; + + height: 100%; + +} + +#title { + + font : 30px Arial Black, arial black, helvetica, sans-serif; + + height: 54px; + +} + +.navi { + + font : 14px Arial Black, arial black, helvetica, sans-serif; + + height: 88px; + +} + +#btmborder { + + background: url(./images/btmborderbg.gif); + + height: 2px; + +} + +.left, +#lefttext, +#leftbtmborder { + + width: 327px; + +} + +#midtext, +#midbtmborder { + + width: 44px; + +} + +.right, +#righttext, +#rightbtmborder { + + width: 429px; + +} + +#content { + + height: 100px; + +} + +#lefttext, +#righttext { + + background: url(./images/textbg.gif); + + height: 100%; + +} + +#midtext { + + background: url(./images/logobtm.gif); + + height: 100%; + }
\ No newline at end of file |