Wait what

Size
3,977 Kb
Views
12,144

How do I make an wait what?

What is a wait what? How do you make a wait what? This script and codes were developed by Andrey Shchekin on 15 November 2022, Tuesday.

Wait what Previews

Wait what - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Wait what</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(//cdn.jsdelivr.net/codemirror/3.21.0/codemirror.css);
@import url(//cloud.typography.com/610186/679542/css/fonts.css);
@font-face { font-family:'icomoon'; src: url("/fonts/iconic.eot"); src: url("/fonts/iconic.eot?#iefix") format("embedded-opentype"), url("/fonts/iconic.woff") format("woff"), url("/fonts/iconic.ttf") format("truetype");
}
* { box-sizing: border-box;
}
html, body { width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Gotham SSm A', 'Gotham SSm B', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif; overflow: hidden;
}
h2 { font-size: 16px; font-weight: 400; line-height: 1.2; color: #999; margin: 0; padding: 5px 20px; padding-left: 28px; position: relative; height: 29px; flex: 0 0 auto;
}
h2::before { font-family: 'icomoon'; content: '\e032'; padding: 0 8px 0 8px; position: absolute; left: 0; top: 7px; color: #ccc;
}
h2::after { content: ""; position: absolute; top: 100%; left: 0; height: 5px; width: 100%; background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.codepen { display: flex; width: 100%; height: 100%; border-top: 1px solid #444;
}
.codepen > section { height: 100%; max-height: 100%; flex: 1 0 33%; display: flex; flex-direction: column;
}
.code { flex: 1 0 auto; width: 100%;
}
.CodeMirror { width: 100%; height: 100%; background: transparent; color: white; line-height: 1; font: 14px Monaco, monospace;
}
.CodeMirror-linenumber { color: #343434;
}
.CodeMirror-gutters { background: transparent; border: 0;
}
#html { background: linear-gradient(45deg, #1d1f20, #2f3031);
}
#css { background: linear-gradient(45deg, #1d1f20, #2f3031)
}
#js { background: linear-gradient(45deg, #1d1f20, #2f3031)
}
.box pre { color: white; }
.cm-keyword { color: #ddca7e; }
.cm-atom { color: #ddca7e; }
.cm-number { color: #d0782a; }
.cm-unit { color: #d0782a; }
.cm-def { color: #809bbd; }
.cm-variable { color: #ddca7e; }
.cm-variable-2 { color: #809bbd; }
.cm-property { color: #9a8297; }
.cm-operator { color: #cccccc; }
.cm-comment { color: #666666; }
.cm-string { color: #96b38a; }
.cm-string-2 { color: #FFFFFF; }
.cm-meta { color: #9a8297; }
.cm-header { color: #ff6400; }
#html .cm-tag { color: #9a6e35; }
#css .cm-tag { color: #ddca7e; }
.cm-attribute { color: #ddca7e; }
.cm-strong { color: #ddca7e; }
.cm-em { color: #ddca7e; }
.cm-qualifier { color: #ddca7e; }
.cm-builtin { color: #ddca7e; }
.box-html .cm-atom { color: #96b38a; }
.box-css .cm-tag { color: #ddca7e; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <main class="codepen"> <section id="html"> <h2>HTML</h2> <div class="code"> <textarea></textarea> </div> </section> <section id="css"> <h2>CSS</h2> <div class="code"> <textarea></textarea> </div> </section> <section id="js"> <h2>JS</h2> <div class="code"> <textarea></textarea> </div> </section>
</main>
<script src="//cdn.jsdelivr.net/codemirror/3.21.0/codemirror.js" type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/codemirror/3.21.0/mode/xml/xml.js" type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/codemirror/3.21.0/mode/htmlmixed/htmlmixed.js" type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/codemirror/3.21.0/mode/javascript/javascript.js" type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/codemirror/3.21.0/mode/css/css.js" type="text/javascript"></script> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Wait what - Script Codes CSS Codes

@import url(//cdn.jsdelivr.net/codemirror/3.21.0/codemirror.css);
@import url(//cloud.typography.com/610186/679542/css/fonts.css);
@font-face { font-family:'icomoon'; src: url("/fonts/iconic.eot"); src: url("/fonts/iconic.eot?#iefix") format("embedded-opentype"), url("/fonts/iconic.woff") format("woff"), url("/fonts/iconic.ttf") format("truetype");
}
* { box-sizing: border-box;
}
html, body { width: 100%; height: 100%; margin: 0; padding: 0; font-family: 'Gotham SSm A', 'Gotham SSm B', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif; overflow: hidden;
}
h2 { font-size: 16px; font-weight: 400; line-height: 1.2; color: #999; margin: 0; padding: 5px 20px; padding-left: 28px; position: relative; height: 29px; flex: 0 0 auto;
}
h2::before { font-family: 'icomoon'; content: '\e032'; padding: 0 8px 0 8px; position: absolute; left: 0; top: 7px; color: #ccc;
}
h2::after { content: ""; position: absolute; top: 100%; left: 0; height: 5px; width: 100%; background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.codepen { display: flex; width: 100%; height: 100%; border-top: 1px solid #444;
}
.codepen > section { height: 100%; max-height: 100%; flex: 1 0 33%; display: flex; flex-direction: column;
}
.code { flex: 1 0 auto; width: 100%;
}
.CodeMirror { width: 100%; height: 100%; background: transparent; color: white; line-height: 1; font: 14px Monaco, monospace;
}
.CodeMirror-linenumber { color: #343434;
}
.CodeMirror-gutters { background: transparent; border: 0;
}
#html { background: linear-gradient(45deg, #1d1f20, #2f3031);
}
#css { background: linear-gradient(45deg, #1d1f20, #2f3031)
}
#js { background: linear-gradient(45deg, #1d1f20, #2f3031)
}
.box pre { color: white; }
.cm-keyword { color: #ddca7e; }
.cm-atom { color: #ddca7e; }
.cm-number { color: #d0782a; }
.cm-unit { color: #d0782a; }
.cm-def { color: #809bbd; }
.cm-variable { color: #ddca7e; }
.cm-variable-2 { color: #809bbd; }
.cm-property { color: #9a8297; }
.cm-operator { color: #cccccc; }
.cm-comment { color: #666666; }
.cm-string { color: #96b38a; }
.cm-string-2 { color: #FFFFFF; }
.cm-meta { color: #9a8297; }
.cm-header { color: #ff6400; }
#html .cm-tag { color: #9a6e35; }
#css .cm-tag { color: #ddca7e; }
.cm-attribute { color: #ddca7e; }
.cm-strong { color: #ddca7e; }
.cm-em { color: #ddca7e; }
.cm-qualifier { color: #ddca7e; }
.cm-builtin { color: #ddca7e; }
.box-html .cm-atom { color: #96b38a; }
.box-css .cm-tag { color: #ddca7e; }

Wait what - Script Codes JS Codes

console.clear();
$(function() { var $htmlTextArea = $('#html textarea').text( '<main>' + $('main').html() + '</main>' ); CodeMirror.fromTextArea($htmlTextArea[0], { mode: "text/html", theme: 'twilight', lineNumbers: true, lineWrapping: true }); var $cssTextArea = $('#css textarea').text( $('style').filter(function() { return $(this).text() !== ''; }).last().text() ); CodeMirror.fromTextArea($cssTextArea[0], { mode: "text/css", theme: 'twilight', lineNumbers: true, lineWrapping: true }); var $jsTextArea = $('#js textarea').text( $('script').last().text() ); CodeMirror.fromTextArea($jsTextArea[0], { mode: "text/javascript", theme: 'twilight', lineNumbers: true, lineWrapping: true });
});
Wait what - Script Codes
Wait what - Script Codes
Home Page Home
Developer Andrey Shchekin
Username ashmind
Uploaded November 15, 2022
Rating 4.5
Size 3,977 Kb
Views 12,144
Do you need developer help for Wait what?

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!

Andrey Shchekin (ashmind) 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!