Basys_mdd--modernscale

Developer
Size
7,029 Kb
Views
6,072

How do I make an basys_mdd--modernscale?

What is a basys_mdd--modernscale? How do you make a basys_mdd--modernscale? This script and codes were developed by DEADBOOT on 16 December 2022, Friday.

Basys_mdd--modernscale Previews

Basys_mdd--modernscale - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>basys_mdd--modernscale</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--
BASYS
Src: gist.github.com/mikedidthis/298a5b6a7962ac6e73db
Mod: 2016-02
--> <header> <a href="" title="Site title"><h1 class="other-class ampersand">Clean Slate</h1></a> <nav> <ul> <li> <a href="#" title="Home">Home</a> </li> <li> <a href="#" title="About">About</a> </li> <li> <a href="#" title="Sign Up">Sign Up</a> </li> <li> <a href="#" title="Contact">Contact</a> </li> <li> <a href="#" title="Careers">Careers</a> </li> </ul> </nav> </header>
<p><img src="http://2jaug735w09q3iqc322yl87sli.wpengine.netdna-cdn.com/wp-content/uploads/2015/06/moby-dick.jpg"></p>
<h2>Moby Dick</h2>
<p>Call me Ishmael. Some years ago—never mind how long precisely—having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world. It is a way I have of driving off the spleen and regulating the circulation. Whenever I find myself growing grim about the mouth; whenever it is a damp, drizzly November in my soul; whenever I find myself involuntarily pausing before coffin warehouses, and bringing up the rear of every funeral I meet; and especially whenever my hypos get such an upper hand of me, that it requires a strong moral principle to prevent me from deliberately stepping into the street, and methodically knocking people's hats off—then, I account it high time to get to sea as soon as I can. This is my substitute for pistol and ball.</p>
<p>Source - Via</p>
<p>24 Dec 2015 457 notes Like Reblog Pin Tweet</p>
<p>Tag: scary, badass whales, hopeless, herman melville</p>
<hr>
<p>Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.</p>
<hr>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<hr>
<p>Lorem ipsum dolor sit amet, <a title="test link" href="#">test link</a> adipiscing elit. <strong>This is strong.</strong> Nullam dignissim convallis est. Quisque aliquam. <em>This is emphasized.</em> Donec faucibus. Nunc iaculis suscipit dui. 5<sup>3</sup> = 125. Water is H<sub>2</sub>O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. <cite>The New York Times</cite> (That’s a citation). <span style="text-decoration:underline;">Underline.</span> Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p><abbr title="Hyper Text Markup Language">HTML</abbr> and <abbr title="Cascading Style Sheets">CSS</abbr> are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type <code>COPY <var>filename</var></code>. <del>Dinner’s at 5:00.</del> <ins>Let’s make that 7.</ins> This <span style="text-decoration:line-through;">text</span> has been struck.</p>
<hr>
<h2>Media</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
<h3>Big Image</h3>
<p><img src="https://images.unsplash.com/photo-1451186859696-371d9477be93?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&w=1080&fit=max&s=e411657702f74285e7d2fd0edd79e535" alt="Test Image"></p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
<h3>Small Image</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
<p><img src="https://36.media.tumblr.com/04d78b93b236699c22709ec39374a413/tumblr_nsqcobvsUg1r0pclko1_1280.jpg" alt="Small Test Image"></p>
<p>Labore et dolore.</p>
<hr>
<h2>List Types</h2>
<h3>Definition List</h3>
<dl>
<dt>Definition List Title</dt>
<dd>This is a definition list division.</dd>
<dt>Definition</dt>
<dd>An exact statement or description of the nature, scope, or meaning of something: <em>our definition of what constitutes poetry.</em></dd>
</dl>
<h3>Ordered List</h3>
<ol>
<li>List Item 1</li>
<li>List Item 2
<ol>
<li>Nested list item A</li>
<li>Nested list item B</li>
</ol></li>
<li>List Item 3</li>
</ol>
<h3>Unordered List</h3>
<ul>
<li>List Item 1</li>
<li>List Item 2
<ul>
<li>Nested list item A</li>
<li>Nested list item B</li>
</ul></li>
<li>List Item 3</li>
</ul>
<hr>
<h2>Table</h2>
<table>
<tbody>
<tr>
<th>Table Header 1</th>
<th>Table Header 2</th>
<th>Table Header 3</th>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr class="even">
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
<tr>
<td>Division 1</td>
<td>Division 2</td>
<td>Division 3</td>
</tr>
</tbody>
</table>
<hr>
<h2>Preformatted Text</h2>
<p>Typographically, preformatted text is not the same thing as code. Sometimes, a faithful execution of the text requires preformatted text that may not have anything to do with code. Most browsers use Courier and that’s a good default — with one slight adjustment, Courier 10 Pitch over regular Courier for Linux users.</p>
<h3>Code</h3>
<p>Code can be presented inline, like <code>&lt;?php bloginfo(&#39;stylesheet_url&#39;); ?&gt;</code>, or within a <code>&lt;pre&gt;</code> block. Because we have more specific typographic needs for code, we’ll specify Consolas and Monaco ahead of the browser-defined monospace font.</p>
<pre><code>#container { float: left; margin: 0 -240px 0 0; width: 100%;
}
</code></pre>
<hr>
<h2>Blockquotes</h2>
<p>Let’s keep it simple. Italics are good to help set it off from the body text. Be sure to style the citation.</p>
<blockquote>
<p>Good afternoon, gentlemen. I am a HAL 9000 computer. I became operational at the H.A.L. plant in Urbana, Illinois on the 12th of January 1992. My instructor was Mr. Langley, and he taught me to sing a song. If you’d like to hear it I can sing it for you. <cite>— <a href="http://en.wikipedia.org/wiki/HAL_9000">HAL 9000</a></cite></p>
</blockquote>
<p>And here’s a bit of trailing text.</p>
<hr>
<h2>Text-level semantics</h2>
<p>The <a href="#">a element</a> example
The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples
The <b>b element</b> example
The <cite>cite element</cite> example
The <code>code element</code> example
The <del>del element</del> example
The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples
The <em>em element</em> example
The <i>i element</i> example
The <ins>ins element</ins> example
The <kbd>kbd element</kbd> example
The <mark>mark element</mark> example
The <q>q element <q>inside</q> a q element</q> example
The <s>s element</s> example
The <samp>samp element</samp> example
The <small>small element</small> example
The <span>span element</span> example
The <strong>strong element</strong> example
The <sub>sub element</sub> example
The <sup>sup element</sup> example
The <var>var element</var> example
The <u>u element</u> example</p>
<hr>
<h2>Forms</h2>
<form>
<fieldset>
<legend>Inputs as descendents of labels (form legend)</legend>
<label>
<b>Text input</b>
<input type="text" value="default value">
</label>
<label>
<b>Email input</b>
<input type="email">
</label>
<label>
<b>Search input</b>
<input type="search">
</label>
<label>
<b>Tel input</b>
<input type="tel">
</label>
<label>
<b>URL input</b>
<input type="url" placeholder="http://">
</label>
<label>
<b>Password input</b>
<input type="password" value="password">
</label>
<label>
<b>File input</b>
<input type="file">
</label>
<label>
<b>Radio input</b>
<input type="radio" name="rad">
</label>
<label>
<b>Checkbox input</b>
<input type="checkbox">
</label>
<label>
<input type="radio" name="rad"> Radio input
</label>
<label>
<input type="checkbox"> Checkbox input
</label>
<label>
<b>Select field</b>
<select>
<option>Option 01</option>
<option>Option 02</option>
</select>
</label>
<label>
<b>Textarea</b>
<textarea cols="30" rows="5" >Textarea text</textarea>
</label>
</fieldset>
<fieldset>
<legend>Clickable inputs and buttons</legend>
<input type="image" src="http://placekitten.com/90/24" alt="Image (input)">
<input type="reset" value="Reset (input)">
<input type="button" value="Button (input)">
<input type="submit" value="Submit (input)">
<button type="reset">Reset (button)</button>
<button type="button">Button (button)</button>
<button type="submit">Submit (button)</button>
</fieldset>
<fieldset id="boxsize">
<legend>box-sizing tests</legend>
<div><input type="text" value="text"></div>
<div><input type="email" value="email"></div>
<div><input type="search" value="search"></div>
<div><input type="url" value="http://example.com"></div>
<div><input type="password" value="password"></div>
<div><input type="color" value="#000000"></div>
<div><input type="number" value="5"></div>
<div><input type="range" value="10"></div>
<div><input type="date" value="1970-01-01"></div>
<div><input type="month" value="1970-01"></div>
<div><input type="week" value="1970-W01"></div>
<div><input type="time" value="18:23"></div>
<div><input type="datetime" value="1970-01-01T00:00:00Z"></div>
<div><input type="datetime-local" value="1970-01-01T00:00"></div>
<div><input type="radio"></div>
<div><input type="checkbox"></div>
<div><select><option>Option 01</option><option>Option 02</option></select></div>
<div><textarea cols="30" rows="5" >Textarea text</textarea></div>
<div><input type="image" src="http://placekitten.com/90/24" alt="Image (input)"></div>
<div><input type="reset" value="Reset (input)"></div>
<div><input type="button" value="Button (input)"></div>
<div><input type="submit" value="Submit (input)"></div>
<div><button type="reset">Reset (button)</button></div>
<div><button type="button">Button (button)</button></div>
<div><button type="submit">Submit (button)</button></div>
</fieldset>
</form>
<hr>
<h2>Embeds</h2>
<p>Sometimes all you want to do is embed a little love from another location and set your post alive.</p>
<h3>Video</h3>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<iframe src="//player.vimeo.com/video/103224792?title=0&amp;byline=0&amp;portrait=0" width="600" height="338" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p>Culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>Slides</h3>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<script async class="speakerdeck-embed" data-id="34d2856027ce01316b5d621ab8e7d421" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
<p>Culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>Audio</h3>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/169381837&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>
<p>Culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>Code</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.</p>
<p><div data-height="268" data-theme-id="0" data-slug-hash="bcqhe" data-default-tab="js" data-user="rglazebrook" class='codepen'><pre><code>var c = new Sketch.create({autoclear: false}), bigCircle = 50, littleCircle = 5, // The velocity value determines how much to move the spinner head (in radians). velocity = 0.105, hue = 0, // The alpha value below determines the length of the spinner&#39;s tail. bg = &#39;rgba(40,40,40,.075)&#39;; Spinner = function() {};</p>
<p>Spinner.prototype.setup = function() { this.x = c.width / 2; this.y = c.height / 2 - bigCircle; this.rotation = 0;
}
Spinner.prototype.update = function() { this.rotation += velocity; this.rotation = this.rotation % TWO_PI; this.x = c.width /2 + cos(this.rotation) * bigCircle; this.y = c.height / 2 + sin(this.rotation) * bigCircle;
}
Spinner.prototype.draw = function() { c.fillStyle = &#39;hsl(&#39;+hue+&#39;,50%,50%)&#39;; c.beginPath(); c.arc(this.x, this.y, littleCircle, 0, TWO_PI); c.fill(); c.closePath();
}
c.setup = function() { spinner = new Spinner(); spinner.setup();
}
c.update = function() { spinner.update(); hue = ++hue % 360;
}
c.draw = function() { spinner.draw(); c.fillStyle = bg; c.fillRect(0,0,c.width,c.height);
}
</code></pre>
<p>See the Pen <a href='https://codepen.io/rglazebrook/pen/bcqhe/'>Simple Rotating Spinner</a> by Rob Glazebrook (<a href='https://codepen.io/rglazebrook'>@rglazebrook</a>) on <a href='https://codepen.io'>CodePen</a>.</p>
</div><script async src="//codepen.io/assets/embed/ei.js"></script></p>
<p>Isn&#39;t it beautiful.</p>
</body>
</html>

Basys_mdd--modernscale - Script Codes CSS Codes

/*
// Modern Scale for Web Typography
// Ref: https://typecast.com/blog/a-more-modern-scale-for-web-typography
// Src: https://gist.github.com/mikedidthis/8861814
//
--------------------------------------------------------------------------
// Mobile
// --------------------------------------------------------------------------
// Elem | Font | Line
// --------------------------------------------------------------------------
// Body | 16px | 20px
// h1 | 32px | 40px
// h2 | 26px | 30px
// h3 | 22px | 25px
// h4 | 18px | 20px
// h5 | 16px | 20px
// h6 | 14px | 17.5
// BQ | 20px | 25px
*/
html { font-size: 100%;	font-family: Plantin Std, Times New Roman, serif;
} body { max-width: 40em;
}
body,
caption,
th, td,
input, textarea, select, option,
legend, fieldset,
h1, h2, h3, h4, h5, h6 { xxxfont-size-adjust: 0.5;
}
body { font-size: 1rem; line-height: 1.5;
}
h1 { font-size: 2rem; line-height: 1.25;
}
h2 { font-size: 1.625rem; line-height: 1.15384615;
}
h3 { font-size: 1.375rem; line-height: 1.13636364;
}
h4 { font-size: 1.125rem; line-height: 1.11111111;
}
h5 { font-size: 1rem; line-height: 1.25;
}
h6 { font-size: 0.75rem; line-height: 1.25;
}
blockquote { font-size: 1.25rem; line-height: 1.25;
}
/*
// Large Tablet
// -----------------------------------------------------------------------------
// Elem | Font | Line
// -----------------------------------------------------------------------------
// Body | 16px | 22px
// h1 | 40px | 45px
// h2 | 32px | 40px
// h3 | 24px | 30px
// h4 | 18px | 22px
// h5 | 16px | 22px
// h6 | 14px | 19.25px
// BQ | 24px | 33px
*/
@media (min-width: 700px) { body { line-height: 1.375rem; } h1 { font-size: 2.5rem; line-height: 1.125; } h2 { font-size: 2rem; line-height: 1.125; } h3 { font-size: 1.5rem; line-height: 1.25; } h4 { font-size: 1.125rem; line-height: 1.22222222; } h5 { font-size: 1rem; line-height: 1.375; } h6 { font-size: 0.75rem; line-height: 1.203125; } blockquote { font-size: 1.5rem; line-height: 1.375; }
}
/*
// Large Desktop
// -----------------------------------------------------------------------------
// Elem | Font | Line
// -----------------------------------------------------------------------------
// h1 | 48px | 50px
// h2 | 36px | 45px
// h3 | 28px | 35px
*/
@media (min-width: 900px) { h1 { font-size: 3rem; line-height: 1.05; } h2 { font-size: 2.25rem; line-height: 1.125; } h3 { font-size: 1.75rem; line-height: 1.25; }
}
Basys_mdd--modernscale - Script Codes
Basys_mdd--modernscale - Script Codes
Home Page Home
Developer DEADBOOT
Username deadboot
Uploaded December 16, 2022
Rating 3
Size 7,029 Kb
Views 6,072
Do you need developer help for Basys_mdd--modernscale?

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!

DEADBOOT (deadboot) Script Codes
Create amazing marketing copy 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!