1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

Improve the documentation page

This commit is contained in:
Steffo 2021-01-29 01:50:03 +01:00
parent 70aef6452f
commit 5320c66204
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -129,7 +129,7 @@
<h2>
Layout
</h2>
<section class="panel panel-aside">
<section class="panel panel-box">
<h3>
Splitter and splitted
</h3>
@ -237,14 +237,40 @@
Spoiler panels
</h3>
<p>
Entire panels can be spoilered too!
Entire panels can be spoilered as well!
</p>
</section>
</section>
</div>
<h2>
Interactivity
</h2>
<div class="panel panel-split">
<section class="panel panel-box">
<h3>
Tooltips
</h3>
<p>
Text <abbr title="Hello world!">with a tooltip</abbr> is underlined and has a "help" cursor if
hovered.
</p>
</section>
<section class="panel panel-box">
<h3>
Disabled
</h3>
<p>
Elements can be <span class="status-disabled">disabled</span> to reduce their opacity and display a
"not allowed" cursor if hovered.
</p>
<p>
It also works with <a class="status-disabled">links</a>!
</p>
<section class="panel panel-box status-disabled">
And panels!
</section>
</section>
</div>
</main>
</body>
</html>