2018-09-24 20:34:28 +09:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ja">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title>NES.css - NES-style CSS Framework</title>
|
2018-09-25 19:32:38 +09:00
|
|
|
<link href="./css/nes.css" rel="stylesheet">
|
2018-09-24 21:35:30 +09:00
|
|
|
<link href="./style.css" rel="stylesheet">
|
2018-09-24 22:28:32 +09:00
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41640153-4"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() { dataLayer.push(arguments); }
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'UA-41640153-4');
|
|
|
|
</script>
|
|
|
|
|
2018-09-24 20:34:28 +09:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="header">
|
|
|
|
<h1 class="title -is-1">NES.css</h1>
|
|
|
|
<p class="subtitle -is-6">NES-style CSS Framework.</p>
|
|
|
|
</header>
|
2018-09-24 21:35:30 +09:00
|
|
|
<a class="github-link" href="https://github.com/BcRikko/NES.css" target="_blank">
|
|
|
|
<p class="balloon">Fork<br>me on<br>GitHub</p>
|
|
|
|
<div class="octocat"></div>
|
|
|
|
</a>
|
2018-09-24 20:34:28 +09:00
|
|
|
|
|
|
|
<main>
|
|
|
|
<section class="container">
|
|
|
|
<h2 class="title -is-3">Buttons</h2>
|
|
|
|
<h3 class="title -is-4">sizes</h3>
|
|
|
|
<a class="button -small">small</a>
|
|
|
|
<a class="button">normal</a>
|
|
|
|
<a class="button -medium">medium</a>
|
|
|
|
<a class="button -large">large</a>
|
|
|
|
|
|
|
|
<h3 class="title -is-4">colors</h3>
|
|
|
|
<a class="button -primary">primary</a>
|
|
|
|
<a class="button -success">success</a>
|
|
|
|
<a class="button -warning">warning</a>
|
|
|
|
<a class="button -error">error</a>
|
|
|
|
</section>
|
2018-09-25 08:11:41 +09:00
|
|
|
|
|
|
|
<section class="container">
|
|
|
|
<h2 class="title -is-3">Radios</h2>
|
|
|
|
<h3 class="title -is-4">rows</h3>
|
|
|
|
<div class="radios">
|
|
|
|
<label><input class="radio" type="radio" name="radios1" checked>FIGHT</label>
|
|
|
|
<label><input class="radio" type="radio" name="radios1">SPELL</label>
|
|
|
|
<label><input class="radio" type="radio" name="radios1">ITEM</label>
|
|
|
|
<label><input class="radio" type="radio" name="radios1">RUN</label>
|
|
|
|
</div>
|
|
|
|
<h3 class="title -is-4">columns</h3>
|
|
|
|
<div class="radios -columns">
|
|
|
|
<label><input class="radio" type="radio" name="radios2" checked>FIGHT</label>
|
|
|
|
<label><input class="radio" type="radio" name="radios2">SPELL</label>
|
|
|
|
<label><input class="radio" type="radio" name="radios2">ITEM</label>
|
|
|
|
<label><input class="radio" type="radio" name="radios2">RUN</label>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2018-09-25 19:32:38 +09:00
|
|
|
<section class="container">
|
|
|
|
<h2 class="title -is-3">Checkbox</h2>
|
|
|
|
<label><input class="checkbox" type="checkbox" checked>agree</label>
|
|
|
|
</section>
|
|
|
|
|
2018-09-24 20:34:28 +09:00
|
|
|
<section class="container">
|
|
|
|
<h2 class="title -is-3">Container</h2>
|
|
|
|
<h3 class="title -is-4">normal</h3>
|
|
|
|
<section class="container">
|
|
|
|
<p>Good morning. Thou hast had a good night's sleep I hope.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<h3 class="title -is-4">dark theme</h3>
|
2018-09-26 08:55:25 +09:00
|
|
|
<section class="container _dark">
|
2018-09-24 20:34:28 +09:00
|
|
|
<p>Good morning. Thou hast had a good night's sleep I hope.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<h3 class="title -is-4">with title</h3>
|
2018-09-26 08:55:25 +09:00
|
|
|
<section class="container _dark -with-title">
|
2018-09-24 20:34:28 +09:00
|
|
|
<label class="title">Command</label>
|
|
|
|
<p>Good morning. Thou hast had a good night's sleep I hope.</p>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<h3 class="title -is-4">align <code>(-center, -right)</code></h3>
|
2018-09-26 08:55:25 +09:00
|
|
|
<section class="container _dark -with-title -center">
|
2018-09-24 20:34:28 +09:00
|
|
|
<label class="title">Command</label>
|
|
|
|
<p>Good morning. Thou hast had a good night's sleep I hope.</p>
|
|
|
|
</section>
|
|
|
|
</section>
|
2018-09-26 08:55:25 +09:00
|
|
|
|
|
|
|
<section class="container">
|
|
|
|
<h2 class="title -is-3">Description</h2>
|
2018-09-26 17:43:05 +09:00
|
|
|
<h3 class="title -is-4">description list</h3>
|
|
|
|
<dl class="description">
|
|
|
|
<dt>Description list</dt>
|
|
|
|
<dd>Lorem ipsum dolor sit amet</dd>
|
|
|
|
<dt>Consectetur</dt>
|
|
|
|
<dd>adipiscing elit</dd>
|
|
|
|
<dt>sed do eiusmod</dt>
|
|
|
|
<dd>tempor incididunt ut labore et dolore magna aliqua</dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
<h3 class="title -is-4">with colon</h3>
|
|
|
|
<dl class="description">
|
|
|
|
<dt class="-colon">Description list</dt>
|
|
|
|
<dd>Lorem ipsum dolor sit amet</dd>
|
|
|
|
<dt class="-colon">Consectetur</dt>
|
|
|
|
<dd>adipiscing elit</dd>
|
|
|
|
<dt class="-colon">sed do eiusmod</dt>
|
|
|
|
<dd>tempor incididunt ut labore et dolore magna aliqua</dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
<h3 class="title -is-4">e.g. Dragon Quest-status</h3>
|
|
|
|
<section class="container _dark dq-like-grid">
|
|
|
|
<section class="overview container _dark -with-title -center _dark">
|
|
|
|
<label class=" title">ENlX</label>
|
|
|
|
<p>Hero</p>
|
|
|
|
<dl class="description">
|
|
|
|
<dt class="-colon">LV</dt>
|
|
|
|
<dd class="_right">10</dd>
|
|
|
|
<dt class="-colon">HP</dt>
|
|
|
|
<dd class="_right">58</dd>
|
|
|
|
<dt class="-colon">MP</dt>
|
|
|
|
<dd class="_right">18</dd>
|
|
|
|
</dl>
|
|
|
|
</section>
|
|
|
|
<section class="equipment container _dark">
|
|
|
|
<dl class="description">
|
|
|
|
<dt>E</dt>
|
|
|
|
<dd>SWORD</dd>
|
|
|
|
<dt>E</dt>
|
|
|
|
<dd>CLOTHES</dd>
|
|
|
|
<dt>E</dt>
|
|
|
|
<dd>POT LID</dd>
|
|
|
|
<dt>E</dt>
|
|
|
|
<dd>AMULET</dd>
|
|
|
|
</dl>
|
|
|
|
</section>
|
|
|
|
<section class="status container _dark">
|
|
|
|
<dl class="description">
|
|
|
|
<dt class="-colon">STRENGTH</dt>
|
|
|
|
<dd class="_right">15</dd>
|
|
|
|
<dt class="-colon">AGILITY</dt>
|
|
|
|
<dd class="_right">36</dd>
|
|
|
|
<dt class="-colon">VITALITY</dt>
|
|
|
|
<dd class="_right">41</dd>
|
|
|
|
<dt class="-colon">INTELLIGENCE</dt>
|
|
|
|
<dd class="_right">7</dd>
|
|
|
|
<dt class="-colon">LUCK</dt>
|
|
|
|
<dd class="_right">6</dd>
|
|
|
|
<dt class="-colon">MAX HP</dt>
|
|
|
|
<dd class="_right">81</dd>
|
|
|
|
<dt class="-colon">MAX MP</dt>
|
|
|
|
<dd class="_right">50</dd>
|
|
|
|
<dt class="-colon">ATTACK POWER</dt>
|
|
|
|
<dd class="_right">57</dd>
|
|
|
|
<dt class="-colon">DEFENSE POWER</dt>
|
|
|
|
<dd class="_right">87</dd>
|
|
|
|
<dt class="">EXP</dt>
|
|
|
|
<dd class="_right">1316</dd>
|
|
|
|
</dl>
|
|
|
|
</section>
|
2018-09-26 08:55:25 +09:00
|
|
|
</section>
|
|
|
|
</section>
|
2018-09-24 20:34:28 +09:00
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|