mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
+37
-1
@@ -19,6 +19,7 @@ iframe
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
@media screen {
|
||||
#menue
|
||||
{
|
||||
top:8%;
|
||||
@@ -42,8 +43,42 @@ html>body #content
|
||||
{
|
||||
position:absolute;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Druckausgabe */
|
||||
|
||||
|
||||
@media print {
|
||||
|
||||
.home_logo
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
.header_line
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#menue
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
#GlobalMenu
|
||||
{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#content
|
||||
{
|
||||
width:800px;
|
||||
height:900px;
|
||||
left:0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
input.TextBox
|
||||
{
|
||||
background-color: White;
|
||||
@@ -294,8 +329,9 @@ font.ContentHeader
|
||||
#news .news .titel
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: normal;
|
||||
font-size: smaller;
|
||||
padding: 0px 10px 0px 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#news .news .text
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user