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
"window"
Bootstrap 3.0.0 Snippet by
evarevirus
3.0.0
Preview
HTML
View Full Screen
Fork
Fork this
881
 
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/JohJakob/pen/QwqrMB?depth=everything&order=popularity&page=99&q=iframe&show_forks=false" /> <style class="cp-pen-styles">@charset "UTF-8"; /* ©2015 Johannes Jakob Made with <3 in Germany */ html { height: 100%; } body { background: #ecf0f1; color: #000; font-family: HelveticaNeue, 'Helvetica Neue', 'Lucida Grande', Arial, sans-serif; height: 100%; } /* window BEGIN */ a { text-decoration: none; } span { line-height: 9px; vertical-align: 50%; } .window { background: #fff; width: 50%; height: 75%; margin: auto; border: 1px solid #acacac; border-radius: 6px; box-shadow: 0px 0px 20px #acacac; position: fixed; left: 25%; top: 12.5%; } .titlebar { background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1dfe1, color-stop(1, #d5d3d5))); background: -webkit-linear-gradient(top, #e1dfe1, #d5d3d5); background: -moz-linear-gradient(top, #e1dfe1, #d5d3d5); background: -ms-linear-gradient(top, #e1dfe1, #d5d3d5); background: -o-linear-gradient(top, #e1dfe1, #d5d3d5); background: linear-gradient(top, #e1dfe1, #d5d3d5); color: #4d494d; font-size: 11pt; line-height: 20px; text-align: center; width: 100%; height: 37px; border-top: 1px solid #f2f1f2; border-bottom: 1px solid #b5b3b5; border-top-left-radius: 6px; border-top-right-radius: 6px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; cursor: default; } .buttons { padding-left: 8px; padding-top: 11px; float: left; line-height: 0px; } .buttons:hover a { visibility: visible; } .close { background: #ff5c5c; font-size: 9pt; width: 11px; height: 11px; border: 1px solid #e33e41; border-radius: 50%; display: inline-block; } .close:active { background: #c14645; border: 1px solid #b03537; } .close:active .closebutton { color: #4e0002; } .closebutton { color: #820005; visibility: hidden; cursor: default; } .minimize { background: #ffbd4c; font-size: 9pt; line-height: 11px; margin-left: 4px; width: 11px; height: 11px; border: 1px solid #e09e3e; border-radius: 50%; display: inline-block; } .minimize:active { background: #c08e38; border: 1px solid #af7c33; } .minimize:active .minimizebutton { color: #5a2607; } .minimizebutton { color: #9a5518; visibility: hidden; cursor: default; } .zoom { background: #00ca56; font-size: 9pt; line-height: 11px; margin-left: 6px; width: 11px; height: 11px; border: 1px solid #14ae46; border-radius: 50%; display: inline-block; } .zoom:active { background: #029740; border: 1px solid #128435; } .zoom:active .zoombutton { color: #003107; } .zoombutton { color: #006519; visibility: hidden; cursor: default; } .textfield { font-size: 10pt; text-align: center; width: 50%; height: 20px; margin-top: 7px; border-top: none; border-right: none; border-left: none; border-bottom: 1px solid #c1c0c1; border-radius: 4px; cursor: default; outline: none; } .textfield:focus { text-align: left; box-shadow: 0px 0px 0px 4px #8dbcea; } input:focus::-webkit-input-placeholder { color: transparent; } input:focus::-moz-input-placeholder { color: transparent; } input:focus::-moz-input-placeholder { color: transparent; } input:focus::-ms-input-placeholder { color: transparent; } /* window END */ /* content BEGIN */ iframe { width: 100%; border: none; position: absolute; height: calc(100% - 38px); top: 39px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; } .content { height: auto; } </style></head><body> <!-- ©2015 Johannes Jakob Made with <3 in Germany --> <div class="window"> <div class="titlebar"> <div class="buttons"> <div class="close"> <a class="closebutton" href="#"><span><strong>×</strong></span></a> <!-- close button link --> </div> <div class="minimize"> <a class="minimizebutton" href="#"><span><strong>–</strong></span></a> <!-- minimize button link --> </div> <div class="zoom"> <a class="zoombutton" href="#"><span><strong>+</strong></span></a> <!-- zoom button link --> </div> </div> <input class="textfield" type="text" placeholder="Search DuckDuckGo or enter an address"> </div> <div class="content"> <iframe src="https://www.johjakob.de"></iframe> </div> </div> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script> <script >/* Search bar functionality coming later */ //# sourceURL=pen.js </script> </body></html>
Related:
See More
Free Template
Vuetify Material Dashboard
175.5K
156
3.1.0 User Profile in Modal window
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76