forked from jgraph/drawio-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnanocms.css
More file actions
executable file
·35 lines (35 loc) · 769 Bytes
/
nanocms.css
File metadata and controls
executable file
·35 lines (35 loc) · 769 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
.nanocms-diagram {
max-width:100%;
}
.nanocms-shadow1 {
position:relative;
display:inline-block;
margin-bottom:20px;
z-index:1;
}
.nanocms-shadow1 > div {
background-color:white;
border:1px solid gray;
padding:20px;
z-index:1;
}
.nanocms-shadow1:before, .nanocms-shadow1:after {
position:absolute;
content:"";
bottom:12px;left:15px;top:80%;
width:45%;
background:#9B7468;
-webkit-box-shadow: 0 20px 15px #7e7e7e;
-moz-box-shadow: 0 20px 15px #7e7e7e;
box-shadow: 0 20px 15px #7e7e7e;
-webkit-transform: rotate(-6deg);
-moz-transform: rotate(-6deg);
transform: rotate(-6deg);
z-index: -1;
}
.nanocms-shadow1:after {
-webkit-transform: rotate(6deg);
-moz-transform: rotate(6deg);
transform: rotate(6deg);
right: 15px;left: auto;
}