From 558bc6950e2b02cd38772771d49d8a5219a9168e Mon Sep 17 00:00:00 2001 From: Samuel Breznjak Date: Fri, 24 Jan 2025 12:48:31 +0100 Subject: updated docs page --- index.html | 359 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 337 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index e412cfb..7b8726b 100644 --- a/index.html +++ b/index.html @@ -3,46 +3,132 @@ - Vite App + + + cs16.css -
+
+
+

cs16.css

+ + +
+

CSS library based on Counter Strike 1.6 UI.

+
+ +
+

Installation

+ +

+ You can install cs16.css simply by pasting this to your html `head` tag: +

+ +
+
+ + +
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/ekmas/cs16.css@main/css/cs16.min.css">
+
+
+
+ +
-

Button

+

Button

- + +
+ + + +
-

Hr

+

Hr


+ +
+ + + +
-

Checkbox

+

Checkbox

- + +
+ +
+ + +
-

Input

+

Input

- +

+ +
+ + + +
-

Select

+

Select

+ +
+ + + +
-

Radio Group

+

Radio Group

What is your favorite wild animal? @@ -74,9 +176,37 @@
+ +
+ + + +
-

Slider

+

Slider

@@ -85,11 +215,29 @@
- + +
+ +
+ + +
-

Dialog

+

Dialog

+ +
+ + + +
-

Tooltip

+

Tooltip

- Hover over me - Tooltip text + Right + Tooltip text +
+
+
+ Left + Tooltip text +
+
+
+ Top + Tooltip text + +
+
+
+ Bottom + Tooltip text + +
+ +
+ + +
-

Progress Bar

+

Progress Bar

+ +
+ + + +
-

Tabs

+

Tabs

Tab content...

+ +
+ + + +
- + + -- cgit v1.2.3