mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Fehler behoben die eine falsche Anzeige der CIS in Opera 15 und Seamonkey geführt haben
This commit is contained in:
+2
-2
@@ -157,7 +157,7 @@ function loadampel()
|
||||
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td class="rand"></td>
|
||||
<td class="boxshadow" height="100%">
|
||||
<td class="boxshadow">
|
||||
<table cellspacing="0" cellpadding="0" class="header">
|
||||
<tr class="header">
|
||||
<td valign="top" align="left">
|
||||
@@ -168,7 +168,7 @@ function loadampel()
|
||||
<tr height="50%">
|
||||
<td width="20%" align="center">
|
||||
</td>
|
||||
<td align="center">
|
||||
<td valign="top" align="center">
|
||||
<form name="searchform" action="private/tools/suche.php" method="GET" target="content" style="display:inline">
|
||||
<input id="globalsearch" type="search" size="55" name="search" placeholder=" <?php echo $p->t('menu/suchePersonOrtDokumentInhalt');?> ..."/>
|
||||
<img src="../skin/images/search.png" height="14px" onclick="document.searchform.submit()" class="suchicon"/>
|
||||
|
||||
+85
-271
@@ -35,8 +35,8 @@ iframe
|
||||
padding:0px;
|
||||
height: 100%;
|
||||
|
||||
/* border-width:1px;
|
||||
border-style:solid; */
|
||||
/* border-width:1px;
|
||||
border-style:solid; */
|
||||
}
|
||||
textarea
|
||||
{
|
||||
@@ -55,7 +55,21 @@ hr
|
||||
color:#CCCCCC;
|
||||
height:1px;
|
||||
}
|
||||
li, ul
|
||||
ul
|
||||
{
|
||||
padding-left: 0px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
ol
|
||||
{
|
||||
padding-left: 13px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
ul li
|
||||
{
|
||||
list-style-image:url(images/square_blue.png);
|
||||
padding-left: 0px;
|
||||
@@ -67,7 +81,6 @@ li.ui-menu-item
|
||||
{
|
||||
list-style-image:none;
|
||||
}
|
||||
/* @media screen { */
|
||||
#menue
|
||||
{
|
||||
bottom: 2%;
|
||||
@@ -77,7 +90,6 @@ li.ui-menu-item
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
/*Alle au�er IE 6*/
|
||||
html>body #menue
|
||||
{
|
||||
position:absolute;
|
||||
@@ -97,7 +109,6 @@ html>body #menue
|
||||
*width: 75\%;
|
||||
*left: 21\%;
|
||||
}
|
||||
/*Alle au�er IE 6*/
|
||||
html>body #content
|
||||
{
|
||||
position:absolute;
|
||||
@@ -106,7 +117,6 @@ html>body #content
|
||||
/* Druckausgabe */
|
||||
@media print
|
||||
{
|
||||
|
||||
.home_logo
|
||||
{
|
||||
display:none;
|
||||
@@ -132,7 +142,6 @@ html>body #content
|
||||
left:0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
}
|
||||
input.TextBox
|
||||
{
|
||||
@@ -176,16 +185,8 @@ input.cis_login
|
||||
width:170px;
|
||||
height:53px;
|
||||
}
|
||||
|
||||
/*Vor IE/Mac verstecken \
|
||||
*html .header_line{
|
||||
height:0.5px;
|
||||
}
|
||||
*/
|
||||
/* Vor IE/Mac verstecken*/
|
||||
div.tip
|
||||
{
|
||||
|
||||
position: absolute;
|
||||
display: none;
|
||||
width: 300px;
|
||||
@@ -200,7 +201,9 @@ div.tip
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
/*
|
||||
==== Links ====
|
||||
*/
|
||||
a /*allgmeiner Link, Hauptmenuelinks*/
|
||||
{
|
||||
color: #0086CC; /*tw-blau*/
|
||||
@@ -290,7 +293,9 @@ a.head:hover
|
||||
}
|
||||
|
||||
|
||||
/* Tables */
|
||||
/*
|
||||
==== Tables ====
|
||||
*/
|
||||
TABLE
|
||||
{
|
||||
font-size: 13px;
|
||||
@@ -302,6 +307,7 @@ TABLE.header
|
||||
/* background-image:url(../skin/images/header.png); */
|
||||
/* background-repeat:no-repeat; */
|
||||
background-color: white;
|
||||
position: relative;
|
||||
}
|
||||
TABLE.cmstable /* Die Haupttable aller CMS-Contentseiten */
|
||||
{
|
||||
@@ -320,7 +326,6 @@ TABLE.tabcontent
|
||||
vertical-align: top;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
TABLE.menue
|
||||
{
|
||||
margin: 0px;
|
||||
@@ -328,13 +333,11 @@ TABLE.menue
|
||||
border-style: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
TABLE.menue TD
|
||||
{
|
||||
padding-bottom: 2px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
TABLE.tabcontent2
|
||||
{
|
||||
margin: 0px;
|
||||
@@ -361,9 +364,9 @@ td.rand /* Seitenraender des CIS */
|
||||
}
|
||||
td.boxshadow /* Farbverlauf im Hintergrund der CIS*/
|
||||
{
|
||||
position: fixed;
|
||||
vertical-align:top;
|
||||
position: relative;
|
||||
width:94%;
|
||||
height: 100%;
|
||||
box-shadow: 0px 100px 0px 0px #FFFFFF, /* Unterer weisser Rand bei sehr kleinen Aufloesungen */
|
||||
0px 0px 5px 5px #888, /* schmaler dunkler Schatten */
|
||||
/*0px 300px 5px 5px #888, /* schmaler dunkler Schatten unten bei sehr kleinen Aufloesungen*/
|
||||
@@ -462,15 +465,14 @@ td.tdvertical /* Für Ausrichtung der Icons bei der LV-Übersicht */
|
||||
td.menubox /* Navigationsboxen in den CIS-Contentseiten */
|
||||
{
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
height: 10px;
|
||||
background-color: #eeeeee;
|
||||
border-width: 1px;
|
||||
padding: 20px 15px 20px 15px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
td.menubox p
|
||||
{
|
||||
line-height:10px;
|
||||
line-height: 110%;
|
||||
}
|
||||
td.cmscontent
|
||||
{
|
||||
@@ -482,12 +484,11 @@ td.teambox
|
||||
{
|
||||
vertical-align: top;
|
||||
padding-top: 20px;
|
||||
height: 1000px; /* Damit die menubox im IE mit der richtigen höhe angezeigt wird */
|
||||
/* height: 1000px; */ /* Damit die menubox im IE mit der richtigen höhe angezeigt wird */
|
||||
}
|
||||
tr.header
|
||||
{
|
||||
position:relative;
|
||||
height: 10%;
|
||||
position: relative;
|
||||
}
|
||||
TR.liste
|
||||
{
|
||||
@@ -529,7 +530,10 @@ TABLE#zeitsperren TD
|
||||
background-color: #EEEEEE; /*grau fast wei�*/
|
||||
}
|
||||
|
||||
/* Stundenplan */
|
||||
/*
|
||||
==== Stundenplan ====
|
||||
*/
|
||||
|
||||
TABLE.stdplan
|
||||
{
|
||||
margin: 0px;
|
||||
@@ -556,31 +560,10 @@ TABLE.stdplan TD
|
||||
background-color:#ffffff;
|
||||
}
|
||||
|
||||
/*
|
||||
==== Fonts ====
|
||||
*/
|
||||
|
||||
/* Fonts */
|
||||
/*h1
|
||||
{
|
||||
color: #ffffff;
|
||||
background-color: #008381; /*gruen
|
||||
font-weight: bold;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 4px;
|
||||
font-size: 1em;
|
||||
}*/
|
||||
/* h1
|
||||
{
|
||||
color: black;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
width:20%;
|
||||
white-space:nowrap;
|
||||
padding-left: 10px;
|
||||
font-size: 20px;
|
||||
letter-spacing: 2px;
|
||||
border-bottom:solid 1px #0086CC;
|
||||
font-weight:normal;
|
||||
} */
|
||||
h1
|
||||
{
|
||||
color: black;
|
||||
@@ -595,51 +578,11 @@ h1
|
||||
border-bottom:solid 1px #0086CC;*/
|
||||
font-weight:normal;
|
||||
}
|
||||
/* h1.news
|
||||
{
|
||||
color: black;
|
||||
padding: 0px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
width:20%;
|
||||
margin:0px;
|
||||
white-space:nowrap;
|
||||
font-size: 20px;
|
||||
font-weight:normal;
|
||||
} */
|
||||
h1 td
|
||||
{
|
||||
color: #ffffff;
|
||||
background-color: #009e84;
|
||||
}
|
||||
/*
|
||||
h1 a
|
||||
{
|
||||
color: #dddddd;
|
||||
}
|
||||
h1 a:hover
|
||||
{
|
||||
color: #ffffff;
|
||||
text-decoration:none;
|
||||
}*/
|
||||
|
||||
/* h2
|
||||
{
|
||||
font-size: 1em;
|
||||
background-color: #CCCCCC; */ /*mittel-grau */
|
||||
/* font-weight: normal;
|
||||
height: 19px;
|
||||
padding-top: 2px; */
|
||||
/*padding-left: 2px;
|
||||
}
|
||||
/* h2
|
||||
{
|
||||
font-size: 16px;
|
||||
|
||||
padding-top: 2px;
|
||||
letter-spacing: 2px;
|
||||
padding-left: 10px;
|
||||
} */
|
||||
h2
|
||||
{
|
||||
margin: 0px;
|
||||
@@ -649,37 +592,6 @@ h2
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
}
|
||||
/* h2 td
|
||||
{
|
||||
color: #ffffff;
|
||||
background-color: #00a4d2; /*hellblau
|
||||
}
|
||||
h2 a
|
||||
{
|
||||
color: #dddddd;
|
||||
}
|
||||
h2 a:hover
|
||||
{
|
||||
color: #ffffff;
|
||||
text-decoration:none;
|
||||
}
|
||||
/* h3
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #008E74;
|
||||
font-size: 1em;
|
||||
}
|
||||
h4
|
||||
{
|
||||
font-size: 0.8em;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: bold;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
color: #008E74;
|
||||
text-decoration: none;
|
||||
} */
|
||||
h3
|
||||
{
|
||||
margin: 0px;
|
||||
@@ -700,28 +612,6 @@ h4
|
||||
{
|
||||
color: #ff0000;
|
||||
}
|
||||
font.ContentHeader
|
||||
{
|
||||
/*color: #FFFFFF;*/
|
||||
}
|
||||
|
||||
/* #news
|
||||
{
|
||||
} */
|
||||
/* #news .news
|
||||
{
|
||||
-moz-border-radius-topright: 20px;
|
||||
-moz-border-radius-topleft: 10px;
|
||||
width: 100%;
|
||||
border: 1px solid #E0E0E0;
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
#news .news .titel table
|
||||
{
|
||||
font-weight: bold;
|
||||
padding: 0px 10px 0px 10px;
|
||||
white-space: nowrap;
|
||||
} */
|
||||
#news .news
|
||||
{
|
||||
width: 99%;
|
||||
@@ -751,7 +641,9 @@ font.ContentHeader
|
||||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
/*
|
||||
==== Images ====
|
||||
*/
|
||||
img.testtoolfrage
|
||||
{
|
||||
max-width:400px;
|
||||
@@ -805,7 +697,10 @@ img.header_logo
|
||||
z-index: 5000;
|
||||
height: 7%;
|
||||
}
|
||||
/*Farben*/
|
||||
/*
|
||||
==== Farben ====
|
||||
*/
|
||||
|
||||
.grey
|
||||
{
|
||||
color: #999999;
|
||||
@@ -838,13 +733,10 @@ img.header_logo
|
||||
{
|
||||
background-color: #CCFFCC;
|
||||
}
|
||||
|
||||
|
||||
.studentnote
|
||||
{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.benotungstool_tabs
|
||||
{
|
||||
border-top: 1px solid gray;
|
||||
@@ -865,32 +757,6 @@ img.header_logo
|
||||
border-top: 1px solid gray;
|
||||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
/*aussortiert*/
|
||||
|
||||
|
||||
/*font.headline
|
||||
{
|
||||
color: #008381;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
color: #003399;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
|
||||
}*/
|
||||
|
||||
/*font.subline
|
||||
{
|
||||
font-size: 17px;
|
||||
line-height: 20px;
|
||||
color: #003399;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
}*/
|
||||
.error
|
||||
{
|
||||
color: #ff0000;
|
||||
@@ -949,43 +815,10 @@ option.inactive
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
}
|
||||
|
||||
|
||||
/**** Menubox-Effekt am Seitenrand. Nettes Feature aber dzt. nicht sinnvoll einsetzbar ****
|
||||
|
||||
div.hoverbox div.preview div.hoverbox_inhalt
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
div.preview
|
||||
{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
|
||||
div.hoverbox div.preview:hover div.hoverbox_inhalt
|
||||
{
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -21px;
|
||||
left: -158px;
|
||||
z-index: 1;
|
||||
border:1px;
|
||||
border-color:grey;
|
||||
background-color:white;
|
||||
}
|
||||
table.hoverbox
|
||||
{
|
||||
|
||||
border:1px;
|
||||
border-style:solid;
|
||||
border-color:grey;
|
||||
}
|
||||
/*
|
||||
==== Kalender-Jump-Effekt im LV-Plan ====
|
||||
*/
|
||||
|
||||
/**** Kalender-Jump-Effekt im LV-Plan ****/
|
||||
|
||||
div.hoverbox div.preview div.hoverbox_inhalt
|
||||
{
|
||||
display:none;
|
||||
@@ -1015,7 +848,10 @@ table.hoverbox
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/**** Gestaltung des Hauptmenues ****/
|
||||
/*
|
||||
==== Gestaltung des Hauptmenues ====
|
||||
*/
|
||||
|
||||
ul.menu
|
||||
{
|
||||
padding:0;
|
||||
@@ -1027,26 +863,6 @@ ul.menu
|
||||
width:200px;
|
||||
list-style-type:none;
|
||||
}
|
||||
/* #meine_lv
|
||||
{
|
||||
padding: 0px;
|
||||
margin: 0 0 0 0px;
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color:#0086CC;
|
||||
font-size:13px;
|
||||
line-height:15px;
|
||||
width:250px;
|
||||
list-style-type:none;
|
||||
}
|
||||
#meine_lv ul
|
||||
{
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
color:#0086CC;
|
||||
font-size:13px;
|
||||
line-height:15px;
|
||||
width:250px;
|
||||
list-style-type:none;
|
||||
} */
|
||||
#menu
|
||||
{
|
||||
padding:0;
|
||||
@@ -1055,7 +871,7 @@ ul.menu
|
||||
color:#0086CC;
|
||||
font-size:13px;
|
||||
line-height:18px;
|
||||
width:250px;
|
||||
width:150%;
|
||||
list-style-type:none;
|
||||
}
|
||||
#menu a
|
||||
@@ -1064,11 +880,6 @@ ul.menu
|
||||
padding:0 0 0 5px;
|
||||
outline:none;
|
||||
text-decoration:none;
|
||||
/* border-top: solid 1px #689CC1;*/
|
||||
|
||||
/* background-image:url(../skin/images/icon-plus.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: center left; */
|
||||
}
|
||||
#menu li
|
||||
{
|
||||
@@ -1077,49 +888,52 @@ ul.menu
|
||||
display:block;
|
||||
border:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
#menu a.selected
|
||||
{
|
||||
padding:0 0 0 5px;
|
||||
/* font-weight: bold;
|
||||
background-image:url(../skin/images/icon-minus.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: center left; */
|
||||
}
|
||||
/* #menu a:hover
|
||||
{
|
||||
background-image:url(../skin/images/icon-minus.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: center left;
|
||||
padding:0 0 0 15px;
|
||||
} */
|
||||
#menu a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
#menu a.leaf
|
||||
{
|
||||
color: #616B71; /* 0086CC */
|
||||
color: #616B71;
|
||||
padding-left: 5px;
|
||||
/* background-image:url(../skin/images/square_lightblue_small.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: center left 15px; */
|
||||
|
||||
/* border-top: none;*/
|
||||
}
|
||||
/* #menu a.leaf:hover
|
||||
|
||||
/*
|
||||
==== Menubox-Effekt am Seitenrand. Nettes Feature aber dzt. nicht sinnvoll einsetzbar ====
|
||||
*/
|
||||
|
||||
/*
|
||||
div.hoverbox div.preview div.hoverbox_inhalt
|
||||
{
|
||||
background-image:url(../skin/images/icon-plus.png);
|
||||
background-image:url(../skin/images/square_blue_medium.png);
|
||||
background-repeat:no-repeat;
|
||||
background-position: center left 6px;
|
||||
} */
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* #menu ul
|
||||
div.preview
|
||||
{
|
||||
padding:0;
|
||||
margin:0;
|
||||
list-style-type:none;
|
||||
} */
|
||||
position:relative;
|
||||
}
|
||||
|
||||
|
||||
div.hoverbox div.preview:hover div.hoverbox_inhalt
|
||||
{
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: -21px;
|
||||
left: -158px;
|
||||
z-index: 1;
|
||||
border:1px;
|
||||
border-color:grey;
|
||||
background-color:white;
|
||||
}
|
||||
table.hoverbox
|
||||
{
|
||||
|
||||
border:1px;
|
||||
border-style:solid;
|
||||
border-color:grey;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user