Bentley Systems Progress Bar

Developer
Size
2,687 Kb
Views
2,024

How do I make an bentley systems progress bar?

These are the standard progress bar and slider elements to be used by all Bentley System products.. What is a bentley systems progress bar? How do you make a bentley systems progress bar? This script and codes were developed by Jon Graft on 30 January 2023, Monday.

Bentley Systems Progress Bar Previews

Bentley Systems Progress Bar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bentley Systems Progress Bar</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div style="height: 100%; width: 100%;">	<div class="col1">	<h1>Progress Bar (Light)</h1>	<hr />	<h2>Large Progress Bar with Text</h2>	<div class="progress progress-striped active">	<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%">	<span class="sr-only">75% Complete</span>	</div>	</div>	<h2>Large Progress Bar without Text</h2>	<div class="progress progress-striped active">	<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%"></div>	</div>	<h2>Small Progress Bar</h2>	<div class="progress progress-small progress-striped active">	<div class="progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%"></div>	</div>	</div>	<div class="col2">	<h1>Progress Bar (Dark)</h1>	<hr />	<h2>Large Progress Bar with Text</h2>	<div class="progress progress-dark progress-striped active">	<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%">	<span class="sr-only">75% Complete</span>	</div>	</div>	<h2>Large Progress Bar without Text</h2>	<div class="progress progress-dark progress-striped active">	<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%"></div>	</div>	<h2>Small Progress Bar</h2>	<div class="progress progress-dark progress-small progress-striped active">	<div class="progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%"></div>	</div>	<br /><br />	</div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Bentley Systems Progress Bar - Script Codes CSS Codes

/* NOT NEEDED FOR PROGRESS BAR */
body {font-family: 'Open Sans', sans-serif;}
td {padding-right: 20px; padding-bottom: 4px;}
.col1, .col2 {	width: 48%;	height: 100%;	padding: 0 10px;
}
.col1 {	background-color: #FFF;	float: left;
}
.col2 {	background-color: #212325;	color: #FFF;	float: right;
}
/* PROGRESS BAR - BASE */
@-webkit-keyframes progress-bar-stripes {	from {background-position: 0 0;}	to {background-position: 40px 0;}
}
@keyframes progress-bar-stripes {	from {background-position: 0 0;}	to {background-position: 40px 0;}
}
.progress {	overflow: hidden;	height: 20px;	margin-bottom: 20px;	background-color: #DCE0E3;	border-radius: 10px;
}
.progress-dark {	background-color: #4D575F;
}
.progress-small {	height: 12px;	border-radius: 6px;
}
.progress-bar {	float: left;	width: 0%;	height: 100%;	font-size: 12px;	line-height: 20px;	color: #FFF;	text-align: center;	background-color: #56AA1C;	-webkit-transition: width 0.6s ease;	transition: width 0.6s ease;
}
.sr-only {	cursor: default;
}
span.sr-only::selection {	background: transparent;
}
span.sr-only::-moz-selection {	background: transparent;
}
.progress-striped .progress-bar {	background-image: -webkit-linear-gradient(-45deg, #5FBB1F 25%, transparent 25%, transparent 50%, #5FBB1F 50%, #5FBB1F 75%, transparent 75%, transparent);	background-image: linear-gradient(-45deg, #5FBB1F 25%, transparent 25%, transparent 50%, #5FBB1F 50%, #5FBB1F 75%, transparent 75%, transparent);	background-size: 40px 40px;
}
.progress.active .progress-bar {	-webkit-animation: progress-bar-stripes 2s linear infinite;	animation: progress-bar-stripes 2s linear infinite;
}

Bentley Systems Progress Bar - Script Codes JS Codes

/* WARNING! Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations. */
Bentley Systems Progress Bar - Script Codes
Bentley Systems Progress Bar - Script Codes
Home Page Home
Developer Jon Graft
Username FlyersPh9
Uploaded January 30, 2023
Rating 3
Size 2,687 Kb
Views 2,024
Do you need developer help for Bentley Systems Progress Bar?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jon Graft (FlyersPh9) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!