mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Merge branch 'NeuesLogo'
This commit is contained in:
+3
-9
@@ -15,15 +15,9 @@
|
|||||||
<td class="boxshadow">
|
<td class="boxshadow">
|
||||||
<table cellspacing="0" cellpadding="0" class="header">
|
<table cellspacing="0" cellpadding="0" class="header">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" align="left">
|
<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/images/logo.png" alt="logo">
|
<img class="header_logo" src="../skin/styles/tw/logo_250x130.png" alt="logo">
|
||||||
<img class="header_left" src="../skin/images/header_left.png" alt="header_links">
|
<img src="../skin/styles/tw/cis_logo_text_400x78.png" />
|
||||||
<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" />
|
|
||||||
<br><br><br>
|
<br><br><br>
|
||||||
<!--Herzlich Willkommen im Campus Informationssystem (CIS)-->
|
<!--Herzlich Willkommen im Campus Informationssystem (CIS)-->
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
+3
-4
@@ -161,10 +161,9 @@ function loadampel()
|
|||||||
<td class="boxshadow">
|
<td class="boxshadow">
|
||||||
<table cellspacing="0" cellpadding="0" class="header">
|
<table cellspacing="0" cellpadding="0" class="header">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" align="left">
|
<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="../skin/images/logo.png" alt="logo"></a>
|
<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_left" src="../skin/images/header_left.png" alt="header_links">
|
<!--<img class="header" src="<?php echo APP_ROOT.'skin/styles/'.EXT_FKT_PATH.'/header.png'; ?>" alt="header">-->
|
||||||
<img class="header_right" src="../skin/images/header_right.png" alt="header_rechts">
|
|
||||||
<table class="header_content" cellpadding="0">
|
<table class="header_content" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="20%" align="center">
|
<td width="20%" align="center">
|
||||||
|
|||||||
@@ -35,10 +35,11 @@ iframe
|
|||||||
padding:0px;
|
padding:0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 15%;
|
top: 15%;
|
||||||
|
/*
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-color: #A5AFB6;
|
border-color: #A5AFB6;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
textarea
|
textarea
|
||||||
{
|
{
|
||||||
@@ -692,7 +693,8 @@ img.header_logo
|
|||||||
left: 16px;
|
left: 16px;
|
||||||
top: 3%;
|
top: 3%;
|
||||||
z-index: 5000;
|
z-index: 5000;
|
||||||
height: 5%;
|
max-height: 7%;
|
||||||
|
max-width: 11%;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
==== Farben ====
|
==== Farben ====
|
||||||
|
|||||||
+3
-3
@@ -695,7 +695,7 @@ img.lv
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
img.header_left
|
/*img.header_left
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
@@ -710,14 +710,14 @@ img.header_right
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 16%;
|
height: 16%;
|
||||||
}
|
}*/
|
||||||
img.header_logo
|
img.header_logo
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
top: 3%;
|
top: 3%;
|
||||||
z-index: 5000;
|
z-index: 5000;
|
||||||
height: 7%;
|
height: 8%;
|
||||||
}
|
}
|
||||||
img.screenshot_boxshadow
|
img.screenshot_boxshadow
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user