Revision 1027:b0e0ffb43fa1 public

View differences:

public/help/wiki_syntax.html
44 44
<tr><th><img src="../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>h2. Title 2</td><td><h2>Title 2</h2></td></tr>
45 45
<tr><th><img src="../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>h3. Title 3</td><td><h3>Title 3</h3></td></tr>
46 46

  
47
<tr><th colspan="3">Table of contents</th></tr>
48
<tr><th></th><td><pre>{{toc}}</pre></td><td>Left-aligned table of contents</td></tr>
49
<tr><th></th><td><pre>{{>toc}}</pre></td><td>Right-aligned table of contents</td></tr>
50

  
47 51
<tr><th colspan="3">Links</th></tr>
48 52
<tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr>
49 53
<tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr>
50 54

  
51
<tr><th colspan="3">Redmine links</th></tr>
55
<tr><th colspan="3">Magic links</th></tr>
52 56
<tr><th><img src="../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr>
53 57
<tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr>
54 58
<tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr>
public/stylesheets/application.css
5 5
h1 {margin:0; padding:0; font-size: 24px;}
6 6
h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 7
h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
8
h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8
h4, .wiki h3 {font-size: 14px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
9 9

  
10 10
/***** Layout *****/
11 11
#wrapper {background: white;}
......
24 24

  
25 25
#account {float:right;}
26 26

  
27
#header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
27
#header {height:68px;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
28 28
#header a {color:#f8f8f8;}
29 29
#header h1 a.ancestor { font-size: 80%; }
30 30

  
31 31
#project-search-jump {float:right; }
32 32

  
33 33

  
34
#main-menu {position: absolute;  bottom: 0px;  left:6px; margin-right: -500px;}
34
#main-menu {position: absolute;  bottom: 0px;  left:8px; margin-right: -500px;}
35 35
#main-menu ul {margin: 0;  padding: 0;}
36 36
#main-menu li {
37 37
  float:left;
......
240 240
div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
241 241
div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
242 242
div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
243
div.tags h3 { background: url(../images/ticket_note.png) no-repeat 0% 50%; padding-left: 20px; }
244
div.institutions h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
243 245

  
244 246
#watchers ul {margin: 0;  padding: 0;}
245 247
#watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
......
500 502
.summary {font-style: italic;}
501 503

  
502 504
#attachments_fields input[type=text] {margin-left: 8px; }
503
#attachments_fields span {display:block; white-space:nowrap;}
505
/*#attachments_fields span {display:block; white-space:nowrap;} */
504 506
#attachments_fields img {vertical-align: middle;}
505 507

  
506 508
div.attachments { margin-top: 12px; }
507 509
div.attachments p { margin:4px 0 2px 0; }
508 510
div.attachments img { vertical-align: middle; }
509
div.attachments span.author { font-size: 0.9em; color: #888; }
511
div.attachments span.author { font-size: 0.9em; color: #888; font-style: italic; padding-left: 4px }
512
div.attachments span.size_and_count { font-size: 0.9em; color: #888; padding-left: 4px; }
510 513

  
511 514
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
512 515
.other-formats span + span:before { content: "| "; }
public/themes/soundsoftware/stylesheets/application.css
34 34

  
35 35
h2,h3,h4,.wiki h1 {
36 36
  color: #3e442c;
37
  font-weight: bold;
37
/*  font-weight: bold; */
38 38
}
39 39

  
40 40
.wiki h2,.wiki h3,.wiki h4 {
......
119 119
#quick-search { margin-right: 6px; margin-top: 1em; color: #000; }
120 120
#project-jump-box { float: right;  margin-right: 6px; margin-top: 5px; color: #000; }
121 121
#project-ancestors-title {
122
    margin-bottom: 0px;
122
    margin-bottom: -6px;
123 123
    margin-left: 12px;
124 124
    margin-top: 6px;
125 125
}
126 126

  
127
#main-menu { position: absolute; top: 100px; /* background-color: #be5700; */ left: 0; border-top: 0; width: 100%;/* height: 1.82em; */ padding: 0; margin: 0; border: 0; }
127
#main-menu { position: absolute; top: 100px; /* background-color: #be5700; */ left: 2px; border-top: 0; width: 100%;/* height: 1.82em; */ padding: 0; margin: 0; border: 0; }
128 128
#main-menu li { margin: 0; padding: 0; }
129
#main-menu li a { background-color: #fdfbf5; color: #be5700; border-right: 1px solid #a9b680; font-size: 97%; padding: 0em 8px 0.2em 10px; font-weight: normal; }
129
#main-menu li a { background-color: #fdfbf5; color: #be5700; border-right: 1px solid #a9b680; font-size: 97%; padding: 0em 8px 0em 10px; font-weight: normal; }
130 130
#main-menu li:last-child a { border-right: 0; }
131 131
#main-menu li a:hover { background-color: #fdfbf5; color: #be5700; text-decoration: underline; }
132 132
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #fdfbf5; color: #3e442c; }
......
145 145
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; }
146 146
/*h2, .wiki h1 { letter-spacing:-1px; }
147 147
*/
148
h4 { border-bottom: dotted 1px #c0c0c0; }
148
/* h4 { border-bottom: dotted 1px #c0c0c0; } */
149

  
150
.wiki p { margin-left: 3em; margin-right: 3em; }
149 151

  
150 152
div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; }
151 153

  
public/themes/soundsoftware/stylesheets/fonts-generic.css
1 1
@import url(fonts.css);
2 2

  
3
h1, #project-ancestors-title {
4
  font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
5
  font-weight: normal;
3
h1, #project-ancestors-title, #top-menu a {
4
  font-family: Insider, 'Gill Sans', Tahoma, sans-serif;
5
  font-weight: bold;
6 6
}    
7 7

  
8
body,p,h2,h3,h4,li,table,.wiki h1,.embedded h1 { 
9
  font-family: DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
8
#top-menu div, #top-menu li {
9
  font-size: 12px;
10
}
11

  
12
body,p,li,table { 
13
  font-family: Insider, DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
14
  font-size: 14px;
15
  line-height: 1.34;
16
  font-weight: normal;
17
}
18

  
19
h2,h3,h4,.wiki h1,.embedded h1 { 
20
  font-family: Insider, DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
21
  font-weight: bold;
10 22
  line-height: 1.34;
11 23
}
12 24

  
public/themes/soundsoftware/stylesheets/fonts-mac.css
1 1
@import url(fonts.css);
2 2

  
3
h1, #project-ancestors-title {
4
  font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
5
  font-weight: normal;
3
h1, #project-ancestors-title, #top-menu a {
4
  font-family: Insider, "Lucida Grande", sans-serif;
5
  font-weight: bold;
6 6
}    
7 7

  
8
body,p,h2,h3,h4,li,table,.wiki h1,.embedded h1 { 
9
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
8
#top-menu div, #top-menu li {
9
  font-size: 12px;
10
}
11

  
12
body,p,li,table { 
13
  font-family: Insider, "Lucida Grande", sans-serif;
14
  font-size: 14px;
15
  line-height: 1.34;
16
  font-weight: normal;
17
}
18

  
19
h2,h3,h4,.wiki h1,.embedded h1 { 
20
  font-family: Insider, "Lucida Grande", sans-serif;
21
  font-weight: bold;
10 22
  line-height: 1.34;
11 23
}
24

  
public/themes/soundsoftware/stylesheets/fonts-ms.css
1 1
@import url(fonts.css);
2 2

  
3
h1, #project-ancestors-title {
4
  font-family: GilliusADFNo2, 'Gill Sans', Tahoma, sans-serif;
3
/* IE likes us to separate out normal & bold into different fonts
4
   rather than use the selectors on the same font */
5

  
6
h1, #project-ancestors-title, #top-menu a {
7
  font-family: Insider-Medium, Tahoma, sans-serif;
5 8
  font-weight: normal;
6 9
}    
7 10

  
8
body,p,h2,h3,h4,li,table,.wiki h1,.embedded h1 { 
9
  font-family: Calibri, DroidSans, 'Liberation Sans', tahoma, verdana, sans-serif; 
11
#top-menu div, #top-menu li {
12
  font-size: 12px;
13
}
14

  
15
body,p,li,table { 
16
  font-family: Insider-Regular, tahoma, verdana, sans-serif; 
17
  font-size: 14px;
18
  line-height: 1.34;
19
  font-weight: normal;
20
}
21

  
22
h2,h3,h4,.wiki h1,.embedded h1 { 
23
  font-family: Insider-Medium, tahoma, verdana, sans-serif; 
24
  font-weight: normal;
10 25
  line-height: 1.34;
11 26
}
public/themes/soundsoftware/stylesheets/fonts.css
1

  
2
/* Font pack generated by FontSquirrel */
3 1

  
4 2
@font-face {
5
	font-family: 'GilliusADFNo2';
6
	src: url('fonts/gilliusadfno2-bolditalic-webfont.eot');
7
	src: local('☺'), url('fonts/gilliusadfno2-bolditalic-webfont.woff') format('woff'), url('fonts/gilliusadfno2-bolditalic-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-BoldItalic.otf') format('opentype'), url('fonts/gilliusadfno2-bolditalic-webfont.svg#webfontLmhvPwzc') format('svg');
8
	font-weight: bold;
9
	font-style: italic;
3
    font-family: 'Insider';
4
    font-weight: bold;
5
    font-style: normal;
6
    src: url('fonts/24BC0E_0_0.eot');
7
    src: url('fonts/24BC0E_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC0E_0_0.woff') format('woff'), url('fonts/24BC0E_0_0.ttf') format('truetype');
8
}
9
 
10
@font-face {
11
    font-family: 'Insider';
12
    font-weight: normal;
13
    font-style: normal;
14
    src: url('fonts/24BC35_0_0.eot');
15
    src: url('fonts/24BC35_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC35_0_0.woff') format('woff'), url('fonts/24BC35_0_0.ttf') format('truetype');
10 16
}
11 17

  
12 18
@font-face {
13
	font-family: 'GilliusADFNo2';
14
	src: url('fonts/gilliusadfno2-italic-webfont.eot');
15
	src: local('☺'), url('fonts/gilliusadfno2-italic-webfont.woff') format('woff'), url('fonts/gilliusadfno2-italic-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Italic.otf') format('opentype'), url('fonts/gilliusadfno2-italic-webfont.svg#webfonteHBtzgS0') format('svg');
16
	font-weight: normal;
17
	font-style: italic;
19
    font-family: 'Insider-Medium';
20
    font-weight: normal;
21
    font-style: normal;
22
    src: url('fonts/24BC0E_0_0.eot');
23
    src: url('fonts/24BC0E_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC0E_0_0.woff') format('woff'), url('fonts/24BC0E_0_0.ttf') format('truetype');
18 24
}
19

  
25
 
20 26
@font-face {
21
	font-family: 'GilliusADFNo2';
22
	src: url('fonts/gilliusadfno2-bold-webfont.eot');
23
	src: local('☺'), url('fonts/gilliusadfno2-bold-webfont.woff') format('woff'), url('fonts/gilliusadfno2-bold-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Bold.otf') format('opentype'), url('fonts/gilliusadfno2-bold-webfont.svg#webfontntXmQMqk') format('svg');
24
	font-weight: bold;
25
	font-style: normal;
27
    font-family: 'Insider-Regular';
28
    font-weight: normal;
29
    font-style: normal;
30
    src: url('fonts/24BC35_0_0.eot');
31
    src: url('fonts/24BC35_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC35_0_0.woff') format('woff'), url('fonts/24BC35_0_0.ttf') format('truetype');
26 32
}
27

  
28
@font-face {
29
	font-family: 'GilliusADFNo2';
30
	src: url('fonts/gilliusadfno2-regular-webfont.eot');
31
	src: local('☺'), url('fonts/gilliusadfno2-regular-webfont.woff') format('woff'), url('fonts/gilliusadfno2-regular-webfont.ttf') format('truetype'), url('fonts/GilliusADFNo2-Regular.otf') format('opentype'), url('fonts/gilliusadfno2-regular-webfont.svg#webfontvJUiAdi3') format('svg');
32
	font-weight: normal;
33
	font-style: normal;
34
}
35

  
36
@font-face {
37
	font-family: 'DroidSans';
38
	src: url('fonts/DroidSans-webfont.eot');
39
	src: local('☺'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#webfontKYIQSBQk') format('svg');
40
	font-weight: normal;
41
	font-style: normal;
42
}
43

  
44
@font-face {
45
	font-family: 'DroidSans';
46
	src: url('fonts/DroidSans-Bold-webfont.eot');
47
	src: local('☺'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#webfontljpTCDjw') format('svg');
48
	font-weight: bold;
49
	font-style: normal;
50
}
51

  

Also available in: Unified diff