MoinMoin 1.2.3 css 질문

너굴사마의 이미지

모인모인 최신 버젼을 깔았습니다. (아마 1.2.3이 맞을듯...=_=;) 테마는 classic을 사용하고 있습니다. 모인모인 공식(?) 홈페이지에서 css환경설정 관련 페이지를 찾아보니 구버전의 moinmoin.css를 수정하는 방법밖에 안나와 있더군요. 제가 깐 버전에서는 wiki/classic/css 아래에 다음과 같은 4개의 파일이 있더군요.

common.css
print.css
projection.css
screen.css

저는 글자체를 돋움체로 바꾸고 싶은데요. moinmoin.css에서는 body부분에서 폰트 스타일을 바뀌주면 된다고 되어 있는데. 제가 깐 최신 버전은 moinmoin.css도 없을 뿐더러 위 4개의 css에도 body가 없는 거 같던데. 어떻게 해야지 페이지의 폰트를 이쁜 돋움체로 바꿀 수 있을까요? (인코딩은 UTF-8입니다만 이건 상관없겠죠?)

cdpark의 이미지

screen.css의 html 부분을 고쳐주면 됩니다. (html이 body보다 더 상위..)

sfreaders.org에서 사용하는 css의 일부입니다.

html {
        background-color: #fffff0;
        color: #000000;
        font-family: "Times New Roman",serif;
        font-size: 11pt;
}

h2, h3, h4, h5, h6 {
        font-family: Helvetica,sans-serif;
        margin-top: 2pt;
        margin-bottom: 8pt;
        padding-left:3pt;
        border-style: outset;
        border-width: thin;
        width: 99%;
        color: #000000;
}
...
너굴사마의 이미지

감사합니다. ^^ 근데 돋움체로 할려면 한글로 '돋움'이라고 써야하나요? 아니면 영문으로 'Dot-um'(맞나요? -_-?)이라고 써야하나요?

----------------------------------------------------------------------------
"It is more important to know where you are going than to get there quickly"
- Mabel Newcomber

랜덤여신의 이미지

amun wrote:
감사합니다. ^^ 근데 돋움체로 할려면 한글로 '돋움'이라고 써야하나요? 아니면 영문으로 'Dot-um'(맞나요? -_-?)이라고 써야하나요?

둘다 쓰시는 것이 좋습니다.

font-family: "돋움", "Dotum"

cdpark의 이미지

인클루드 wrote:
amun wrote:
감사합니다. ^^ 근데 돋움체로 할려면 한글로 '돋움'이라고 써야하나요? 아니면 영문으로 'Dot-um'(맞나요? -_-?)이라고 써야하나요?

둘다 쓰시는 것이 좋습니다.

font-family: "돋움", "Dotum"

font-family: "돋움", "Dotum", "Helvetica", "sans-serif"

font-family는 serif나 sans-serif 수준까지 내려가주는게 좋습니다. Linux에 아직은 공개된 "돋움" 글꼴이 없지 않습니까? :)

너굴사마의 이미지

Verdana로 결정했습니다. =_= 돋움으로 하니까 영문이 이쁘질 않더군요...; http://seongu.com/wiki

단변 감사드립니다. :-)

----------------------------------------------------------------------------
"It is more important to know where you are going than to get there quickly"
- Mabel Newcomber

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.