Subversion Repositories personal-webbase

Compare Revisions

No changes between revisions

Regard whitespace Rev 3 → Rev 4

/trunk/design/blue_xp/logo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/blue_xp/var.inc.php
0,0 → 1,14
<?php
 
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
 
$name = 'Blue XP';
$autor = 'Daniel Marschall';
$version = '2007-11-30';
 
// License
// 0 = Third-Party-Product
// 1 = Official Product
$license = 1;
 
?>
/trunk/design/blue_xp/index.html
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/blue_xp/rauf.gif
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/blue_xp/runter.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/blue_xp/style.css
0,0 → 1,193
body
{
font-family:Tahoma;
font-size:13;
background-color: #F5F4F0;
margin-right:5px;
margin-left:5px;
margin-bottom:5px;
margin-top:5px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
scrollbar-base-color:#3878BF;
scrollbar-arrow-color:#D6DFF5;
}
 
body.dark
{
font-family:Tahoma;
font-size:13;
background-color: #65a4eb;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0px;
padding-right:10px;
padding-bottom:0px;
padding-left:10px;
scrollbar-base-color:#3878BF;
scrollbar-arrow-color:#D6DFF5;
}
 
body.dark2
{
font-family:Tahoma;
font-size:13;
background-color: #65A4EB;
margin-left:10;
margin-top:5;
margin-right:10;
margin-bottom:5;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
scrollbar-base-color:#3878BF;
scrollbar-arrow-color:#D6DFF5;
}
 
p, td
{
font-family:Tahoma;
font-size:13px;
}
 
a.menu:link,a.menu:visited,a.menu:hover
{
color:#0056B6;
text-decoration:none;
font-size:13;
font-family:Tahoma;
}
 
a.menu_blk:link,a.menu_blk:visited,a.menu_blk:hover
{
color:#0056B6;
text-decoration:none;
font-size:13;
font-family:Tahoma;
}
 
a:link
{
color:#0056b6;
}
 
a:visited
{
color:#0056b6;
}
 
a:hover
{
color:#428eff;
}
 
h1
{
font-size:22;
}
 
h2
{
font-size:19;
}
 
h3
{
font-size:16;
}
 
input.normal
{
margin-top:3px;
margin-bottom:3px;
background-color:#D6DFF5;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
border:1px solid rgb(20,73,191);
}
 
input.highlight
{
margin-top:3px;
margin-bottom:3px;
background-color:#E6ECFA;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
border:1px solid rgb(22,84,210);
}
 
input.button
{
margin-top:3px;
margin-bottom:3px;
background-color:#3878BF;
font-family:Trebuchet MS;
font-size:11;
color:#ffffff;
padding:2px;
height:22px;
width:135px;
border:1px solid rgb(20,73,191);
}
 
.button_act
{
margin-top:3px;
margin-bottom:3px;
background-color:#FF8F00;
font-family:Trebuchet MS;
font-size:11;
color:#ffffff;
padding:2px;
height:22px;
width:135px;
border:1px solid rgb(231,96,0);
}
 
tr.row_tab
{
background-color:#D6DFF5;
}
 
tr.row_tab_act
{
background-color:#E0E9FF;
}
 
tr.row_nav
{
cursor:pointer;
cursor:hand;
padding:2px;
background-color: #D6DFF5;
}
 
tr.row_nav_act
{
cursor:pointer;
cursor:hand;
padding:2px;
background-color: #E0E9FF;
}
 
tr.area_bar
{
padding:2px;
background-color: #3878BF;
font-family:Tahoma;
font-size:13;
text-decoration:none;
color:#FFFFFF;
}
/trunk/design/red_xp/logo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/red_xp/var.inc.php
0,0 → 1,14
<?php
 
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
 
$name = 'Red XP';
$autor = 'Daniel Marschall';
$version = '2007-11-30';
 
// License
// 0 = Third-Party-Product
// 1 = Official Product
$license = 1;
 
?>
/trunk/design/red_xp/index.html
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/red_xp/rauf.gif
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/red_xp/runter.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/red_xp/style.css
0,0 → 1,195
/* TRANSFORMATION VON BLUE_XP IN FARBWERT=0 */
 
body
{
font-family:Tahoma;
font-size:13;
background-color: #F5F0F0;
margin-right:5px;
margin-left:5px;
margin-bottom:5px;
margin-top:5px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
scrollbar-base-color:#BF3838;
scrollbar-arrow-color:#F5D6D6;
}
 
body.dark
{
font-family:Tahoma;
font-size:13;
background-color: #EB6565;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0px;
padding-right:10px;
padding-bottom:0px;
padding-left:10px;
scrollbar-base-color:#BF3838;
scrollbar-arrow-color:#F5D6D6;
}
 
body.dark2
{
font-family:Tahoma;
font-size:13;
background-color: #EB6565;
margin-left:10;
margin-top:5;
margin-right:10;
margin-bottom:5;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
scrollbar-base-color:#BF3838;
scrollbar-arrow-color:#F5D6D6;
}
 
p, td
{
font-family:Tahoma;
font-size:13px;
}
 
a.menu:link,a.menu:visited,a.menu:hover
{
color:#B60000;
text-decoration:none;
font-size:13;
font-family:Tahoma;
}
 
a.menu_blk:link,a.menu_blk:visited,a.menu_blk:hover
{
color:#B60000;
text-decoration:none;
font-size:13;
font-family:Tahoma;
}
 
a:link
{
color:#6B0505;
}
 
a:visited
{
color:#B60000;
}
 
a:hover
{
color:#FF4242;
}
 
h1
{
font-size:22;
}
 
h2
{
font-size:19;
}
 
h3
{
font-size:16;
}
 
input.normal
{
margin-top:3px;
margin-bottom:3px;
background-color:#F5D6D6;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
border:1px solid rgb(191,20,20);
}
 
input.highlight
{
margin-top:3px;
margin-bottom:3px;
background-color:#FAE6E6;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
border:1px solid rgb(210,22,22);
}
 
input.button
{
margin-top:3px;
margin-bottom:3px;
background-color:#BF3838;
font-family:Trebuchet MS;
font-size:11;
color:#FFFFFF;
padding:2px;
height:22px;
width:135px;
border:1px solid rgb(191,20,20);
}
 
.button_act
{
margin-top:3px;
margin-bottom:3px;
background-color:#FF0000;
font-family:Trebuchet MS;
font-size:11;
color:#FFFFFF;
padding:2px;
height:22px;
width:135px;
border:1px solid rgb(231,0,0);
}
 
tr.row_tab
{
background-color:#F5D6D6;
}
 
tr.row_tab_act
{
background-color:#FFE0E0;
}
 
tr.row_nav
{
cursor:pointer;
cursor:hand;
padding:2px;
background-color: #F5D6D6;
}
 
tr.row_nav_act
{
cursor:pointer;
cursor:hand;
padding:2px;
background-color: #FFE0E0;
}
 
tr.area_bar
{
padding:2px;
background-color: #BF3838;
font-family:Tahoma;
font-size:13;
text-decoration:none;
color:#FFFFFF;
}
/trunk/design/streifen/logo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/var.inc.php
0,0 → 1,14
<?php
 
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
 
$name = 'Graue Steifen';
$autor = 'Daniel Marschall';
$version = '2007-11-30';
 
// License
// 0 = Third-Party-Product
// 1 = Official Product
$license = 1;
 
?>
/trunk/design/streifen/index.html
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/streifen/rauf.gif
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/runter.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/streifen.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/streifen2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/streifen3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/streifen4.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/streifen5.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/design/streifen/style.css
0,0 → 1,193
body
{
font-family:Tahoma;
font-size:13;
background: url(###streifen2.gif) fixed;
margin-right:5px;
margin-left:5px;
margin-bottom:5px;
margin-top:5px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
scrollbar-base-color:#EEEEEE;
scrollbar-arrow-color:#AAAAAA;
}
 
body.dark
{
font-family:Tahoma;
font-size:13;
background: url(###streifen.gif) fixed;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;
padding-top:0px;
padding-right:10px;
padding-bottom:0px;
padding-left:10px;
scrollbar-base-color:#EEEEEE;
scrollbar-arrow-color:#AAAAAA;
}
 
body.dark2
{
font-family:Tahoma;
font-size:13;
background: url(###streifen.gif) fixed;
margin-left:10;
margin-top:5;
margin-right:10;
margin-bottom:5;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
scrollbar-base-color:#EEEEEE;
scrollbar-arrow-color:#AAAAAA;
}
 
p, td
{
font-family:Tahoma;
font-size:13px;
}
 
a.menu:link,a.menu:visited,a.menu:hover
{
color:#000080;
text-decoration:none;
font-size:13;
font-family:Tahoma;
}
 
a.menu_blk:link,a.menu_blk:visited,a.menu_blk:hover
{
color:#000000;
text-decoration:none;
font-size:13;
font-family:Tahoma;
}
 
a:link
{
color:#FF5500;
}
 
a:visited
{
color:#CC5500;
}
 
a:hover
{
color:#FFAA00;
}
 
h1
{
font-size:22;
}
 
h2
{
font-size:19;
}
 
h3
{
font-size:16;
}
 
input.normal
{
margin-top:3px;
margin-bottom:3px;
background-color:#F0EEEE;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
border:1px solid rgb(0,0,0);
}
 
input.highlight
{
margin-top:3px;
margin-bottom:3px;
background-color:#F0EEEE;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
border:1px solid rgb(0,0,0);
}
 
.button
{
margin-top:3px;
margin-bottom:3px;
background-color:#F0EEEE;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
width:135px;
border:1px solid rgb(0,0,0);
}
 
.button_act
{
margin-top:3px;
margin-bottom:3px;
background-color:#FFC375;
font-family:Trebuchet MS;
font-size:11;
color:#000000;
padding:2px;
height:22px;
width:135px;
border:1px solid rgb(0,0,0);
}
 
tr.row_tab
{
background: url(###streifen5.gif) fixed;
}
 
tr.row_tab_act
{
background: url(###streifen4.gif) fixed;
}
 
tr.row_nav
{
cursor:pointer;
cursor:hand;
padding:2px;
background: url(###streifen2.gif) fixed;
}
 
tr.row_nav_act
{
cursor:pointer;
cursor:hand;
padding:2px;
background: url(###streifen4.gif) fixed;
}
 
tr.area_bar
{
padding:2px;
background: url(###streifen3.gif) fixed;
font-family:Tahoma;
font-size:13;
text-decoration:none;
color:#000000;
}
/trunk/design/desdir.txt
0,0 → 1,4
ACHTUNG
 
Diese Datei (desdir.txt) ist wichtig,
da sie das Design-Verzeichnis idendifiziert.
/trunk/design/index.html
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/spacer.gif
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property