Advertisement
karenok

Theme 13

May 15th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1. <!--
  2. Theme by fvckanonymous, keep the credits okay? Okay
  3. -->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <script type="text/javascript">
  9. <!--
  10.  
  11. function IE(e)
  12. {
  13. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  14. {
  15. return false;
  16. }
  17. }
  18. function NS(e)
  19. {
  20. if (document.layers || (document.getElementById && !document.all))
  21. {
  22. if (e.which == "2" || e.which == "3")
  23. {
  24. return false;
  25. }
  26. }
  27. }
  28. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  29.  
  30. //-->
  31. </script>
  32.  
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39. <meta name="color:Background" content="#FCF2DD"/>
  40. <meta name="color:Text" content="#000000"/>
  41. <meta name="color:Title" content="#D198A6"/>
  42. <meta name="color:Link" content="#D48E8E"/>
  43. <meta name="color:Link Hover" content="#000000"/>
  44. <meta name="color:Permalink" content="#F5F5F5"/>
  45.  
  46. <meta name="image:Background" content=""/>
  47. <meta name="image:Sidebar" content=""/>
  48.  
  49.  
  50. <meta name="text:Link1" content="/" />
  51. <meta name="text:Link1 Title" content="Link 1" />
  52. <meta name="text:Link2" content="/" />
  53. <meta name="text:Link2 Title" content="Link 2" />
  54. <meta name="text:Link3" content="/" />
  55. <meta name="text:Link3 Title" content="Link 3" />
  56. <meta name="text:Link4" content="/" />
  57. <meta name="text:Link4 Title" content="Link 4" />
  58. <meta name="text:Link5" content="/" />
  59. <meta name="text:Link5 Title" content="Link 5" />
  60. <meta name="text:Link6" content="/" />
  61. <meta name="text:Link6 Title" content="Link 6" />
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. @font-face { font-family: "Metrophobic"; src: url('http://fonts.googleapis.com/css?family=Metrophobic'); }
  67.  
  68.  
  69.  
  70. body{color:{color:Text}; background-attachment:fixed; background-color:{color:Background}; background-image: url('{image:Background}'); text-align:justify; font-family:calibri; font-size:11px;}
  71.  
  72. a{color: {color:link}; text-decoration: none;}
  73.  
  74. a:hover{ color:{color:Link Hover}; font-weight:none; text-shadow: 1px 1px 2px {color:Text}; transition: all 0.5s ease-out; -o-transitiontransition: all 1.5s ease-out; -webkit-transition: all 0.5s ease-out; -moz-transition: all 1.5s ease-out;}
  75.  
  76. a img{border:0}
  77.  
  78. #entries{margin-left:395px; width:500px}
  79.  
  80. #sidebarimg {margin-bottom:3px; padding:5px;border-radius: 30px 30px 30px 30px;}
  81.  
  82. #sidebarimg img {max-width:250px; height: auto;}
  83.  
  84. #sidebar {width:284px; margin-left:1000px; height:100%px; margin-top:200px; position:fixed; overflow:hidden; background-color:transparent; padding:3px;}
  85.  
  86. .title{font-family:arial; color:{color:Title}; font-size:25px;padding:3px; text-align:center;}
  87.  
  88. #links {width:262px; background-color:transparent; text-transform:lowercase;padding:5px; text-align:center; font-size:12px; font-family:calibri;}
  89.  
  90. #description {font-family:calibri; font-size:12px; text-align:center; margin-bottom: 2px; padding:5px; text-align:center; color:{color:Text};}
  91.  
  92. #pagination {font-size:42px; text-align: center; font-family:georgia; text-align:center;}
  93.  
  94. #pagination a{color:{color:Link}}
  95.  
  96. #permalink {position: absolute;margin-top: 1px;margin-left: 69px;opacity: 0;
  97. -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  98. -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  99.  
  100. #posts{background-color:transparent; margin-bottom:20px; margin-top:10px; padding:7px; overflow:hidden; padding:3px; font-family:calibri;}
  101.  
  102. #h1{font-family:happy monkey; color:{color:Text}; font-size:18px; line-height:12px;font-weight:normal; margin:0px; padding:3px; margin-left:10px;}
  103.  
  104.  
  105.  
  106. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  107.  
  108. p{margin-top:5px; margin-bottom:5px; }
  109.  
  110. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:{color:Entries}; border-left:3px solid {color:Link};}
  111.  
  112. .postalign{text-align:justify; padding:3px 7px 0px 7px;}
  113.  
  114. .answer{
  115. color:#000000;
  116. padding-top:3px;
  117. font-weight:bold;
  118. font-style:none;}
  119.  
  120. .chat {line-height: 12px; list-style: none }
  121. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  122. .person1 {background-color:{color:Background}; color: {color:text}; }
  123. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  124. .person2 {color: {color:Text} }
  125. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  126.  
  127. .quote{font-family:{font:Title}; font-size:13px; color: {color:Text}; font-style:italic;}
  128.  
  129. .audio{background-color:{color:Entries}; height:35px; overflow:hidden;}
  130.  
  131. i, em {color: {color:Link};}
  132. b, strong {color: {color:Title};}
  133.  
  134. ::selection {
  135. color:{color:Text};
  136. background-color: {color:Link};
  137. }
  138.  
  139. ::-moz-selection {
  140. color:{color:Text};
  141. background-color: {color:Link};
  142. }
  143.  
  144. ::-webkit-selection {
  145. color:{color:Text};
  146. background-color:{color:Link};
  147. }
  148.  
  149.  
  150. .perma{opacity: 0.0;filter: alpha(opacity = 0);margin-top: 0px;width: 60px;height: 30px;line-height: 30px;
  151. font-size: 9px;position:absolute;text-align: center;z-index:9999991; margin-top: 5px;margin-left: 4px;
  152. text-align: center;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
  153. -o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  154.  
  155. #entry:hover .perma {margin-top: 11px;-webkit-transition: all 0.4s ease-in-out;
  156. -moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;
  157. transition: all 0.4s ease-in-out;opacity: 1;}
  158.  
  159. .likep {display: inline;width: 21px;float: right;height: 20px;margin-left:-4px;overflow: hidden;
  160. position: relative;z-index: 9999999;-webkit-transition: all .4s ease;}
  161.  
  162. .likep a {background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  163. background-position: 0px 0px;display: block;z-index: 9999999;-webkit-transition: opacity 0.4s linear;
  164. opacity: 2; -webkit-transition: all 0.1s linear;-webkit-transition: all 0.1s linear;
  165. -moz-transition: all 0.1s linear;transition: all .1s linear;}
  166.  
  167. .likep img {width: 21px;height: 20px;-webkit-transition: opacity 0.4s linear; opacity: 2;
  168. -webkit-transition: all 0.1s linear;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;
  169. transition: all .1s linear;}
  170.  
  171. .rep img{width: 24px;height: 20px;line-height: 30px;display: inline;}
  172.  
  173. #postnotes{
  174. text-align: justify;}
  175.  
  176. #postnotes blockquote{
  177. border: 0px;}
  178.  
  179. .notes img{width:10px; position:relative; top:3px;}
  180.  
  181. .permalink{
  182. font-family: Arial;
  183. font-size:11px;
  184. line-height:12px;
  185. display: block;
  186. text-align: right;
  187. text-decoration: none;
  188. }
  189.  
  190.  
  191.  
  192. </style>
  193. <style type="text/css">{CustomCSS}</style>
  194. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  195. </head>
  196.  
  197.  
  198. <body>
  199. <div id="sidebar">
  200. <div id="links"><a href="{text:Link1}">{text:Link1 Title}</a> | <a href="{text:Link2}">{text:Link2 Title}</a> | <a href="{text:Link3}">{text:Link3 Title}</a> | <a href="{text:Link4}">{text:Link4 Title}</a> | <a href="{text:Link5}">{text:Link5 Title}</a> | <a href="{text:Link6}">{text:Link6 Title}</a></div>
  201. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  202. <div id="description">{block:Description}{Description}{/block:Description}</div>
  203. </div>
  204. <div id="entries">
  205. <div class = "autopagerize_page_element" >
  206. <div id="posts">
  207.  
  208. {block:Posts}
  209. <div id="entry">
  210.  
  211. {block:Answer}
  212. <div class="entry">
  213. <b>{Asker}:</b> {Question}&nbsp; {Answer}</div>
  214. {/block:Answer}
  215.  
  216. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span>
  217. {/block:text}
  218.  
  219. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>{/block:link}
  220.  
  221. {block:Photo}
  222. {block:IndexPage}<div class="perma">
  223. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  224. </div> <div id="permalink">
  225. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:IndexPage}<center>{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px></a>{LinkCloseTag}</center>
  226. {/block:Photo}
  227.  
  228. {block:Photoset}{block:IndexPage}<div class="perma">
  229. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  230. </div> <div id="permalink">
  231. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:IndexPage}
  232. <div class="photoset">{Photoset-500}</div>
  233. {/block:Photoset}
  234.  
  235. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> </span>{/block:Quote}
  236.  
  237. {block:Chat}<div style="background-color:{color:Quote background}; padding: 4px;">{block:Title}<span class="title">{Title}</span>{/block:Title}
  238. <ul class="chat">{block:Lines} <li class="user_{UserNumber}"> {block:Label}
  239. <span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}
  240. </ul></div><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>{/block:Chat}
  241.  
  242.  
  243. {block:Audio}
  244. {/block:IndexPage}<center><div style="width: 350px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;"> {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br/>{block:Caption}{Caption}{/block:Caption}<span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> </span>
  245. {/block:Audio}
  246.  
  247. {block:Video}{block:IndexPage}<div class="perma">
  248. <a href="{permalink}">{NoteCountWithLabel}</a> •&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}<center>
  249. <div class="video">{Video-500}</div></center>
  250. {block:Video}
  251.  
  252. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  253.  
  254. {block:PostNotes}{PostNotes}
  255. {/block:PostNotes}
  256. </div>
  257.  
  258. {/block:Posts}
  259. </center>
  260. </div></div>
  261.  
  262. </body>
  263.  
  264. </a><div style="position:fixed; bottom:10px; left:1280px;">
  265. <a href="http://fvckanonymous.tumblr.com/"><big>C R E D I T</big></a>
  266.  
  267. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement