-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (39 loc) · 772 Bytes
/
Copy pathstyles.css
File metadata and controls
44 lines (39 loc) · 772 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
43
44
* {
margin: 0;
padding: 0;
}
.header {
background: rgba(117, 183, 255, 0.8);
padding: 8px;
font: normal 13px Arial;
}
.save-button {
display: inline-block;
margin-left: 410px;
cursor: pointer;
color: #fff;
font: normal 13px Arial;
background: #7ca843 ;
background-image: linear-gradient(-180deg, #a1c94b 0%, #7ca843 100%);
border: solid 1px #699836;
vertical-align: middle;
padding: 3px 9px 5px 9px;
border-radius: 3px;
height: 24px;
line-height: 16px;
box-shadow: none;
}
.menu-item {
display: inline-block;
margin:10px;
padding: 5px;
cursor: pointer;
border-radius: 3px;
}
.menu-item.selected {
background: #fff;
}
.wrapper, .image {
width: 1000px;
margin: 0 auto;
}