generated from android-x86/android-x86.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
master.css
54 lines (47 loc) · 883 Bytes
/
master.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
@import "common.css";
body{
color: #666666;
}
body.dark-theme{
color:white;
}
.wrapper{
background-color: white;
}
.wrapperDark{
transition-duration: 0.5s;
transition-timing-function: swing;
width: 100%;
height: 100%;
position: relative;
padding: 100px 40px;
background-color: #171717;
}
/*SCREENSHOTS GALLERRY*/
div.gallery {
border: 1px solid white;
}
div.gallery:hover {
box-shadow: 0px 0.5px 5px 0.2px black;
transition: box-shadow 0.2s;
}
.cap {
background-color: #fff;
}
#download-button-home{
color: azure;
}
#box1 {
width: auto;
height: auto;
padding: 15px;
word-wrap: normal;
overflow: auto;
white-space: nowrap;
-webkit-box-shadow: 0px 4px 7px 0px #ccc;
-moz-box-shadow: 0px 4px 7px 0px #ccc;
box-shadow: 0px 4px 7px 0px #ccc;
border: 2px solid #e9e9ea!important;
background: #ffffff;
border-radius: 15px;
}