mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Extract wiki_syntax_detailed internal style sheets into an external one (#24800).
Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16206 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Formátování Wiki v Redminu</title>
|
<title>Formátování Wiki v Redminu</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Formátování Wiki v Redminu</title>
|
<title>Formátování Wiki v Redminu</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Форматирование Wiki Redmine</title>
|
<title>Форматирование Wiki Redmine</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
25
public/help/wiki_syntax_detailed.css
Normal file
25
public/help/wiki_syntax_detailed.css
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
||||||
|
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
||||||
|
pre, code { font-size:120%; }
|
||||||
|
pre code { font-size:100%; }
|
||||||
|
pre {
|
||||||
|
margin: 1em 1em 1em 1.6em;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: #fafafa;
|
||||||
|
border: 1px solid #e2e2e2;
|
||||||
|
width: auto;
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
a.new { color: #b73535; }
|
||||||
|
|
||||||
|
.syntaxhl .class { color:#258; font-weight:bold }
|
||||||
|
.syntaxhl .comment { color:#385; }
|
||||||
|
.syntaxhl .delimiter { color:black }
|
||||||
|
.syntaxhl .function { color:#06B; font-weight:bold }
|
||||||
|
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
||||||
|
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
||||||
|
.syntaxhl .instance-variable { color:#33B }
|
||||||
|
.syntaxhl .keyword { color:#939; font-weight:bold }
|
||||||
|
.syntaxhl .string .content { color: #46a }
|
||||||
|
.syntaxhl .string .delimiter { color:#46a }
|
||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting (Markdown)</title>
|
<title>RedmineWikiFormatting (Markdown)</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,33 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>RedmineWikiFormatting</title>
|
<title>RedmineWikiFormatting</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<style type="text/css">
|
<link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" />
|
||||||
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
|
||||||
h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
|
|
||||||
pre, code { font-size:120%; }
|
|
||||||
pre code { font-size:100%; }
|
|
||||||
pre {
|
|
||||||
margin: 1em 1em 1em 1.6em;
|
|
||||||
padding: 2px;
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #e2e2e2;
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
a.new { color: #b73535; }
|
|
||||||
|
|
||||||
.syntaxhl .class { color:#258; font-weight:bold }
|
|
||||||
.syntaxhl .comment { color:#385; }
|
|
||||||
.syntaxhl .delimiter { color:black }
|
|
||||||
.syntaxhl .function { color:#06B; font-weight:bold }
|
|
||||||
.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
|
||||||
.syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
|
|
||||||
.syntaxhl .instance-variable { color:#33B }
|
|
||||||
.syntaxhl .keyword { color:#939; font-weight:bold }
|
|
||||||
.syntaxhl .string .content { color: #46a }
|
|
||||||
.syntaxhl .string .delimiter { color:#46a }
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user