Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit c086b34

Browse files
committed
Update
1 parent 13b2b29 commit c086b34

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎src/index.html‎

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="css/style.tooltip.css">
1515
<link rel="stylesheet" href="css/style.tooltip.theme.css">
1616

17-
<!-- only for demopage -->
17+
<!-- style only for this page -->
1818
<style>
1919
body {
2020
font-family: 'Open Sans', sans-serif;
@@ -37,44 +37,34 @@
3737
<h2>CSS UI - Tooltip</h2>
3838
<div class="row">
3939
<div class="two columns">
40-
41-
<!-- primary -->
4240
<p style="color: #1ba2eb; padding-top: 25px;"><b>Primary</b></p>
4341
<p><span class="tooltip">Top <span class="primary top">Top</span></span></p>
4442
<p><span class="tooltip">Bottom <span class="primary bottom">Bottom</span></span></p>
4543
<p><span class="tooltip">Left <span class="primary left">Left</span></span></p>
4644
<p><span class="tooltip">Right <span class="primary right">Right</span></span></p>
4745
</div>
4846
<div class="two columns">
49-
50-
<!-- common -->
5147
<p style="color: #545454; padding-top: 25px;"><b>Common</b></p>
5248
<p><span class="tooltip">Top <span class="common top">Top</span></span></p>
5349
<p><span class="tooltip">Bottom <span class="common bottom">Bottom</span></span></p>
5450
<p><span class="tooltip">Left <span class="common left">Left</span></span></p>
5551
<p><span class="tooltip">Right <span class="common right">Right</span></span></p>
5652
</div>
5753
<div class="two columns">
58-
59-
<!-- success -->
6054
<p style="color: #52d064; padding-top: 25px;"><b>Success</b></p>
6155
<p><span class="tooltip">Top <span class="success top">Top</span></span></p>
6256
<p><span class="tooltip">Bottom <span class="success bottom">Bottom</span></span></p>
6357
<p><span class="tooltip">Left <span class="success left">Left</span></span></p>
6458
<p><span class="tooltip">Right <span class="success right">Right</span></span></p>
6559
</div>
6660
<div class="two columns">
67-
68-
<!-- warning -->
6961
<p style="color: #ffd965; padding-top: 25px;"><b>Warning</b></p>
7062
<p><span class="tooltip">Top <span class="warning top">Top</span></span></p>
7163
<p><span class="tooltip">Bottom <span class="warning bottom">Bottom</span></span></p>
7264
<p><span class="tooltip">Left <span class="warning left">Left</span></span></p>
7365
<p><span class="tooltip">Right <span class="warning right">Right</span></span></p>
7466
</div>
7567
<div class="two columns">
76-
77-
<!-- danger -->
7868
<p style="color: #ff3e59; padding-top: 25px;"><b>Danger</b></p>
7969
<p><span class="tooltip">Top <span class="danger top">Top</span></span></p>
8070
<p><span class="tooltip">Bottom <span class="danger bottom">Bottom</span></span></p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /