[go: up one dir, main page]

Menu

[575efe]: / docs / index.html  Maximize  Restore  History

Download this file

270 lines (231 with data), 8.6 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
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
130
131
132
133
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
159
160
161
162
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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="keywords" content="framework, html, css, javascript" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Whakerexa</title>
<link rel="stylesheet" href="../wexa_statics/css/wexa.css" type="text/css" />
<link rel="stylesheet" href="../wexa_statics/css/dialog.css" type="text/css" />
<link rel="stylesheet" href="../wexa_statics/css/layout.css" type="text/css" />
<link rel="stylesheet" href="../wexa_statics/css/menu.css" type="text/css" />
<script type="module" src="../wexa_statics/js/wexa.js"></script>
<style>
:root:not([data-theme=dark]), [data-theme=light] {
--nav-bg-color: rgba(255, 255, 255, 0.8);
--nav-fg-color: rgb(10, 15, 25);
--nav-min-height: 3rem;
--nav-item-min-height: 2.5rem;
--nav-item-height: 2.5rem;
--nav-item-max-height: 2.5rem;
--header-height: 26rem;
--header-bg-color: linear-gradient(90deg, rgb(97,33,140) 0%, rgb(11,4,97) 50%, rgb(28,133,136) 100%);
}
/* Light mode: subtle blue-violet gradient */
:root:not([data-theme=dark]), [data-theme=light] {
--card-bg-color: linear-gradient(
145deg,
rgba(215,245,225,0.9) 0%,
rgba(225,235,230,0.9) 50%,
rgba(255,255,235,0.9) 100%
);
}
/* Dark mode: violet-magenta gradient matching the header */
.dark {
--card-bg-color: linear-gradient(
145deg,
rgba(100,30,50,0.85) 0%,
rgba(140,70,120,0.85) 40%,
rgba(160,90,190,0.85) 100%
);
}
nav {
justify-content: center;
}
header {
border-radius: 1rem;
}
[role='menuitem'] {
background: rgb(255, 255, 255);
border-radius: 0.5rem;
transition: background 0.25s ease, transform 0.15s ease, color 0.25s ease;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
}
.card main {
background: var(--card-bg-color);
}
.card main * {
background: transparent;
}
/* Card footer link styling */
.card footer a {
display: inline-block;
padding: 0.3rem 1rem;
border-radius: 0.5rem;
font-weight: 600;
text-decoration: underline;
text-underline-offset: 0.2rem;
transition: color 0.25s ease, transform 0.15s ease;
background: none;
border: none;
}
.card footer a:hover {
transform: translateY(-2px);
}
</style>
</head>
<body>
<header id="header-content">
<a role="button" class="skip" href="#main-content" aria-label="skip to main content">
Skip to main content
</a>
<nav class="nav-wexa top">
<ul>
<li><a class="external-link" role="menuitem"
href="https://sourceforge.net/projects/whakerexa/">Whakerexa</a></li>
</ul>
<button id="btn-contrast" class="accessibility" role="menuitem"
aria-pressed="false" onclick="AccessibilityManager.switch_contrast_scheme()"></button>
<button id="btn-theme" class="accessibility" role="menuitem"
aria-pressed="false" onclick="AccessibilityManager.switch_color_scheme()"></button>
</nav>
<h1>Whakerexa</h1>
<h2>Build accessible, elegant web pages with one lightweight toolkit</h2>
<p class="center" style="margin-top:1rem;">
<img src="../wexa_statics/logos/whakerexa.png" alt="Whakerexa logo" style="height:5rem;">
</p>
</header>
<main id="main-content" class="panel">
<h1> Overview </h1>
<p>
Whakerexa offers CSS frameworks and JavaScript for any HTML content.
It is intended to be as simple as possible to make <b>accessible web content</b>,
and to minimize the use of CSS classes for enhancing the readability of HTML code.
</p>
<p>
It was designed to be easily customizable, allowing users to adjust properties such as fonts,
colors, borders, etc., effortlessly. Most of the properties are stored into variables
which makes possible to re-define them, then to obtain a custom different style,
enabling users to achieve a unique style easily.
</p>
<p>
It can be combined with the use of `WhakerPy`, an open source library to create dynamic HTML content;
it's a light web application framework.
</p>
<h2>Get it</h2>
<p>Download Whakerexa:
<a href="https://sourceforge.net/projects/whakerexa/">https://sourceforge.net/projects/whakerexa/</a>
</p>
<h1>Whakerexa in action</h1>
<section style="text-align:center;margin-bottom:2rem;">
<p>Explore the components below to see Whakerexa in action.</p>
<p><strong>Click a card</strong> to open the live example.</p>
</section>
<section class="cards-panel">
<article class="card">
<main>
<h2>wexa.css</h2>
<p>A CSS framework to make the web easy and accessible</p>
</main>
<footer>
<a href="wexa.html">wexa</a>
</footer>
</article>
<article class="card">
<main>
<h2>menu.css</h2>
<p>A CSS framework to make accessible and modern menus</p>
</main>
<footer>
<a href="menu.html">menu</a>
</footer>
</article>
<article class="card">
<main>
<h2>wexa.css & book.css</h2>
<p>Two CSS frameworks to make books easy and accessible</p>
</main>
<footer>
<a href="book.html">book</a>
</footer>
</article>
<article class="card">
<main>
<h2>book with ToC</h2>
<p>A CSS/JS framework to create automatically the ToC of a book</p>
</main>
<footer>
<a href="autotoc.html">auto toc</a>
</footer>
</article>
<article class="card">
<main>
<h2>layout.css</h2>
<p>A minimalistic CSS framework to organize HTML elements</p>
</main>
<footer>
<a href="layout.html">layout</a>
</footer>
</article>
<article class="card">
<main>
<h2>dialog css/js</h2>
<p>A framework to easily open a modal 'dialog'</p>
</main>
<footer>
<a href="dialog.html">dialog</a>
</footer>
</article>
<article class="card">
<main>
<h2>code.css</h2>
<p>Custom colors for pygments code</p>
</main>
<footer>
<a href="code.html">code</a>
</footer>
</article>
<article class="card">
<main>
<h2>progress.js</h2>
<p>A JS to deal with progress bars</p>
</main>
<footer>
<a href="progress.html">progress</a>
</footer>
</article>
<article class="card">
<main>
<h2>sortatable css/js</h2>
<p>Sort rows of a table by clicking its columns</p>
</main>
<footer>
<a href="sortatable.html">sortatable</a>
</footer>
</article>
<article class="card">
<main>
<h2>button.css</h2>
<p>Customized buttons</p>
</main>
<footer>
<a href="button.html">button</a>
</footer>
</article>
</section>
</main>
<footer id="footer-content">
<section>
<p class="center">This site respects your privacy.</p>
<p class="center">We do not collect any information and do not use cookies.</p>
<p class="copyright">
Copyright @ 2023-2025 <a href="https://sppas.org/bigi/" class="external-link">Brigitte Bigi</a>,
CNRS - Laboratoire Parole et Langage, Aix-en-Provence, France
</p>
</section>
</footer>
<script>
</script>
</body>
</html>