-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
54 lines (48 loc) · 840 Bytes
/
style.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
body {
/* border-radius: 10px; */
outline: none;
border: none;
text-decoration: none;
}
.skin-blue .wrapper {
background-color: #e8e8e8;
}
.skin-blue .titlebar {
background-color: #145374;
color: white;
-webkit-app-region: drag;
}
.skin-blue .titlebar a {
color: white;
}
.skin-blue .titlebar a:hover {
color: #5588a3;
}
.skin-blue .titlebar a:active {
color: #00334e;
}
.skin-blue .titlebar a:visited {
color: white;
}
.wrapper {
height: 500px;
width: 500px;
border-radius: 10px;
box-shadow: 2px 2px 5px #17202a;
}
.wrapper .titlebar {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 32px;
}
.wrapper .titlebar p {
float: left;
padding-left: 5px;
margin: 0;
}
.wrapper .titlebar a {
padding-top: 8px;
float: right;
padding-right: 5px;
text-decoration: none;
}