Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1271 ariadna 1
 
2
.phpdocumentor-content {
3
    position: relative;
4
    display: flex;
5
    gap: var(--spacing-md);
6
}
7
 
8
.phpdocumentor-content > section:first-of-type {
9
    width: 75%;
10
    flex: 1 1 auto;
11
}
12
 
13
@media (min-width: 1900px) {
14
    .phpdocumentor-content > section:first-of-type {
15
        width: 100%;
16
        flex: 1 1 auto;
17
    }
18
}
19
 
20
.phpdocumentor .phpdocumentor-content__title {
21
    margin-top: 0;
22
}
23
.phpdocumentor-summary {
24
    font-style: italic;
25
}
26
.phpdocumentor-description {
27
    margin-bottom: var(--spacing-md);
28
}
29
.phpdocumentor-element {
30
    position: relative;
31
}
32
 
33
.phpdocumentor-element .phpdocumentor-element {
34
    border: 1px solid var(--primary-color-lighten);
35
    margin-bottom: var(--spacing-md);
36
    padding: var(--spacing-xs);
37
    border-radius: 5px;
38
}
39
 
40
.phpdocumentor-element.-deprecated .phpdocumentor-element__name {
41
    text-decoration: line-through;
42
}
43
 
44
@media (min-width: 550px) {
45
    .phpdocumentor-element .phpdocumentor-element {
46
        margin-bottom: var(--spacing-lg);
47
        padding: var(--spacing-md);
48
    }
49
}
50
 
51
.phpdocumentor-element__modifier {
52
    font-size: var(--text-xxs);
53
    padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2);
54
    color: var(--text-color);
55
    background-color: var(--light-gray);
56
    border-radius: 3px;
57
    text-transform: uppercase;
58
}
59
 
60
.phpdocumentor .phpdocumentor-elements__header {
61
    margin-top: var(--spacing-xxl);
62
    margin-bottom: var(--spacing-lg);
63
}
64
 
65
.phpdocumentor .phpdocumentor-element__name {
66
    line-height: 1;
67
    margin-top: 0;
68
    font-weight: 300;
69
    font-size: var(--text-lg);
70
    word-break: break-all;
71
    margin-bottom: var(--spacing-sm);
72
}
73
 
74
@media (min-width: 550px) {
75
    .phpdocumentor .phpdocumentor-element__name {
76
        font-size: var(--text-xl);
77
        margin-bottom: var(--spacing-xs);
78
    }
79
}
80
 
81
@media (min-width: 1200px) {
82
    .phpdocumentor .phpdocumentor-element__name {
83
        margin-bottom: var(--spacing-md);
84
    }
85
}
86
 
87
.phpdocumentor-element__package,
88
.phpdocumentor-element__extends,
89
.phpdocumentor-element__implements {
90
    display: block;
91
    font-size: var(--text-xxs);
92
    font-weight: normal;
93
    opacity: .7;
94
}
95
 
96
.phpdocumentor-element__package .phpdocumentor-breadcrumbs {
97
    display: inline;
98
}
99
.phpdocumentor .phpdocumentor-signature {
100
    display: block;
101
    font-size: var(--text-sm);
102
    border: 1px solid #f0f0f0;
103
}
104
 
105
.phpdocumentor .phpdocumentor-signature.-deprecated .phpdocumentor-signature__name {
106
    text-decoration: line-through;
107
}
108
 
109
@media (min-width: 550px) {
110
    .phpdocumentor .phpdocumentor-signature {
111
        margin-left: calc(var(--spacing-xl) * -1);
112
        width: calc(100% + var(--spacing-xl));
113
    }
114
}
115
 
116
.phpdocumentor-table-of-contents {
117
}
118
 
119
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry {
120
    margin-bottom: var(--spacing-xxs);
121
    margin-left: 2rem;
122
    display: flex;
123
}
124
 
125
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a {
126
    flex: 0 1 auto;
127
}
128
 
129
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a.-deprecated {
130
    text-decoration: line-through;
131
}
132
 
133
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span {
134
    flex: 1;
135
    white-space: nowrap;
136
    text-overflow: ellipsis;
137
    overflow: hidden;
138
}
139
 
140
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after {
141
    content: '';
142
    height: 12px;
143
    width: 12px;
144
    left: 16px;
145
    position: absolute;
146
}
147
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after {
148
    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;
149
}
150
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after {
151
    left: 13px;
152
    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;
153
}
154
 
155
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before {
156
    width: 1.25rem;
157
    height: 1.25rem;
158
    line-height: 1.25rem;
159
    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="hsl(    96, 57%, 60%)"/></svg>') no-repeat center center;
160
    content: '';
161
    position: absolute;
162
    left: 0;
163
    border-radius: 50%;
164
    font-weight: 600;
165
    color: white;
166
    text-align: center;
167
    font-size: .75rem;
168
    margin-top: .2rem;
169
}
170
 
171
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before {
172
    content: 'M';
173
    color: '';
174
    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="hsl(    96, 57%, 60%)"/></svg>');
175
}
176
 
177
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before {
178
    content: 'M';
179
    color: '    96';
180
    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="hsl(    96, 57%, 60%)"/></svg>');
181
}
182
 
183
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before {
184
    content: 'P'
185
}
186
 
187
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before {
188
    content: 'C';
189
    background-color: transparent;
190
    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="hsl(    96, 57%, 60%)"/></svg>');
191
}
192
 
193
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before {
194
    content: 'C'
195
}
196
 
197
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before {
198
    content: 'I'
199
}
200
 
201
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before {
202
    content: 'T'
203
}
204
 
205
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before {
206
    content: 'N'
207
}
208
 
209
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before {
210
    content: 'P'
211
}
212
 
213
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before {
214
    content: 'E'
215
}
216
 
217
.phpdocumentor-table-of-contents dd {
218
    font-style: italic;
219
    margin-left: 2rem;
220
}
221
.phpdocumentor-element-found-in {
222
    display: none;
223
}
224
 
225
@media (min-width: 550px) {
226
    .phpdocumentor-element-found-in {
227
        display: block;
228
        font-size: var(--text-sm);
229
        color: gray;
230
        margin-bottom: 1rem;
231
    }
232
}
233
 
234
@media (min-width: 1200px) {
235
    .phpdocumentor-element-found-in {
236
        position: absolute;
237
        top: var(--spacing-sm);
238
        right: var(--spacing-sm);
239
        font-size: var(--text-sm);
240
        margin-bottom: 0;
241
    }
242
}
243
 
244
.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source {
245
    flex: 0 1 auto;
246
    display: inline-flex;
247
}
248
 
249
.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after {
250
    width: 1.25rem;
251
    height: 1.25rem;
252
    line-height: 1.25rem;
253
    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;
254
    content: '';
255
    left: 0;
256
    border-radius: 50%;
257
    font-weight: 600;
258
    text-align: center;
259
    font-size: .75rem;
260
    margin-top: .2rem;
261
}
262
.phpdocumentor-class-graph {
263
    width: 100%; height: 600px; border:1px solid black; overflow: hidden
264
}
265
 
266
.phpdocumentor-class-graph__graph {
267
    width: 100%;
268
}
269
.phpdocumentor-tag-list__definition {
270
    display: flex;
271
}
272
 
273
.phpdocumentor-tag-link {
274
    margin-right: var(--spacing-sm);
275
}
276
.phpdocumentor-uml-diagram svg {
277
    cursor: zoom-in;
278
}