Advertisement
themesbycl

Untitled

Aug 20th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  5. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/2eWl5b9xv/nav.js"></script>
  6. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&;v1' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  8.  
  9. <head>
  10.  
  11.  
  12. <style type="text/css">
  13.  
  14. .menutitle{padding:3px;width:267;float:center;background:#transparent;font-family:helvetica; color:#696969;font-size:11px;text-transform:uppercase;margin:2px;align:center;font-weight:bold;text-align:left;-webkit-transition-duration: 2.0s;border-bottom:1px dashed #00CED1;
  15. }
  16.  
  17. .menutitle a{color:#8a8a8a;letter-space:0px}
  18.  
  19. .menutitle:hover{ border-bottom:1px dashed #00FF7F;
  20.  
  21. -webkit-transition-duration: 0.5s;color:#000;;
  22. }
  23.  
  24.  
  25.  
  26. .submenu{
  27. margin-left:12px;
  28. margin-bottom: 0.5em;
  29.  
  30. font-family: "verdana"; font-size:10px;
  31.  
  32. }
  33. </style>
  34. <script type="text/javascript">
  35.  
  36. /***********************************************
  37. * Switch Menu script- by Martial B of http://getElementById.com/
  38. * Modified by Dynamic Drive for format & NS4/IE4 compatibility
  39. * Visit http://www.dynamicdrive.com/ for full source code
  40. ***********************************************/
  41.  
  42. var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
  43. var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
  44.  
  45. if (document.getElementById){ //DynamicDrive.com change
  46. document.write('<style type="text/css">\n')
  47. document.write('.submenu{display: none;}\n')
  48. document.write('</style>\n')
  49. }
  50.  
  51. function SwitchMenu(obj){
  52. if(document.getElementById){
  53. var el = document.getElementById(obj);
  54. var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
  55. if(el.style.display != "block"){ //DynamicDrive.com change
  56. for (var i=0; i<ar.length; i++){
  57. if (ar[i].className=="submenu") //DynamicDrive.com change
  58. ar[i].style.display = "none";
  59. }
  60. el.style.display = "block";
  61. }else{
  62. el.style.display = "none";
  63. }
  64. }
  65. }
  66.  
  67. function get_cookie(Name) {
  68. var search = Name + "="
  69. var returnvalue = "";
  70. if (document.cookie.length > 0) {
  71. offset = document.cookie.indexOf(search)
  72. if (offset != -1) {
  73. offset += search.length
  74. end = document.cookie.indexOf(";", offset);
  75. if (end == -1) end = document.cookie.length;
  76. returnvalue=unescape(document.cookie.substring(offset, end))
  77. }
  78. }
  79. return returnvalue;
  80. }
  81.  
  82. function onloadfunction(){
  83. if (persistmenu=="yes"){
  84. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  85. var cookievalue=get_cookie(cookiename)
  86. if (cookievalue!="")
  87. document.getElementById(cookievalue).style.display="block"
  88. }
  89. }
  90.  
  91. function savemenustate(){
  92. var inc=1, blockid=""
  93. while (document.getElementById("sub"+inc)){
  94. if (document.getElementById("sub"+inc).style.display=="block"){
  95. blockid="sub"+inc
  96. break
  97. }
  98. inc++
  99. }
  100. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  101. var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
  102. document.cookie=cookiename+"="+cookievalue
  103. }
  104.  
  105. if (window.addEventListener)
  106. window.addEventListener("load", onloadfunction, false)
  107. else if (window.attachEvent)
  108. window.attachEvent("onload", onloadfunction)
  109. else if (document.getElementById)
  110. window.onload=onloadfunction
  111.  
  112. if (persistmenu=="yes" && document.getElementById)
  113. window.onunload=savemenustate
  114.  
  115. </script>
  116.  
  117.  
  118.  
  119.  
  120. <meta name="color:permalink" content="#ECE5D9" />
  121. <meta name="image:Background" content="http://img535.imageshack.us/img535/7933/tumblrlpxnzkcuhf1qlzq96.jpg" />
  122. <meta name="color:text" content="#8A8A8A" />
  123. <meta name="color:links" content="#9E9E9E" />
  124. <meta name="color:italics" content="#9E9E9E" />
  125. <meta name="color:links hover" content="#C7C7C7" />
  126. <meta name="color:title" content="#929292" />
  127. <meta name="color:title shadow" content="#FFF7F0" />
  128. <meta name="color:borders" content="#EEE5DD" />
  129.  
  130.  
  131. <title>{title}</title>
  132. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl6tz9w4G1qfamg6.gif">
  133.  
  134.  
  135. <style type="text/css">
  136.  
  137. ::-webkit-scrollbar-thumb:vertical {
  138. background-color: #6D6D6D;
  139. height: 50px;
  140. }
  141. ::-webkit-scrollbar-thumb:horizontal {
  142. background-color: #6D6D6D;
  143. height: 10px;
  144. }
  145. ::-webkit-scrollbar {
  146. height: 5px;
  147. width: 5px;
  148. background-color: #fff;
  149. }
  150.  
  151. body{
  152. color: ;
  153. background-image:url("");
  154. background-postition:center;
  155. background-attachment: fixed;
  156. background-repeat: repeat;
  157. font-family: verdana;
  158. font-size: 10px;
  159. line-height: 13px;
  160. text-align:justify;
  161. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  162. }
  163.  
  164.  
  165. A:link, A:visited, A:active{
  166.  
  167. color:#ac4bf5;
  168. text-decoration:none;
  169. -webkit-transition-duration: 1.0s;
  170. }
  171.  
  172.  
  173. A:hover{
  174. color:#000;
  175. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
  176. }
  177.  
  178.  
  179. ii {
  180. color: ;
  181. font-family: verdana;
  182. font-size: 19px;
  183. font-style: italic;
  184. }
  185.  
  186.  
  187. big{
  188. color: #886D5B;
  189. font-family: ;
  190. font-size:17px;
  191. line-height:30px;
  192. letter-spacing:-1px;
  193. font-weight:normal;
  194. text-transform:;
  195. margin:0px;
  196. padding:0px;
  197. text-align:left;
  198. }
  199.  
  200.  
  201. .toplinks a:link, .toplinks a:visited, .toplinks a:active {
  202. display: block;
  203. font-family: georgia;
  204. font-style: italic;
  205. text-transform: lowercase;
  206. font-size: 9px;
  207. text-align: right;
  208. margin: 2px 5px;
  209. border-right: 4px solid #8a8a8a;
  210. background-color: #fff;
  211. padding: 2px 10px;
  212. letter-spacing: 1px;
  213. color: #E0E0E0;
  214. transition: all 0.4s ease-out;
  215. -o-transition-transition: all 0.4s ease-out;
  216. -webkit-transition: all 0.4s ease-out;
  217. -moz-transition: all 0.4s ease-out;
  218. }
  219.  
  220. .toplinks a:hover {
  221. background-color: #8a8a8a;
  222. padding-right: 50px;
  223. }
  224.  
  225.  
  226. b {
  227. font-family: verdana;
  228. color: #9E9E9E;
  229. font-weight: bold;
  230. font-size: 10px;
  231. }
  232.  
  233.  
  234. i {
  235. color: #9E9E9E;
  236. font-family: verdana;
  237. font-weight: none;
  238. font-size: 10px;
  239. border-bottom: solid 0px ;
  240. }
  241.  
  242.  
  243. u{
  244. text-decoration:none;
  245. border-bottom:#d5d0c1 dashed 1px;
  246. }
  247. font3 {font-family: "tall"; font-size:30px; z-index:1; color: #808080;letter-spacing:1px;}
  248. @font-face {
  249. font-family: "tall";
  250. src: url('http://static.tumblr.com/oct6d4x/tbFly60ly/willg___.ttf');
  251. }
  252. .sideedescr{margin: 5px; padding: 5px; text-align: justify; font-size: 9px; font-family: verdana; padding: 3px; background-color: #ffffff; color: ; overflow: auto; height: 82px;}
  253. .sideedescr a{font-size: 9px; ;}
  254.  
  255. #sidee2{margin-left: 85px; margin-top: 0px; width: 530px; float: left; background-color: #fff; padding: 0px; position: fixed; height: auto; z-index:9999;}
  256.  
  257. .sideedescr2{margin: 5px; padding: 5px; text-align: justify; font-size: 9px; font-family: verdana; border:1px solid #ddd;padding: 3px; background:;background-attachment: fixed; background-repeat: repeat;
  258. color: ; overflow: scroll; height: auto;}
  259.  
  260. .sideedescr2 a{font-size: 9px; ;}
  261.  
  262. @font-face { font-family: "raleway_thin"; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  263.  
  264. .blogtitle{
  265.  
  266. font-family:"raleway_thin";
  267. font-size:30px;
  268. line-height:10px;
  269. letter-spacing:1px;
  270. margin-top: 45px;
  271. margin-left: 85px;}
  272. <style type="text/css">{CustomCSS]</style>
  273.  
  274.  
  275.  
  276. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  277.  
  278.  
  279. <body>
  280.  
  281.  
  282.  
  283. <!-- IMPORTANT -->
  284.  
  285. <body><div class="blogtitle"><a href="/">Tutorials</a></div></center><br>
  286.  
  287. <div id="sidee2">
  288. <div class="sideedescr2">
  289.  
  290. <div id="masterdiv">
  291.  
  292. <div class="menutitle" onclick="SwitchMenu('sub1')">HTML CODES</div>
  293. <span class="submenu" id="sub1">
  294. <div style="margin-left:8px;">Go <a href="http://www.cherrybam.com/html-codes.php">here</a>
  295. </div>
  296. </span></p>
  297.  
  298.  
  299.  
  300. <div class="menutitle" onclick="SwitchMenu('sub2')">MOVING title </div>
  301. <span class="submenu" id="sub2">
  302. <div style="margin-left:8px;"> Go to <a href="http://www.bosiljak.hr/titlemaker/">this</a> site</div>
  303. </span></p>
  304.  
  305. <div class="menutitle" onclick="SwitchMenu('sub3')">faded images
  306. </div>
  307. <span class="submenu" id="sub3">
  308. <div style="margin-left:8px;"> 1. Copy and Paste the following code under <img src="http://static.tumblr.com/xgp678o/ObAm937g0/css.png">
  309. <br><textarea cols="40" rows="3">img{-webkit-transition: opacity 0.8s linear;opacity: 0.60;}
  310. img:hover{-webkit-transition: opacity 0.8s linear;opacity: 1;}</textarea>
  311. </div></span></p>
  312.  
  313.  
  314. <div class="menutitle" onclick="SwitchMenu('sub4')">see who unfollowed you </div>
  315. <span class="submenu" id="sub4">
  316. <div style="margin-left:8px;"> Go <a href="http://www.aljtmedia.com/stalkr/">here</a> and login or install <a href="http://xkit-extension.tumblr.com/">Xkit</a></div>
  317. </span></p>
  318.  
  319. <div class="menutitle" onclick="SwitchMenu('sub5')">You've been here_times
  320. </div>
  321. <span class="submenu" id="sub5">
  322. <div style="margin-left:8px;"> Copy and Paste the following code in your description
  323. <br><textarea cols="40" rows="3"><SCRIPT>
  324. function GetCookie (name) {
  325. var arg = name + "=";
  326. var alen = arg.length;
  327. var clen = document.cookie.length;
  328. var i = 0;
  329. while (i < clen) {
  330. var j = i + alen;
  331. if (document.cookie.substring(i, j) == arg)
  332. return getCookieVal (j);
  333. i = document.cookie.indexOf(" ", i) + 1;
  334. if (i == 0) break;
  335. }
  336. return null;
  337. }
  338. function SetCookie (name, value) {
  339. var argv = SetCookie.arguments;
  340. var argc = SetCookie.arguments.length;
  341. var expires = (argc > 2) ? argv[2] : null;
  342. var path = (argc > 3) ? argv[3] : null;
  343. var domain = (argc > 4) ? argv[4] : null;
  344. var secure = (argc > 5) ? argv[5] : false;
  345. document.cookie = name + "=" + escape (value) +
  346. ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
  347. ((path == null) ? "" : ("; path=" + path)) +
  348. ((domain == null) ? "" : ("; domain=" + domain)) +
  349. ((secure == true) ? "; secure" : "");
  350. }
  351. function DeleteCookie (name) {
  352. var exp = new Date();
  353. exp.setTime (exp.getTime() - 1);
  354. var cval = GetCookie (name);
  355. document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
  356. }
  357. var expDays = 30;
  358. var exp = new Date();
  359. exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
  360. function amt(){
  361. var count = GetCookie('count')
  362. if(count == null) {
  363. SetCookie('count','1')
  364. return 1
  365. }
  366. else {
  367. var newcount = parseInt(count) + 1;
  368. DeleteCookie('count')
  369. SetCookie('count',newcount,exp)
  370. return count
  371. }
  372. }
  373. function getCookieVal(offset) {
  374. var endstr = document.cookie.indexOf (";", offset);
  375. if (endstr == -1)
  376. endstr = document.cookie.length;
  377. return unescape(document.cookie.substring(offset, endstr));
  378. }
  379. </SCRIPT>
  380. <SCRIPT>
  381. document.write("You've been here <b>" + amt() + "</b> times.")
  382. </SCRIPT></textarea>
  383. </div></span></p>
  384.  
  385.  
  386.  
  387. <div class="menutitle" onclick="SwitchMenu('sub6')">back to top button
  388. </div>
  389. <span class="submenu" id="sub6">
  390. <div style="margin-left:8px;">
  391. WANT <a href="http://static.tumblr.com/xgp678o/W5zm936zi/klo.jpg">THIS</a>?<br>
  392. <br>1. Copy and Paste the following code before <img src="http://static.tumblr.com/xgp678o/FBDm937j8/style.png">
  393. <br><textarea cols="40" rows="3">#scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 10px; right: 10px;}</textarea>
  394. <br>2. put this before <img src="http://static.tumblr.com/xgp678o/LwDm937kk/head.png">
  395. <br><textarea cols="40" rows="3"><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/xgp678o/o2vm90hlw/a.png" border="0"></a></textarea>
  396. <br><img src="http://static.tumblr.com/xgp678o/9s2m90i9u/bk.png">
  397. <br>*change the link in blue if you want to change the back to top button, you can choose the button <a href="http://stylesinthecity.tumblr.com/backtotopbutton">here</a>
  398. </div></span></p>
  399.  
  400. <div class="menutitle" onclick="SwitchMenu('sub7')">drop down network
  401. </div>
  402. <span class="submenu" id="sub7">
  403. <div style="margin-left:8px;">
  404. WANT <a href="http://static.tumblr.com/xgp678o/KfPm936dn/nl.jpg">THIS</a>?<br>
  405. 1. put <a href="http://pastebin.com/sjcWjzrG">this</a> code before<img src="http://static.tumblr.com/xgp678o/fmKm92bus/m.png"> *For Narnia theme after <img src="http://static.tumblr.com/xgp678o/AjNm92c6s/m.png">
  406.  
  407. <br>*changing the size of the box :
  408. <br>cmd f/ctrl f to find <b>#network:hover{height:143px;</b> (change the height)
  409. <br>*change the size of the icon : <br>use cmd f/ctrl f to find <b>#icon{height:40px; width:35px;</b> (change the height & width to your liking )
  410. <br>2. Put <a href="http://pastebin.com/4SmY5Wtd">this</a> after <img src="http://static.tumblr.com/xgp678o/N9Cm92c35/m.png">
  411. <br>*don't forget to replace NETWORKURL with your network url and NETWORKICONURL with your network icon url !
  412. <br>*adding more network icon : copy paste <a href="http://pastebin.com/DGBZxrxv">this</a> after
  413. <br><img src="http://static.tumblr.com/xgp678o/ISEm92awz/j.png">
  414.  
  415. </div></span></p>
  416.  
  417.  
  418. <div class="menutitle" onclick="SwitchMenu('sub8')">faqs above ask box
  419. </div>
  420. <span class="submenu" id="sub8">
  421. <div style="margin-left:8px;">
  422. WANT <a href="http://static.tumblr.com/xgp678o/Bvjm936h7/ol.png">THIS</a>?<br>
  423. 1. Go to Customize > Pages > Add a Page. Put the page URL,/message or /FAQs
  424. <br>2. write your FAQs at the Body part.
  425. <br>3. click the HTML button, looks like <a href="http://static.tumblr.com/vvpuum6/RF3m92hs4/k.png">this</a>
  426. <br>4. in the new window, paste the following code after your FAQs
  427. <br><textarea cols="40" rows="3"><iframe frameborder="0" border="0" scrolling="yes" width="200" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe></textarea>
  428. <br>replace USERNAME.tumblr.com with your URL, click update!
  429. <br>then click Save Page !
  430. </div></span></p>
  431.  
  432. </div>
  433.  
  434. </div>
  435.  
  436.  
  437.  
  438.  
  439.  
  440. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement