mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Merge branch 'NeuesLogo'
This commit is contained in:
+3
-9
@@ -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
@@ -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">
|
||||
|
||||
@@ -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
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user