File: page.html

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (119 lines) | stat: -rw-r--r-- 3,665 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>m.components | A Pelican Blog</title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
  <link rel="stylesheet" href="static/m-dark.css" />
  <link rel="canonical" href="page.html" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header><nav id="navigation">
  <div class="m-container">
    <div class="m-row">
      <a href="./" id="m-navbar-brand" class="m-col-t-9 m-col-m-none m-left-m">A Pelican Blog</a>
    </div>
  </div>
</nav></header>
<main>
<article>
  <div class="m-container m-container-inflatable">
    <div class="m-row">
      <div class="m-col-l-10 m-push-l-1">
        <h1>m.components</h1>
<!-- content -->
<aside class="m-block m-default">
<h3>Default block</h3>
<p>Text.</p>
</aside>
<aside class="m-text-right m-block m-success">
<h3>Success block</h3>
<p>First paragraph, aligned to the right.</p>
<p><em>Second</em> paragraph, also.</p>
</aside>
<aside class="m-note m-default">
<h3>Default note</h3>
<p>Text.</p>
</aside>
<aside class="m-note m-danger">
<h3>Danger note</h3>
<p>First paragraph.</p>
<p><em>Second</em> paragraph.</p>
</aside>
<aside class="m-text-center m-note m-warning">
Warning note without title, centered.</aside>
<aside class="m-frame">
<h3>Frame with title</h3>
<p>Text.</p>
</aside>
<aside class="m-text-left m-frame">
Frame <em>without</em> title, on the left.</aside>
<figure class="m-flat m-code-figure">
<pre>Some
    code
snippet</pre>
<p>And a resulting output.</p>
</figure>
<figure class="m-console-figure">
<pre class="m-console">Console</pre>
<figcaption>Figure caption</figcaption>
<p>And text.</p>
</figure>
<figure class="m-figure">
<svg class="m-math" style="width: 5rem; height: 5rem;"></svg><p>Math figure contents.</p>
</figure>
<figure class="m-figure">
<svg class="m-graph" style="width: 5rem; height: 5rem;"></svg><figcaption>Caption<div class="m-figure-description">
<p>Graph figure contents.</p>
</div>
</figcaption>
</figure>
<div class="m-text m-dim">
Dim text.</div>
<p class="m-transition">~ ~ ~</p>
<div class="m-button m-warning">
<a href="./page.html"><span>Button text.</span></a>
</div>
<div class="m-button m-success">
<a href="#"><div class="m-big">
First text.</div>
<div class="m-small">
Second text.</div>
</a>
</div>
<div class="m-button m-flat">
<a href="#"><span>Flat button</span></a>
</div>
<p>Inline elements: <span class="m-label m-primary">Primary label</span>,
<span class="m-label m-flat m-warning">Flat warning label</span>.</p>
<section id="transitions-builtin">
<h2><a href="#transitions-builtin">Transitions, builtin</a></h2>
<p>Builtin transition in the middle of a section, stays inside the section node:</p>
<hr />
<p>Builtin transition at the end of a section, gets extracted outside of the
section node. Clicking on the section header will not include it in the
highlight.</p>
</section>
<hr />
<section id="transitions-m-css">
<h2><a href="#transitions-m-css">Transitions, m.css</a></h2>
<p>M.css transition in the middle of a section, stays inside the section node:</p>
<p class="m-transition">~ * ~ * ~</p>
<p>M.css transition at the end of a section, gets extracted outside of the section
node the same as a builtin transition. Clicking on the section header will not
include it in the highlight.</p>
</section>
<p class="m-transition">~ * ~ * ~</p>
<section id="section-after">
<h2>Section after</h2>
<p>Docutils says &quot;Document may not end with a transition&quot;, eh.</p>
</section>
<!-- /content -->
      </div>
    </div>
  </div>
</article>
</main>
</body>
</html>