Nothing, everthing.
etoon.tistory.com
background: url('이미지주소') no-repeat fixed center top;background-size:cover;

혹은

background: url('이미지주소') no-repeat fixed 0 0; 


imagefix2.js.txt

첨부파일 다운받아서 업로드 시킨 후,

skin.html 안에 아래 코드를 입력한다. </head> 위가 무난.

- <script src="./images/imagefix2.js" type="text/javascript"></script>


참고 : http://webdir.tistory.com/60


css -> container 


background:rgba(xxx,xxx,xxx)을 찾아서 

background:rgba(xxx,xxx,xxx,0.X)로 고친 후

0.X에 원하는 투명도 적용한다.


0-1 사이의 소수점 단위로 쓸 수 있는데 0에 가까울수록 투명해짐


혹시 일부만 된다면 article 등 background(rgba) 찾아서 다 적용시켜 볼 것.

나 비록 스킨같은거 만들지는 못하지만..

http://justgeey.blog.me/140199607604

이런 색감 좋아해

이뿨- 


https://color.adobe.com/ko/create/color-wheel/

여기도 ㅊㅊ


html/css페이지에서 </head> 바로 앞에 붙여넣고 저장


<script type="text/javascript">

var add = location.href;

if(add == "http://블로그주소.tistory.com/"){

location.href="http://블로그주소.tistory.com/글번호";}

</scrip>


납치태그 후 고정화면을 보면 제목과 날짜, 혹은 코멘트까지 같이 고정된다. 

이 경우 해당 글 수정에서 html을 클릭 후 

<style>.포스트 제목 {display:none }.포스트 날짜 {display:none }.포스트 댓글 {display:none }</style>을 추가한다.


티스토리에서-

http://www.cursors-4u.com/

들어가서  맘에 드는 것 클릭 후

HTML/CSS 편집 - HTML 아무데나 걍 붙여버림!!! 나는 맨하단에 붙임


치명적인 문제가 있었음!!


SKIN BY ETOON