FrontPage MoniWikiThemes

1. hstyle.tar.tgz

@hstyle.tar.tgz (53.52 KB)
[http]http://wiki.commres.org/pds/MoniWikiThemes/hstyle.tar.tgz
  1. Use ssh connection to the server (such as putty)
  2. Go to the themes/ directory
  3. upload the file into themes/ directory.
    wget http://wiki.commres.org/pds/MoniWikiThemes/hstyle.tar.tgz
  4. untar the file
    tar xzvf hstyle.tar.tgz
  5. go to wiki directory and edit config.php file:
    $theme='hstyle';
ThemeHstyle.jpg
hstyle theme in moniwiki [JPG image (277.25 KB)]

2. Blue.tgz


/!\ 아직 테스트중입니다. 테이블은 철저히 배제시키고 css로만 테마를 고칠수 있게 할 예정. 테마 이름은 바뀔 수 있습니다. 라이센스는 GPL


IE에서 레이아웃이 사라지는 버그가 있습니다.
급하게나마 css wikiBody background-color: #fff; 부분을 주석처리하니 제대로 보입니다.
Upload new Attachment "WikiIEbug.PNG"
-- cocowest 2004-11-03

background-color: #fff;를 쓰면 페이지가 길어질때 이상하게 보일 가능성이 있습니다. -- WkPark 2004-11-03

아 그리고, 모질라에서는 색감이 제대로 나오는데, IE에서는 색감이 맞지 않게 나오더군요 ㅡㅡ;; --WkPark

IE의 경우 display:block 또는 display:table 을 통해 2개 이상의 블록모델 레이어를 중첩시킬 때 width 속성을 각각 주지 않으면 마우스 스크롤이나 리플레시 동작에 컨텐츠가 지워지는 특징(버그?)이 있습니다. width 속성을 주면 괜찮아 지더군요. 최근 저도 CSS만으로 테마를 구현하고 있습니다. --[http]고미다
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2012-05-08 14:46:20
Processing time 0.0102 sec