mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>Themeroller CSS Framework Demo</title>
|
|
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" />
|
|
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
|
<script type="text/javascript" src="static_helpers.js"></script>
|
|
<style type="text/css">
|
|
body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;}
|
|
h1 {font-size: 1.5em; margin: 1em 0;}
|
|
h2 {font-size: 1.3em; margin: 2em 0 .5em;}
|
|
h2 a {font-size: .8em;}
|
|
p {font-size: 1.2em; }
|
|
form {margin: 4em 0;}
|
|
div {padding: .2em .5em;}
|
|
.ui-icon {float: left; margin-right: .5em;}
|
|
form div.ui-state-error-text {background: none; border: 0;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="ui-widget">
|
|
<div class="ui-state-error ui-corner-all">
|
|
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .5em;"></span>
|
|
<strong>Alert:</strong> Sample ui-state-error style.</p>
|
|
</div>
|
|
|
|
|
|
<div class="ui-state-highlight ui-corner-all" style="margin-top: 20px">
|
|
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .5em;"></span>
|
|
<strong>Tip!</strong> Sample ui-state-highlight style.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|