<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 카테고리에서 전체보기를 없애는 방법]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=7253&amp;type=atom"/>
	<updated>2008-12-01T14:31:30Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=7253</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 카테고리에서 전체보기를 없애는 방법]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32394#p32394"/>
			<content type="html"><![CDATA[<p>#category li&nbsp; {font-size:0;&nbsp; } <br />#category li ul li { font-size:12px;}</p><p>이걸 추가하시구요, <br />둘째줄의 font-size에다가 사용하시려는 글자크기를 쓰시면 됩니다.</p>]]></content>
			<author>
				<name><![CDATA[밥먹자]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=3189</uri>
			</author>
			<updated>2008-12-01T14:31:30Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32394#p32394</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 카테고리에서 전체보기를 없애는 방법]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32377#p32377"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>나니 작성:</cite><blockquote><p>category를 가지고 있는 div의 class명이 .category라고 가정하에,<br />category_list 치환자를 쓰고 있다면,<br />.category ul li ul { display: none; } 하면 됩니다.</p></blockquote></div><p>음. 제가 맞게 찍은;;건지 모르겠는데요.<br />skin.html에서 보니 div id=&quot;category&quot;라고 되어있고<br />치환자는 ##_category_list_## 입니다.</p><p>style.css에서 카테고리 관련 부분은<br />사이드바에서</p><p>/* Categories */<br />#category&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { font-size:9pt; padding-bottom:15px;}<br />#category ul&nbsp; &nbsp; &nbsp; &nbsp; { list-style:none;}<br />#category li a&nbsp; &nbsp; &nbsp; &nbsp; { }</p><p>/* 1 depth */<br />#category ul li ul li a&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { }</p><p>/* 2 depth */<br />#category ul li ul li ul li&nbsp; &nbsp; &nbsp; &nbsp; { }<br />#category ul li ul li ul li a&nbsp; &nbsp; { font:8pt verdana, 돋움; font-weight:normal;}</p><p>/* selected */<br />#category .selected&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { font-weight:bold;}<br />#category .selected ul li&nbsp; &nbsp; &nbsp; &nbsp; { font-weight:normal;}</p><p>여기인거 같은데요;;<br />예로 들어주신거랑 class명이 달라서 정확히 모르겠지만<br />그냥 눈치로-_-;; #category ul li ul { display: none; } 을 삽입했더니<br />카테고리에서 &quot;전체&quot;부분만 남고 나머지 카테고리명들이 안보이게 되었습니다.<br />제가 원하는거랑 반대 결과가 나왔어요;;<br />잘 모르고 하다보니 제가 뭔가 실수한거 같은데 어디를 고쳐야할까요..?</p>]]></content>
			<author>
				<name><![CDATA[피스]]></name>
			</author>
			<updated>2008-11-30T17:58:24Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32377#p32377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 카테고리에서 전체보기를 없애는 방법]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32374#p32374"/>
			<content type="html"><![CDATA[<p>category를 가지고 있는 div의 class명이 .category라고 가정하에,<br />category_list 치환자를 쓰고 있다면,<br />.category ul li ul { display: none; } 하면 됩니다.</p>]]></content>
			<author>
				<name><![CDATA[나니]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=134</uri>
			</author>
			<updated>2008-11-30T16:24:10Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32374#p32374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 카테고리에서 전체보기를 없애는 방법]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32371#p32371"/>
			<content type="html"><![CDATA[<p><a href="http://plyfly.net/Docs/TextcubeSkinManual/replacer.html#sidebar_category">http://plyfly.net/Docs/TextcubeSkinManu … r_category</a> 를 보시면 카테고리를 출력하게끔하는 치환자가 2개 있다는 것을 아실 수 있습니다. 하지만 이 두가지 치환자 모두 전체보기 링크를 포함하고 있어서 피스님이 원하시는대로 하려면 이 두 치환자를 써서는 안될것 같습니다. </p><p>번거롭겠지만, 임의로 각 분류를 html 코드 링크로 넣는 방법은 있을것 같습니다. 제 블로그 <a href="http://lunamoth.biz/">http://lunamoth.biz/</a> 우측 상단에서 두번째 Archive Summary 가 그렇게 해서 구성을 하였습니다.</p>]]></content>
			<author>
				<name><![CDATA[lunamoth]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=56</uri>
			</author>
			<updated>2008-11-30T15:26:27Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32371#p32371</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[카테고리에서 전체보기를 없애는 방법]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=32364#p32364"/>
			<content type="html"><![CDATA[<p>이글루스에서 텍스트큐브로 넘어오면서 신세계를 경험중인 1人(..;;)입니다.<br />아무래도 익숙한게 편한지라 전에 쓰던 이글루 스킨 비슷하게 수정하고 있는 참인데<br />포럼에서 참 많은 도움을 얻고 있습니다. 답변 달아주시는 모든 분께 감사의 인사를 우선 전하고요..;;</p><p>근데 카테고리에서 전체보기를 없애는 방법에 대해서는 관련 글이 없더라구요.<br />제가 못찾은건지 아니면 너무 간단한 내용이라 질문자가 없었던건지..;;</p><p>아 그러니깐 설명하자면 카테고리를 보면</p><p>Category<br />-전체<br />-잡담<br />-사진<br />.<br />.<br />.</p><p>이런식으로 제가 만든 카테고리 위에 &quot;전체&quot;보기가 있잖아요. 저 부분을 없애고싶은데 어떻게 해야할까요?</p><p>Category<br />-잡담<br />-사진<br />.<br />.<br />.</p><p>이런식으로 나오게끔요.<br />스킨 관련해서 눈이 빠지게 쳐다봤지만 저부분만 따로 떼어내는 부분이 어딘지 모르겠습니다-_ㅠ</p>]]></content>
			<author>
				<name><![CDATA[피스]]></name>
			</author>
			<updated>2008-11-30T12:46:29Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=32364#p32364</id>
		</entry>
</feed>
