File: whatsnew.css

package info (click to toggle)
eclipse-platform 4.29-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,168 kB
  • sloc: java: 524,463; xml: 64,602; javascript: 4,902; jsp: 4,210; ansic: 870; makefile: 38
file content (56 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download
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");
	}
}