Skip to content

Commit

Permalink
Updated demo v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
object505 committed Dec 24, 2014
1 parent 77ede9a commit 8987d72
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
31 changes: 19 additions & 12 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
<a href="https://github.com/object505/tipso"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
<div id="main">
<div class="grid w960">
<div class="row wordpress-info">
<div class="c12">
<p>There is also a Wordpress version of this plugin. GET IT <a href="https://wordpress.org/plugins/tipso/" target="_blank">HERE</a></p>
</div>
</div>
<div class="row">
<div class="c12">
<h3>Getting started</h3>
Expand All @@ -158,18 +163,20 @@ <h3>Getting started</h3>
<div class="c12">
<h3>Defaults</h3>
<pre><code>jQuery(element).tipso({
speed : 400,
background : '#55b555',
color : '#ffffff',
position : 'top',
width : 200,
delay : 200,
offsetX : 0,
offsetY : 0,
content : null,
useTitle : true,
onShow : null,
onHide : null
speed : 400,
background : '#55b555',
color : '#ffffff',
position : 'top',
width : 200,
delay : 200,
offsetX : 0,
offsetY : 0,
content : null,
ajaxContentUrl : null,
useTitle : true,
onBeforeShow : null,
onShow : null,
onHide : null
});</code></pre>

</div>
Expand Down
9 changes: 8 additions & 1 deletion demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,14 @@ input[type=text]{
color: #55b555;
font-weight: 700;
}

.wordpress-info{
background: #555555;
color: #f5f5f5;
font-weight: 600;
}
.wordpress-info a{
font-size: 14px;
}

/**
* Media query for 960 Screens - sets nested grids to 100%
Expand Down

0 comments on commit 8987d72

Please sign in to comment.