-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathopencloud.css
More file actions
82 lines (82 loc) · 1.46 KB
/
opencloud.css
File metadata and controls
82 lines (82 loc) · 1.46 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
div.params div.row {
display: block;
clear: both;
width: 100%;
border-top: 1px solid #ddd;
padding: 10px 0;
margin: 0;
}
div.params div.row:last-child {
border-bottom: 1px solid #ddd;
}
div.params div.row:last-of-type {
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}
div.params div.row > div.col-md-2, div.params div.row > div.col-md-8 {
padding-left: 0;
}
div.params div.row div.row {
border: 0;
margin: 10px 0;
/*padding-left: 10px;*/
}
div.params div.row div.row:last-child {
margin-bottom: 0;
}
div.params .cleafix:after {
content:"";
display:table;
clear:both;
}
div.params .param-name {
width: 20%;
float:left;
padding-right: 10px;
word-wrap: break-word;
}
div.params .param-type {
width: 8%;
float:left;
}
div.params .param-req {
float:left;
width:8%;
}
div.params .param-desc {
width: 64%;
float:left;
}
.param-name span.name {
color:green;
}
.param-name span.parent {
color: grey;
}
.param-name span, .method-header {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
div.details {
padding-left: 10px !important;
}
table.params-table td {
padding: 10px 5px !important;
}
.method-header {
margin-bottom: 5px;
}
.method-item {
border-top: 3px solid #bbb;
}
.method-item h3 {
padding:10px !important;
margin-top:0 !important;
}
pre.php {
padding: 15px;
font-size: 14px;
border: none;
}
code.pre {
padding: 0;
}