Using Cologne blue Velocity template / css style
authoraxelcl <axelcl>
Sun, 16 Jan 2005 10:49:00 +0000 (10:49 +0000)
committeraxelcl <axelcl>
Sun, 16 Jan 2005 10:49:00 +0000 (10:49 +0000)
archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/builder/export.vm
archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/builder/main.css
archive/net.sourceforge.phpeclipse.wiki/src/net/sourceforge/phpeclipse/wiki/builder/main.vm

index 5c6cdb3..9448a04 100644 (file)
@@ -1,18 +1,23 @@
 <html>\r
 <head>\r
-<link rel="STYLESHEET" type="text/css" href="$exportcss" />\r
+<meta http-equiv="Content-type" content="text/html; charset=utf-8" />\r
+<style type='text/css'>\r
+/*/*/ /*<![CDATA[*/\r
+@import "$localcss";\r
+#quickbar { position: absolute; left: 4px; }\r
+#article { margin-left: 148px; margin-right: 4px; }\r
+a.new, #quickbar a.new { color: #CC2200; }\r
+\r
+/*]]>*/ /* */\r
+</style>\r
 </head>\r
-<body class="ns-0">\r
-<div id="column-content">\r
+<body bgcolor='#FFFFFF' onload=''>\r
 <div id="content">\r
-<div id="bodyContent">\r
-<div id="contentSub">\r
+<div id='article'>\r
 \r
 $content  \r
 \r
 </div> \r
 </div>\r
-</div>\r
-</div>\r
 </body>\r
-</html>
\ No newline at end of file
+</html>\r
index 17fe2b9..f2568b4 100644 (file)
-/*\r
-** Mediawiki 'monobook' style sheet for CSS2-capable browsers.\r
-** Copyright Gabriel Wicke - http://wikidev.net/\r
-** License: GPL\r
-**\r
-** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John\r
-** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,\r
-** Michael Zeltner and Geir Bækholt)\r
-** All you guys rock :)\r
-*/\r
 \r
-#column-content {\r
-    width: 100%;\r
-    float: right;\r
-    margin: 0 0 0.6em -12.2em;\r
-    padding:0;\r
-}\r
-#content {\r
-    margin: 2.8em 0 0 12.2em;\r
-    padding: 0em 1em 1.5em 1em;\r
-    background: White;\r
-    border: 1px solid #aaaaaa;\r
-    border-right: none;\r
-    line-height: 1.5em;\r
-    position: relative;\r
-    z-index: 2;\r
-}\r
-\r
-#column-one { padding-top: 160px; }\r
-/* the left column width is specified in class .portlet */\r
-\r
-/* Font size:\r
-** We take advantage of keyword scaling- browsers won't go below 9px\r
-** More at http://www.w3.org/2003/07/30-font-size\r
-** http://style.cleverchimp.com/font_size_intervals/altintervals.html\r
-*/\r
-\r
-body {\r
-    font: x-small sans-serif;\r
-    background: #f9f9f9;\r
-    color: Black;\r
-    margin: 0;\r
-    padding: 0;\r
-}\r
-\r
-/* scale back up to a sane default */\r
-#globalWrapper {\r
-    font-size:127%;\r
-    width: 100%;\r
-    margin: 0;\r
-    padding: 0;\r
-}\r
-.visualClear { clear: both; }\r
-\r
-/* general styles */\r
-\r
-table {\r
-    font-size: 100%;\r
-    background: White;\r
-}\r
-a {\r
-    text-decoration: none;\r
-    color: #002bb8;\r
-    background: none;\r
-}\r
-a:visited { color: #5a3696; }\r
-a:active { color: Orange; }\r
-a:hover { text-decoration: underline; }\r
-a.stub { color: #772233; }\r
-a.new,\r
-#p-personal a.new { color:#ba0000; }\r
-a.new:visited,\r
-#p-personal a.new:visited { color:#a55858; }\r
-\r
-img {\r
-    border: none;\r
-    vertical-align: middle;\r
-}\r
-p {\r
-    margin: 0.4em 0em 0.5em 0em;\r
-    line-height: 1.5em;\r
-}\r
-\r
-p img { margin: 0; }\r
-\r
-hr {\r
-    height: 1px;\r
-    color: #aaaaaa;\r
-    background-color: #aaaaaa;\r
-    border: 0;\r
-    margin: 0.2em 0 0.2em 0;\r
-}\r
-\r
-h1, h2, h3, h4, h5, h6 {\r
-    color: Black;\r
-    background: none;\r
-    font-weight: normal;\r
-    margin: 0;\r
-    padding-top: 0.5em;\r
-    padding-bottom: 0.17em;\r
-    border-bottom: 1px solid #aaaaaa;\r
-}\r
-h1 { font-size: 188%; }\r
-h2 { font-size: 150%; }\r
-h3, h4, h5, h6 { \r
-    border-bottom: none;\r
-    font-weight: bold;\r
-}\r
-h3 { font-size: 132%; }\r
-h4 { font-size: 116%; }\r
-h5 { font-size: 100%; }\r
-h6 { font-size: 80%;  }\r
-\r
-ul { \r
-    line-height: 1.5em;\r
-    list-style-type: square;\r
-    margin: 0.3em 0 0 1.5em;\r
-    padding:0;\r
-    list-style-image: url("bullet.gif");\r
-}\r
-ol {\r
-    line-height: 1.5em;\r
-    margin: 0.3em 0 0 3.2em;\r
-    padding:0;\r
-    list-style-image: none;\r
-}\r
-li { margin-bottom: 0.1em; }\r
-dt { \r
-    font-weight: bold; \r
-    margin-bottom: 0.1em;\r
-}\r
-dl{\r
-    margin-top: 0.2em;\r
-    margin-bottom: 0.5em;\r
-}\r
-dd {\r
-    line-height: 1.5em;\r
-    margin-left: 2em;\r
-    margin-bottom: 0.1em;\r
-}\r
-\r
-fieldset {\r
-    border: 1px solid #2f6fab;\r
-    margin: 1em 0em 1em 0em;\r
-    padding: 0em 1em 1em 1em;\r
-    line-height: 1.5em;\r
-}\r
-legend {\r
-    background: White;\r
-    padding: 0.5em;\r
-    font-size: 95%;\r
-}\r
-form {\r
-    border: none;\r
-    margin: 0;\r
-}\r
-\r
-textarea {\r
-    border: 1px solid #2f6fab;  \r
-    color: Black;\r
-    background-color: white;\r
-    width: 100%;\r
-    padding: 0.1em;\r
-    overflow: auto;\r
-}\r
-/* hide this from ie/mac and konq2.2 */\r
-@media All {\r
-    head:first-child+body input {\r
-        visibility: visible;\r
-        border: 1px solid #2f6fab;  \r
-        color: Black;\r
-        background-color: white;\r
-        vertical-align: middle;\r
-        padding: 0.2em;\r
-    }\r
-}\r
-input.historysubmit {\r
-    padding: 0 0.3em 0.3em 0.3em !important;\r
-    font-size: 94%;\r
-    cursor: pointer;\r
-    height: 1.7em !important;\r
-    margin-left: 1.6em;\r
-}\r
-input[type="radio"],\r
-input[type="checkbox"] { border:none; }\r
-select {\r
-    border: 1px solid #2f6fab;  \r
-    color: Black;\r
-    vertical-align: top;\r
-}\r
-abbr, acronym, .explain {\r
-    border-bottom: 1px dotted Black;\r
-    color: Black;\r
-    background: none;\r
-    cursor: help;\r
-}\r
-q {\r
-    font-family: Times, "Times New Roman", serif;\r
-    font-style: italic;\r
-}\r
-/* disabled for now\r
-blockquote {\r
-    font-family: Times, "Times New Roman", serif;\r
-    font-style: italic;\r
-}*/\r
-code { background-color: #f9f9f9; }\r
-pre {\r
-    padding: 1em;\r
-    border: 1px dashed #2f6fab;\r
-    color: Black;\r
-    background-color: #f9f9f9;\r
-    line-height: 1.1em;\r
-}\r
-\r
-\r
-/*\r
-** the main content area\r
-*/\r
-\r
-#siteSub { display: none; }\r
-#contentSub {\r
-    font-size: 84%;\r
-    line-height: 1.2em;\r
-    margin: 0 0 1.4em 1em;\r
-    color: #7d7d7d;\r
-    width: auto;\r
-}\r
-span.subpages { display: block; }\r
-\r
-/* Some space under the headers in the content area */\r
-#bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; }\r
-#bodyContent h3,\r
-#bodyContent h4,\r
-#bodyContent h5 {\r
-    margin-bottom: 0.3em;\r
-}\r
-.firstHeading { margin-bottom:0.1em; }\r
+/* \r
+ * common.css\r
+ * This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue\r
+ */\r
+#footer { clear: both }\r
+/* images */\r
+div.floatright { float: right; margin: 0 0 1em 1em; }\r
+div.floatright p { font-style: italic; }\r
+div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }\r
+div.floatleft p { font-style: italic; }\r
 \r
-/* user notification thing */\r
-.usermessage {\r
-    background-color: #ffce7b;\r
-    border: 1px solid #ffa500;\r
-    color: Black;\r
-    font-weight: bold;\r
-    margin: 2em 0em 1em 0em;\r
-    padding: 0.5em 1em;\r
-    vertical-align: middle;\r
-}\r
-#siteNotice {\r
-    text-align: center;\r
-    font-size: 95%;\r
-    padding: 0 0.9em 0 0.9em;\r
-}\r
-#siteNotice p { margin: none; padding: none; }\r
-.error {\r
-    color: red;\r
-    font-size: larger;\r
-}\r
-#catlinks {\r
-    border:1px solid #aaaaaa;\r
-    background-color:#f9f9f9;\r
-    padding:5px;\r
-    margin-top: 1em;\r
-    clear: both;\r
-}\r
-/* currently unused, intended to be used by a metadata box\r
-in the bottom-right corner of the content area */\r
-.documentDescription {\r
-    /* The summary text describing the document */\r
-    font-weight: bold;\r
-    display: block;\r
-    margin: 1em 0em;\r
-    line-height: 1.5em;\r
-}\r
-.documentByLine {\r
-    text-align: right;\r
-    font-size: 90%;\r
-    clear: both;\r
-    font-weight: normal;\r
-    color: #76797c;\r
-}\r
 \r
-/* emulate center */\r
-.center {\r
-    width: 100%;\r
-    text-align: center;\r
-}\r
-*.center * {\r
-    margin-left: auto;\r
-    margin-right: auto;\r
+/* Print-specific things to hide */\r
+.urlexpansion, .printfooter {\r
+        display: none;\r
 }\r
-/* small for tables and similar */\r
-.small, .small * { font-size: 94%; }\r
-table.small { font-size: 100% }\r
 \r
-/*\r
-** content styles\r
-*/\r
-\r
-#toc { \r
-    /*border:1px solid #2f6fab;*/\r
-    border:1px solid #aaaaaa;\r
-    background-color:#f9f9f9;\r
-    padding:5px;\r
-    font-size: 95%;\r
-}\r
-#toc .tocindent { margin-left: 2em; }\r
-#toc .tocline { margin-bottom: 0px; }\r
-#toc p { margin: 0 }\r
-#toc .toctoggle { font-size: 94%; }\r
-#toc .editsection { \r
-    margin-top: 0.7em; \r
-    font-size: 94%;\r
+/* table standards */\r
+table.rimage {\r
+        float:right;\r
+        margin-left:1em;\r
+        margin-bottom:1em;\r
+        text-align:center;\r
+        font-size:smaller;\r
 }\r
 \r
-/* images */\r
-div.floatright, table.floatright {\r
-    clear: right;\r
-    float: right; \r
-    margin: 0;\r
-    position: relative;\r
-    border: 0.5em solid White;\r
-    border-width: 0.5em 0 0.8em 1.4em;\r
-}\r
-div.floatright p { font-style: italic; } \r
-div.floatleft, table.floatleft {\r
-    float: left; \r
-    margin: 0.3em 0.5em 0.5em 0;\r
-    position: relative;\r
-    border: 0.5em solid White;\r
-    border-width: 0.5em 1.4em 0.8em 0;\r
-}\r
-div.floatleft p { font-style: italic; } \r
 /* thumbnails */\r
 div.thumb {\r
-    margin-bottom: 0.5em;\r
-    border-style: solid; border-color: White;\r
+    margin: 10px;\r
+    text-align: center;\r
     width: auto;\r
 }\r
 div.thumb div {\r
-    border:1px solid #cccccc;\r
-    padding: 3px !important;\r
-    background-color:#f9f9f9;\r
+    border: 1px solid #8888aa;\r
+    background-color: #f7f8ff;\r
+    padding: 2px;\r
     font-size: 94%;\r
     text-align: center;\r
     overflow: hidden;\r
 }\r
-div.thumb div a img {\r
-    border:1px solid #cccccc;\r
-}\r
-div.thumb div div.thumbcaption {\r
+div.thumb div * { \r
     border: none;\r
-    text-align: left;\r
-    line-height: 1.4;\r
-    padding: 0.3em 0 0.1em 0;\r
+    background: none;\r
 }\r
-div.magnify {\r
-    float: right;\r
-    border: none !important;\r
-    background: none !important;\r
+div.thumb img {\r
+    border:1px solid #8888AA;\r
+    margin-bottom:3px;\r
+    background:#FFFFFF;\r
 }\r
-div.magnify a, div.magnify img {\r
-    display: block;\r
+div.thumbcaption,\r
+div.thumbcaption * {\r
     border: none !important;\r
     background: none !important;\r
 }\r
+div.thumbcaption {\r
+    padding: 0.2em 0 0.2em 0 !important;\r
+    text-align: left !important;\r
+}\r
 div.tright {\r
-    clear: right;\r
     float: right;\r
-    border-width: 0.5em 0 0.8em 1.4em;\r
+    margin-left:0.5em;\r
 }\r
 div.tleft {\r
     float: left;\r
     margin-right:0.5em;\r
-    border-width: 0.5em 1.4em 0.8em 0;\r
-}\r
-.urlexpansion,\r
-.hiddenStructure {\r
-    display: none;\r
-}\r
-img.tex { vertical-align: middle; }\r
-span.texhtml { font-family: serif; }\r
-\r
-/*\r
-** classes for special content elements like town boxes\r
-** intended to be referenced directly from the wiki src\r
-*/\r
-\r
-/*\r
-** User styles\r
-*/\r
-/* table standards */\r
-table.rimage {\r
-    float:right; \r
-    position:relative;\r
-    margin-left:1em; \r
-    margin-bottom:1em;\r
-    text-align:center;\r
-}\r
-.toccolours { \r
-    border:1px solid #aaaaaa;\r
-    background-color:#f9f9f9;\r
-    padding:5px;\r
-    font-size: 95%;\r
-}\r
-div.townBox {\r
-    position:relative;\r
-    float:right;\r
-    background:White;\r
-    margin-left:1em;\r
-    border: 1px solid Grey;\r
-    padding:0.3em;\r
-    width: 200px;\r
-    overflow: hidden;\r
-    clear: right;\r
-}\r
-div.townBox dl {\r
-    padding: 0;\r
-    margin: 0 0 0.3em 0; \r
-    font-size: 96%;\r
-}\r
-div.townBox dl dt {\r
-    background: none;\r
-    margin: 0.4em 0 0 0;\r
-}\r
-div.townBox dl dd {\r
-    margin: 0.1em 0 0 1.1em;\r
-    background-color: #f3f3f3;\r
-}\r
-\r
-/*\r
-** edit views etc\r
-*/\r
-.special li {\r
-    line-height: 1.4em;\r
-    margin: 0;\r
-    padding: 0;\r
 }\r
 \r
 /* Page history styling */\r
 /* the auto-generated edit comments */\r
-.autocomment { color: gray; }\r
+.autocomment { color: #4b4b4b; }\r
 #pagehistory span.user { \r
     margin-left: 1.4em;\r
     margin-right: 0.4em;\r
@@ -450,385 +79,50 @@ div.townBox dl dd {
     background-color:#f9f9f9;\r
     border:1px dashed #aaaaaa;\r
 }\r
-/*\r
-** Diff rendering\r
-*/\r
+\r
 table.diff { background:white; }\r
-td.diff-otitle { background:#ffffff; }\r
-td.diff-ntitle { background:#ffffff; }\r
+td.diff-otitle { background:#cccccc; }\r
+td.diff-ntitle { background:#cccccc; }\r
 td.diff-addedline { \r
     background:#ccffcc;\r
-    font-size: smaller;\r
+    font-size: 94%;\r
 }\r
 td.diff-deletedline { \r
     background:#ffffaa;\r
-    font-size: smaller;\r
+    font-size: 94%;\r
 }\r
 td.diff-context {\r
     background:#eeeeee;\r
-    font-size: smaller;\r
+    font-size: 94%;\r
 }\r
 span.diffchange { color: red; }\r
 \r
-/* \r
-** keep the whitespace in front of the ^=, hides rule from konqueror\r
-** this is css3, the validator doesn't like it when validating as css2 \r
-*/\r
-#bodyContent a[href ^="http://"],\r
-#bodyContent a[href ^="gopher://"] {\r
-    background: url(external.png) center right no-repeat;\r
-    padding-right: 13px;\r
-}\r
-#bodyContent a[href ^="https://"],\r
-.link-https {\r
-    background: url("lock_icon.gif") center right no-repeat;\r
-    padding-right: 16px;\r
-}\r
-#bodyContent a[href ^="mailto:"],\r
-.link-mailto {\r
-    background: url("mail_icon.gif") center right no-repeat;\r
-    padding-right: 18px;\r
-}\r
-#bodyContent a[href ^="news://"] {\r
-    background: url("news_icon.png") center right no-repeat;\r
-    padding-right: 18px;\r
-}\r
-#bodyContent a[href ^="ftp://"],\r
-.link-ftp {\r
-    background: url("file_icon.gif") center right no-repeat;\r
-    padding-right: 18px;\r
-}\r
-#bodyContent a[href ^="irc://"],\r
-.link-irc {\r
-    background: url("discussionitem_icon.gif")  center right no-repeat;\r
-    padding-right: 18px;\r
-}\r
-/* disable interwiki styling */\r
-#bodyContent a.extiw,\r
-#bodyContent a.extiw:active {\r
-    color: #3366bb;\r
-    background: none;\r
-    padding: 0;\r
-}\r
-#bodyContent a.external { color: #3366bb; }\r
-/* this can be used in the content area to switch off\r
-special external link styling */\r
-#bodyContent .plainlinks a {\r
-    background: none !important;\r
-    padding: 0;\r
-}\r
-/*\r
-** Structural Elements\r
-*/\r
-\r
-/*\r
-** general portlet styles (elements in the quickbar)\r
-*/\r
-.portlet {\r
-    border: none;\r
-    margin: 0 0 0.5em 0em;\r
-    float: none;\r
-    padding: 0;\r
-    width: 11.6em;\r
-    overflow: hidden;\r
-}\r
-.portlet h4 {\r
-    font-size: 95%;\r
-    font-weight: normal;\r
-    white-space: nowrap;\r
-}\r
-.portlet h5 { \r
-    background: transparent;\r
-    padding: 0em 1em 0em 0.5em;\r
-    text-transform: lowercase;\r
-    display: inline;\r
-    font-size: 91%;\r
-    height: 1em;\r
-    font-weight: normal;\r
-    white-space: nowrap;\r
-}\r
-.portlet h6 { \r
-    background: #ffae2e;\r
-    border: 1px solid #2f6fab;\r
-    border-style: solid solid none solid;\r
-    padding: 0em 1em 0em 1em;\r
-    text-transform: lowercase;\r
-    display: block;\r
-    font-size: 1em;\r
-    height: 1.2em;\r
-    font-weight: normal;\r
-    white-space: nowrap;\r
-}\r
-.pBody {\r
-    font-size: 95%;\r
-    background: White;\r
-    border-collapse: collapse;\r
-    border: 1px solid #aaaaaa;\r
-    padding: 0 0.8em 0.3em 0.5em;\r
-}\r
-.portlet h1, \r
-.portlet h2, \r
-.portlet h3, \r
-.portlet h4 {\r
-    margin: 0;\r
-    padding: 0;\r
-}\r
-.portlet ul {\r
-    line-height: 1.5em;\r
-    list-style-type: square;\r
-    list-style-image: url("bullet.gif");\r
-    font-size:95%;\r
-}\r
-.portlet li {\r
-    padding:0;\r
-    margin: 0 0 0 0;\r
-    margin-bottom: 0;\r
-}\r
-\r
-/* \r
-** Logo properties \r
-*/\r
-\r
-#p-logo {\r
-    z-index: 3;\r
-    position:absolute; /*needed to use z-index */\r
-    top: 0;\r
-    left: 0;\r
-    height: 155px;\r
-    width: 12em;\r
-    overflow: visible;\r
-}\r
-#p-logo h5 { display: none; }\r
-#p-logo a,\r
-#p-logo a:hover {\r
-    display: block;\r
-    height: 155px;\r
-    width: 12.2em;\r
-    background-repeat: no-repeat;\r
-    background-position: 35% 50% !important;\r
-    text-decoration: none;\r
-}\r
-\r
-/*\r
-** the navigation portlet\r
-*/\r
-\r
-#p-nav {\r
-    position:relative;\r
-    z-index:3;\r
-}\r
-\r
-/*\r
-** Search portlet\r
-*/\r
-#p-search {\r
-    position:relative;\r
-    z-index:3;\r
-}    \r
-#p-search .pBody {\r
-    text-align: center;\r
-}\r
-input.searchButton {\r
-    margin-top:1px;\r
-    padding: 0 0.4em !important;\r
-    font-size: 95%;\r
-    cursor: pointer;\r
-    background-color: White;\r
-    border: 1px solid #2f6fab;  \r
-}\r
-#searchInput {\r
-    border: 1px solid #2f6fab;  \r
-    width:10.9em;\r
-    margin: 0 0 0 0;\r
-    font-size: 95%;\r
-}\r
-#p-search .pBody {\r
-    padding: 0.5em 0.4em 0.4em 0.4em;\r
-}\r
-\r
-/* \r
-** the personal toolbar\r
-*/\r
-\r
-#p-personal {\r
-    width:100%;\r
-    white-space:nowrap;\r
-    padding:0 0 0 0;\r
-    margin:0;\r
-    position:absolute;\r
-    left:0px;\r
-    top:0px;\r
-    z-index: 0;\r
-    border: none;\r
-    background: none;\r
-    overflow: visible;\r
-    line-height: 1.2em;\r
-}\r
+img { border: none; }\r
+img.tex { vertical-align: middle; }\r
+span.texhtml { font-family: serif; }\r
 \r
-#p-personal h5 {\r
-    display:none;\r
-}\r
-#p-personal .portlet,\r
-#p-personal .pBody {\r
-    padding:0;\r
-    margin:0;\r
-    border: none;\r
-    z-index:0;\r
-    overflow: visible;\r
-    background: none;\r
-}\r
-/* this is the ul contained in the portlet */\r
-#p-personal ul {\r
-    border: none;\r
-    line-height: 1.4em;\r
-    color: #2f6fab;\r
-    padding: 0em 2em 0 3em;\r
-    margin: 0;\r
-    text-align: right;\r
-    text-transform: lowercase;\r
-    list-style: none;\r
-    z-index:0;\r
-    background: none;\r
-}\r
-#p-personal li {\r
-    z-index:0;\r
-    border:none;\r
-    padding:0;\r
-    display: inline;\r
-    color: #2f6fab;\r
-    margin-left: 1em;\r
-    line-height: 1.2em;\r
-    background: none;\r
-}\r
-#p-personal li a {\r
-    text-decoration: none;\r
-    color: #005896;\r
-    padding-bottom: 0.2em;\r
-    background: none;\r
-}\r
-#p-personal li a:hover {\r
-    background-color: White;\r
-    padding-bottom: 0.2em;\r
-    text-decoration: none;\r
-}\r
 \r
-/* the icon in front of the user name, single quotes\r
-in bg url to hide it from iemac */\r
-li#pt-userpage,\r
-li#pt-anonuserpage,\r
-li#pt-login {\r
-    background:  url('user.gif') top left no-repeat;\r
-    background-repeat: no-repeat;\r
-    padding-left: 20px;\r
-    text-transform: none;\r
+#toc {\r
+        border: 1px solid #8888aa;\r
+        background-color: #f7f8ff;\r
+        padding: 5px;\r
+        font-size: 95%;\r
 }\r
-\r
-/*\r
-** the page-related actions- page/talk, edit etc \r
-*/\r
-#p-cactions {\r
-    position:absolute;\r
-    top: 1.3em;\r
-    left: 11.5em;\r
-    margin: 0;\r
-    white-space:nowrap;\r
-    width: 76%;\r
-    line-height: 1.1em;\r
-    overflow: visible;\r
-    background: none;\r
-    border-collapse: collapse;\r
-    padding-left: 1em;\r
-    list-style: none;\r
-    font-size: 95%;\r
-}\r
-#p-cactions .hiddenStructure { display: none; }\r
-#p-cactions ul {\r
-    list-style: none;\r
-}\r
-#p-cactions li {\r
-    display: inline;\r
-    border: 1px solid #aaaaaa;\r
-    border-bottom: none;\r
-    padding: 0 0 0.1em 0;\r
-    margin: 0 0.3em 0 0;\r
-    overflow: visible;\r
-    background: White;\r
-}\r
-#p-cactions li.selected {\r
-    border-color: #fabd23;\r
-    padding: 0 0 0.2em 0;\r
-}\r
-#p-cactions li a {\r
-    background-color: White;\r
-    color: #002bb8;\r
-    border: none;\r
-    padding: 0 0.8em 0.3em 0.8em;\r
-    text-decoration: none;\r
-    text-transform: lowercase;\r
-    position: relative;\r
-    z-index: 0;\r
-    margin: 0;\r
-}\r
-#p-cactions .selected a { z-index: 3; }\r
-#p-cactions .new a { color:#ba0000; }\r
-#p-cactions li a:hover {\r
-    z-index: 3;\r
-    text-decoration: none;\r
-}\r
-#p-cactions h5 { display: none; }\r
-#p-cactions li.istalk { margin-right: 0; }\r
-#p-cactions li.istalk a { padding-right: 0.5em; }\r
-#p-cactions #ca-addsection a { \r
-    padding-left: 0.4em;\r
-    padding-right: 0.4em;\r
-}\r
-/* offsets to distinguish the tab groups */\r
-li#ca-talk { margin-right: 1.6em; }\r
-li#ca-watch, li#ca-watch { margin-left: 1.6em; }\r
-\r
-\r
-/*\r
-** the remaining portlets\r
-*/\r
-#p-tbx,\r
-#p-lang {\r
-    position:relative;\r
-    z-index:3;\r
+#toc .tocindent { margin-left: 2em; }\r
+#toc .tocline { margin-bottom: 0px; }\r
+#toc p { margin: 0 }\r
+#toc .toctoggle { font-size: 95%; }\r
+#toc .editsection { \r
+    margin-top: 0.7em; \r
+    font-size: 94%;\r
 }\r
 \r
-/*\r
-** footer\r
-*/\r
-#footer {\r
-    background-color: White;\r
-    border-top: 1px solid #fabd23;\r
-    border-bottom: 1px solid #fabd23;\r
-    margin: 0.6em 0em 1em 0em;\r
-    padding: 0.4em 0em 1.2em 0em;\r
-    text-align: center;\r
-    font-size: 90%;\r
-}\r
-#footer li {\r
-    display: inline;\r
-    margin: 0 1.3em;\r
-}\r
-/* hide from incapable browsers */\r
-head:first-child+body #footer li { white-space: nowrap; }\r
-#f-poweredbyico, #f-copyrightico {\r
-    margin: 0 8px;\r
-    position: relative;\r
-    top: -2px; /* Bump it up just a tad */\r
-}\r
-#f-poweredbyico {\r
-    float: right;\r
-    height: 1%;\r
-}\r
-#f-copyrightico {\r
-    float: left;\r
-    height: 1%;\r
+.error {\r
+       color: red;\r
+       font-size: larger;\r
 }\r
 \r
-/* js pref toc */\r
+/* preference page with js-genrated toc */\r
 #preftoc { \r
     float: left;\r
     margin: 1em 1em 1em 1em;\r
@@ -842,198 +136,159 @@ head:first-child+body #footer li { white-space: nowrap; }
 #preftoc a,\r
 #preftoc a:active {\r
     display: block;\r
-    color: #0014a6;\r
+    color: #005189;\r
 }\r
 #prefcontrol { \r
-    clear: both;\r
+    clear: left;\r
     float: left;\r
     margin-top: 1em;\r
 }\r
 div.prefsectiontip { \r
-    font-size: 95%;\r
+    font-size: 94%;\r
     margin-top: 1em;\r
 }\r
+fieldset.prefsection { margin-top: 1em }\r
 fieldset.operaprefsection { margin-left: 15em }\r
 \r
-/* \r
-** IE/Mac fixes, hope to find a validating way to move this\r
-** to a separate stylesheet. This would work but doesn't validate: \r
-** @import("IEMacFixes.css");\r
-*/\r
-/* tabs: border on the a, not the div */\r
-* > html #p-cactions li { border:none; }\r
-* > html #p-cactions li a {\r
-    border: 1px solid #aaaaaa;\r
-    border-bottom: none;\r
-}\r
-* > html #p-cactions li.selected a { border-color: #fabd23; }\r
-/* footer icons need a fixed width */\r
-* > html #f-poweredbyico,\r
-* > html #f-copyrightico { width: 88px; }\r
-* > html #bodyContent,\r
-* > html #bodyContent pre {\r
-    overflow-x: auto;\r
+/* emulate center */\r
+.center {\r
     width: 100%;\r
-    padding-bottom: 25px;\r
-}\r
-\r
-/* more IE fixes */\r
-/* float/negative margin brokenness */\r
-* html #footer {margin-top: 0;}\r
-* html #column-content {\r
-    display: inline;\r
-    margin-bottom: 0;\r
-}\r
-* html div.editsection { font-size: smaller; }\r
-#pagehistory li.selected { position: relative; }\r
-\r
-/* Mac IE 5.0 fix; floated content turns invisible */\r
-* > html #column-content {\r
-    float: none;\r
-}\r
-* > html #column-one {\r
-    position: absolute;\r
-    left: 0;\r
-    top: 0;\r
-}\r
-* > html #footer {\r
-    margin-left: 13.2em;\r
-}\r
-\r
-.printfooter {\r
-       display: none;\r
+    text-align: center;\r
 }\r
-\r
-.sharedUploadNotice {\r
-        font-style: italic;\r
+*.center * {\r
+    margin-left: auto;\r
+    margin-right: auto;\r
 }\r
+/* small for tables and similar */\r
+.small, .small * { font-size: 94%; }\r
+table.small { font-size: 100% }\r
 \r
- /*Großbuchstaben in den Navigationsbereichen*/\r
- .portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}\r
-\r
- /*Personennamen in Kapitälchen: <font class="Person">Name</font>*/\r
- .Person{display:inline;font-variant:small-caps}\r
-\r
- /*Ausschalten der foundraising-Nachricht*/\r
-\r
- /*fetter bearbeiten-link*/\r
- #ca-edit a{font-weight:bold !important;}\r
-\r
- /*sitenotice*/\r
- /*#siteNotice{font-size: x-small}*/\r
-\r
- /* Make all non-namespace pages have a light blue content area. This is done by\r
-    setting the background color for all #content areas to light blue and then\r
-    overriding it for any #content enclosed in a .ns-0 (main namespace). I then\r
-    do the same for the "tab" background colors. --Lupo */\r
-\r
- #content, #mytabs li.selected a, #p-cactions li.selected a {\r
-    background-color: #F3F3FF; /* ein leichtes blau */\r
- }\r
-\r
- .ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {\r
-    background-color: white;\r
- }\r
-\r
- .ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { \r
-    background: inherit;\r
-  }\r
-  \r
- /* Categorien etwas schöner darstellen */\r
- #catlinks {\r
-   border: 0px;\r
-   border-top: 2px dotted #aaaaaa;\r
- }\r
\r
- /* Metadaten */\r
- table.metadata {\r
-   border:1px solid #AAA;\r
-   /* display:none; // ausschalten */\r
- }\r
- .metadata-label {\r
-   color:#AAA;\r
- }\r
-  \r
-\r
\r
- /*SideBox analog Townbox*/\r
-\r
- div.sideBox {\r
+div.townBox {\r
     position:relative;\r
     float:right;\r
     background:White;\r
     margin-left:1em;\r
     border: 1px solid Grey;\r
-\r
     padding:0.3em;\r
     width: 200px;\r
     overflow: hidden;\r
     clear: right;\r
- }\r
- div.sideBox dl {\r
+}\r
+div.townBox dl {\r
     padding: 0;\r
     margin: 0 0 0.3em 0; \r
     font-size: 96%;\r
- }\r
- div.sideBox dl dt {\r
+}\r
+div.townBox dl dt {\r
     background: none;\r
     margin: 0.4em 0 0 0;\r
- }\r
- div.sideBox dl dd {\r
+}\r
+div.townBox dl dd {\r
     margin: 0.1em 0 0 1.1em;\r
     background-color: #f3f3f3;\r
- }\r
+}\r
+/* use this instead of #toc for page content */\r
+.toccolours { \r
+    border:1px solid #aaaaaa;\r
+    background-color:#f9f9f9;\r
+    padding:5px;\r
+    font-size: 95%;\r
+}\r
+#siteNotice {\r
+    border:1px solid #aaaaaa;\r
+}\r
+/* end of common.css */\r
+\r
+body { margin: 0px; padding: 0px; color: black; }\r
+#specialform { display: inline; }\r
+#content { top: 0; margin: 0; padding: 0; }\r
+#topbar { padding: 0px; }\r
+#powersearch {\r
+  background: #DDEEFF; border-style: solid; border-width: 1; padding: 2;\r
+}\r
+#quickbar {\r
+ width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;\r
+}\r
+#article, #article td, #article th, #article p {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ font-size: 10pt; color: black;\r
+}\r
+#article p {\r
+ padding-top: 0; padding-bottom: 0;\r
+ margin-top: 1ex; margin-bottom: 0;\r
+}\r
+p, pre, td, th, li, dd, dt { line-height: 12pt; }\r
+textarea { overflow: auto; }\r
+\r
+#footer { padding: 4px; }\r
+#footer form { display: inline; }\r
+#sitetitle {\r
+ font-family: Times, serif;\r
+ color: white;\r
+ font-weight: normal; font-size: 32pt;\r
+ line-height: 32pt;\r
+}\r
+td.top {\r
+ background-color: #6688AA; color: white;\r
+ margin-top: 4px; margin-bottom: 4px;\r
+ padding-top: 0; padding-bottom: 0;\r
+ text-transform: uppercase;\r
+ font-family: Verdana, Arial, sans-serif; font-size: 8pt;\r
+}\r
+td.top a {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ background-color: #6688AA; color: white;\r
+ text-decoration: none; font-size: 10pt;\r
+}\r
+td.bottom {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ font-size: 10pt;\r
+ padding: 0;\r
+}\r
+#pagestats {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ color: black;\r
+ font-size: 9pt;\r
+}\r
+#sitesub {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ font-size: 9pt; font-weight: bold;\r
+ color: black;\r
+ padding-top: 0;\r
+}\r
+#quickbar {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ font-size: 8pt; font-weight: bold; line-height: 9.5pt;\r
+ text-decoration: none;\r
+ color: black;\r
+ padding: 0; margin-top: 0;\r
+}\r
+#quickbar a { color: #446688; }\r
+\r
+#quickbar h6 {\r
+ font-family: Verdana, Arial, sans-serif;\r
+ font-size: 10pt; font-weight: bold; line-height: 12pt;\r
+ text-decoration: none;\r
+ color: #666666;\r
+ padding: 0; margin-bottom: 2px; margin-top: 6px;\r
+}\r
+#quickbar form { padding: 0; margin-top: 0; }\r
+\r
+h1 { font-family: Arial, Helvetica, sans-serif;\r
+ color: #666666;\r
+ font-family: Verdana, Arial, sans-serif;\r
+ font-size: 18pt; font-weight: bold; line-height: 21pt;\r
+}\r
+h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }\r
+#article p.subtitle {\r
+ color: #666666; font-size: 11pt; font-weight: bold;\r
+ padding-top: 0; margin-top: 0; padding-bottom: 1ex;\r
+}\r
+a { color: #223366; }\r
+a.external { color: #336644; }\r
+a:visited { color: #8D0749; }\r
+a.printable { text-decoration: underline; }\r
+a.stub { color:#772233; text-decoration:none; }\r
+h2, h3, h4, h5, h6 { margin-bottom: 0; }\r
+small { font-size: 75%; }\r
 \r
- /* Standard Navigationsleisten */\r
\r
- div.BoxenVerschmelzen, div.NavFrame {\r
-     margin:0px;\r
-     padding:2px;\r
-     border:1px solid #AAAAAA;\r
-     text-align:center;\r
-     border-collapse:collapse;\r
-     font-size:95%;\r
- }\r
- div.BoxenVerschmelzen div.NavFrame {\r
-     border-style:none;\r
-     border-style:hidden;\r
- }\r
- div.NavFrame + div.NavFrame {\r
-     border-top-style:none;\r
-     border-top-style:hidden;\r
- }\r
- div.NavPic {\r
-     background-color:#FFFFFF;\r
-     margin:0px;\r
-     padding:2px;\r
-     float:left;\r
- }\r
- div.NavFrame div.NavHead {\r
-     height:1.6em;\r
-     font-weight:bold;\r
-     font-size:100%;\r
-     background-color:#EFEFEF;\r
- }\r
- div.NavFrame p {\r
-     font-size:100%;\r
- }\r
- div.NavFrame div.NavContent {\r
-     font-size:100%;\r
- }\r
- div.NavFrame div.NavContent p {\r
-     font-size:100%;\r
- }\r
- div.NavEnd {\r
-     margin:0px;\r
-     padding:0px;\r
-     line-height:1px;\r
-     clear:both;\r
- }\r
\r
-  /* Do not print navigation bar elements. They should not appear on paper */\r
- @media print{\r
-    .NavFrame { display:none; }\r
-    .BoxenVerschmelzen { display:none; }\r
- }\r
\r
- caption { font-size: 105%; font-weight: bold; }
\ No newline at end of file
index f4c5fc8..f783f81 100644 (file)
@@ -1,17 +1,22 @@
 <html>\r
 <head>\r
-<link rel="STYLESHEET" type="text/css" href="$localcss" />\r
+<meta http-equiv="Content-type" content="text/html; charset=utf-8" />\r
+<style type='text/css'>\r
+/*/*/ /*<![CDATA[*/\r
+@import "$localcss";\r
+#quickbar { position: absolute; left: 4px; }\r
+#article { margin-left: 148px; margin-right: 4px; }\r
+a.new, #quickbar a.new { color: #CC2200; }\r
+\r
+/*]]>*/ /* */\r
+</style>\r
 </head>\r
-<body class="ns-0">\r
-<div id="column-content">\r
+<body bgcolor='#FFFFFF' onload=''>\r
 <div id="content">\r
-<div id="bodyContent">\r
-<div id="contentSub">\r
+<div id='article'>\r
 \r
-$content  \r
+$content   \r
 \r
-</div> \r
-</div>\r
 </div>\r
 </div>\r
 </body>\r