~canonical-core-docs/clouddocs/clouddocs

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
.row img { 
  padding:0px; 
  margin-bottom: 10px;
  max-width: 700px;
  margin-left: 140px;
}

p img {
max-width: 800px;
vertical-align: middle;
}

div.note, 
div.caution, 
div.warning {
  margin: 0 0 15px;
}

p.note, div.note, 
p.caution, div.caution, 
p.warning, div.warning {
  padding: 0 0 0 10px;
  border-left: 6px solid;
  border-color: #dd4814;
  color:#000;
  background: #fceae4;
  border-radius: 6px;
  -moz- border-radius: 6px;
  -webkit- border-radius: 6px;
}

p.note strong{
    font-weight: 700;
    color: #df4814;
}
p.note code{
    border: 4px;
    font-weight: 800;
    font-size: 12px;
    padding: 2px;
    color: #555;
    background: #ddd;
}   


.note p, .caution p, .warning p {
  margin:0px 16px 5px;
}

.note p:last-child, .caution p:last-child, .warning p:last-child {
  margin-bottom:0;
}