<script type="text/javascript">
var add = location.href;
if(add == "http://티스토리주소.tistory.com/"){
location.href="원하는주소";
}
</script>
</head> ~ <body> 입력
::-moz-selection {
background-color: #888;
color: #fff;
}
::selection {
background-color: #888;
color: #fff;
}}
text-decoration:line-through;
원하는 곳에 태그 추가
메뉴나 스킨 내부에 색상 대신 이미지를 넣고 싶을 때
background: url(이미지주소) repeat;
background: url(이미지주소) no-repeat;
ex)
#content {background: url(./images/bg.png) no-repeat;}
블로그 배경 이미지 넣기
<style>
body {background-image: url(이미지주소);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: right bottom;}
table, td {background-color: transparent;}
</style>
1.
테마/스킨아무거나하고 노래 넣어서
스킨따면 스킨:블라블라 블라블라지우고 </body> 밑에 둘중 하나 복붙 (밑에권장)
http://static.tumblr.com/89yrhcu/nYKnmh9mi/simple_d.css
http://static.tumblr.com/89yrhcu/lXgnmk5ws/simple_d12px.css
2.
http://www.cursors-4u.com
css 18 (평소 커서)
html { cursor:url(파일업그로드링크),default!important }
css마지막 (링크 커서)
a, img, .moreless_fold, .moreless_top, .protect_submit, .rp_submit, .guest_submit, input[id="secret"] + label, .background .xx i, .background .category i, .a_t, .article_date, .proimg { cursor:url(링크),pointer !important}
마우스 커서 등 http://www.mf2fm.com/rv/dhtmlheartcursor.php
css 아무곳에 넣기
#tistorytoolbarid {display:none;}
css
-webkit-filter: grayscale(100%);
filter: gray;