Revision 1078:b9e34a051f82 public/themes/soundsoftware/stylesheets
| 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, .wiki li { margin-left: 30px; margin-right: 3em; }
|
|
| 151 |
|
|
| 152 |
.repository-info .wiki p { margin-left: 0 }
|
|
| 149 | 153 |
|
| 150 | 154 |
div.issue { background: #fdfaf0; border: 1px solid #a9b680; border-left: 4px solid #a9b680; }
|
| 151 | 155 |
|
| public/themes/soundsoftware/stylesheets/fonts-generic.css | ||
|---|---|---|
| 1 |
@import url(fonts.css); |
|
| 1 |
@import url(fonts.css?2);
|
|
| 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 |
@import url(fonts.css); |
|
| 1 |
@import url(fonts.css?2);
|
|
| 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 |
@import url(fonts.css); |
|
| 1 |
@import url(fonts.css?2);
|
|
| 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