~minos-archive/minos/firefox-minos-settings

« back to all changes in this revision

Viewing changes to mozilla/firefox/h5xyzl6e.default/fastdial/themes/user1262082823679/style.css

  • Committer: Javier Lopez
  • Date: 2015-07-08 01:10:19 UTC
  • Revision ID: git-v1:d8c3500bae00a8a67d74f8f96235ec11d75231be
rename mozilla-minos-settings -> firefox-minos-settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * @title dark moon
3
 
 */
4
 
 
5
 
   
6
 
   body {
7
 
   
8
 
      background: none top left repeat;
9
 
   
10
 
      font-family: "serif";
11
 
   
12
 
      font-size: 11;
13
 
   
14
 
      background-color: #000000;
15
 
   
16
 
   }
17
 
 
18
 
   
19
 
   .back {
20
 
   
21
 
      background-image: url(chrome://fastdial-profile/content/themes/current/back.png);
22
 
   
23
 
   }
24
 
 
25
 
   
26
 
   .search-input {
27
 
   
28
 
      background-image: none;
29
 
   
30
 
      color: #333333;
31
 
   
32
 
      background-color: #000000;
33
 
   
34
 
      border: 1px solid #999999;
35
 
   
36
 
   }
37
 
 
38
 
   
39
 
   .thumbnail {
40
 
   
41
 
      background-color: transparent;
42
 
   
43
 
      border: 1px solid #666666;
44
 
   
45
 
      margin: 8;
46
 
   
47
 
      opacity: 0.9;
48
 
   
49
 
   }
50
 
 
51
 
   
52
 
   div.thumbnail:hover, .hover {
53
 
   
54
 
      background-color: transparent;
55
 
   
56
 
      border: 1px solid #666666;
57
 
   
58
 
      margin: 4;
59
 
   
60
 
      opacity: 0.9;
61
 
   
62
 
   }
63
 
 
64
 
   
65
 
   .title {
66
 
   
67
 
      visibility: visible;
68
 
   
69
 
      color: #000000;
70
 
   
71
 
      background-color: #666666;
72
 
   
73
 
      border-top: 1px solid #cccccc;
74
 
   
75
 
   }
76
 
 
77
 
   
78
 
   div.thumbnail:hover .title, .hover .title {
79
 
   
80
 
      visibility: visible;
81
 
   
82
 
      color: #000000;
83
 
   
84
 
      background-color: #e8e8e8;
85
 
   
86
 
      border-top: 1px solid #d3d3d3;
87
 
   
88
 
   }
89
 
 
90
 
   
91
 
   .title img {
92
 
   
93
 
      display: inline;
94
 
   
95
 
   }
96
 
 
97
 
   
98
 
   div.thumbnail:hover .title img, .hover .title img {
99
 
   
100
 
      display: inline;
101
 
   
102
 
   }
103