Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"mobile"
Bootstrap 3.0.0 Snippet by
evarevirus
3.0.0
Preview
HTML
View Full Screen
Fork
Fork this
1.0K
 
0 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/berdejitendra/pen/hfGpx?limit=all&page=28&q=mobile" /> <link rel='stylesheet prefetch' href='https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'> <style class="cp-pen-styles">@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700); * { margin:0px; padding:0px; outline:none; } html{height:100%} body{ background: #e7e7e7; padding:10px; font-family:'Source Sans Pro', sans-serif;; color:#000; } #playstation { background: #f7f7f7; border-radius: 20px; width: 400px; border: 1px solid #c1c1c1; overflow:auto; margin:5px auto; } #controlpanel { padding:50px 25px 15px; overflow:auto; position:relative; } #songpro { width: 180px; height: 180px; border-radius: 50%; border: 1px solid #eaeaea; position: relative; margin: 0 0px 0px 23px; background: url("http://www.tmottgogo.com/wp-content/uploads/2011/10/MashableYouTube.png") no-repeat 0 0; background-size: 220px 220px; box-shadow: inset 0px 0px 10px 2px #5f5f5f; } #backward, #forward { content: "fa-backward"; width: 60px; height: 60px; border-radius: 50%; margin-top: 67px; border: 1px solid #eaeaea; background: #f7f7f7; box-shadow: 0px 0px 5px #e9e9e9,inset 0px 2px 0px #fdfdfd; cursor:pointer; -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } #backward{float:left;} #forward{float:right;} #backward:hover, #forward:hover { box-shadow: 0px 0px 0px #cacaca,inset 0px 2px 0px #fdfdfd; -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } #backward:hover .fa { text-shadow:0px 2px 0px #cacaca; -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } #forward:hover .fa { text-shadow:0px 2px 0px #cacaca; -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } .fa { -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } #backward .fa, #forward .fa{margin:19px 0px 0px 22px;} #backward .fa{margin:19px 0px 0px 16px;} .inlineblo{display:inline-block;} .fa{color:#666666;font-size:1.5em;} h1, h2 { text-align: center; font-weight: normal; color: #333333; padding:5px 15px 5px 15px; font-size: 1.8em; } h2{color:#999999;font-size: 1.5em;padding:0px 15px 5px 15px;} ol{padding:0px 0px 15px 0px;counter-reset: section;} ol li { list-style-type:none; padding:15px 25px 15px 15px; border-bottom:1px solid #cccccc; border-top:1px solid #ffffff; font-size:1.25em; color:#666666; text-shadow:0px 2px 0px #ffffff; cursor:pointer; -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } li:before { counter-increment: section; /* Increment the section counter */ content: "" counter(section) ""; /* Display the counter */ padding:0px 15px; color:#999999; text-shadow:0px 2px 0px #ffffff; } li:hover { background:#efefef; -webkit-transition:0.2s; -o-transition:0.2s; -ms-transition:0.2s; -moz-transition:0.2s; transition:0.2s; } ol li:first-child{border-top:none;} ol li:last-child{border-bottom:none;} .time { float:right; color:#999999; } .active { background:#efefef; } a { text-decoration:none; color:#000; display:block; text-align:right; background:#e3e2e2; padding:5px; } .textalign { text-align:left!important; } /* Progress bar css */ progress[value] { width: 100%; height:12px; -webkit-appearance: none; appearance: none; border: 0px solid #000; margin-bottom:1px; } progress[value]::-webkit-progress-bar { background-color: #eee; border-radius: 0px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset; } progress[value]::-webkit-progress-value { background:#ffaa00; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset; } /* CSS3 Counter */ li:before { counter-increment: section; /* Increment the section counter */ content: "" counter(section) ""; /* Display the counter */ padding:0px 15px; color:#999999; text-shadow:0px 2px 0px #ffffff; }</style></head><body> <a href="https://codepen.io/berdejitendra/full/hCzsb" target="_blank">Also check my previous Codepen on <strong>Mobile App UI</strong></a> <section id="playstation"> <div id="controlpanel"> <div id="backward" class="inlineblo"><i class="fa fa-backward"></i></div> <div id="songpro" class="inlineblo"></div> <div id="forward" class="inlineblo"><i class="fa fa-forward"></i></div> <h1>Lady Brown</h1> <h2>Nujabes - Metaphorical Music</h2> </div> <progress max="100" value="80"></progress> <ol> <li>Blessing it <span class="time">3:24</span></li> <li>Horn in the middle <span class="time">4:09</span></li> <li class="active">Lady Brown <span class="time">3:19</span></li> <li>Kumomi <span class="time">3:54</span></li> <li>High 2 lows <span class="time">4:38</span></li> </ol> </section> <a href="https://codepen.io/berdejitendra/full/hCzsb" target="_blank" class="textalign">Also check my previous Codepen on <strong>Mobile App UI</strong></a> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script> <script >// Flat Music Player // Used Progress bar HTML5 lement and CSS3 counter to // get number of list of song. //# sourceURL=pen.js </script> </body></html>
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76