Advertisement
thedemil0vatoanon

theme #5

Aug 21st, 2012
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. <!--
  2. Theme made by swagdv. PLEASE do NOT remove the credit !!11!! Or i will pee on everything you love.
  3. -->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Sidebar" content="#ffffff"/>
  18. <meta name="color:Text" content="#000000"/>
  19. <meta name="color:Link" content="#000000"/>
  20. <meta name="color:Link Hover" content="#ffffff"/>
  21. <meta name="color:Permalink" content="#ffffff"/>
  22.  
  23.  
  24. <meta name="image:Background" content=""/>
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <meta name="text:Link1 Url" content="/" />
  28. <meta name="text:Link1 Title" content="Link 1" />
  29. <meta name="text:Link2 Url" content="/" />
  30. <meta name="text:Link2 Title" content="Link 2" />
  31. <meta name="text:Link3 Url" content="/" />
  32. <meta name="text:Link3 Title" content="Link 3" />
  33.  
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}{block:SearchPage} - Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  37.  
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <style type="text/css">
  41.  
  42. body {color:{color:text};background-color:{color:background};background-image: url('{image:background}');background-position: center;background-attachment:fixed;background-repeat: repeat;font-size:10px;font-family: Arial;line-height:110%;text-align:justify}
  43.  
  44. a{color: {color:link}; text-decoration: none;}
  45.  
  46. a:hover{ text-shadow:4px 4px 0px rgba(0,0,0,0.1),3px -6px 0px rgba(0,0,0,0.2),6px 6px 0px rgba(0,0,0,0.1),-5px 4px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
  47.  
  48.  
  49. #content {margin-left:430px; margin-top:10px; width:505px}
  50.  
  51. #sidebarimg img {max-width: 230px; margin-left:0px; margin-top:5px;
  52. height: auto; text-align:center;border:1px {color:border};}
  53.  
  54. #sidebar {width: 250px; margin-left:100px; margin-top:90px; position:fixed; overflow:hidden; background-color: {color:sidebar}; padding:12px;}
  55.  
  56. #title{font-family: Miniver; font-size:20px; text-align:center;}
  57.  
  58. #links {width:240px; background-color:transparent; padding:5px; text-align:center; font-size:12px; font-family: Arial;}
  59.  
  60. #description {font-size:10px; text-align:center; font-family: Arial; line-height:90%; margin-bottom:10px;}
  61.  
  62. #pagination {font-size:17px; text-align: center; font-family:verdana;}
  63.  
  64. #pagination a{color:{color:link}}
  65.  
  66. #posts{background-color:transparent; margin-bottom:5px; margin-top:5px; }
  67.  
  68. #h1{font-family: Arial; color:{color:Text}; font-size:18px; line-height:12px; padding:3px; margin-left:10px;}
  69.  
  70. #h2{font-family: Arial; color:{color:Text}; font-size:12px; line-height:12px; padding:0px; margin-left:6px;}
  71. #source {text-align:right; font-size:9px;}
  72.  
  73. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  74.  
  75. p{margin-top:5px; margin-bottom:5px; }
  76.  
  77. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:3px solid {color:Link};}
  78.  
  79.  
  80. ol.notes img {
  81. width: 16px;
  82. position: relative;
  83. display: inline;
  84. top: 3px;
  85. }
  86. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  87.  
  88. margin: 0 auto;
  89. }
  90.  
  91. .text {
  92. padding: 5px;
  93. }
  94.  
  95. ol.notes {
  96. padding: 0 10px;
  97. }
  98.  
  99. .perma
  100. {
  101. opacity: 0.0;
  102. filter: alpha(opacity = 0);
  103. margin-top: -21px;
  104. width: px;
  105. height: 30px;
  106. line-height: 30px;
  107. font-size: 9px;
  108. position:absolute;
  109. text-align: center;
  110. z-index:9999991;
  111. color: {color:permalink};
  112.  
  113. }
  114. a.p
  115. {
  116.  
  117. color: {color:permalink};
  118. }
  119. .entry:hover .perma {
  120.  
  121. -webkit-transition: opacity 0.4s linear;
  122. opacity: 1;
  123. -moz-transition: all 0.4s linear;
  124. transition: all 0.4s linear;
  125. filter: alpha(opacity = 100);
  126.  
  127. }
  128.  
  129. select {
  130. font-size: 9px;
  131. width: 100px;
  132. margin-left: 10px;
  133.  
  134. }
  135. option {
  136. font-size: 9px;
  137. text-align: left;
  138.  
  139. }
  140. input[type=button]
  141. {
  142. font-size: 9px;
  143. }
  144.  
  145. .likep {
  146. width: 21px;
  147. height: 20px;
  148. overflow: hidden;
  149. position: relative;
  150. z-index: 9999999;
  151. position: absolute;
  152. margin-top: 26px;
  153. margin-left: 5px;
  154. }
  155. .rep {
  156. width: 24px;
  157. height: 20px;
  158. overflow: hidden;
  159. position: relative;
  160. z-index: 9999999;
  161. position: absolute;
  162. margin-top: 26px;
  163. margin-left: 29px;
  164. }
  165. .likep a:hover {
  166. background-position: 0px 0px;
  167. }
  168. .likep a {
  169. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  170. background-position: 0px 0px;
  171. display: block;
  172. z-index: 9999999;
  173. webkit-transition: all 0s linear;
  174. -webkit-transition: all 0s linear;
  175. -moz-transition: all 0s linear;
  176. transition: all 0s linear;
  177. }
  178. .likep img {
  179. width: 21px;
  180. height: 20px;
  181. webkit-transition: all 0.2s linear;
  182. -webkit-transition: all 0.2s linear;
  183. -moz-transition: all 0.2s linear;
  184. transition: all 0.2s linear;
  185. }
  186. .rep img{
  187. width: 24px;
  188. height: 20px;
  189. line-height: 30px;
  190. display: inline;
  191. }
  192.  
  193. .not { position: absolute;
  194. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  195. height: 20px;
  196. font-size: 11px;
  197. line-height: 20px;
  198. color: #fff;
  199. position: absolute;
  200. margin-top: 26px;
  201. margin-left: 56px;
  202. padding-left: 4px;
  203. padding-right: 4px;
  204. -moz-border-radius: 2px;
  205. border-radius: 2px;
  206. }
  207. .not a{
  208. color: #fff;
  209. font-weight: bold;
  210. font-family: Arial, Helvetica, sans-serif;
  211. }
  212. ::-webkit-scrollbar-thumb:vertical {
  213. background-color: {color:Link};
  214. height:auto;
  215. border: 1px solid #ddd;
  216. }
  217.  
  218. ::-webkit-scrollbar-thumb:horizontal {
  219. background-color:#eee
  220. height:auto !important;
  221. }
  222.  
  223. ::-webkit-scrollbar {
  224. height:auto;
  225. width:7px;
  226. background-color: transparent;
  227. }
  228.  
  229. p {
  230. margin:0px;
  231. margin-top:0px;
  232. }
  233.  
  234.  
  235. </style>
  236. <style type="text/css">{CustomCSS}</style>
  237. </head>
  238.  
  239.  
  240. <body>
  241. <div id="sidebar">
  242. <div id="title"><a href="/">{Title}</a></div>
  243. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  244. <div id="links"><a href="{text:Link1 Url}"> home </a> · <a href=" /ask "> ask </a> · <a href="{text:Link1 Url}">{text:Link1 Title}</a> · <a href="{text:Link2 Url}">{text:Link2 Title}</a> · <a href="{text:Link3 Url}">{text:Link3 Title}</a></div>
  245.  
  246. <div id="description"><br>{Description}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  247. </div>
  248.  
  249. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"></a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>
  250. </div>
  251.  
  252.  
  253. <div id="content">
  254. {block:Posts}
  255. <div class="entry">
  256. {block:IndexPage}<div class="perma">
  257. <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>
  258. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  259.  
  260.  
  261. </div>
  262. {/block:IndexPage}
  263. {block:Text}
  264. <div class="text">
  265. {block:Title}
  266. <h3><a href="{Permalink}">{Title}</a></h3>
  267. {/block:Title}
  268. {Body}
  269. </div>
  270. {/block:Text}
  271.  
  272. {block:Photo}
  273. {block:IndexPage}
  274. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  275. {/block:IndexPage}
  276. {block:permalinkpage}{LinkOpenTag}
  277. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  278. {/block:permalinkpage}
  279.  
  280. {/block:Photo}
  281.  
  282. {block:Photoset}
  283. {block:IndexPage}
  284. {Photoset-500}
  285. {/block:IndexPage}
  286. {block:permalinkpage}
  287. {Photoset-500}
  288. {/block:permalinkpage}
  289. {/block:Photoset}
  290.  
  291. {block:Quote}
  292. <div class="text">
  293. "{Quote}"
  294. {block:Source}
  295. <div class="source">{Source}</div>
  296. {/block:Source}
  297. </div>
  298. {/block:Quote}
  299.  
  300. {block:Link}
  301. <div class="text">
  302. <a href="{URL}" class="link" {Target}>{Name}</a>
  303. {block:Description}
  304. <div class="description">{Description}</div>
  305. {/block:Description}
  306. </div>
  307. {/block:Link}
  308.  
  309. {block:Chat}
  310. <div class="text">
  311. {block:Title}
  312. <h3><a href="{Permalink}">{Title}</a></h3>
  313. {/block:Title}
  314. <ul class="chat">
  315. {block:Lines}
  316. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  317.  
  318. {Line} </li>
  319. {/block:Lines}
  320. </ul>
  321. </div>
  322. {/block:Chat}
  323.  
  324. {block:Video}
  325.  
  326. {block:IndexPage}
  327. {Video-500}
  328. {/block:IndexPage}
  329. {block:permalinkpage}
  330. {Video-500}
  331. {/block:permalinkpage}
  332. {/block:Video}
  333.  
  334. {block:Audio}
  335. {AudioPlayerBlack}
  336. <div class="text">
  337. {block:Caption}
  338. {Caption}
  339. {/block:Caption}
  340. </div>
  341. {/block:Audio}
  342. {block:PermalinkPage}
  343. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  344. {/block:PermalinkPage}
  345. {block:PostNotes}{PostNotes}{/block:PostNotes}
  346. </div>
  347. {/block:Posts}
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353. {block:ifendlessscroll}
  354. {block:Pagination}
  355. <ul id="pagination">
  356. {block:PreviousPage}
  357. <li><a href="{PreviousPage}"</a></li>
  358. {/block:PreviousPage}
  359. {block:JumpPagination length="5"}
  360. {block:CurrentPage}
  361. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  362. {/block:CurrentPage}
  363. {block:JumpPage}
  364. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  365. {/block:JumpPage}
  366. {/block:JumpPagination}
  367. {block:NextPage}
  368. <li><a id="nextPage" href="{NextPage}"></a></li>
  369. {/block:NextPage}
  370. </ul>
  371. {/block:Pagination}
  372. {block:IndexPage}
  373. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  374. <script type="text/javascript">
  375. $(window).load(function () {
  376. var $content = $('#content');
  377. $content.infinitescroll({
  378. navSelector : '#pagination',
  379. nextSelector : '#pagination a#nextPage',
  380. itemSelector : '.entry',
  381. loading: {
  382. finishedMsg: '',
  383. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  384. },
  385. bufferPx : 200,
  386. debug : false,
  387. });
  388. });
  389. </script>
  390. {/block:IndexPage}{/block:ifendlessscroll}
  391. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  392. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  393. <span id="scriptsinsert"> </span>
  394.  
  395. </body>
  396.  
  397. </a><div style="position:fixed; bottom:10px; left:10px;">
  398. <a href="http://swagdv.tumblr.com/">♡</a>
  399.  
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement