26 |
rodolico |
1 |
.phpdocumentor-summary {
|
|
|
2 |
font-style: italic;
|
|
|
3 |
}
|
|
|
4 |
.phpdocumentor-description {
|
|
|
5 |
margin-bottom: var(--spacing-md);
|
|
|
6 |
}
|
|
|
7 |
.phpdocumentor-element {
|
|
|
8 |
position: relative;
|
|
|
9 |
}
|
|
|
10 |
|
|
|
11 |
.phpdocumentor .phpdocumentor-element__name {
|
|
|
12 |
line-height: 1;
|
|
|
13 |
}
|
|
|
14 |
|
|
|
15 |
.phpdocumentor-element__package,
|
|
|
16 |
.phpdocumentor-element__extends,
|
|
|
17 |
.phpdocumentor-element__implements {
|
|
|
18 |
display: block;
|
|
|
19 |
font-size: var(--text-xxs);
|
|
|
20 |
font-weight: normal;
|
|
|
21 |
opacity: .7;
|
|
|
22 |
}
|
|
|
23 |
|
|
|
24 |
.phpdocumentor-element__package .phpdocumentor-breadcrumbs {
|
|
|
25 |
display: inline;
|
|
|
26 |
}
|
|
|
27 |
|
|
|
28 |
.phpdocumentor-element:not(:last-child) {
|
|
|
29 |
border-bottom: 1px solid var(--primary-color-lighten);
|
|
|
30 |
padding-bottom: var(--spacing-lg);
|
|
|
31 |
}
|
|
|
32 |
|
|
|
33 |
.phpdocumentor-element.-deprecated .phpdocumentor-element__name {
|
|
|
34 |
text-decoration: line-through;
|
|
|
35 |
}
|
|
|
36 |
|
|
|
37 |
.phpdocumentor-element__modifier {
|
|
|
38 |
font-size: var(--text-xxs);
|
|
|
39 |
padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2);
|
|
|
40 |
color: var(--text-color);
|
|
|
41 |
background-color: var(--light-gray);
|
|
|
42 |
border-radius: 3px;
|
|
|
43 |
text-transform: uppercase;
|
|
|
44 |
}
|
|
|
45 |
.phpdocumentor-signature {
|
|
|
46 |
display: inline-block;
|
|
|
47 |
font-size: var(--text-sm);
|
|
|
48 |
margin-bottom: var(--spacing-md);
|
|
|
49 |
}
|
|
|
50 |
|
|
|
51 |
.phpdocumentor-signature.-deprecated .phpdocumentor-signature__name {
|
|
|
52 |
text-decoration: line-through;
|
|
|
53 |
}
|
|
|
54 |
.phpdocumentor-table-of-contents {
|
|
|
55 |
}
|
|
|
56 |
|
|
|
57 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry {
|
|
|
58 |
padding-top: var(--spacing-xs);
|
|
|
59 |
margin-left: 2rem;
|
|
|
60 |
display: flex;
|
|
|
61 |
}
|
|
|
62 |
|
|
|
63 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a {
|
|
|
64 |
flex: 0 1 auto;
|
|
|
65 |
}
|
|
|
66 |
|
|
|
67 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span {
|
|
|
68 |
flex: 1;
|
|
|
69 |
white-space: nowrap;
|
|
|
70 |
text-overflow: ellipsis;
|
|
|
71 |
overflow: hidden;
|
|
|
72 |
}
|
|
|
73 |
|
|
|
74 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after {
|
|
|
75 |
content: '';
|
|
|
76 |
height: 12px;
|
|
|
77 |
width: 12px;
|
|
|
78 |
left: 16px;
|
|
|
79 |
position: absolute;
|
|
|
80 |
}
|
|
|
81 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after {
|
|
|
82 |
background: url('data:image/svg+xml;utf8,<svg width="8" height="10" viewBox="0 0 8 10" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="4" width="8" height="6" rx="1.4" fill="%23EE6749"/><path d="M2 4C2 3 2.4 1 4 1C5.6 1 6 3 6 4" stroke="%23EE6749" stroke-width="1.4"/></svg>') no-repeat;
|
|
|
83 |
}
|
|
|
84 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after {
|
|
|
85 |
left: 13px;
|
|
|
86 |
background: url('data:image/svg+xml;utf8,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="8" height="6" rx="1.4" fill="%23EE9949"/><path d="M5 4C5 3 4.6 1 3 1C1.4 1 1 3 1 4" stroke="%23EE9949" stroke-width="1.4"/></svg>') no-repeat;
|
|
|
87 |
}
|
|
|
88 |
|
|
|
89 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before {
|
|
|
90 |
width: 1.25rem;
|
|
|
91 |
height: 1.25rem;
|
|
|
92 |
line-height: 1.25rem;
|
|
|
93 |
background: transparent url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%238DD35F"/></svg>') no-repeat center center;
|
|
|
94 |
content: '';
|
|
|
95 |
position: absolute;
|
|
|
96 |
left: 0;
|
|
|
97 |
border-radius: 50%;
|
|
|
98 |
font-weight: 600;
|
|
|
99 |
color: white;
|
|
|
100 |
text-align: center;
|
|
|
101 |
font-size: .75rem;
|
|
|
102 |
margin-top: .2rem;
|
|
|
103 |
}
|
|
|
104 |
|
|
|
105 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before {
|
|
|
106 |
content: 'M';
|
|
|
107 |
background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%238DD35F"/></svg>');
|
|
|
108 |
}
|
|
|
109 |
|
|
|
110 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before {
|
|
|
111 |
content: 'M';
|
|
|
112 |
background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%238DD35F"/></svg>');
|
|
|
113 |
}
|
|
|
114 |
|
|
|
115 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before {
|
|
|
116 |
content: 'P'
|
|
|
117 |
}
|
|
|
118 |
|
|
|
119 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before {
|
|
|
120 |
content: 'C';
|
|
|
121 |
background-color: transparent;
|
|
|
122 |
background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-3.05176e-05" y="9.99998" width="14.1422" height="14.1422" transform="rotate(-45 -3.05176e-05 9.99998)" fill="%238DD35F"/></svg>');
|
|
|
123 |
}
|
|
|
124 |
|
|
|
125 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before {
|
|
|
126 |
content: 'C'
|
|
|
127 |
}
|
|
|
128 |
|
|
|
129 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before {
|
|
|
130 |
content: 'I'
|
|
|
131 |
}
|
|
|
132 |
|
|
|
133 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before {
|
|
|
134 |
content: 'T'
|
|
|
135 |
}
|
|
|
136 |
|
|
|
137 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before {
|
|
|
138 |
content: 'N'
|
|
|
139 |
}
|
|
|
140 |
|
|
|
141 |
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before {
|
|
|
142 |
content: 'P'
|
|
|
143 |
}
|
|
|
144 |
|
|
|
145 |
.phpdocumentor-table-of-contents dd {
|
|
|
146 |
font-style: italic;
|
|
|
147 |
margin-left: 2rem;
|
|
|
148 |
}
|
|
|
149 |
.phpdocumentor-element-found-in {
|
|
|
150 |
position: absolute;
|
|
|
151 |
top: 0;
|
|
|
152 |
right: 0;
|
|
|
153 |
font-size: var(--text-sm);
|
|
|
154 |
color: gray;
|
|
|
155 |
}
|
|
|
156 |
|
|
|
157 |
.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source {
|
|
|
158 |
flex: 0 1 auto;
|
|
|
159 |
display: inline-flex;
|
|
|
160 |
}
|
|
|
161 |
|
|
|
162 |
.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after {
|
|
|
163 |
width: 1.25rem;
|
|
|
164 |
height: 1.25rem;
|
|
|
165 |
line-height: 1.25rem;
|
|
|
166 |
background: transparent url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="gray"><path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z" stroke="gray" stroke-width="1.4"/></svg>') no-repeat center center;
|
|
|
167 |
content: '';
|
|
|
168 |
left: 0;
|
|
|
169 |
border-radius: 50%;
|
|
|
170 |
font-weight: 600;
|
|
|
171 |
text-align: center;
|
|
|
172 |
font-size: .75rem;
|
|
|
173 |
margin-top: .2rem;
|
|
|
174 |
}
|
|
|
175 |
.phpdocumentor-class-graph {
|
|
|
176 |
width: 100%; height: 600px; border:1px solid black; overflow: hidden
|
|
|
177 |
}
|
|
|
178 |
|
|
|
179 |
.phpdocumentor-class-graph__graph {
|
|
|
180 |
width: 100%;
|
|
|
181 |
}
|
|
|
182 |
.phpdocumentor-tag-list__definition {
|
|
|
183 |
display: flex;
|
|
|
184 |
}
|
|
|
185 |
|
|
|
186 |
.phpdocumentor-tag-link {
|
|
|
187 |
margin-right: var(--spacing-sm);
|
|
|
188 |
}
|