1. 이 테마는 Tistory(
) 에서 사용되는 Pure Black 테마를 Textcube 용으로 변환한 테마입니다.
2. 독일어 버전과 영어 버전을 포함하고 있으며, 둘 중 사용하고 싶은 것을 skin 폴더에 업로드 하시면 됩니다.
3. 독일어와 영어 이외의 기타 언어로 제공될 계획은 없습니다.
4. 이 테마는 Pure Black 테마의 자유 수정 및 자유 배포 조항을 따릅니다.
변환: Louice P. "Reiner Schwarz"
로 맞추어져 있습니다. 해당 폰트가 없을 시 굴림/Trebuchet MS(Windows), AppleGothic(MacOS X)로 보이지만, 폰트가 있을 때
글꼴이 희미하게 보일 수 있습니다.
Geändert um Passwort Eingabe Fehler. / 보호글 패스워드 입력 에러 수정.
Etwas geändert. / 일부 사항 수정.
Hinzufügen anderen Sprachen (Koreanisch, Japanisch). / 한국어 및 일본어 판 스킨 추가.
Etwas geändert. / 일부 사항 수정.
Geändert um Metapage Fehler von Internet Explorer. / IE에서의 메타페이지 에러 수정.
Hinzufügen Wysiwyg Style. / 위지윅 스타일 추가.
XML Specifikation(Breite des Inhalts) geändert. / XML 사양(본문 너비) 수정.
보호글 패스워드가 제대로 입력되지 않는 문제가 있었습니다 (제보: laotzu님)
이 문제의 해결을 위해서는 기존 사용자 여러분은 다음과 같은 방법을 따라 주십시오.
<input id="[##_article_Password_##]" name="[##_article_Password_##]"
type="Password" onkeydown="if (event.keyCode == 13)
[##_article_dissolve_##]" />
라고 되어있는데, 이것을
<input id="[##_article_password_##]" name="[##_article_password_##]"
type="password" onkeydown="if (event.keyCode == 13)
[##_article_dissolve_##]" />
로 바꾸어 주시면 되겠습니다.
이 부분을 쉽게 찾기 위해서는 텍스트 에디터에서 Ctrl+F를 눌러 검색 창을 띄운 뒤
protect 라는 키워드로 검색하면 바로 수정하는 부분으로 이동할 수 있습니다.
이
사항은 이전 버전인 Reiner Schwarz 1.03과 이 스킨을 변형한 Lets Dream에도 같은 에러와 같은 해결책이
적용됩니다. 현재 기존 버전인 RS1.03은 1.04로 수정 배포되면서, 1.7은 1.71로 수정 배포되면서 이 문제를
해결시켰습니다. 불편을 끼쳐 드려서 죄송합니다.
Step #1. 메모장, EditPlus, EmEditor 등 텍스트 에디터에서 style.css를 불러옴.#1.5. 텍스트큐브 관리자에서 수정할 경우: 꾸미기 > 스킨 편집에서 style.css를 불러옴.
Step #2. 다음 항목을 찾는다. (주석은 독일어 버전 기준)Line #110
/* Layouts für Blog */
#container {
width:/*@post-width:280*/ 890px /*@*/;
margin:0 auto;
background:url(images/tistory_bg.gif) repeat-y right #fff;
}
1. #container의 width: 890px 항목을 늘릴 사이즈 만큼 수정.
ex) width: 990px;
Line #127
#header {
width:/*@post-width:250*/ 860px /*@*/;
margin:0 auto;
padding:45px 0 0 30px;
}
2. #container에서 늘린 사이즈 만큼 #header의 width를 조정.
ex) #container에서 100px를 늘렸으니 860+100=960px로.
Line #138
#content {
margin:0;
float:left;
width:/*@post-width*/ 610px /*@*/;
padding: 35px 0 0 30px;
}
3. #container에서 늘린 사이즈 만큼 #content의 width를 조정.
ex) #container에서 100px를 늘렸으니 610+100=710px 로.
#content .entry { width:/*@post-width*/ 610px /*@*/; padding:0 0 15px 0; overflow:hidden; }
#searchList { width:/*@post-width*/ 610px /*@*/; margin: 0; padding:0 0 15px 0; overflow:hidden; }
.titleWrap { width:/*@post-width*/ 610px /*@*/; border-bottom:1px solid
#ccc; padding-bottom:5px; margin-bottom:20px; overflow:hidden; }
.article { width:/*@post-width*/ 610px /*@*/;
font-size:/*@post-body-font-size=*/ 12px /*@*/; font-family:
/*@post-body-font-family=*/ "Malgun Gothic", "Meiryo", "Segoe UI",
"Trebuchet MS", "MS PGothic", "Gulim", "AppleGothic", "Sans-serif";
/*@*/; color:/*@post-body-color=*/ #666666 /*@*/; overflow:hidden;}
4. 위 네 곳에 존재하는 610px를 710px로 조정.
텍스트 에디터나 웹 브라우저에서 610px로 검색(Ctrl+F)한 뒤에 나오는 610px를 전부 710px로 고쳐주고 저장.
Step #2.5 (해도 되고 안 해도 됩니다) index.xml을 열어서 맨 아래쪽에 있는 <contentWidth>610</contentWidth> 속성을 #header의 너비와 맞춘다.
Step #3. 편집한 내용을 모두 저장하고 업로드. 스킨을 다시 적용 시킨다. 텍스트큐브 관리자에서 직접 편집한 경우는 저장 즉시 적용됨.Step #4. 편집 완료.