1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 16:44:11 +01:00

asciidoc nearly ready

This commit is contained in:
Martin Stubenschrott
2008-01-06 15:13:43 +00:00
parent 80b600040d
commit ca02613a83
3 changed files with 12 additions and 17 deletions

View File

@@ -28,14 +28,8 @@ HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator]
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=atag
[tag-inlinemacro]
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
<span style="float: right;">
<code class="tag" style="padding-left: 10px;">{target}</code>
</span>
<span class="tag">{target}</span>
[atag-inlinemacro]
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
<a id="{target}" />
<span style="float: right;">
<code class="tag" style="padding-left: 10px;">{target}</code>
</span>
<span class="tag">{target}</span>

View File

@@ -12,15 +12,6 @@ VIMperator :)*
This is the optional preamble (an untitled section body). Useful for
writing simple sectionless documents consisting only of a preamble.
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// <link rel="stylesheet" href="../content/help.css" type="text/css"/>
// <span style="float: right;">
// <code class="tag">asciidoc</code>
// <code class="tag">foo</code>
// <code class="tag">bar</code>
// </span>
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
atag:abstract[] tag:beginning[]
anchor:foo[]
@@ -86,6 +77,8 @@ AsciiDoc configuration.
footnote:[A second example footnote.]
atag:second[] atag:another[] atag:really[] atag:g<Ctrl-g>[]
The Second Section
------------------
Article sections are at level 1 and can contain sub-sections nested up

View File

@@ -266,3 +266,11 @@ div.table p.title
@media print {
div.navheader, div.navfooter { display: none; }
}
/* my additions */
span.tag {
font-weight: bold;
color: rgb(255, 0, 255); /* magenta */
padding-left: 15px !important;
float: right;
}