@patternfly/patternfly 6.0.0-alpha.197 → 6.0.0-alpha.199
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/MenuToggle/menu-toggle.css +6 -0
- package/components/MenuToggle/menu-toggle.scss +7 -0
- package/components/_index.css +6 -0
- package/docs/components/MenuToggle/examples/MenuToggle.md +94 -1
- package/docs/demos/AboutModal/examples/AboutModal.md +358 -3
- package/docs/demos/Alert/examples/Alert.md +1351 -64
- package/docs/demos/BackToTop/examples/BackToTop.md +426 -6
- package/docs/demos/Banner/examples/Banner.md +895 -14
- package/docs/demos/CardView/examples/CardView.md +1092 -23
- package/docs/demos/Dashboard/examples/Dashboard.md +1597 -32
- package/docs/demos/DataList/examples/DataList.md +4031 -64
- package/docs/demos/DescriptionList/examples/DescriptionList.md +1523 -471
- package/docs/demos/Drawer/examples/Drawer.md +1849 -35
- package/docs/demos/JumpLinks/examples/JumpLinks.md +2326 -86
- package/docs/demos/Masthead/examples/Masthead.md +608 -8
- package/docs/demos/Modal/examples/Modal.md +2126 -196
- package/docs/demos/Nav/examples/Nav.md +1988 -22
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +4415 -35
- package/docs/demos/Page/examples/Page.md +4112 -104
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6303 -269
- package/docs/demos/Skeleton/examples/Skeleton.md +412 -15
- package/docs/demos/Table/examples/Table.md +15873 -416
- package/docs/demos/Tabs/examples/Tabs.md +3635 -518
- package/docs/demos/Toolbar/examples/Toolbar.md +1812 -92
- package/docs/demos/Wizard/examples/Wizard.md +5289 -666
- package/package.json +1 -1
- package/patternfly-no-globals.css +6 -0
- package/patternfly.css +6 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -5,220 +5,2150 @@ section: components
|
|
|
5
5
|
|
|
6
6
|
### Basic
|
|
7
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
|
-
|
|
8
|
+
```html isFullscreen
|
|
9
|
+
<div class="pf-v6-c-page" id="modal-basic-example">
|
|
10
|
+
<div class="pf-v6-c-skip-to-content">
|
|
11
|
+
<a
|
|
12
|
+
class="pf-v6-c-button pf-m-primary"
|
|
13
|
+
href="#main-content-modal-basic-example"
|
|
14
|
+
>
|
|
15
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
16
|
+
</a>
|
|
17
|
+
</div>
|
|
18
|
+
<header class="pf-v6-c-masthead" id="modal-basic-example-masthead">
|
|
19
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
20
|
+
<button
|
|
21
|
+
class="pf-v6-c-button pf-m-plain"
|
|
22
|
+
type="button"
|
|
23
|
+
aria-label="Global navigation"
|
|
24
|
+
>
|
|
25
|
+
<span class="pf-v6-c-button__icon">
|
|
26
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
27
|
+
</span>
|
|
28
|
+
</button>
|
|
29
|
+
</span>
|
|
30
|
+
<div class="pf-v6-c-masthead__main">
|
|
31
|
+
<a class="pf-v6-c-masthead__brand" href="#">
|
|
32
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
33
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
34
|
+
<defs>
|
|
35
|
+
<linearGradient
|
|
36
|
+
x1="68%"
|
|
37
|
+
y1="2.25860997e-13%"
|
|
38
|
+
x2="32%"
|
|
39
|
+
y2="100%"
|
|
40
|
+
id="linearGradient-modal-basic-example-masthead"
|
|
41
|
+
>
|
|
42
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
43
|
+
<stop
|
|
44
|
+
stop-color="#73BCF7"
|
|
45
|
+
stop-opacity="0.502212631"
|
|
46
|
+
offset="100%"
|
|
47
|
+
/>
|
|
48
|
+
</linearGradient>
|
|
49
|
+
</defs>
|
|
50
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
51
|
+
<g
|
|
52
|
+
transform="translate(206.000000, 45.750000)"
|
|
53
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
54
|
+
fill-rule="nonzero"
|
|
55
|
+
>
|
|
56
|
+
<path
|
|
57
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
61
|
+
/>
|
|
62
|
+
<path
|
|
63
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
76
|
+
/>
|
|
77
|
+
<polygon
|
|
78
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
79
|
+
/>
|
|
80
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
81
|
+
<path
|
|
82
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
83
|
+
/>
|
|
84
|
+
</g>
|
|
85
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
86
|
+
<path
|
|
87
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
88
|
+
fill="#0066CC"
|
|
89
|
+
/>
|
|
90
|
+
<path
|
|
91
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
92
|
+
fill="url(#linearGradient-modal-basic-example-masthead)"
|
|
93
|
+
/>
|
|
94
|
+
<path
|
|
95
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
96
|
+
fill="url(#linearGradient-modal-basic-example-masthead)"
|
|
97
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
98
|
+
/>
|
|
99
|
+
</g>
|
|
100
|
+
</g>
|
|
101
|
+
</svg>
|
|
102
|
+
</a>
|
|
103
|
+
</div>
|
|
104
|
+
<div class="pf-v6-c-masthead__content">
|
|
105
|
+
<div
|
|
106
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
107
|
+
id="modal-basic-example-masthead-toolbar"
|
|
108
|
+
>
|
|
109
|
+
<div class="pf-v6-c-toolbar__content">
|
|
110
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
111
|
+
<div
|
|
112
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
113
|
+
>
|
|
114
|
+
<div
|
|
115
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
116
|
+
>
|
|
117
|
+
<div class="pf-v6-c-toolbar__item">
|
|
118
|
+
<button
|
|
119
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
120
|
+
type="button"
|
|
121
|
+
aria-expanded="false"
|
|
122
|
+
aria-label="Application launcher"
|
|
123
|
+
>
|
|
124
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
125
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
126
|
+
</span>
|
|
127
|
+
</button>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="pf-v6-c-toolbar__item">
|
|
130
|
+
<button
|
|
131
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
132
|
+
type="button"
|
|
133
|
+
aria-expanded="false"
|
|
134
|
+
aria-label="Settings"
|
|
135
|
+
>
|
|
136
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
137
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
138
|
+
</span>
|
|
139
|
+
</button>
|
|
140
|
+
</div>
|
|
141
|
+
<div class="pf-v6-c-toolbar__item">
|
|
142
|
+
<button
|
|
143
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
144
|
+
type="button"
|
|
145
|
+
aria-expanded="false"
|
|
146
|
+
aria-label="Help"
|
|
147
|
+
>
|
|
148
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
149
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
150
|
+
</span>
|
|
151
|
+
</button>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
|
|
155
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
156
|
+
<button
|
|
157
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
158
|
+
type="button"
|
|
159
|
+
aria-expanded="false"
|
|
160
|
+
aria-label="Actions"
|
|
161
|
+
>
|
|
162
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
163
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
164
|
+
</span>
|
|
165
|
+
</button>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
</header>
|
|
173
|
+
<div class="pf-v6-c-page__sidebar">
|
|
174
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
175
|
+
<nav
|
|
176
|
+
class="pf-v6-c-nav"
|
|
177
|
+
id="modal-basic-example-primary-nav"
|
|
178
|
+
aria-label="Global"
|
|
179
|
+
>
|
|
180
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
181
|
+
<li class="pf-v6-c-nav__item">
|
|
182
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
183
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
184
|
+
</a>
|
|
185
|
+
</li>
|
|
186
|
+
<li class="pf-v6-c-nav__item">
|
|
187
|
+
<a
|
|
188
|
+
href="#"
|
|
189
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
190
|
+
aria-current="page"
|
|
191
|
+
>
|
|
192
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
193
|
+
</a>
|
|
194
|
+
</li>
|
|
195
|
+
<li class="pf-v6-c-nav__item">
|
|
196
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
197
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
198
|
+
</a>
|
|
199
|
+
</li>
|
|
200
|
+
<li class="pf-v6-c-nav__item">
|
|
201
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
202
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
203
|
+
</a>
|
|
204
|
+
</li>
|
|
205
|
+
<li class="pf-v6-c-nav__item">
|
|
206
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
207
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
208
|
+
</a>
|
|
209
|
+
</li>
|
|
210
|
+
</ul>
|
|
211
|
+
</nav>
|
|
212
|
+
</div>
|
|
213
|
+
</div>
|
|
214
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
215
|
+
<main
|
|
216
|
+
class="pf-v6-c-page__main"
|
|
217
|
+
tabindex="-1"
|
|
218
|
+
id="main-content-modal-basic-example"
|
|
219
|
+
>
|
|
220
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
221
|
+
<div class="pf-v6-c-page__main-body">
|
|
222
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
223
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
224
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
225
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
226
|
+
</li>
|
|
227
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
228
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
229
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
230
|
+
</span>
|
|
231
|
+
|
|
232
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
233
|
+
</li>
|
|
234
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
235
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
236
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
237
|
+
</span>
|
|
238
|
+
|
|
239
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
240
|
+
</li>
|
|
241
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
242
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
243
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
244
|
+
</span>
|
|
245
|
+
|
|
246
|
+
<a
|
|
247
|
+
href="#"
|
|
248
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
249
|
+
aria-current="page"
|
|
250
|
+
>Section landing</a>
|
|
251
|
+
</li>
|
|
252
|
+
</ol>
|
|
253
|
+
</nav>
|
|
254
|
+
</div>
|
|
255
|
+
</section>
|
|
256
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
257
|
+
<div class="pf-v6-c-page__main-body">
|
|
258
|
+
<div class="pf-v6-c-content">
|
|
259
|
+
<h1>Main title</h1>
|
|
260
|
+
<p>This is a full page demo.</p>
|
|
261
|
+
</div>
|
|
262
|
+
</div>
|
|
263
|
+
</section>
|
|
264
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
265
|
+
<div class="pf-v6-c-page__main-body">
|
|
266
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
267
|
+
<div class="pf-v6-c-card">
|
|
268
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
269
|
+
</div>
|
|
270
|
+
<div class="pf-v6-c-card">
|
|
271
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
272
|
+
</div>
|
|
273
|
+
<div class="pf-v6-c-card">
|
|
274
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
275
|
+
</div>
|
|
276
|
+
<div class="pf-v6-c-card">
|
|
277
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
278
|
+
</div>
|
|
279
|
+
<div class="pf-v6-c-card">
|
|
280
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
281
|
+
</div>
|
|
282
|
+
<div class="pf-v6-c-card">
|
|
283
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
284
|
+
</div>
|
|
285
|
+
<div class="pf-v6-c-card">
|
|
286
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
287
|
+
</div>
|
|
288
|
+
<div class="pf-v6-c-card">
|
|
289
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
290
|
+
</div>
|
|
291
|
+
<div class="pf-v6-c-card">
|
|
292
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
293
|
+
</div>
|
|
294
|
+
<div class="pf-v6-c-card">
|
|
295
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
</div>
|
|
299
|
+
</section>
|
|
300
|
+
</main>
|
|
301
|
+
</div>
|
|
302
|
+
</div>
|
|
303
|
+
<div class="pf-v6-c-backdrop">
|
|
304
|
+
<div class="pf-v6-l-bullseye">
|
|
305
|
+
<div
|
|
306
|
+
class="pf-v6-c-modal-box pf-m-sm"
|
|
307
|
+
role="dialog"
|
|
308
|
+
aria-modal="true"
|
|
309
|
+
aria-labelledby="modal-title-modal-basic-example-modal"
|
|
310
|
+
aria-describedby="modal-description-modal-basic-example-modal"
|
|
311
|
+
>
|
|
312
|
+
<div class="pf-v6-c-modal-box__close">
|
|
313
|
+
<button
|
|
314
|
+
class="pf-v6-c-button pf-m-plain"
|
|
315
|
+
type="button"
|
|
316
|
+
aria-label="Close"
|
|
317
|
+
>
|
|
318
|
+
<span class="pf-v6-c-button__icon">
|
|
319
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
320
|
+
</span>
|
|
321
|
+
</button>
|
|
322
|
+
</div>
|
|
323
|
+
<header class="pf-v6-c-modal-box__header">
|
|
324
|
+
<h1
|
|
325
|
+
class="pf-v6-c-modal-box__title"
|
|
326
|
+
id="modal-title-modal-basic-example-modal"
|
|
327
|
+
>Overwrite existing file?</h1>
|
|
328
|
+
</header>
|
|
329
|
+
<div
|
|
330
|
+
class="pf-v6-c-modal-box__body"
|
|
331
|
+
id="modal-description-modal-basic-example-modal"
|
|
332
|
+
>
|
|
333
|
+
<p>general_modal_final_finalfinal_v9_actualfinal.sketch</p>
|
|
334
|
+
<p>A file with this name already exists, would you like to overwrite the existing file or save a new copy?</p>
|
|
335
|
+
</div>
|
|
336
|
+
<footer class="pf-v6-c-modal-box__footer">
|
|
337
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
338
|
+
<span class="pf-v6-c-button__text">Overwrite</span>
|
|
339
|
+
</button>
|
|
340
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
341
|
+
<span class="pf-v6-c-button__text">Save a copy</span>
|
|
342
|
+
</button>
|
|
343
|
+
</footer>
|
|
344
|
+
</div>
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
|
|
33
348
|
```
|
|
34
349
|
|
|
35
350
|
### Scrollable content
|
|
36
351
|
|
|
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
|
-
|
|
352
|
+
```html isFullscreen
|
|
353
|
+
<div class="pf-v6-c-page" id="modal-scrollable-content-example">
|
|
354
|
+
<div class="pf-v6-c-skip-to-content">
|
|
355
|
+
<a
|
|
356
|
+
class="pf-v6-c-button pf-m-primary"
|
|
357
|
+
href="#main-content-modal-scrollable-content-example"
|
|
358
|
+
>
|
|
359
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
360
|
+
</a>
|
|
361
|
+
</div>
|
|
362
|
+
<header
|
|
363
|
+
class="pf-v6-c-masthead"
|
|
364
|
+
id="modal-scrollable-content-example-masthead"
|
|
365
|
+
>
|
|
366
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
367
|
+
<button
|
|
368
|
+
class="pf-v6-c-button pf-m-plain"
|
|
369
|
+
type="button"
|
|
370
|
+
aria-label="Global navigation"
|
|
371
|
+
>
|
|
372
|
+
<span class="pf-v6-c-button__icon">
|
|
373
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
374
|
+
</span>
|
|
375
|
+
</button>
|
|
376
|
+
</span>
|
|
377
|
+
<div class="pf-v6-c-masthead__main">
|
|
378
|
+
<a class="pf-v6-c-masthead__brand" href="#">
|
|
379
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
380
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
381
|
+
<defs>
|
|
382
|
+
<linearGradient
|
|
383
|
+
x1="68%"
|
|
384
|
+
y1="2.25860997e-13%"
|
|
385
|
+
x2="32%"
|
|
386
|
+
y2="100%"
|
|
387
|
+
id="linearGradient-modal-scrollable-content-example-masthead"
|
|
388
|
+
>
|
|
389
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
390
|
+
<stop
|
|
391
|
+
stop-color="#73BCF7"
|
|
392
|
+
stop-opacity="0.502212631"
|
|
393
|
+
offset="100%"
|
|
394
|
+
/>
|
|
395
|
+
</linearGradient>
|
|
396
|
+
</defs>
|
|
397
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
398
|
+
<g
|
|
399
|
+
transform="translate(206.000000, 45.750000)"
|
|
400
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
401
|
+
fill-rule="nonzero"
|
|
402
|
+
>
|
|
403
|
+
<path
|
|
404
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
405
|
+
/>
|
|
406
|
+
<path
|
|
407
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
408
|
+
/>
|
|
409
|
+
<path
|
|
410
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
411
|
+
/>
|
|
412
|
+
<path
|
|
413
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
414
|
+
/>
|
|
415
|
+
<path
|
|
416
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
417
|
+
/>
|
|
418
|
+
<path
|
|
419
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
420
|
+
/>
|
|
421
|
+
<path
|
|
422
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
423
|
+
/>
|
|
424
|
+
<polygon
|
|
425
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
426
|
+
/>
|
|
427
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
428
|
+
<path
|
|
429
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
430
|
+
/>
|
|
431
|
+
</g>
|
|
432
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
433
|
+
<path
|
|
434
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
435
|
+
fill="#0066CC"
|
|
436
|
+
/>
|
|
437
|
+
<path
|
|
438
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
439
|
+
fill="url(#linearGradient-modal-scrollable-content-example-masthead)"
|
|
440
|
+
/>
|
|
441
|
+
<path
|
|
442
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
443
|
+
fill="url(#linearGradient-modal-scrollable-content-example-masthead)"
|
|
444
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
445
|
+
/>
|
|
446
|
+
</g>
|
|
447
|
+
</g>
|
|
448
|
+
</svg>
|
|
449
|
+
</a>
|
|
450
|
+
</div>
|
|
451
|
+
<div class="pf-v6-c-masthead__content">
|
|
452
|
+
<div
|
|
453
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
454
|
+
id="modal-scrollable-content-example-masthead-toolbar"
|
|
455
|
+
>
|
|
456
|
+
<div class="pf-v6-c-toolbar__content">
|
|
457
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
458
|
+
<div
|
|
459
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
460
|
+
>
|
|
461
|
+
<div
|
|
462
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
463
|
+
>
|
|
464
|
+
<div class="pf-v6-c-toolbar__item">
|
|
465
|
+
<button
|
|
466
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
467
|
+
type="button"
|
|
468
|
+
aria-expanded="false"
|
|
469
|
+
aria-label="Application launcher"
|
|
470
|
+
>
|
|
471
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
472
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
473
|
+
</span>
|
|
474
|
+
</button>
|
|
475
|
+
</div>
|
|
476
|
+
<div class="pf-v6-c-toolbar__item">
|
|
477
|
+
<button
|
|
478
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
479
|
+
type="button"
|
|
480
|
+
aria-expanded="false"
|
|
481
|
+
aria-label="Settings"
|
|
482
|
+
>
|
|
483
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
484
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
485
|
+
</span>
|
|
486
|
+
</button>
|
|
487
|
+
</div>
|
|
488
|
+
<div class="pf-v6-c-toolbar__item">
|
|
489
|
+
<button
|
|
490
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
491
|
+
type="button"
|
|
492
|
+
aria-expanded="false"
|
|
493
|
+
aria-label="Help"
|
|
494
|
+
>
|
|
495
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
496
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
497
|
+
</span>
|
|
498
|
+
</button>
|
|
499
|
+
</div>
|
|
500
|
+
</div>
|
|
501
|
+
|
|
502
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
503
|
+
<button
|
|
504
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
505
|
+
type="button"
|
|
506
|
+
aria-expanded="false"
|
|
507
|
+
aria-label="Actions"
|
|
508
|
+
>
|
|
509
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
510
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
511
|
+
</span>
|
|
512
|
+
</button>
|
|
513
|
+
</div>
|
|
514
|
+
</div>
|
|
515
|
+
</div>
|
|
516
|
+
</div>
|
|
517
|
+
</div>
|
|
518
|
+
</div>
|
|
519
|
+
</header>
|
|
520
|
+
<div class="pf-v6-c-page__sidebar">
|
|
521
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
522
|
+
<nav
|
|
523
|
+
class="pf-v6-c-nav"
|
|
524
|
+
id="modal-scrollable-content-example-primary-nav"
|
|
525
|
+
aria-label="Global"
|
|
526
|
+
>
|
|
527
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
528
|
+
<li class="pf-v6-c-nav__item">
|
|
529
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
530
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
531
|
+
</a>
|
|
532
|
+
</li>
|
|
533
|
+
<li class="pf-v6-c-nav__item">
|
|
534
|
+
<a
|
|
535
|
+
href="#"
|
|
536
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
537
|
+
aria-current="page"
|
|
538
|
+
>
|
|
539
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
540
|
+
</a>
|
|
541
|
+
</li>
|
|
542
|
+
<li class="pf-v6-c-nav__item">
|
|
543
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
544
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
545
|
+
</a>
|
|
546
|
+
</li>
|
|
547
|
+
<li class="pf-v6-c-nav__item">
|
|
548
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
549
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
550
|
+
</a>
|
|
551
|
+
</li>
|
|
552
|
+
<li class="pf-v6-c-nav__item">
|
|
553
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
554
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
555
|
+
</a>
|
|
556
|
+
</li>
|
|
557
|
+
</ul>
|
|
558
|
+
</nav>
|
|
559
|
+
</div>
|
|
560
|
+
</div>
|
|
561
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
562
|
+
<main
|
|
563
|
+
class="pf-v6-c-page__main"
|
|
564
|
+
tabindex="-1"
|
|
565
|
+
id="main-content-modal-scrollable-content-example"
|
|
566
|
+
>
|
|
567
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
568
|
+
<div class="pf-v6-c-page__main-body">
|
|
569
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
570
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
571
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
572
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
573
|
+
</li>
|
|
574
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
575
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
576
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
577
|
+
</span>
|
|
578
|
+
|
|
579
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
580
|
+
</li>
|
|
581
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
582
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
583
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
584
|
+
</span>
|
|
585
|
+
|
|
586
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
587
|
+
</li>
|
|
588
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
589
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
590
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
591
|
+
</span>
|
|
592
|
+
|
|
593
|
+
<a
|
|
594
|
+
href="#"
|
|
595
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
596
|
+
aria-current="page"
|
|
597
|
+
>Section landing</a>
|
|
598
|
+
</li>
|
|
599
|
+
</ol>
|
|
600
|
+
</nav>
|
|
601
|
+
</div>
|
|
602
|
+
</section>
|
|
603
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
604
|
+
<div class="pf-v6-c-page__main-body">
|
|
605
|
+
<div class="pf-v6-c-content">
|
|
606
|
+
<h1>Main title</h1>
|
|
607
|
+
<p>This is a full page demo.</p>
|
|
608
|
+
</div>
|
|
609
|
+
</div>
|
|
610
|
+
</section>
|
|
611
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
612
|
+
<div class="pf-v6-c-page__main-body">
|
|
613
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
614
|
+
<div class="pf-v6-c-card">
|
|
615
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
616
|
+
</div>
|
|
617
|
+
<div class="pf-v6-c-card">
|
|
618
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
619
|
+
</div>
|
|
620
|
+
<div class="pf-v6-c-card">
|
|
621
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
622
|
+
</div>
|
|
623
|
+
<div class="pf-v6-c-card">
|
|
624
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
625
|
+
</div>
|
|
626
|
+
<div class="pf-v6-c-card">
|
|
627
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
628
|
+
</div>
|
|
629
|
+
<div class="pf-v6-c-card">
|
|
630
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
631
|
+
</div>
|
|
632
|
+
<div class="pf-v6-c-card">
|
|
633
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
634
|
+
</div>
|
|
635
|
+
<div class="pf-v6-c-card">
|
|
636
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
637
|
+
</div>
|
|
638
|
+
<div class="pf-v6-c-card">
|
|
639
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
640
|
+
</div>
|
|
641
|
+
<div class="pf-v6-c-card">
|
|
642
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
643
|
+
</div>
|
|
644
|
+
</div>
|
|
645
|
+
</div>
|
|
646
|
+
</section>
|
|
647
|
+
</main>
|
|
648
|
+
</div>
|
|
649
|
+
</div>
|
|
650
|
+
<div class="pf-v6-c-backdrop">
|
|
651
|
+
<div class="pf-v6-l-bullseye">
|
|
652
|
+
<div
|
|
653
|
+
class="pf-v6-c-modal-box pf-m-sm"
|
|
654
|
+
role="dialog"
|
|
655
|
+
aria-modal="true"
|
|
656
|
+
aria-labelledby="modal-scroll-title"
|
|
657
|
+
aria-describedby="modal-scroll-description"
|
|
658
|
+
>
|
|
659
|
+
<div class="pf-v6-c-modal-box__close">
|
|
660
|
+
<button
|
|
661
|
+
class="pf-v6-c-button pf-m-plain"
|
|
662
|
+
type="button"
|
|
663
|
+
aria-label="Close"
|
|
664
|
+
>
|
|
665
|
+
<span class="pf-v6-c-button__icon">
|
|
666
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
667
|
+
</span>
|
|
668
|
+
</button>
|
|
669
|
+
</div>
|
|
670
|
+
<header class="pf-v6-c-modal-box__header">
|
|
671
|
+
<h1
|
|
672
|
+
class="pf-v6-c-modal-box__title"
|
|
673
|
+
id="modal-scroll-title"
|
|
674
|
+
>This is a long header title that will truncate because modal titles should be very short. Use the modal body to provide more info.</h1>
|
|
675
|
+
<div
|
|
676
|
+
class="pf-v6-c-modal-box__description"
|
|
677
|
+
id="modal-scroll-description"
|
|
678
|
+
>This is a modal description. The description will not scroll with the body contents.</div>
|
|
679
|
+
</header>
|
|
680
|
+
<div class="pf-v6-c-modal-box__body" tabindex="0">
|
|
681
|
+
<p>general_modal_final_finalfinal_v9_actualfinal.sketch</p>
|
|
682
|
+
<p>A file with this name already exists, would you like to overwrite the existing file or save a new copy?</p>
|
|
683
|
+
<p>Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Integer tincidunt. Integer tincidunt. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
|
|
684
|
+
<p>
|
|
685
|
+
Duis leo. Praesent blandit laoreet nibh. Ut a nisl id ante tempus hendrerit. Maecenas nec odio et ante tincidunt tempus.
|
|
686
|
+
Ut a nisl id ante tempus hendrerit. Nulla sit amet est. Suspendisse nisl elit, rhoncus eget, elementum ac, condimentum eget, diam. Praesent turpis. Phasellus accumsan cursus velit. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Cras ultricies mi eu turpis hendrerit fringilla. Praesent porttitor, nulla vitae posuere iaculis, arcu nisl dignissim dolor, a pretium mi sem ut ipsum.
|
|
687
|
+
</p>
|
|
688
|
+
<p>Etiam sit amet orci eget eros faucibus tincidunt. Aliquam eu nunc. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Nunc nec neque.</p>
|
|
689
|
+
<p>Ut a nisl id ante tempus hendrerit. Nulla sit amet est. Suspendisse nisl elit, rhoncus eget, elementum ac, condimentum eget, diam. Praesent turpis. Phasellus accumsan cursus velit. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Cras ultricies mi eu turpis hendrerit fringilla. Praesent porttitor, nulla vitae posuere iaculis, arcu nisl dignissim dolor, a pretium mi sem ut ipsum.</p>
|
|
690
|
+
<p>Etiam sit amet orci eget eros faucibus tincidunt. Aliquam eu nunc. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Nunc nec neque.</p>
|
|
691
|
+
</div>
|
|
692
|
+
<footer class="pf-v6-c-modal-box__footer">
|
|
693
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
694
|
+
<span class="pf-v6-c-button__text">Overwrite</span>
|
|
695
|
+
</button>
|
|
696
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
697
|
+
<span class="pf-v6-c-button__text">Save a copy</span>
|
|
698
|
+
</button>
|
|
699
|
+
</footer>
|
|
700
|
+
</div>
|
|
701
|
+
</div>
|
|
702
|
+
</div>
|
|
703
|
+
|
|
72
704
|
```
|
|
73
705
|
|
|
74
706
|
### Medium
|
|
75
707
|
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
<
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
708
|
+
```html isFullscreen
|
|
709
|
+
<div class="pf-v6-c-page" id="modal-medium-example">
|
|
710
|
+
<div class="pf-v6-c-skip-to-content">
|
|
711
|
+
<a
|
|
712
|
+
class="pf-v6-c-button pf-m-primary"
|
|
713
|
+
href="#main-content-modal-medium-example"
|
|
714
|
+
>
|
|
715
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
716
|
+
</a>
|
|
717
|
+
</div>
|
|
718
|
+
<header class="pf-v6-c-masthead" id="modal-medium-example-masthead">
|
|
719
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
720
|
+
<button
|
|
721
|
+
class="pf-v6-c-button pf-m-plain"
|
|
722
|
+
type="button"
|
|
723
|
+
aria-label="Global navigation"
|
|
724
|
+
>
|
|
725
|
+
<span class="pf-v6-c-button__icon">
|
|
726
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
727
|
+
</span>
|
|
728
|
+
</button>
|
|
729
|
+
</span>
|
|
730
|
+
<div class="pf-v6-c-masthead__main">
|
|
731
|
+
<a class="pf-v6-c-masthead__brand" href="#">
|
|
732
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
733
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
734
|
+
<defs>
|
|
735
|
+
<linearGradient
|
|
736
|
+
x1="68%"
|
|
737
|
+
y1="2.25860997e-13%"
|
|
738
|
+
x2="32%"
|
|
739
|
+
y2="100%"
|
|
740
|
+
id="linearGradient-modal-medium-example-masthead"
|
|
741
|
+
>
|
|
742
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
743
|
+
<stop
|
|
744
|
+
stop-color="#73BCF7"
|
|
745
|
+
stop-opacity="0.502212631"
|
|
746
|
+
offset="100%"
|
|
747
|
+
/>
|
|
748
|
+
</linearGradient>
|
|
749
|
+
</defs>
|
|
750
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
751
|
+
<g
|
|
752
|
+
transform="translate(206.000000, 45.750000)"
|
|
753
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
754
|
+
fill-rule="nonzero"
|
|
755
|
+
>
|
|
756
|
+
<path
|
|
757
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
758
|
+
/>
|
|
759
|
+
<path
|
|
760
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
761
|
+
/>
|
|
762
|
+
<path
|
|
763
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
764
|
+
/>
|
|
765
|
+
<path
|
|
766
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
767
|
+
/>
|
|
768
|
+
<path
|
|
769
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
770
|
+
/>
|
|
771
|
+
<path
|
|
772
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
773
|
+
/>
|
|
774
|
+
<path
|
|
775
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
776
|
+
/>
|
|
777
|
+
<polygon
|
|
778
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
779
|
+
/>
|
|
780
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
781
|
+
<path
|
|
782
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
783
|
+
/>
|
|
784
|
+
</g>
|
|
785
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
786
|
+
<path
|
|
787
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
788
|
+
fill="#0066CC"
|
|
789
|
+
/>
|
|
790
|
+
<path
|
|
791
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
792
|
+
fill="url(#linearGradient-modal-medium-example-masthead)"
|
|
793
|
+
/>
|
|
794
|
+
<path
|
|
795
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
796
|
+
fill="url(#linearGradient-modal-medium-example-masthead)"
|
|
797
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
798
|
+
/>
|
|
799
|
+
</g>
|
|
800
|
+
</g>
|
|
801
|
+
</svg>
|
|
802
|
+
</a>
|
|
803
|
+
</div>
|
|
804
|
+
<div class="pf-v6-c-masthead__content">
|
|
805
|
+
<div
|
|
806
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
807
|
+
id="modal-medium-example-masthead-toolbar"
|
|
808
|
+
>
|
|
809
|
+
<div class="pf-v6-c-toolbar__content">
|
|
810
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
811
|
+
<div
|
|
812
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
813
|
+
>
|
|
814
|
+
<div
|
|
815
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
816
|
+
>
|
|
817
|
+
<div class="pf-v6-c-toolbar__item">
|
|
818
|
+
<button
|
|
819
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
820
|
+
type="button"
|
|
821
|
+
aria-expanded="false"
|
|
822
|
+
aria-label="Application launcher"
|
|
823
|
+
>
|
|
824
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
825
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
826
|
+
</span>
|
|
827
|
+
</button>
|
|
828
|
+
</div>
|
|
829
|
+
<div class="pf-v6-c-toolbar__item">
|
|
830
|
+
<button
|
|
831
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
832
|
+
type="button"
|
|
833
|
+
aria-expanded="false"
|
|
834
|
+
aria-label="Settings"
|
|
835
|
+
>
|
|
836
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
837
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
838
|
+
</span>
|
|
839
|
+
</button>
|
|
840
|
+
</div>
|
|
841
|
+
<div class="pf-v6-c-toolbar__item">
|
|
842
|
+
<button
|
|
843
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
844
|
+
type="button"
|
|
845
|
+
aria-expanded="false"
|
|
846
|
+
aria-label="Help"
|
|
847
|
+
>
|
|
848
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
849
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
850
|
+
</span>
|
|
851
|
+
</button>
|
|
852
|
+
</div>
|
|
853
|
+
</div>
|
|
854
|
+
|
|
855
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
856
|
+
<button
|
|
857
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
858
|
+
type="button"
|
|
859
|
+
aria-expanded="false"
|
|
860
|
+
aria-label="Actions"
|
|
861
|
+
>
|
|
862
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
863
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
864
|
+
</span>
|
|
865
|
+
</button>
|
|
866
|
+
</div>
|
|
867
|
+
</div>
|
|
868
|
+
</div>
|
|
869
|
+
</div>
|
|
870
|
+
</div>
|
|
871
|
+
</div>
|
|
872
|
+
</header>
|
|
873
|
+
<div class="pf-v6-c-page__sidebar">
|
|
874
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
875
|
+
<nav
|
|
876
|
+
class="pf-v6-c-nav"
|
|
877
|
+
id="modal-medium-example-primary-nav"
|
|
878
|
+
aria-label="Global"
|
|
879
|
+
>
|
|
880
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
881
|
+
<li class="pf-v6-c-nav__item">
|
|
882
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
883
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
884
|
+
</a>
|
|
885
|
+
</li>
|
|
886
|
+
<li class="pf-v6-c-nav__item">
|
|
887
|
+
<a
|
|
888
|
+
href="#"
|
|
889
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
890
|
+
aria-current="page"
|
|
891
|
+
>
|
|
892
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
893
|
+
</a>
|
|
894
|
+
</li>
|
|
895
|
+
<li class="pf-v6-c-nav__item">
|
|
896
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
897
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
898
|
+
</a>
|
|
899
|
+
</li>
|
|
900
|
+
<li class="pf-v6-c-nav__item">
|
|
901
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
902
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
903
|
+
</a>
|
|
904
|
+
</li>
|
|
905
|
+
<li class="pf-v6-c-nav__item">
|
|
906
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
907
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
908
|
+
</a>
|
|
909
|
+
</li>
|
|
910
|
+
</ul>
|
|
911
|
+
</nav>
|
|
912
|
+
</div>
|
|
913
|
+
</div>
|
|
914
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
915
|
+
<main
|
|
916
|
+
class="pf-v6-c-page__main"
|
|
917
|
+
tabindex="-1"
|
|
918
|
+
id="main-content-modal-medium-example"
|
|
919
|
+
>
|
|
920
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
921
|
+
<div class="pf-v6-c-page__main-body">
|
|
922
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
923
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
924
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
925
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
926
|
+
</li>
|
|
927
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
928
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
929
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
930
|
+
</span>
|
|
931
|
+
|
|
932
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
933
|
+
</li>
|
|
934
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
935
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
936
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
937
|
+
</span>
|
|
938
|
+
|
|
939
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
940
|
+
</li>
|
|
941
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
942
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
943
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
944
|
+
</span>
|
|
945
|
+
|
|
946
|
+
<a
|
|
947
|
+
href="#"
|
|
948
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
949
|
+
aria-current="page"
|
|
950
|
+
>Section landing</a>
|
|
951
|
+
</li>
|
|
952
|
+
</ol>
|
|
953
|
+
</nav>
|
|
954
|
+
</div>
|
|
955
|
+
</section>
|
|
956
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
957
|
+
<div class="pf-v6-c-page__main-body">
|
|
958
|
+
<div class="pf-v6-c-content">
|
|
959
|
+
<h1>Main title</h1>
|
|
960
|
+
<p>This is a full page demo.</p>
|
|
961
|
+
</div>
|
|
962
|
+
</div>
|
|
963
|
+
</section>
|
|
964
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
965
|
+
<div class="pf-v6-c-page__main-body">
|
|
966
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
967
|
+
<div class="pf-v6-c-card">
|
|
968
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
969
|
+
</div>
|
|
970
|
+
<div class="pf-v6-c-card">
|
|
971
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
972
|
+
</div>
|
|
973
|
+
<div class="pf-v6-c-card">
|
|
974
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
975
|
+
</div>
|
|
976
|
+
<div class="pf-v6-c-card">
|
|
977
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
978
|
+
</div>
|
|
979
|
+
<div class="pf-v6-c-card">
|
|
980
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
981
|
+
</div>
|
|
982
|
+
<div class="pf-v6-c-card">
|
|
983
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
984
|
+
</div>
|
|
985
|
+
<div class="pf-v6-c-card">
|
|
986
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
987
|
+
</div>
|
|
988
|
+
<div class="pf-v6-c-card">
|
|
989
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
990
|
+
</div>
|
|
991
|
+
<div class="pf-v6-c-card">
|
|
992
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
993
|
+
</div>
|
|
994
|
+
<div class="pf-v6-c-card">
|
|
995
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
996
|
+
</div>
|
|
997
|
+
</div>
|
|
998
|
+
</div>
|
|
999
|
+
</section>
|
|
1000
|
+
</main>
|
|
1001
|
+
</div>
|
|
1002
|
+
</div>
|
|
1003
|
+
<div class="pf-v6-c-backdrop">
|
|
1004
|
+
<div class="pf-v6-l-bullseye">
|
|
1005
|
+
<div
|
|
1006
|
+
class="pf-v6-c-modal-box pf-m-md"
|
|
1007
|
+
role="dialog"
|
|
1008
|
+
aria-modal="true"
|
|
1009
|
+
aria-labelledby="modal-md-title"
|
|
1010
|
+
aria-describedby="modal-md-description"
|
|
1011
|
+
>
|
|
1012
|
+
<div class="pf-v6-c-modal-box__close">
|
|
1013
|
+
<button
|
|
1014
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1015
|
+
type="button"
|
|
1016
|
+
aria-label="Close"
|
|
1017
|
+
>
|
|
1018
|
+
<span class="pf-v6-c-button__icon">
|
|
1019
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1020
|
+
</span>
|
|
1021
|
+
</button>
|
|
1022
|
+
</div>
|
|
1023
|
+
<header class="pf-v6-c-modal-box__header">
|
|
1024
|
+
<h1
|
|
1025
|
+
class="pf-v6-c-modal-box__title"
|
|
1026
|
+
id="modal-md-title"
|
|
1027
|
+
>This is a long header title that will truncate because modal titles should be very short. Use the modal body to provide more info.</h1>
|
|
1028
|
+
</header>
|
|
1029
|
+
<div class="pf-v6-c-modal-box__body">
|
|
1030
|
+
<p
|
|
1031
|
+
id="modal-md-description"
|
|
1032
|
+
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-v6-c-modal-box__body"</p>
|
|
1033
|
+
<p>Form here</p>
|
|
1034
|
+
</div>
|
|
1035
|
+
<footer class="pf-v6-c-modal-box__footer">
|
|
1036
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1037
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
1038
|
+
</button>
|
|
1039
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1040
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1041
|
+
</button>
|
|
1042
|
+
</footer>
|
|
1043
|
+
</div>
|
|
1044
|
+
</div>
|
|
1045
|
+
</div>
|
|
1046
|
+
|
|
101
1047
|
```
|
|
102
1048
|
|
|
103
1049
|
### Large
|
|
104
1050
|
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
<
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
1051
|
+
```html isFullscreen
|
|
1052
|
+
<div class="pf-v6-c-page" id="modal-large-example">
|
|
1053
|
+
<div class="pf-v6-c-skip-to-content">
|
|
1054
|
+
<a
|
|
1055
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1056
|
+
href="#main-content-modal-large-example"
|
|
1057
|
+
>
|
|
1058
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1059
|
+
</a>
|
|
1060
|
+
</div>
|
|
1061
|
+
<header class="pf-v6-c-masthead" id="modal-large-example-masthead">
|
|
1062
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1063
|
+
<button
|
|
1064
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1065
|
+
type="button"
|
|
1066
|
+
aria-label="Global navigation"
|
|
1067
|
+
>
|
|
1068
|
+
<span class="pf-v6-c-button__icon">
|
|
1069
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1070
|
+
</span>
|
|
1071
|
+
</button>
|
|
1072
|
+
</span>
|
|
1073
|
+
<div class="pf-v6-c-masthead__main">
|
|
1074
|
+
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1075
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1076
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1077
|
+
<defs>
|
|
1078
|
+
<linearGradient
|
|
1079
|
+
x1="68%"
|
|
1080
|
+
y1="2.25860997e-13%"
|
|
1081
|
+
x2="32%"
|
|
1082
|
+
y2="100%"
|
|
1083
|
+
id="linearGradient-modal-large-example-masthead"
|
|
1084
|
+
>
|
|
1085
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1086
|
+
<stop
|
|
1087
|
+
stop-color="#73BCF7"
|
|
1088
|
+
stop-opacity="0.502212631"
|
|
1089
|
+
offset="100%"
|
|
1090
|
+
/>
|
|
1091
|
+
</linearGradient>
|
|
1092
|
+
</defs>
|
|
1093
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1094
|
+
<g
|
|
1095
|
+
transform="translate(206.000000, 45.750000)"
|
|
1096
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1097
|
+
fill-rule="nonzero"
|
|
1098
|
+
>
|
|
1099
|
+
<path
|
|
1100
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1101
|
+
/>
|
|
1102
|
+
<path
|
|
1103
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1104
|
+
/>
|
|
1105
|
+
<path
|
|
1106
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1107
|
+
/>
|
|
1108
|
+
<path
|
|
1109
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1110
|
+
/>
|
|
1111
|
+
<path
|
|
1112
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1113
|
+
/>
|
|
1114
|
+
<path
|
|
1115
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1116
|
+
/>
|
|
1117
|
+
<path
|
|
1118
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1119
|
+
/>
|
|
1120
|
+
<polygon
|
|
1121
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1122
|
+
/>
|
|
1123
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1124
|
+
<path
|
|
1125
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1126
|
+
/>
|
|
1127
|
+
</g>
|
|
1128
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1129
|
+
<path
|
|
1130
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1131
|
+
fill="#0066CC"
|
|
1132
|
+
/>
|
|
1133
|
+
<path
|
|
1134
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1135
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1136
|
+
/>
|
|
1137
|
+
<path
|
|
1138
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1139
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1140
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1141
|
+
/>
|
|
1142
|
+
</g>
|
|
1143
|
+
</g>
|
|
1144
|
+
</svg>
|
|
1145
|
+
</a>
|
|
1146
|
+
</div>
|
|
1147
|
+
<div class="pf-v6-c-masthead__content">
|
|
1148
|
+
<div
|
|
1149
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
1150
|
+
id="modal-large-example-masthead-toolbar"
|
|
1151
|
+
>
|
|
1152
|
+
<div class="pf-v6-c-toolbar__content">
|
|
1153
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
1154
|
+
<div
|
|
1155
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1156
|
+
>
|
|
1157
|
+
<div
|
|
1158
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1159
|
+
>
|
|
1160
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1161
|
+
<button
|
|
1162
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1163
|
+
type="button"
|
|
1164
|
+
aria-expanded="false"
|
|
1165
|
+
aria-label="Application launcher"
|
|
1166
|
+
>
|
|
1167
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1168
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1169
|
+
</span>
|
|
1170
|
+
</button>
|
|
1171
|
+
</div>
|
|
1172
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1173
|
+
<button
|
|
1174
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1175
|
+
type="button"
|
|
1176
|
+
aria-expanded="false"
|
|
1177
|
+
aria-label="Settings"
|
|
1178
|
+
>
|
|
1179
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1180
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1181
|
+
</span>
|
|
1182
|
+
</button>
|
|
1183
|
+
</div>
|
|
1184
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1185
|
+
<button
|
|
1186
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1187
|
+
type="button"
|
|
1188
|
+
aria-expanded="false"
|
|
1189
|
+
aria-label="Help"
|
|
1190
|
+
>
|
|
1191
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1192
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1193
|
+
</span>
|
|
1194
|
+
</button>
|
|
1195
|
+
</div>
|
|
1196
|
+
</div>
|
|
1197
|
+
|
|
1198
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1199
|
+
<button
|
|
1200
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1201
|
+
type="button"
|
|
1202
|
+
aria-expanded="false"
|
|
1203
|
+
aria-label="Actions"
|
|
1204
|
+
>
|
|
1205
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1206
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1207
|
+
</span>
|
|
1208
|
+
</button>
|
|
1209
|
+
</div>
|
|
1210
|
+
</div>
|
|
1211
|
+
</div>
|
|
1212
|
+
</div>
|
|
1213
|
+
</div>
|
|
1214
|
+
</div>
|
|
1215
|
+
</header>
|
|
1216
|
+
<div class="pf-v6-c-page__sidebar">
|
|
1217
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
1218
|
+
<nav
|
|
1219
|
+
class="pf-v6-c-nav"
|
|
1220
|
+
id="modal-large-example-primary-nav"
|
|
1221
|
+
aria-label="Global"
|
|
1222
|
+
>
|
|
1223
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1224
|
+
<li class="pf-v6-c-nav__item">
|
|
1225
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1226
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1227
|
+
</a>
|
|
1228
|
+
</li>
|
|
1229
|
+
<li class="pf-v6-c-nav__item">
|
|
1230
|
+
<a
|
|
1231
|
+
href="#"
|
|
1232
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1233
|
+
aria-current="page"
|
|
1234
|
+
>
|
|
1235
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1236
|
+
</a>
|
|
1237
|
+
</li>
|
|
1238
|
+
<li class="pf-v6-c-nav__item">
|
|
1239
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1240
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1241
|
+
</a>
|
|
1242
|
+
</li>
|
|
1243
|
+
<li class="pf-v6-c-nav__item">
|
|
1244
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1245
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1246
|
+
</a>
|
|
1247
|
+
</li>
|
|
1248
|
+
<li class="pf-v6-c-nav__item">
|
|
1249
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1250
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1251
|
+
</a>
|
|
1252
|
+
</li>
|
|
1253
|
+
</ul>
|
|
1254
|
+
</nav>
|
|
1255
|
+
</div>
|
|
1256
|
+
</div>
|
|
1257
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1258
|
+
<main
|
|
1259
|
+
class="pf-v6-c-page__main"
|
|
1260
|
+
tabindex="-1"
|
|
1261
|
+
id="main-content-modal-large-example"
|
|
1262
|
+
>
|
|
1263
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1264
|
+
<div class="pf-v6-c-page__main-body">
|
|
1265
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1266
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1267
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1268
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1269
|
+
</li>
|
|
1270
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1271
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1272
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1273
|
+
</span>
|
|
1274
|
+
|
|
1275
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1276
|
+
</li>
|
|
1277
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1278
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1279
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1280
|
+
</span>
|
|
1281
|
+
|
|
1282
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1283
|
+
</li>
|
|
1284
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1285
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1286
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1287
|
+
</span>
|
|
1288
|
+
|
|
1289
|
+
<a
|
|
1290
|
+
href="#"
|
|
1291
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1292
|
+
aria-current="page"
|
|
1293
|
+
>Section landing</a>
|
|
1294
|
+
</li>
|
|
1295
|
+
</ol>
|
|
1296
|
+
</nav>
|
|
1297
|
+
</div>
|
|
1298
|
+
</section>
|
|
1299
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1300
|
+
<div class="pf-v6-c-page__main-body">
|
|
1301
|
+
<div class="pf-v6-c-content">
|
|
1302
|
+
<h1>Main title</h1>
|
|
1303
|
+
<p>This is a full page demo.</p>
|
|
1304
|
+
</div>
|
|
1305
|
+
</div>
|
|
1306
|
+
</section>
|
|
1307
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1308
|
+
<div class="pf-v6-c-page__main-body">
|
|
1309
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1310
|
+
<div class="pf-v6-c-card">
|
|
1311
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1312
|
+
</div>
|
|
1313
|
+
<div class="pf-v6-c-card">
|
|
1314
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1315
|
+
</div>
|
|
1316
|
+
<div class="pf-v6-c-card">
|
|
1317
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1318
|
+
</div>
|
|
1319
|
+
<div class="pf-v6-c-card">
|
|
1320
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1321
|
+
</div>
|
|
1322
|
+
<div class="pf-v6-c-card">
|
|
1323
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1324
|
+
</div>
|
|
1325
|
+
<div class="pf-v6-c-card">
|
|
1326
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1327
|
+
</div>
|
|
1328
|
+
<div class="pf-v6-c-card">
|
|
1329
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1330
|
+
</div>
|
|
1331
|
+
<div class="pf-v6-c-card">
|
|
1332
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1333
|
+
</div>
|
|
1334
|
+
<div class="pf-v6-c-card">
|
|
1335
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1336
|
+
</div>
|
|
1337
|
+
<div class="pf-v6-c-card">
|
|
1338
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1339
|
+
</div>
|
|
1340
|
+
</div>
|
|
1341
|
+
</div>
|
|
1342
|
+
</section>
|
|
1343
|
+
</main>
|
|
1344
|
+
</div>
|
|
1345
|
+
</div>
|
|
1346
|
+
<div class="pf-v6-c-backdrop">
|
|
1347
|
+
<div class="pf-v6-l-bullseye">
|
|
1348
|
+
<div
|
|
1349
|
+
class="pf-v6-c-modal-box pf-m-lg"
|
|
1350
|
+
role="dialog"
|
|
1351
|
+
aria-modal="true"
|
|
1352
|
+
aria-labelledby="modal-lg-title"
|
|
1353
|
+
aria-describedby="modal-lg-description"
|
|
1354
|
+
>
|
|
1355
|
+
<div class="pf-v6-c-modal-box__close">
|
|
1356
|
+
<button
|
|
1357
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1358
|
+
type="button"
|
|
1359
|
+
aria-label="Close"
|
|
1360
|
+
>
|
|
1361
|
+
<span class="pf-v6-c-button__icon">
|
|
1362
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1363
|
+
</span>
|
|
1364
|
+
</button>
|
|
1365
|
+
</div>
|
|
1366
|
+
<header class="pf-v6-c-modal-box__header">
|
|
1367
|
+
<h1
|
|
1368
|
+
class="pf-v6-c-modal-box__title"
|
|
1369
|
+
id="modal-lg-title"
|
|
1370
|
+
>This is a long header title that will truncate because modal titles should be very short. Use the modal body to provide more info.</h1>
|
|
1371
|
+
</header>
|
|
1372
|
+
<div class="pf-v6-c-modal-box__body">
|
|
1373
|
+
<p
|
|
1374
|
+
id="modal-lg-description"
|
|
1375
|
+
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-v6-c-modal-box__body"</p>
|
|
1376
|
+
<p>Form here</p>
|
|
1377
|
+
</div>
|
|
1378
|
+
<footer class="pf-v6-c-modal-box__footer">
|
|
1379
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1380
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
1381
|
+
</button>
|
|
1382
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1383
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1384
|
+
</button>
|
|
1385
|
+
</footer>
|
|
1386
|
+
</div>
|
|
1387
|
+
</div>
|
|
1388
|
+
</div>
|
|
1389
|
+
|
|
130
1390
|
```
|
|
131
1391
|
|
|
132
1392
|
### Top aligned
|
|
133
1393
|
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
<
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
1394
|
+
```html isFullscreen
|
|
1395
|
+
<div class="pf-v6-c-page" id="modal-large-example">
|
|
1396
|
+
<div class="pf-v6-c-skip-to-content">
|
|
1397
|
+
<a
|
|
1398
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1399
|
+
href="#main-content-modal-large-example"
|
|
1400
|
+
>
|
|
1401
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1402
|
+
</a>
|
|
1403
|
+
</div>
|
|
1404
|
+
<header class="pf-v6-c-masthead" id="modal-large-example-masthead">
|
|
1405
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1406
|
+
<button
|
|
1407
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1408
|
+
type="button"
|
|
1409
|
+
aria-label="Global navigation"
|
|
1410
|
+
>
|
|
1411
|
+
<span class="pf-v6-c-button__icon">
|
|
1412
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1413
|
+
</span>
|
|
1414
|
+
</button>
|
|
1415
|
+
</span>
|
|
1416
|
+
<div class="pf-v6-c-masthead__main">
|
|
1417
|
+
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1418
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1419
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1420
|
+
<defs>
|
|
1421
|
+
<linearGradient
|
|
1422
|
+
x1="68%"
|
|
1423
|
+
y1="2.25860997e-13%"
|
|
1424
|
+
x2="32%"
|
|
1425
|
+
y2="100%"
|
|
1426
|
+
id="linearGradient-modal-large-example-masthead"
|
|
1427
|
+
>
|
|
1428
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1429
|
+
<stop
|
|
1430
|
+
stop-color="#73BCF7"
|
|
1431
|
+
stop-opacity="0.502212631"
|
|
1432
|
+
offset="100%"
|
|
1433
|
+
/>
|
|
1434
|
+
</linearGradient>
|
|
1435
|
+
</defs>
|
|
1436
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1437
|
+
<g
|
|
1438
|
+
transform="translate(206.000000, 45.750000)"
|
|
1439
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1440
|
+
fill-rule="nonzero"
|
|
1441
|
+
>
|
|
1442
|
+
<path
|
|
1443
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1444
|
+
/>
|
|
1445
|
+
<path
|
|
1446
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1447
|
+
/>
|
|
1448
|
+
<path
|
|
1449
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1450
|
+
/>
|
|
1451
|
+
<path
|
|
1452
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1453
|
+
/>
|
|
1454
|
+
<path
|
|
1455
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1456
|
+
/>
|
|
1457
|
+
<path
|
|
1458
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1459
|
+
/>
|
|
1460
|
+
<path
|
|
1461
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1462
|
+
/>
|
|
1463
|
+
<polygon
|
|
1464
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1465
|
+
/>
|
|
1466
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1467
|
+
<path
|
|
1468
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1469
|
+
/>
|
|
1470
|
+
</g>
|
|
1471
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1472
|
+
<path
|
|
1473
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1474
|
+
fill="#0066CC"
|
|
1475
|
+
/>
|
|
1476
|
+
<path
|
|
1477
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1478
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1479
|
+
/>
|
|
1480
|
+
<path
|
|
1481
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1482
|
+
fill="url(#linearGradient-modal-large-example-masthead)"
|
|
1483
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1484
|
+
/>
|
|
1485
|
+
</g>
|
|
1486
|
+
</g>
|
|
1487
|
+
</svg>
|
|
1488
|
+
</a>
|
|
1489
|
+
</div>
|
|
1490
|
+
<div class="pf-v6-c-masthead__content">
|
|
1491
|
+
<div
|
|
1492
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
1493
|
+
id="modal-large-example-masthead-toolbar"
|
|
1494
|
+
>
|
|
1495
|
+
<div class="pf-v6-c-toolbar__content">
|
|
1496
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
1497
|
+
<div
|
|
1498
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1499
|
+
>
|
|
1500
|
+
<div
|
|
1501
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1502
|
+
>
|
|
1503
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1504
|
+
<button
|
|
1505
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1506
|
+
type="button"
|
|
1507
|
+
aria-expanded="false"
|
|
1508
|
+
aria-label="Application launcher"
|
|
1509
|
+
>
|
|
1510
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1511
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1512
|
+
</span>
|
|
1513
|
+
</button>
|
|
1514
|
+
</div>
|
|
1515
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1516
|
+
<button
|
|
1517
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1518
|
+
type="button"
|
|
1519
|
+
aria-expanded="false"
|
|
1520
|
+
aria-label="Settings"
|
|
1521
|
+
>
|
|
1522
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1523
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1524
|
+
</span>
|
|
1525
|
+
</button>
|
|
1526
|
+
</div>
|
|
1527
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1528
|
+
<button
|
|
1529
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1530
|
+
type="button"
|
|
1531
|
+
aria-expanded="false"
|
|
1532
|
+
aria-label="Help"
|
|
1533
|
+
>
|
|
1534
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1535
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1536
|
+
</span>
|
|
1537
|
+
</button>
|
|
1538
|
+
</div>
|
|
1539
|
+
</div>
|
|
1540
|
+
|
|
1541
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1542
|
+
<button
|
|
1543
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1544
|
+
type="button"
|
|
1545
|
+
aria-expanded="false"
|
|
1546
|
+
aria-label="Actions"
|
|
1547
|
+
>
|
|
1548
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1549
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1550
|
+
</span>
|
|
1551
|
+
</button>
|
|
1552
|
+
</div>
|
|
1553
|
+
</div>
|
|
1554
|
+
</div>
|
|
1555
|
+
</div>
|
|
1556
|
+
</div>
|
|
1557
|
+
</div>
|
|
1558
|
+
</header>
|
|
1559
|
+
<div class="pf-v6-c-page__sidebar">
|
|
1560
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
1561
|
+
<nav
|
|
1562
|
+
class="pf-v6-c-nav"
|
|
1563
|
+
id="modal-large-example-primary-nav"
|
|
1564
|
+
aria-label="Global"
|
|
1565
|
+
>
|
|
1566
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1567
|
+
<li class="pf-v6-c-nav__item">
|
|
1568
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1569
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1570
|
+
</a>
|
|
1571
|
+
</li>
|
|
1572
|
+
<li class="pf-v6-c-nav__item">
|
|
1573
|
+
<a
|
|
1574
|
+
href="#"
|
|
1575
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1576
|
+
aria-current="page"
|
|
1577
|
+
>
|
|
1578
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1579
|
+
</a>
|
|
1580
|
+
</li>
|
|
1581
|
+
<li class="pf-v6-c-nav__item">
|
|
1582
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1583
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1584
|
+
</a>
|
|
1585
|
+
</li>
|
|
1586
|
+
<li class="pf-v6-c-nav__item">
|
|
1587
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1588
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1589
|
+
</a>
|
|
1590
|
+
</li>
|
|
1591
|
+
<li class="pf-v6-c-nav__item">
|
|
1592
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1593
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1594
|
+
</a>
|
|
1595
|
+
</li>
|
|
1596
|
+
</ul>
|
|
1597
|
+
</nav>
|
|
1598
|
+
</div>
|
|
1599
|
+
</div>
|
|
1600
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1601
|
+
<main
|
|
1602
|
+
class="pf-v6-c-page__main"
|
|
1603
|
+
tabindex="-1"
|
|
1604
|
+
id="main-content-modal-large-example"
|
|
1605
|
+
>
|
|
1606
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1607
|
+
<div class="pf-v6-c-page__main-body">
|
|
1608
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1609
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1610
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1611
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1612
|
+
</li>
|
|
1613
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1614
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1615
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1616
|
+
</span>
|
|
1617
|
+
|
|
1618
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1619
|
+
</li>
|
|
1620
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1621
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1622
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1623
|
+
</span>
|
|
1624
|
+
|
|
1625
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1626
|
+
</li>
|
|
1627
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1628
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1629
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1630
|
+
</span>
|
|
1631
|
+
|
|
1632
|
+
<a
|
|
1633
|
+
href="#"
|
|
1634
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1635
|
+
aria-current="page"
|
|
1636
|
+
>Section landing</a>
|
|
1637
|
+
</li>
|
|
1638
|
+
</ol>
|
|
1639
|
+
</nav>
|
|
1640
|
+
</div>
|
|
1641
|
+
</section>
|
|
1642
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1643
|
+
<div class="pf-v6-c-page__main-body">
|
|
1644
|
+
<div class="pf-v6-c-content">
|
|
1645
|
+
<h1>Main title</h1>
|
|
1646
|
+
<p>This is a full page demo.</p>
|
|
1647
|
+
</div>
|
|
1648
|
+
</div>
|
|
1649
|
+
</section>
|
|
1650
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1651
|
+
<div class="pf-v6-c-page__main-body">
|
|
1652
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1653
|
+
<div class="pf-v6-c-card">
|
|
1654
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1655
|
+
</div>
|
|
1656
|
+
<div class="pf-v6-c-card">
|
|
1657
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1658
|
+
</div>
|
|
1659
|
+
<div class="pf-v6-c-card">
|
|
1660
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1661
|
+
</div>
|
|
1662
|
+
<div class="pf-v6-c-card">
|
|
1663
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1664
|
+
</div>
|
|
1665
|
+
<div class="pf-v6-c-card">
|
|
1666
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1667
|
+
</div>
|
|
1668
|
+
<div class="pf-v6-c-card">
|
|
1669
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1670
|
+
</div>
|
|
1671
|
+
<div class="pf-v6-c-card">
|
|
1672
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1673
|
+
</div>
|
|
1674
|
+
<div class="pf-v6-c-card">
|
|
1675
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1676
|
+
</div>
|
|
1677
|
+
<div class="pf-v6-c-card">
|
|
1678
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1679
|
+
</div>
|
|
1680
|
+
<div class="pf-v6-c-card">
|
|
1681
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1682
|
+
</div>
|
|
1683
|
+
</div>
|
|
1684
|
+
</div>
|
|
1685
|
+
</section>
|
|
1686
|
+
</main>
|
|
1687
|
+
</div>
|
|
1688
|
+
</div>
|
|
1689
|
+
<div class="pf-v6-c-backdrop">
|
|
1690
|
+
<div class="pf-v6-l-bullseye">
|
|
1691
|
+
<div
|
|
1692
|
+
class="pf-v6-c-modal-box pf-m-sm pf-m-align-top"
|
|
1693
|
+
role="dialog"
|
|
1694
|
+
aria-modal="true"
|
|
1695
|
+
aria-labelledby="modal-top-aligned-title"
|
|
1696
|
+
aria-describedby="modal-top-aligned-description"
|
|
1697
|
+
>
|
|
1698
|
+
<div class="pf-v6-c-modal-box__close">
|
|
1699
|
+
<button
|
|
1700
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1701
|
+
type="button"
|
|
1702
|
+
aria-label="Close"
|
|
1703
|
+
>
|
|
1704
|
+
<span class="pf-v6-c-button__icon">
|
|
1705
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
1706
|
+
</span>
|
|
1707
|
+
</button>
|
|
1708
|
+
</div>
|
|
1709
|
+
<header class="pf-v6-c-modal-box__header">
|
|
1710
|
+
<h1
|
|
1711
|
+
class="pf-v6-c-modal-box__title"
|
|
1712
|
+
id="modal-top-aligned-title"
|
|
1713
|
+
>Modal header</h1>
|
|
1714
|
+
</header>
|
|
1715
|
+
<div class="pf-v6-c-modal-box__body">
|
|
1716
|
+
<p
|
|
1717
|
+
id="modal-top-aligned-description"
|
|
1718
|
+
>The "aria-describedby" attribute can be applied to any text that adequately describes the modal's purpose. It does not have to be assigned to ".pf-v6-c-modal-box__body"</p>
|
|
1719
|
+
<p>Form here</p>
|
|
1720
|
+
</div>
|
|
1721
|
+
<footer class="pf-v6-c-modal-box__footer">
|
|
1722
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
1723
|
+
<span class="pf-v6-c-button__text">Save</span>
|
|
1724
|
+
</button>
|
|
1725
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
1726
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
1727
|
+
</button>
|
|
1728
|
+
</footer>
|
|
1729
|
+
</div>
|
|
1730
|
+
</div>
|
|
1731
|
+
</div>
|
|
1732
|
+
|
|
159
1733
|
```
|
|
160
1734
|
|
|
161
1735
|
### Modal with form
|
|
162
1736
|
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
<
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
1737
|
+
```html isFullscreen
|
|
1738
|
+
<div class="pf-v6-c-page" id="modal-with-form-example">
|
|
1739
|
+
<div class="pf-v6-c-skip-to-content">
|
|
1740
|
+
<a
|
|
1741
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1742
|
+
href="#main-content-modal-with-form-example"
|
|
1743
|
+
>
|
|
1744
|
+
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
1745
|
+
</a>
|
|
1746
|
+
</div>
|
|
1747
|
+
<header class="pf-v6-c-masthead" id="modal-with-form-example-masthead">
|
|
1748
|
+
<span class="pf-v6-c-masthead__toggle">
|
|
1749
|
+
<button
|
|
1750
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1751
|
+
type="button"
|
|
1752
|
+
aria-label="Global navigation"
|
|
1753
|
+
>
|
|
1754
|
+
<span class="pf-v6-c-button__icon">
|
|
1755
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
1756
|
+
</span>
|
|
1757
|
+
</button>
|
|
1758
|
+
</span>
|
|
1759
|
+
<div class="pf-v6-c-masthead__main">
|
|
1760
|
+
<a class="pf-v6-c-masthead__brand" href="#">
|
|
1761
|
+
<svg height="37px" viewBox="0 0 679 158">
|
|
1762
|
+
<title>PF-HorizontalLogo-Color</title>
|
|
1763
|
+
<defs>
|
|
1764
|
+
<linearGradient
|
|
1765
|
+
x1="68%"
|
|
1766
|
+
y1="2.25860997e-13%"
|
|
1767
|
+
x2="32%"
|
|
1768
|
+
y2="100%"
|
|
1769
|
+
id="linearGradient-modal-with-form-example-masthead"
|
|
1770
|
+
>
|
|
1771
|
+
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1772
|
+
<stop
|
|
1773
|
+
stop-color="#73BCF7"
|
|
1774
|
+
stop-opacity="0.502212631"
|
|
1775
|
+
offset="100%"
|
|
1776
|
+
/>
|
|
1777
|
+
</linearGradient>
|
|
1778
|
+
</defs>
|
|
1779
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1780
|
+
<g
|
|
1781
|
+
transform="translate(206.000000, 45.750000)"
|
|
1782
|
+
fill="var(--pf-t--global--text--color--regular)"
|
|
1783
|
+
fill-rule="nonzero"
|
|
1784
|
+
>
|
|
1785
|
+
<path
|
|
1786
|
+
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1787
|
+
/>
|
|
1788
|
+
<path
|
|
1789
|
+
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1790
|
+
/>
|
|
1791
|
+
<path
|
|
1792
|
+
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1793
|
+
/>
|
|
1794
|
+
<path
|
|
1795
|
+
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1796
|
+
/>
|
|
1797
|
+
<path
|
|
1798
|
+
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1799
|
+
/>
|
|
1800
|
+
<path
|
|
1801
|
+
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1802
|
+
/>
|
|
1803
|
+
<path
|
|
1804
|
+
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1805
|
+
/>
|
|
1806
|
+
<polygon
|
|
1807
|
+
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1808
|
+
/>
|
|
1809
|
+
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1810
|
+
<path
|
|
1811
|
+
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1812
|
+
/>
|
|
1813
|
+
</g>
|
|
1814
|
+
<g transform="translate(0.000000, 0.000000)">
|
|
1815
|
+
<path
|
|
1816
|
+
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1817
|
+
fill="#0066CC"
|
|
1818
|
+
/>
|
|
1819
|
+
<path
|
|
1820
|
+
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1821
|
+
fill="url(#linearGradient-modal-with-form-example-masthead)"
|
|
1822
|
+
/>
|
|
1823
|
+
<path
|
|
1824
|
+
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1825
|
+
fill="url(#linearGradient-modal-with-form-example-masthead)"
|
|
1826
|
+
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1827
|
+
/>
|
|
1828
|
+
</g>
|
|
1829
|
+
</g>
|
|
1830
|
+
</svg>
|
|
1831
|
+
</a>
|
|
1832
|
+
</div>
|
|
1833
|
+
<div class="pf-v6-c-masthead__content">
|
|
1834
|
+
<div
|
|
1835
|
+
class="pf-v6-c-toolbar pf-m-static"
|
|
1836
|
+
id="modal-with-form-example-masthead-toolbar"
|
|
1837
|
+
>
|
|
1838
|
+
<div class="pf-v6-c-toolbar__content">
|
|
1839
|
+
<div class="pf-v6-c-toolbar__content-section">
|
|
1840
|
+
<div
|
|
1841
|
+
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1842
|
+
>
|
|
1843
|
+
<div
|
|
1844
|
+
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1845
|
+
>
|
|
1846
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1847
|
+
<button
|
|
1848
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1849
|
+
type="button"
|
|
1850
|
+
aria-expanded="false"
|
|
1851
|
+
aria-label="Application launcher"
|
|
1852
|
+
>
|
|
1853
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1854
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1855
|
+
</span>
|
|
1856
|
+
</button>
|
|
1857
|
+
</div>
|
|
1858
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1859
|
+
<button
|
|
1860
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1861
|
+
type="button"
|
|
1862
|
+
aria-expanded="false"
|
|
1863
|
+
aria-label="Settings"
|
|
1864
|
+
>
|
|
1865
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1866
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1867
|
+
</span>
|
|
1868
|
+
</button>
|
|
1869
|
+
</div>
|
|
1870
|
+
<div class="pf-v6-c-toolbar__item">
|
|
1871
|
+
<button
|
|
1872
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1873
|
+
type="button"
|
|
1874
|
+
aria-expanded="false"
|
|
1875
|
+
aria-label="Help"
|
|
1876
|
+
>
|
|
1877
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1878
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1879
|
+
</span>
|
|
1880
|
+
</button>
|
|
1881
|
+
</div>
|
|
1882
|
+
</div>
|
|
1883
|
+
|
|
1884
|
+
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1885
|
+
<button
|
|
1886
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1887
|
+
type="button"
|
|
1888
|
+
aria-expanded="false"
|
|
1889
|
+
aria-label="Actions"
|
|
1890
|
+
>
|
|
1891
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
1892
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1893
|
+
</span>
|
|
1894
|
+
</button>
|
|
1895
|
+
</div>
|
|
1896
|
+
</div>
|
|
1897
|
+
</div>
|
|
1898
|
+
</div>
|
|
1899
|
+
</div>
|
|
1900
|
+
</div>
|
|
1901
|
+
</header>
|
|
1902
|
+
<div class="pf-v6-c-page__sidebar">
|
|
1903
|
+
<div class="pf-v6-c-page__sidebar-body">
|
|
1904
|
+
<nav
|
|
1905
|
+
class="pf-v6-c-nav"
|
|
1906
|
+
id="modal-with-form-example-primary-nav"
|
|
1907
|
+
aria-label="Global"
|
|
1908
|
+
>
|
|
1909
|
+
<ul class="pf-v6-c-nav__list" role="list">
|
|
1910
|
+
<li class="pf-v6-c-nav__item">
|
|
1911
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1912
|
+
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1913
|
+
</a>
|
|
1914
|
+
</li>
|
|
1915
|
+
<li class="pf-v6-c-nav__item">
|
|
1916
|
+
<a
|
|
1917
|
+
href="#"
|
|
1918
|
+
class="pf-v6-c-nav__link pf-m-current"
|
|
1919
|
+
aria-current="page"
|
|
1920
|
+
>
|
|
1921
|
+
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1922
|
+
</a>
|
|
1923
|
+
</li>
|
|
1924
|
+
<li class="pf-v6-c-nav__item">
|
|
1925
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1926
|
+
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1927
|
+
</a>
|
|
1928
|
+
</li>
|
|
1929
|
+
<li class="pf-v6-c-nav__item">
|
|
1930
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1931
|
+
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1932
|
+
</a>
|
|
1933
|
+
</li>
|
|
1934
|
+
<li class="pf-v6-c-nav__item">
|
|
1935
|
+
<a href="#" class="pf-v6-c-nav__link">
|
|
1936
|
+
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1937
|
+
</a>
|
|
1938
|
+
</li>
|
|
1939
|
+
</ul>
|
|
1940
|
+
</nav>
|
|
1941
|
+
</div>
|
|
1942
|
+
</div>
|
|
1943
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1944
|
+
<main
|
|
1945
|
+
class="pf-v6-c-page__main"
|
|
1946
|
+
tabindex="-1"
|
|
1947
|
+
id="main-content-modal-with-form-example"
|
|
1948
|
+
>
|
|
1949
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1950
|
+
<div class="pf-v6-c-page__main-body">
|
|
1951
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1952
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1953
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1954
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1955
|
+
</li>
|
|
1956
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1957
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1958
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1959
|
+
</span>
|
|
1960
|
+
|
|
1961
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1962
|
+
</li>
|
|
1963
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1964
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1965
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1966
|
+
</span>
|
|
1967
|
+
|
|
1968
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1969
|
+
</li>
|
|
1970
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1971
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1972
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1973
|
+
</span>
|
|
1974
|
+
|
|
1975
|
+
<a
|
|
1976
|
+
href="#"
|
|
1977
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1978
|
+
aria-current="page"
|
|
1979
|
+
>Section landing</a>
|
|
1980
|
+
</li>
|
|
1981
|
+
</ol>
|
|
1982
|
+
</nav>
|
|
1983
|
+
</div>
|
|
1984
|
+
</section>
|
|
1985
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1986
|
+
<div class="pf-v6-c-page__main-body">
|
|
1987
|
+
<div class="pf-v6-c-content">
|
|
1988
|
+
<h1>Main title</h1>
|
|
1989
|
+
<p>This is a full page demo.</p>
|
|
1990
|
+
</div>
|
|
1991
|
+
</div>
|
|
1992
|
+
</section>
|
|
1993
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1994
|
+
<div class="pf-v6-c-page__main-body">
|
|
1995
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
1996
|
+
<div class="pf-v6-c-card">
|
|
1997
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
1998
|
+
</div>
|
|
1999
|
+
<div class="pf-v6-c-card">
|
|
2000
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2001
|
+
</div>
|
|
2002
|
+
<div class="pf-v6-c-card">
|
|
2003
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2004
|
+
</div>
|
|
2005
|
+
<div class="pf-v6-c-card">
|
|
2006
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2007
|
+
</div>
|
|
2008
|
+
<div class="pf-v6-c-card">
|
|
2009
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2010
|
+
</div>
|
|
2011
|
+
<div class="pf-v6-c-card">
|
|
2012
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2013
|
+
</div>
|
|
2014
|
+
<div class="pf-v6-c-card">
|
|
2015
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2016
|
+
</div>
|
|
2017
|
+
<div class="pf-v6-c-card">
|
|
2018
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2019
|
+
</div>
|
|
2020
|
+
<div class="pf-v6-c-card">
|
|
2021
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2022
|
+
</div>
|
|
2023
|
+
<div class="pf-v6-c-card">
|
|
2024
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
2025
|
+
</div>
|
|
2026
|
+
</div>
|
|
2027
|
+
</div>
|
|
2028
|
+
</section>
|
|
2029
|
+
</main>
|
|
2030
|
+
</div>
|
|
2031
|
+
</div>
|
|
2032
|
+
<div class="pf-v6-c-backdrop">
|
|
2033
|
+
<div class="pf-v6-l-bullseye">
|
|
2034
|
+
<div
|
|
2035
|
+
class="pf-v6-c-modal-box pf-m-sm"
|
|
2036
|
+
role="dialog"
|
|
2037
|
+
aria-modal="true"
|
|
2038
|
+
aria-labelledby="modal-title-"
|
|
2039
|
+
aria-describedby="modal-description-"
|
|
2040
|
+
>
|
|
2041
|
+
<div class="pf-v6-c-modal-box__close">
|
|
2042
|
+
<button
|
|
2043
|
+
class="pf-v6-c-button pf-m-plain"
|
|
2044
|
+
type="button"
|
|
2045
|
+
aria-label="Close"
|
|
2046
|
+
>
|
|
2047
|
+
<span class="pf-v6-c-button__icon">
|
|
2048
|
+
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2049
|
+
</span>
|
|
2050
|
+
</button>
|
|
2051
|
+
</div>
|
|
2052
|
+
<header class="pf-v6-c-modal-box__header">
|
|
2053
|
+
<h1 class="pf-v6-c-modal-box__title" id="modal-title-">Create account</h1>
|
|
2054
|
+
</header>
|
|
2055
|
+
<div class="pf-v6-c-modal-box__body" id="modal-description-">
|
|
2056
|
+
<p>Enter your personal information below to create an account.</p>
|
|
2057
|
+
</div>
|
|
2058
|
+
<div class="pf-v6-c-modal-box__body">
|
|
2059
|
+
<form class="pf-v6-c-form" novalidate id="-form">
|
|
2060
|
+
<div class="pf-v6-c-form__group">
|
|
2061
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="-form-name">
|
|
2062
|
+
<span class="pf-v6-c-form__label-text">Name</span> <span
|
|
2063
|
+
class="pf-v6-c-form__label-required"
|
|
2064
|
+
aria-hidden="true"
|
|
2065
|
+
>*</span></label> <span class="pf-v6-c-form__group-label-help">
|
|
2066
|
+
<span
|
|
2067
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
2068
|
+
type="button"
|
|
2069
|
+
role="button"
|
|
2070
|
+
tabindex="0"
|
|
2071
|
+
aria-label="More information for name field"
|
|
2072
|
+
aria-describedby="-form-name"
|
|
2073
|
+
>
|
|
2074
|
+
<span class="pf-v6-c-button__icon">
|
|
2075
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2076
|
+
</span>
|
|
2077
|
+
</span></span>
|
|
2078
|
+
</div>
|
|
2079
|
+
<div class="pf-v6-c-form__group-control">
|
|
2080
|
+
<span class="pf-v6-c-form-control pf-m-required">
|
|
2081
|
+
<input required type="text" id="-form-name" name="-form-name" />
|
|
2082
|
+
</span>
|
|
2083
|
+
</div>
|
|
2084
|
+
</div>
|
|
2085
|
+
<div class="pf-v6-c-form__group">
|
|
2086
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="-form-email">
|
|
2087
|
+
<span class="pf-v6-c-form__label-text">E-mail</span> <span
|
|
2088
|
+
class="pf-v6-c-form__label-required"
|
|
2089
|
+
aria-hidden="true"
|
|
2090
|
+
>*</span></label> <span class="pf-v6-c-form__group-label-help">
|
|
2091
|
+
<span
|
|
2092
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
2093
|
+
type="button"
|
|
2094
|
+
role="button"
|
|
2095
|
+
tabindex="0"
|
|
2096
|
+
aria-label="More information for email field"
|
|
2097
|
+
aria-describedby="-form-email"
|
|
2098
|
+
>
|
|
2099
|
+
<span class="pf-v6-c-button__icon">
|
|
2100
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2101
|
+
</span>
|
|
2102
|
+
</span></span>
|
|
2103
|
+
</div>
|
|
2104
|
+
<div class="pf-v6-c-form__group-control">
|
|
2105
|
+
<span class="pf-v6-c-form-control pf-m-required">
|
|
2106
|
+
<input required type="text" id="-form-email" name="-form-email" />
|
|
2107
|
+
</span>
|
|
2108
|
+
</div>
|
|
2109
|
+
</div>
|
|
2110
|
+
<div class="pf-v6-c-form__group">
|
|
2111
|
+
<div class="pf-v6-c-form__group-label"><label class="pf-v6-c-form__label" for="-form-address">
|
|
2112
|
+
<span class="pf-v6-c-form__label-text">Address</span> <span
|
|
2113
|
+
class="pf-v6-c-form__label-required"
|
|
2114
|
+
aria-hidden="true"
|
|
2115
|
+
>*</span></label> <span class="pf-v6-c-form__group-label-help">
|
|
2116
|
+
<span
|
|
2117
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
2118
|
+
type="button"
|
|
2119
|
+
role="button"
|
|
2120
|
+
tabindex="0"
|
|
2121
|
+
aria-label="More information for address field"
|
|
2122
|
+
aria-describedby="-form-address"
|
|
2123
|
+
>
|
|
2124
|
+
<span class="pf-v6-c-button__icon">
|
|
2125
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2126
|
+
</span>
|
|
2127
|
+
</span></span>
|
|
2128
|
+
</div>
|
|
2129
|
+
<div class="pf-v6-c-form__group-control">
|
|
2130
|
+
<span class="pf-v6-c-form-control pf-m-required">
|
|
2131
|
+
<input
|
|
2132
|
+
required
|
|
2133
|
+
type="text"
|
|
2134
|
+
id="-form-address"
|
|
2135
|
+
name="-form-address"
|
|
2136
|
+
/>
|
|
2137
|
+
</span>
|
|
2138
|
+
</div>
|
|
2139
|
+
</div>
|
|
2140
|
+
</form>
|
|
2141
|
+
</div>
|
|
2142
|
+
<footer class="pf-v6-c-modal-box__footer">
|
|
2143
|
+
<button class="pf-v6-c-button pf-m-primary" type="button" form="-form">
|
|
2144
|
+
<span class="pf-v6-c-button__text">Create</span>
|
|
2145
|
+
</button>
|
|
2146
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
2147
|
+
<span class="pf-v6-c-button__text">Cancel</span>
|
|
2148
|
+
</button>
|
|
2149
|
+
</footer>
|
|
2150
|
+
</div>
|
|
2151
|
+
</div>
|
|
2152
|
+
</div>
|
|
2153
|
+
|
|
224
2154
|
```
|