Progress Bar
HTML
<script src="https://arlina-design.googlecode.com/svn/progressbar.js"></script>
<body>
<div class='post-body'>
<h2 class='post-title'>سكربتاتي</h2>
المعاينة الانتضار رقم 2
</div>
</body>
CSS
body {
background-color:#f9f9f9;
font-size:16px
color:#444;
}
.post-body h2{
color:#e25633;
}
.post-body {
max-width:680px;
margin:20px auto;
border:10px solid #f0f0f0;
padding:15px 20px;
background-color:#fff;
color:#444;
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace.pace-inactive .pace-progress {
display: none;
}
.pace .pace-progress {
position: fixed;
z-index: 2000;
top: 0;
right: 0;
height: 5rem;
width: 5rem;
}
.pace .pace-progress:after {
display: block;
position: absolute;
top: 0;
right: .5rem;
content: attr(data-progress-text);
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
font-size: 5rem;
line-height: 1;
text-align: right;
color: rgba(0, 0, 0, 0.19999999999999996);
}