wahlhelfer/admin/plugins/news-slider/style-newsticker.css
2014-05-15 18:49:45 +02:00

43 lines
889 B
CSS

#newsticker, #eventticker {
width:100%;
height: 100%;
overflow:hidden;
border: 1px solid #dddddd;
box-shadow: 5px 5px 11px rgba(50, 50, 50, 0.12);
}
#newsticker .title, #eventticker .title {
font-size:12px;
font-weight:bold;
padding: 1px 5px 0px 5px;
}
#newsticker p, #eventticker p {
margin:0px;
padding: 1px 5px 0px 5px;
text-align:left;
}
#newsticker h3, #eventticker h3 {
padding-left:5px;
margin:10px 0 5px 0;
font-size:12px;
font-weight:bold;
color:#4B5B36;
font-family:Georgia,'Times New Roman',Times,serif;
}
#newsticker ul, #eventticker ul {}
#newsticker li, #eventticker li {
list-style:none;
display:block;
padding:2px;
height:225px;
font-family: Arial;
font-size:12px;
}
#newsticker li a, #eventticker li a {
color:red;
}
#newsticker img, #eventticker img{
float:left;
margin:5px;
height:52px;
width:85px;
}