diff options
author | furun <furun@arcor.de> | 2009-10-16 22:55:26 +0200 |
---|---|---|
committer | furun <furun@arcor.de> | 2009-10-16 22:55:26 +0200 |
commit | 47583ff0428eaa0d97e26f61f81ac6d199e9b446 (patch) | |
tree | 4cea7fd563437b0d55a1af3a0e59a659192d5d38 /lib/tpl | |
parent | 623b29ddeb427ec79bc196f91198e5e8439f01e4 (diff) | |
download | dokuwiki-47583ff0428eaa0d97e26f61f81ac6d199e9b446.tar.gz dokuwiki-47583ff0428eaa0d97e26f61f81ac6d199e9b446.zip |
Whitespace cleanup FS#1709
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/_admin.css | 2 | ||||
-rw-r--r-- | lib/tpl/default/_linkwiz.css | 2 | ||||
-rw-r--r-- | lib/tpl/default/design.css | 22 | ||||
-rw-r--r-- | lib/tpl/default/layout.css | 2 | ||||
-rw-r--r-- | lib/tpl/default/media.css | 2 | ||||
-rw-r--r-- | lib/tpl/default/print.css | 74 | ||||
-rw-r--r-- | lib/tpl/default/rtl.css | 26 |
7 files changed, 65 insertions, 65 deletions
diff --git a/lib/tpl/default/_admin.css b/lib/tpl/default/_admin.css index 9e61547bf..f34d8aba3 100644 --- a/lib/tpl/default/_admin.css +++ b/lib/tpl/default/_admin.css @@ -14,7 +14,7 @@ text-align: left; } -.dokuwiki ul.admin_tasks li div.li{ +.dokuwiki ul.admin_tasks li div.li { font-weight: bold; } diff --git a/lib/tpl/default/_linkwiz.css b/lib/tpl/default/_linkwiz.css index 79d1d4a8b..060707377 100644 --- a/lib/tpl/default/_linkwiz.css +++ b/lib/tpl/default/_linkwiz.css @@ -58,7 +58,7 @@ #link__wiz_result span { display: block; - color: __text_neu__ + color: __text_neu__; } /*FIXME maybe move to a more general style sheet*/ diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index b7c18baf8..8ba03cf52 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -405,11 +405,11 @@ div.dokuwiki h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-w div.dokuwiki h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;} /* indent different sections */ -div.dokuwiki div.level1 {margin-left: 3px;} -div.dokuwiki div.level2 {margin-left: 23px;} -div.dokuwiki div.level3 {margin-left: 43px;} -div.dokuwiki div.level4 {margin-left: 63px;} -div.dokuwiki div.level5 {margin-left: 83px;} +div.dokuwiki div.level1 { margin-left: 3px; } +div.dokuwiki div.level2 { margin-left: 23px; } +div.dokuwiki div.level3 { margin-left: 43px; } +div.dokuwiki div.level4 { margin-left: 63px; } +div.dokuwiki div.level5 { margin-left: 83px; } /* unordered lists */ div.dokuwiki ul { @@ -443,10 +443,10 @@ div.dokuwiki .li { font-weight: normal; } -div.dokuwiki ol {list-style-type: decimal} -div.dokuwiki ol ol {list-style-type: upper-roman} -div.dokuwiki ol ol ol {list-style-type: lower-alpha} -div.dokuwiki ol ol ol ol {list-style-type: lower-greek} +div.dokuwiki ol { list-style-type: decimal; } +div.dokuwiki ol ol { list-style-type: upper-roman; } +div.dokuwiki ol ol ol { list-style-type: lower-alpha; } +div.dokuwiki ol ol ol ol { list-style-type: lower-greek; } div.dokuwiki li.open { list-style-image: url(images/open.gif); @@ -739,7 +739,7 @@ div.dokuwiki ul.search_quickhits { div.dokuwiki ul.search_quickhits li { margin: 0 1.0em 0 1.0em; - float:left; + float: left; width: 30%; } @@ -832,6 +832,6 @@ div.dokuwiki div.imagemeta { } div.dokuwiki div.imagemeta img.thumb { - float:left; + float: left; margin-right: 0.1em; } diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index ca4b52756..ded2d87a2 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -58,7 +58,7 @@ div.dokuwiki .bar-right { } div.dokuwiki #bar__bottom { - margin-bottom:3px; + margin-bottom: 3px; } /* ------------- File Metadata ----------------------- */ diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css index 27d0b1d33..2831c984f 100644 --- a/lib/tpl/default/media.css +++ b/lib/tpl/default/media.css @@ -35,7 +35,7 @@ /* --- Tree formatting --- */ #media__tree img { - float:left; + float: left; padding: 0.5em 0.3em 0 0; } diff --git a/lib/tpl/default/print.css b/lib/tpl/default/print.css index 0491a7ba0..1d6e0756f 100644 --- a/lib/tpl/default/print.css +++ b/lib/tpl/default/print.css @@ -7,26 +7,26 @@ body { table { font-size: 100%; - padding:0; - margin:0; + padding: 0; + margin: 0; } -tr,td,th {padding:0; margin:0;} +tr,td,th { padding: 0; margin: 0; } -img {border:0} +img { border: 0; } a { - color:#000000; - text-decoration:none; + color: #000000; + text-decoration: none; background: none !important; } div.meta { - clear:both; + clear: both; margin-top: 1em; - font-size:70%; - text-align:right; + font-size: 70%; + text-align: right; } @@ -36,7 +36,7 @@ div.success, div.error, div.breadcrumbs, div.secedit { - display:none; + display: none; } /* --------------------- Text formating -------------------------------- */ @@ -60,7 +60,7 @@ a.mail:after { } /* existing wikilink */ -a.wikilink1 {text-decoration:underline } +a.wikilink1 { text-decoration: underline; } /* the document */ div.page { @@ -83,15 +83,15 @@ h1, h2, h3, h4, h5 { padding-top: 0.5em; padding-bottom: 0; border-bottom: 1px solid #000000; - clear:left; + clear: left; } /* special headlines */ -h1 {font-size: 160%; font-weight: bold;} -h2 {font-size: 150%; } -h3 {font-size: 140%; border-bottom: none; } -h4 {font-size: 120%; border-bottom: none; } -h5 {font-size: 100%; border-bottom: none; } +h1 { font-size: 160%; font-weight: bold; } +h2 { font-size: 150%; } +h3 { font-size: 140%; border-bottom: none; } +h4 { font-size: 120%; border-bottom: none; } +h5 { font-size: 100%; border-bottom: none; } /* embedded images */ img.media { @@ -133,10 +133,10 @@ div.dokuwiki li ol { margin-bottom: 0; } -div.dokuwiki ol {list-style-type: decimal} -div.dokuwiki ol ol {list-style-type: upper-roman} -div.dokuwiki ol ol ol {list-style-type: lower-alpha} -div.dokuwiki ol ol ol ol {list-style-type: lower-greek} +div.dokuwiki ol { list-style-type: decimal; } +div.dokuwiki ol ol { list-style-type: upper-roman; } +div.dokuwiki ol ol ol { list-style-type: lower-alpha; } +div.dokuwiki ol ol ol ol { list-style-type: lower-greek; } /* the list items overriding the ol definition */ span.li { @@ -176,29 +176,29 @@ pre.file { } /* footnotes */ -div.footnotes{ - clear:both; +div.footnotes { + clear: both; border-top: 1px solid #000000; padding-left: 1em; margin-top: 1em; } -div.fn{ - font-size:90%; +div.fn { + font-size: 90%; } -a.fn_top{ - vertical-align:super; - font-size:80%; +a.fn_top { + vertical-align: super; + font-size: 80%; } -a.fn_bot{ - vertical-align:super; - font-size:80%; - font-weight:bold; +a.fn_bot { + vertical-align: super; + font-size: 80%; + font-weight: bold; } -acronym{ +acronym { border: 0; } @@ -222,17 +222,17 @@ table.inline td { border: 1px solid #000000; } -.leftalign{ +.leftalign { text-align: left; } -.centeralign{ +.centeralign { text-align: center; } -.rightalign{ +.rightalign { text-align: right; } -.toc, .footerinc, .header, .bar, .user {display:none} +.toc, .footerinc, .header, .bar, .user { display: none; } diff --git a/lib/tpl/default/rtl.css b/lib/tpl/default/rtl.css index 4678c3059..af3793f7d 100644 --- a/lib/tpl/default/rtl.css +++ b/lib/tpl/default/rtl.css @@ -34,7 +34,7 @@ label.simple { } div.meta div.user { - float: right + float: right; } div.meta div.doc { @@ -72,18 +72,18 @@ div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki } /* special headlines */ -div.dokuwiki h1 {margin-left: 0px; margin-right: 0px;} -div.dokuwiki h2 {margin-left: 0px; margin-right: 20px;} -div.dokuwiki h3 {margin-left: 0px; margin-right: 40px;} -div.dokuwiki h4 {margin-left: 0px; margin-right: 60px;} -div.dokuwiki h5 {margin-left: 0px; margin-right: 80px;} +div.dokuwiki h1 { margin-left: 0px; margin-right: 0px; } +div.dokuwiki h2 { margin-left: 0px; margin-right: 20px; } +div.dokuwiki h3 { margin-left: 0px; margin-right: 40px; } +div.dokuwiki h4 { margin-left: 0px; margin-right: 60px; } +div.dokuwiki h5 { margin-left: 0px; margin-right: 80px; } /* indent different sections */ -div.dokuwiki div.level1 {margin-left: 0px; margin-right: 3px;} -div.dokuwiki div.level2 {margin-left: 0px; margin-right: 23px;} -div.dokuwiki div.level3 {margin-left: 0px; margin-right: 43px;} -div.dokuwiki div.level4 {margin-left: 0px; margin-right: 63px;} -div.dokuwiki div.level5 {margin-left: 0px; margin-right: 83px;} +div.dokuwiki div.level1 { margin-left: 0px; margin-right: 3px; } +div.dokuwiki div.level2 { margin-left: 0px; margin-right: 23px; } +div.dokuwiki div.level3 { margin-left: 0px; margin-right: 43px; } +div.dokuwiki div.level4 { margin-left: 0px; margin-right: 63px; } +div.dokuwiki div.level5 { margin-left: 0px; margin-right: 83px; } /* TOC control */ div.dokuwiki div.toc { @@ -105,12 +105,12 @@ div.dokuwiki ul.toc { div.dokuwiki ul.toc li { background-position: right 0.6em; - padding-right:0.4em; + padding-right: 0.4em; direction: rtl; } div.dokuwiki ul.toc li.clear { - padding-right:0.4em; + padding-right: 0.4em; } div.dokuwiki pre { |