Revision 17:cefbcad807b5
| public/themes/soundsoftware/stylesheets/application.css | ||
|---|---|---|
| 1 |
@import url(../../../stylesheets/application.css); |
|
| 2 |
@import url(fonts.css); |
|
| 3 |
|
|
| 4 |
body {
|
|
| 5 |
background: #fdfaf0; |
|
| 6 |
/* color: #3e442c; */ |
|
| 7 |
color: #000; |
|
| 8 |
margin: 0; |
|
| 9 |
margin-bottom: 40px; |
|
| 10 |
/* font-size: 95%; */ |
|
| 11 |
} |
|
| 12 |
|
|
| 13 |
body,p,h2,h3,h4,li,table {
|
|
| 14 |
font-family: LiberationSans, Droid, tahoma, verdana, sans-serif; |
|
| 15 |
/* line-height: 1.2em; */ |
|
| 16 |
} |
|
| 17 |
|
|
| 18 |
h1 {
|
|
| 19 |
font-family: GilliusADFNo2, Cambria, Georgia, "Times New Roman", Times, serif; |
|
| 20 |
font-weight: normal; |
|
| 21 |
} |
|
| 22 |
|
|
| 23 |
#header h1 {
|
|
| 24 |
/* background: url('soundsoftware-logo-title-only.png') no-repeat 0 0;
|
|
| 25 |
text-indent: -9999px; */ |
|
| 26 |
font-family: GilliusADFNo2, Cambria, Georgia, "Times New Roman", Times, serif; |
|
| 27 |
font-weight: normal; |
|
| 28 |
} |
|
| 29 |
|
|
| 30 |
h2,h3,h4 {
|
|
| 31 |
color: #3e442c; |
|
| 32 |
} |
|
| 33 |
|
|
| 34 |
h2 { font-size: 2em; }
|
|
| 35 |
|
|
| 36 |
.box{
|
|
| 37 |
padding:6px; |
|
| 38 |
margin-bottom: 10px; |
|
| 39 |
background-color:#fdfaf0; |
|
| 40 |
color:#3e442c; |
|
| 41 |
line-height:1.5em; |
|
| 42 |
border: 1px solid #be5700; |
|
| 43 |
} |
|
| 44 |
|
|
| 45 |
#top-menu { position: absolute; top: 0; z-index: 1; left: 0px; width: 100%; font-size: 90%; /* height: 2em; */ margin: 0; padding: 0; padding-top: 0.5em; background-color: #be5700; }
|
|
| 46 |
#top-menu a { font-weight: bold; }
|
|
| 47 |
#header { position: absolute; z-index: 0; top: 0; width: 100%; background: #fdfaf0; /* border-bottom: 2px solid #be5700; height:80px; */ padding: 10px 0 0 0; margin-bottom: 0; }
|
|
| 48 |
#header a { color: #be5700; }
|
|
| 49 |
#header h1 { color: #3e422c; margin-top: 30px; font-size: 3em; font-weight: normal; margin-left: 0.3em; }
|
|
| 50 |
#quick-search { margin-right: 6px; margin-top: 2em; color: #000; }
|
|
| 51 |
#main-menu { position: absolute; top: 90px; background-color: #be5700; left: 0; border-top: 0; width: 100%; height: 1.82em; padding: 0; margin: 0; border: 0; }
|
|
| 52 |
#main-menu li { margin: 0; padding: 0; padding-top: 1px; }
|
|
| 53 |
#main-menu li a { background-color: #be5700; border-right: 1px solid #fff; font-size: 90%; padding: 0.4em 8px 0.4em 8px; font-weight: bold; }
|
|
| 54 |
#main-menu li a:hover { background-color: #3e442c; color: #ffffff; }
|
|
| 55 |
#main-menu li a.selected, #main-menu li a.selected:hover { background-color: #3e442c; color: #ffffff; }
|
|
| 56 |
|
|
| 57 |
#footer { background-color: #be5700; border: 0; color: #fff;}
|
|
| 58 |
#footer a { color: #fff; font-weight: bold; }
|
|
| 59 |
|
|
| 60 |
#main { margin-top: 135px; font:95%; background: #e8eaec; }
|
|
| 61 |
#main a { font-weight: medium; color: #be5700;}
|
|
| 62 |
#main a:hover { color: #be5700; text-decoration: underline; }
|
|
| 63 |
#content { background: #fdfaf0; }
|
|
| 64 |
/*#content .tabs ul { bottom:-1px; }
|
|
| 65 |
*/ |
|
| 66 |
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; }
|
|
| 67 |
/*h2, .wiki h1 { letter-spacing:-1px; }
|
|
| 68 |
*/ |
|
| 69 |
h4 { border-bottom: dotted 1px #c0c0c0; }
|
|
| 70 |
|
|
| 71 |
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.administration, #top-menu a.help {
|
|
| 72 |
background-position: 0% 40%; |
|
| 73 |
background-repeat: no-repeat; |
|
| 74 |
padding-left: 20px; |
|
| 75 |
padding-top: 2px; |
|
| 76 |
padding-bottom: 3px; |
|
| 77 |
} |
|
| 78 |
|
|
| 79 |
#top-menu a.home { background-image: url(../images/home.png); }
|
|
| 80 |
#top-menu a.my-page { background-image: url(../../../images/user.png); }
|
|
| 81 |
#top-menu a.projects { background-image: url(../../../images/projects.png); }
|
|
| 82 |
#top-menu a.administration { background-image: url(../images/wrench.png); }
|
|
| 83 |
#top-menu a.help { background-image: url(../../../images/help.png); }
|
|
| public/themes/soundsoftware/stylesheets/fonts.css | ||
|---|---|---|
| 1 |
|
|
| 2 |
/* Font pack generated by FontSquirrel */ |
|
| 3 |
|
|
| 4 |
@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; |
|
| 10 |
} |
|
| 11 |
|
|
| 12 |
@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; |
|
| 18 |
} |
|
| 19 |
|
|
| 20 |
@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; |
|
| 26 |
} |
|
| 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: 'LiberationSans'; |
|
| 38 |
src: url('fonts/liberationsans-italic-webfont.eot');
|
|
| 39 |
src: local('☺'), url('fonts/liberationsans-italic-webfont.woff') format('woff'), url('fonts/liberationsans-italic-webfont.ttf') format('truetype'), url('fonts/liberationsans-italic-webfont.svg#webfontBdDf5JP3') format('svg');
|
|
| 40 |
font-weight: normal; |
|
| 41 |
font-style: italic; |
|
| 42 |
} |
|
| 43 |
|
|
| 44 |
@font-face {
|
|
| 45 |
font-family: 'LiberationSans'; |
|
| 46 |
src: url('fonts/liberationsans-bolditalic-webfont.eot');
|
|
| 47 |
src: local('☺'), url('fonts/liberationsans-bolditalic-webfont.woff') format('woff'), url('fonts/liberationsans-bolditalic-webfont.ttf') format('truetype'), url('fonts/liberationsans-bolditalic-webfont.svg#webfontTNmZRY7v') format('svg');
|
|
| 48 |
font-weight: bold; |
|
| 49 |
font-style: italic; |
|
| 50 |
} |
|
| 51 |
|
|
| 52 |
@font-face {
|
|
| 53 |
font-family: 'LiberationSans'; |
|
| 54 |
src: url('fonts/liberationsans-bold-webfont.eot');
|
|
| 55 |
src: local('☺'), url('fonts/liberationsans-bold-webfont.woff') format('woff'), url('fonts/liberationsans-bold-webfont.ttf') format('truetype'), url('fonts/liberationsans-bold-webfont.svg#webfontslkXRzon') format('svg');
|
|
| 56 |
font-weight: bold; |
|
| 57 |
font-style: normal; |
|
| 58 |
} |
|
| 59 |
|
|
| 60 |
@font-face {
|
|
| 61 |
font-family: 'LiberationSans'; |
|
| 62 |
src: url('fonts/liberationsans-regular-webfont.eot');
|
|
| 63 |
src: local('☺'), url('fonts/liberationsans-regular-webfont.woff') format('woff'), url('fonts/liberationsans-regular-webfont.ttf') format('truetype'), url('fonts/liberationsans-regular-webfont.svg#webfontV0O783dY') format('svg');
|
|
| 64 |
font-weight: normal; |
|
| 65 |
font-style: normal; |
|
| 66 |
} |
|
| 67 |
|
|
Also available in: Unified diff