-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountdown-newtab.user.css
65 lines (51 loc) · 1.43 KB
/
countdown-newtab.user.css
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
57
58
59
60
61
62
63
64
65
/*
A very simple dark about:newtab theme
*/
@-moz-document url("about:newtab")
{
#newtab-vertical-margin
{
background-color: black;
background:
/*
Want to CHANGE THE BACKGROUND ?
Copy/paste a the web address between the quote signs,
or even better download the image file to your disc first and write the pathway instead
(because the page will load the image much faster from an internal disc)
*/
/* Peer to nowhere */
/* url("http://i.imgur.com/yEjqwN0.jpg"), */
/* Aurora */
/* url("https://upload.wikimedia.org/wikipedia/commons/9/9b/Aurora_borealis_above_Lyngenfjorden%2C_2012_March.jpg"), */
/* Shuttle launch */
url("https://upload.wikimedia.org/wikipedia/commons/f/f9/STS-130_exhaust_cloud_engulfs_Launch_Pad_39A.jpg"),
/* night sky gradient fallback */
linear-gradient(to bottom, rgba(0, 24, 72, .90), rgba(4, 4, 2, 1.0) 90%)
center center no-repeat;
/*
See also:
Night sky with twinkling stars - CSS3 only
http://codepen.io/WebSonick/pen/vjmgu
*/
background-size: cover;
background-attachment:fixed;
border-top: none ;
-moz-box-flex: 1;
}
.newtab-site
{
opacity: .5;
}
.newtab-site:hover
{
opacity: .8;
}
.newtab-title
{
color: black;
}
#newtab-intro-what, .newtab-sponsored, .newtab-cell:hover .newtab-title
{
color: white;
}
}