Automatisches Scrollen am Infoscreen und Übersetzungen im Phrasenmodul

This commit is contained in:
Manfred Kindl
2012-02-10 12:58:48 +00:00
parent ff16143782
commit bfb4cfe3d6
10 changed files with 72 additions and 27 deletions
+4 -8
View File
@@ -9,16 +9,11 @@ body,p,div
overflow:hidden;
text-decoration: none;
}
hr
{
color:#CCCCCC;
height:1px;
}
img
{
border: 0;
}
/* Links */
a
@@ -145,21 +140,22 @@ h5, h6 /* Überschrift 5,6 - Werden nicht speziell formatiert, sondern dem norma
{
-moz-border-radius-topleft: 10px;
width: 100%;
border: 1px solid #E0E0E0;
border: 1px solid #C6C6C6;
background-color: #F0F0F0;
}
#news .news .titel
{
-moz-border-radius-topleft: 6px;
font-weight: bold;
font-size: 18px;
padding: 0px 10px 0px 10px;
white-space: nowrap;
background-color: #F0F0F0;
background-color: #C6C6C6;
}
#news .news .text
{
background-color: #FCFCFC;
padding: 0px 10px 0px 10px;
padding: 5px 10px 5px 10px;
}
/* Margin von ersten und letzten P tag entfernen, da sonst
breite Raender entstehen koenne*/