9,036
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { font-family: 'MyCustomFont'; src: url('public_html/nc_assets/fonts/Typeface Font.ttf') format('truetype'), url('public_html/nc_assets/fonts/Typeface Font.ttf') format('truetype'); font-weight: normal; font-style: normal; } | |||
.mw-mmv-post-image { background-color: #DDD7CC; } | .mw-mmv-post-image { background-color: #DDD7CC; } | ||
| Line 81: | Line 83: | ||
/* background color of the content and title of pages */ | /* background color of the content and title of pages */ | ||
#content { background-color: #DDD7CC; } | #content { background-color: #DDD7CC; font-family: 'MyCustomFont', sans-serif; } | ||
/* This is from the background color of the title of the Navigation menu in the left column */ | /* This is from the background color of the title of the Navigation menu in the left column */ | ||