stage 1 for e.org - fix look/styling/theme.... no - i didnt do trac...

or generated docs... :/



SVN revision: 81112
This commit is contained in:
Carsten Haitzler 2012-12-17 10:01:51 +00:00
parent 06b0b3835b
commit 153e4fbaf6
33 changed files with 65 additions and 45 deletions

BIN
i/b1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 B

After

Width:  |  Height:  |  Size: 188 B

BIN
i/b2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 212 B

BIN
i/b3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 197 B

BIN
i/b4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 265 B

BIN
i/b5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 580 B

BIN
i/b6.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 273 B

BIN
i/b7.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 210 B

BIN
i/b8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 213 B

BIN
i/b9.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,6 +1,8 @@
<?php
set_magic_quotes_runtime(0);
$navstate = "";
if(isset($_GET['p']))
$page = $_GET['p'];
else
@ -233,6 +235,7 @@ function dev_data_irc($data)
function nav_button($b) {
global $page;
global $lang;
global $navstate;
$c = "passive";
if (file_exists("p/$b/$lang-label"))
@ -252,8 +255,15 @@ function dev_data_irc($data)
if ((strncasecmp($page,$l,strlen($l)) == 0) OR
(($page == "index") AND ($l == "Home") )) {
$c = "active";
if (($page <> "index") OR ($l <> "Home")) {
$navstate = "active";
}
return "<li class='$pname current'><a><span>$l</span></a></li>\n";
}
if ($navstate == "active") {
$navstate = "";
return "<li class='$pname current2'><a href='$h'><span>$l</span></a></li>\n";
}
return "<li class='$pname'><a href='$h'><span>$l</span></a></li>\n";
}

View File

@ -3,7 +3,7 @@
/*****************************/
body {
background : url(ti/header_background.png) repeat-x top left;
background-color : #ffffff;
background-color : #404040;
padding : 0;
margin : 0;
}
@ -71,8 +71,8 @@ div.bod {
-moz-column-rule-style : solid;
column-rule-width : 1px;
-moz-column-rule-width : 1px;
column-rule-color : #eeeeee;
-moz-column-rule-color : #eeeeee;
column-rule-color : #303030;
-moz-column-rule-color : #303030;
overflow : auto;
margin : 1em;
text-align : left;
@ -81,7 +81,7 @@ div.bod {
div.fragment, div.code {
border : 1px solid #eeeeee;
border : 1px solid #383838;
text-align : left;
vertical-align : middle;
padding : 8px;
@ -89,7 +89,7 @@ div.fragment, div.code {
}
pre {
border : 1px dotted #bbbbbb;
border : 1px dotted #383838;
text-align : left;
vertical-align : middle;
padding : 2px;
@ -99,7 +99,7 @@ pre {
hr {
width : 200px;
height : 1px;
background-color : #eeeeee;
background-color : #303030;
border : 0px;
}
@ -120,23 +120,26 @@ p {
}
a:link {
color : #445566;
color : #3399ff;
text-decoration : underline;
text-shadow : 0px 0px 5px rgba(0.2,0.6,1.0,0.5);
}
a:visited {
color : #667788;
color : #2288ee;
text-decoration : underline;
text-shadow : 0px 0px 3px rgba(0.2,0.6,1.0,0.3);
}
a:active {
color : #88cccc;
color : #ffffff;
text-decoration : none;
}
a:hover {
color : #112266;
color : #3399ff;
text-decoration : underline;
text-shadow : 0px 0px 5px rgba(0.2,0.6,1.0,1.0);
}
img {
@ -196,6 +199,7 @@ table.b {
border-collapse : collapse;
font-size : 0px;
line-height : 0px;
text-shadow : 0px 1px rgba(0,0,0,0.5)
}
td.b1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='i/b1.png'); }
@ -209,9 +213,10 @@ td.b4[class] { background-image:url("i/b4.png"); }
td.b5 {
background-image : url("i/b5.png");
font-size : 11px;
color : #444444;
color : #ffffff;
text-align : left;
vertical-align : middle;
text-shadow : 0px 1px rgba(0,0,0,0.5)
}
td.b6 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='i/b6.png'); }
td.b6[class] { background-image:url("i/b6.png"); }
@ -225,21 +230,25 @@ td.b9[class] { background-image:url("i/b9.png"); }
a.b:link {
color : #ffffff;
text-decoration : none;
text-shadow : 0px 1px rgba(0,0,0,0.5)
}
a.b:visited {
color : #ffffff;
text-decoration : none;
text-shadow : 0px 1px rgba(0,0,0,0.5)
}
a.b:active {
color : #ffee88;
color : #ffffff;
text-decoration : none;
text-shadow : 0px 1px rgba(0,0,0,0.5)
}
a.b:hover {
color : #cccccc;
color : #3399ff;
text-decoration : none;
text-shadow : 0px 0px 5px rgba(0.2,0.6,1.0,1.0);
}
td.pn1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='i/pn-1.png'); }
@ -251,9 +260,9 @@ td.pn3[class] { background-image:url("i/pn-3.png"); }
td.pn4 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='i/pn-4.png'); }
td.pn4[class] { background-image:url("i/pn-4.png"); }
td.pn5 {
background : #ffffff;
background : #404040;
font-size : 11px;
color : #000000;
color : #ffffff;
text-align : center;
vertical-align : middle;
}
@ -270,8 +279,8 @@ td.pn9[class] { background-image:url("i/pn-9.png"); }
.post {
margin : 0 0 2.5em 40px;
border-left : 1px solid #bbbbbb;
padding-left : 2ex;
border-left : 4px solid #3399ff;
padding-left : 20px;
text-align : left;
}

View File

@ -1,16 +1,16 @@
body { font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif; color: #444444; }
body { font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif; color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); }
pre, div.fragment, div.code { font-family: "Bitstream Vera Mono", "Vera Mono", "Trebuchet MS Mono", "Trebuchet Mono", "Tahoma Mono", mono; white-space: pre-wrap; color: #000000; }
pre, div.fragment, div.code { font-family: "Bitstream Vera Mono", "Vera Mono", "Trebuchet MS Mono", "Trebuchet Mono", "Tahoma Mono", mono; white-space: pre-wrap; color: #ffffff; }
blockquote { color: #000000; }
blockquote { color: #cccccc; }
body { font-size: 12px; }
pre, div.fragment, div.code { font-size: 9px; color: #880000; }
pre, div.fragment, div.code { font-size: 9px; color: #3399ff; }
p.tiny { color: #888888; font-size: 10px; }
p.tiny { color: #aaaaaa; font-size: 10px; }
h1, h2, h3, h4, h5, h6 { color: #000000; }
h1, h2, h3, h4, h5, h6 { color: #3399ff; text-shadow: 0px 0px 5px rgba(0.2,0.6,1.0,0.5); }
h1 { font-size: 21px; }
@ -38,37 +38,38 @@ ul, ol { font-size: 11px; text-align: left; }
#header table { border-collapse: collapse; border-spacing: 0; }
#header .layout { margin: 0 auto; }
#header ul.menu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; background: url("/ti/header_menu_background_last.png") no-repeat right; padding-right: 17px; }
#header ul.menu li { display: inline-block; letter-spacing: normal; }
#header ul.menu li a { display: inline-block; vertical-align: top; text-align: center; }
#header ul.menu li a { background: url("/ti/header_menu_unselected_background.png") no-repeat; text-decoration: none; }
#header ul.menu li a span { display: inline-block; height: 63px; line-height: 63px; text-transform: capitalize; color: silver; font-size: 10px; padding: 0 14px; }
#header ul.menu li a:hover { background: url("/ti/header_menu_hover_background.png") no-repeat center top; }
#header ul.menu li a:hover span { color: #f3f3f3; background: url("/ti/header_menu_hover_background_left.png") no-repeat; }
#header ul.menu li { display: inline-block; letter-spacing: normal; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.menu li a { display: inline-block; vertical-align: top; text-align: center; padding-left: 10px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.menu li a { background: url("/ti/header_menu_unselected_background.png") no-repeat; text-decoration: none; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.menu li a span { display: inline-block; height: 63px; line-height: 63px; text-transform: capitalize; color: #ffffff; font-size: 10px; padding: 0 14px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.menu li.current a { background: url("/ti/header_menu_current_background.png") no-repeat; }
#header ul.menu li.current a span { font-weight: bold; color: #444444; }
#header ul.menu li.current a:hover span { background: none; }
#header ul.menu li.current a span { color: #3399ff; text-shadow: 0px 0px 5px rgba(0.2,0.6,1.0,0.5); }
#header ul.menu li.current2 a { background: url("/ti/header_menu_unselected_next_background.png") no-repeat; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.menu li.current2 a span { color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.menu li.index { float: left; height: 63px; margin: 0; }
#header ul.menu li.index a { height: 63px; line-height: 63px; width: 63px; background: url("/ti/logo.png") no-repeat; }
#header ul.menu li.index a span { overflow: hidden; /* Replace text with image */ text-indent: -999px; }
#header ul.menu li.index a:hover { background: url("/ti/logo.png") no-repeat; }
#header ul.menu li.index a:hover span { background: none; }
#header ul.submenu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; }
#header ul.submenu li { display: inline-block; letter-spacing: normal; }
#header ul.submenu li a { display: inline-block; vertical-align: top; text-align: center; }
#header ul.submenu li { margin-right: 17px; }
#header ul.submenu li a { text-decoration: none; color: #999999; }
#header ul.submenu li a span { line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; }
#header ul.submenu li a:hover span { color: #444444; }
#header ul.submenu li.selected a { color: #777777; text-decoration: underline; }
#header ul.submenu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li { display: inline-block; letter-spacing: normal; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li a { display: inline-block; vertical-align: top; text-align: center; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li { margin-right: 17px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li a { text-decoration: none; color: #aaaaaa; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li a span { color: #aaaaaa; line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li a:hover span { color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); }
#header ul.submenu li.selected a span { color: #3399ff; line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; text-shadow: 0px 0px 5px rgba(0.2,0.6,1.0,0.5); }
#header ul.submenu li.selected a:hover span { color: #3399ff; text-shadow: 0px 0px 5px rgba(0.2,0.6,1.0,0.5); }
#header ul.submenu li.selected a { color: #3399ff; text-decoration: underline; text-shadow: 0px 0px 5px rgba(0.2,0.6,1.0,0.5); }
#header div.menu { height: 63px; }
#header div.menu .layout { background: url("/ti/header_menu_background.png"); }
#header div.submenu { height: 36px; margin-bottom: 36px; }
/* ******************* Changes to the Original Stylesheet ****************** */
table.data { width: 90%; padding: 0px; margin: 5px; border: 1px solid #cccccc; border-collapse: collapse; }
table.data thead th { color: #ffffff; background-color: #000000; padding: 3px; text-align: left; }
table.data tbody tr td { color: #444444; background-color: #ffffff; padding: 3px; text-align: left; font-size: 11px; }
table.data tbody tr.odd td { color: #444444; background-color: #eeeeee; }
table.data { width: 90%; padding: 0px; margin: 5px; border: 1px solid #303030; border-collapse: collapse; }
table.data thead th { color: #3399ff; background-color: #282828; padding: 3px; text-align: left; text-shadow: 0px 0px 5px rgba(0.2,0.6,1.0,0.5); }
table.data tbody tr td { color: #ffffff; background-color: #383838; padding: 3px; text-align: left; font-size: 11px; }
table.data tbody tr.odd td { color: #ffffff; background-color: #3b3b3b; }
table.developers td.name { width: 12em; }
table.developers td.photo { text-align: center }
@ -89,9 +90,9 @@ table.main h1, td.main { margin-top: 0; padding-top: 0; }
table.b { line-height: 1; }
#sitefooter p { text-align: center; padding-top: 9px; font-size: 10px; color: #888888; white-space: nowrap; }
#sitefooter p { text-align: center; padding-top: 9px; font-size: 10px; color: #ffffff; white-space: nowrap; }
hr { width: 200px; height: 1px; background-color: #eeeeee; border: 0px; }
hr { width: 200px; height: 1px; background-color: #303030; border: 0px; }
div.main p { text-align: justify; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB