generated from android-x86/android-x86.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
42 lines (35 loc) · 687 Bytes
/
dark.css
File metadata and controls
42 lines (35 loc) · 687 Bytes
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
@import "common.css";
body{
color: #dad7d7;
}
.wrapper{
background-color: #080e16;
}
div.gallery {
border: 1px solid black;
}
div.gallery:hover {
box-shadow: 0px 0.5px 5px 0.2px grey;
transition: box-shadow 0.3s;
}
.cap {
background-color: #080e16;
}
#download-button-home{
color: white;
}
#box1 {
width: auto;
height: auto;
padding: 15px;
word-wrap: normal;
overflow: auto;
white-space: nowrap;
transition: background-color 0.3;
-webkit-box-shadow: 0px 1px 10px -6px #ccc;
-moz-box-shadow: 0px 1px 10px -6px #ccc;
box-shadow: -1px 4px 10px -6px #e4dede;
border: 1px solid #4a4a4c!important;
background: #333232;
border-radius: 15px;
}