-
Notifications
You must be signed in to change notification settings - Fork 0
/
preferences.css
116 lines (99 loc) · 1.57 KB
/
preferences.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
.container{
max-width:1350px;
margin:auto;
}
.test{
height:0px;
}
.cover{
width: 200px;
height: 200px;
vertical-align: middle;
float:left;
margin:auto;
-webkit-transition: all 0.3s; // Chrome
-moz-transition: all 0.3s; // Mozilla
-o-transition: all 0.3s; // Opera
transition: all 0.3s;
}
.coverHovered{
transform: rotate(3deg);
box-shadow :10px 10px 3px #888;
width: 220px;
height: 220px;
}
.list{
margin-top:25px;
width:auto;
max-width: 300px;
float:left;
vertical-align:top;
margin-left:10px;
}
ul{
list-style-type: none;
}
.list ul li {
cursor: pointer;
}
.list ul li:hover{
background-color: #424242;
}
.album {
width: 220px;
height: 220px;
margin:10px;
display: inline-block;
}
.albumExtend{
position: fixed;
display: block;
color: white;
boxShadow: 0px 0px 0px #000000;
z-index:9999;
background-color: black;
}
.secret{
display: none;
}
span.secret{
font-size:15px;
margin: 8px;
}
.secretExtended{
display:inline-block;
}
span.secretExtended{
display:block;
}
.album li{
margin:5px;
}
.selected{
background-color: #424242;
}
.selected img{
float: right;
width: 10px;
height: 10px;
margin-top: 5px;
}
.place_holder{
width: 220px;
height: 220px;
display: inline-block;
}
#fade { /*--Masque opaque noir de fond--*/
display: none; /*--masqué par défaut--*/
background: #000;
position: fixed; left: 0; top: 0;
width: 100%; height: 100%;
opacity: .80;
z-index: 9998;
}
.close {
float: right;
}
#wordscloud span{
cursor:pointer;
}