1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
a#platform-noteworthy img { background-image : url(../../images/topiclabel/wn_eclplatform48.svg); }
a#platform-noteworthy:hover img { background-image : url(../../images/topiclabel/wn_eclplatform48.svg); }
a#updates img { background-image : url(../../images/topiclabel/wn_updates48.svg); }
a#updates:hover img { background-image : url(../../images/topiclabel/wn_updates48.svg); }
a#eclipse img { background-image : url(../../images/topiclabel/wn_eclcommunity48.svg); }
a#eclipse:hover img { background-image : url(../../images/topiclabel/wn_eclcommunity48.svg); }
a#migration img { background-image : url(../../images/topiclabel/wn_migrate48.svg); }
a#migration:hover img { background-image : url(../../images/topiclabel/wn_migrate48.svg); }
div#rss-news {
position: relative;
top: -25px;
margin-bottom: -25px;
margin-left: 52px;
}
#rss-news .div-label {
font-size: 9pt;
}
#rss-news .provided-content {
}
#rss-news .status-text {
font-weight: normal;
color: #909090;
font-size: 8pt;
}
ul#eclipse-news {
list-style-type: none;
list-style-image: url("../../images/topiclabel/arrow.svg");
margin-left: 10px;
margin-top: 5px;
}
ul#eclipse-news li {
}
ul#eclipse-news a {
font-weight: normal;
}
ul#eclipse-news a:hover {
text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
ul.news-list {
list-style-image: url("../../images/topiclabel/arrow_light.svg");
}
}
|