Merge branch 'NeuesLogo'

This commit is contained in:
kindlm
2015-09-09 17:17:19 +02:00
4 changed files with 13 additions and 18 deletions
+3 -9
View File
@@ -15,15 +15,9 @@
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr>
<td valign="top" align="left">
<img class="header_logo" src="../skin/images/logo.png" alt="logo">
<img class="header_left" src="../skin/images/header_left.png" alt="header_links">
<img class="header_right" src="../skin/images/header_right.png" alt="header_rechts">
</td>
</tr>
<tr>
<td align="center" valign="middle">
<img src="../skin/images/cis_logo_400px.png" height="70" />
<td align="center" valign="middle" style="background-image: url(../skin/styles/tw/header.png); background-position: top; background-repeat: repeat-x;">
<img class="header_logo" src="../skin/styles/tw/logo_250x130.png" alt="logo">
<img src="../skin/styles/tw/cis_logo_text_400x78.png" />
<br><br><br>
<!--Herzlich Willkommen im Campus Informationssystem (CIS)-->
<br>
+3 -4
View File
@@ -161,10 +161,9 @@ function loadampel()
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr>
<td valign="top" align="left">
<a href="index.php"><img class="header_logo" src="../skin/images/logo.png" alt="logo"></a>
<img class="header_left" src="../skin/images/header_left.png" alt="header_links">
<img class="header_right" src="../skin/images/header_right.png" alt="header_rechts">
<td valign="top" align="left" style="background-image: url(<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/header.png'; ?>); background-position: top; background-repeat: repeat-x;">
<a href="index.php"><img class="header_logo" src="<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/logo_250x130.png'; ?>" alt="logo"></a>
<!--<img class="header" src="<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/header.png'; ?>" alt="header">-->
<table class="header_content" cellpadding="0">
<tr>
<td width="20%" align="center">&nbsp;
+4 -2
View File
@@ -35,10 +35,11 @@ iframe
padding:0px;
height: 100%;
top: 15%;
/*
border-width:1px;
border-style:solid;
border-color: #A5AFB6;
*/
}
textarea
{
@@ -692,7 +693,8 @@ img.header_logo
left: 16px;
top: 3%;
z-index: 5000;
height: 5%;
max-height: 7%;
max-width: 11%;
}
/*
==== Farben ====
+3 -3
View File
@@ -695,7 +695,7 @@ img.lv
height: 40px;
padding-bottom: 5px;
}
img.header_left
/*img.header_left
{
position: absolute;
left: 0px;
@@ -710,14 +710,14 @@ img.header_right
z-index: 2;
max-width: 100%;
height: 16%;
}
}*/
img.header_logo
{
position: absolute;
left: 16px;
top: 3%;
z-index: 5000;
height: 7%;
height: 8%;
}
img.screenshot_boxshadow
{