@@ -0,0 +1,25 | |||||
|
1 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } | |||
|
2 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } | |||
|
3 | pre, code { font-size:120%; } | |||
|
4 | pre code { font-size:100%; } | |||
|
5 | pre { | |||
|
6 | margin: 1em 1em 1em 1.6em; | |||
|
7 | padding: 2px; | |||
|
8 | background-color: #fafafa; | |||
|
9 | border: 1px solid #e2e2e2; | |||
|
10 | width: auto; | |||
|
11 | overflow-x: auto; | |||
|
12 | overflow-y: hidden; | |||
|
13 | } | |||
|
14 | a.new { color: #b73535; } | |||
|
15 | ||||
|
16 | .syntaxhl .class { color:#258; font-weight:bold } | |||
|
17 | .syntaxhl .comment { color:#385; } | |||
|
18 | .syntaxhl .delimiter { color:black } | |||
|
19 | .syntaxhl .function { color:#06B; font-weight:bold } | |||
|
20 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } | |||
|
21 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } | |||
|
22 | .syntaxhl .instance-variable { color:#33B } | |||
|
23 | .syntaxhl .keyword { color:#939; font-weight:bold } | |||
|
24 | .syntaxhl .string .content { color: #46a } | |||
|
25 | .syntaxhl .string .delimiter { color:#46a } No newline at end of file |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>Formátovánà Wiki v Redminu</title> |
|
4 | <title>Formátovánà Wiki v Redminu</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>Formátovánà Wiki v Redminu</title> |
|
4 | <title>Formátovánà Wiki v Redminu</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>Форматирование Wiki Redmine</title> |
|
4 | <title>Форматирование Wiki Redmine</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting (Markdown)</title> |
|
4 | <title>RedmineWikiFormatting (Markdown)</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
@@ -3,33 +3,7 | |||||
3 | <head> |
|
3 | <head> | |
4 | <title>RedmineWikiFormatting</title> |
|
4 | <title>RedmineWikiFormatting</title> | |
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
|
5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | <style type="text/css"> |
|
6 | <link rel="stylesheet" type="text/css" href="../wiki_syntax_detailed.css" /> | |
7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; } |
|
|||
8 | h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } |
|
|||
9 | pre, code { font-size:120%; } |
|
|||
10 | pre code { font-size:100%; } |
|
|||
11 | pre { |
|
|||
12 | margin: 1em 1em 1em 1.6em; |
|
|||
13 | padding: 2px; |
|
|||
14 | background-color: #fafafa; |
|
|||
15 | border: 1px solid #e2e2e2; |
|
|||
16 | width: auto; |
|
|||
17 | overflow-x: auto; |
|
|||
18 | overflow-y: hidden; |
|
|||
19 | } |
|
|||
20 | a.new { color: #b73535; } |
|
|||
21 |
|
||||
22 | .syntaxhl .class { color:#258; font-weight:bold } |
|
|||
23 | .syntaxhl .comment { color:#385; } |
|
|||
24 | .syntaxhl .delimiter { color:black } |
|
|||
25 | .syntaxhl .function { color:#06B; font-weight:bold } |
|
|||
26 | .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } |
|
|||
27 | .syntaxhl .inline-delimiter { font-weight: bold; color: #666 } |
|
|||
28 | .syntaxhl .instance-variable { color:#33B } |
|
|||
29 | .syntaxhl .keyword { color:#939; font-weight:bold } |
|
|||
30 | .syntaxhl .string .content { color: #46a } |
|
|||
31 | .syntaxhl .string .delimiter { color:#46a } |
|
|||
32 | </style> |
|
|||
33 | </head> |
|
7 | </head> | |
34 |
|
8 | |||
35 | <body> |
|
9 | <body> |
General Comments 0
You need to be logged in to leave comments.
Login now