Advertisement
lilycollins

capture it

Sep 27th, 2013
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.66 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- wehey it's a theme by rpconsultant pls don't steal or i'll be forced to rip ur nips of with my throat oops bye -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}"/>
  15. {/block:Description}
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18.  
  19. <meta name="color:bg" content="#ffffff">
  20. <meta name="color:link" content="#bbb8b8">
  21. <meta name="color:text" content="#9a9a9a">
  22. <meta name="color:tags" content="#b9b7b7">
  23. <meta name="color:ask" content="#fcfcfc">
  24. <meta name="color:hover" content="#eeeeee">
  25. <meta name="color:border" content="#e7e7e7">
  26. <meta name="color:scrollbar" content="#d6d5d5">
  27.  
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:sidebar2" content=""/>
  31. <meta name="image:png" content=""/>
  32. <meta name="image:updates tab" content=""/>
  33.  
  34. <meta name="text:link 1" content="">
  35. <meta name="text:link 1 url" content="/">
  36. <meta name="text:link 2" content="">
  37. <meta name="text:link 2 url" content="/">
  38. <meta name="text:link 3" content="">
  39. <meta name="text:link 3 url" content="/">
  40. <meta name="text:link 4" content="">
  41. <meta name="text:link 4 url" content="/">
  42.  
  43. <meta name="if:Cursor" content="1">
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. #bite
  49. #bite a{
  50. display:block
  51. }
  52. #bite .death {
  53. margin-top:0px;filter: alpha(opacity = 0);
  54. opacity:0;-webkit-transition: all 0.5s ease-out;
  55. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  56. }
  57.  
  58. #bite:hover .death {
  59. margin-top:0px;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;
  63. filter: alpha(opacity = 100);
  64. filter: alpha(opacity = 100);
  65. opacity:100;
  66. }
  67.  
  68.  
  69. /*--scrollbar--*/
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  73. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  74. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  75. }
  76. /*--body--*/
  77.  
  78.  
  79. body {
  80. font-style:none;
  81. background-color:{color:bg};
  82. font-family:calibri;
  83. color:{color:text};
  84. font-size:9px;
  85. }
  86.  
  87.  
  88. a {
  89. color:{color:link};
  90. text-decoration:none;
  91. -webkit-transition: all 0.5s ease-out;
  92. -moz-transition: all 0.5s ease-out;
  93. transition: all 0.5s ease-out;
  94. }
  95.  
  96. a:hover {
  97. color:{color:hover};
  98. text-decoration:none;
  99. -webkit-transition: all 0.8s ease-out;
  100. -moz-transition: all 0.8s ease-out;
  101. transition: all 0.8s ease-out;
  102. }
  103.  
  104. img {
  105. border:none;
  106. }
  107.  
  108. blockquote {
  109. padding-left:5px;
  110. border-left:2px solid {color:border};
  111. }
  112.  
  113. h1 {
  114. font-size:10px;
  115. }
  116.  
  117. /*--Cursor code--*/
  118.  
  119. {block:ifCursor}
  120.  
  121. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  122.  
  123. {/block:ifCursor}
  124.  
  125.  
  126.  
  127. /*--sidebar--*/
  128.  
  129.  
  130.  
  131. #sidebar {
  132. color:{color:text};
  133. position:fixed;
  134. width:150px;
  135. text-align:left;
  136. }
  137.  
  138. #camerapng {
  139. width:70px;
  140. }
  141.  
  142. #camerapng img {
  143. position:fixed;
  144. width:350px;
  145. margin-top:55px;
  146. margin-left:70px;
  147. padding:3px;
  148. }
  149.  
  150.  
  151.  
  152. #sidebarimage {
  153. width:70px;
  154. }
  155.  
  156. #sidebarimage img {
  157. position:fixed;
  158. width:150px;
  159. height:100px;
  160. margin-top:155px;
  161. margin-left:160px;
  162. padding:3px;
  163. border: 3px solid {color:border};
  164. }
  165.  
  166.  
  167. #actualnews {
  168. font-family:calibri;
  169. font-size:10px;
  170. color: #b8b8b8;
  171. width:100px;
  172. height:auto;
  173. padding-top:3px;
  174. border:1px solid#b8b8b8;
  175. margin-left: 30px;
  176. margin-top:10px;
  177. text-align:center;
  178. position:fixed;
  179. }
  180.  
  181. #updatestab img{
  182. width:60px;
  183. margin-top: -40px;
  184. margin-left: 45px;
  185. position:fixed;
  186. }
  187.  
  188.  
  189.  
  190. /*--links--*/
  191.  
  192. #links {
  193. width:150px;
  194. font-family:'cambria';
  195. position:fixed;
  196. text-transform:uppercase;
  197. text-align:center;
  198. margin-top:286px;
  199. margin-left:162px;
  200. }
  201.  
  202. #links a {
  203. padding: 5px;
  204. font-size:10px;
  205. }
  206.  
  207. #links a:hover {
  208. color:{color:hover};
  209. }
  210.  
  211. /*--description--*/
  212.  
  213. #description {
  214. width:125px;
  215. position:fixed;
  216. font-family:'calibri';
  217. font-size:9px;
  218. text-align:center;
  219. margin-left:175px;
  220. margin-top:298px;
  221. color:{color:text};
  222. }
  223.  
  224. /*--pagination--*/
  225.  
  226. #pagination {
  227. font-style:italic;
  228. position:fixed;
  229. text-align:center;
  230. font-size:9px;
  231. margin-left:230px;
  232. margin-top:345px;
  233. font-family:calibri;
  234. color:{color:link};
  235. }
  236.  
  237. #pagination a{
  238. color:{color:link};
  239. }
  240.  
  241. #pagination a:hover {
  242. color:{color:hover};
  243. }
  244.  
  245. /*--posts--*/
  246.  
  247. #posts {
  248. width:500px;
  249. margin-bottom:10px;
  250. padding:1px;
  251. font-size:11px;
  252. color:{color:text};
  253. line-height:90%;
  254. text-align:justify;
  255. }
  256.  
  257. #postscontainer {
  258. margin-bottom:20px;
  259. padding:1px;
  260. margin-left:450px;
  261. margin-top:55px;
  262. }
  263.  
  264.  
  265. #info {
  266. margin-bottom:10px;
  267. font-size:8px;
  268. margin-top:10px;
  269. text-align:left;
  270. padding:5px;
  271. color:{color:link};
  272. border-top:1px solid {color:border};
  273. }
  274.  
  275.  
  276. #reblog {
  277. text-transform:uppercase;
  278. font-family:trebuchet ms;
  279. margin-left:-5px;
  280. margin-top:-5px;
  281. text-align:center;
  282. color:white;
  283. background-color:#cfcece;
  284. width:35px;
  285. padding:3px;
  286. }
  287.  
  288. #reblog a {
  289. color:white;
  290. }
  291.  
  292. #notes {
  293. margin-left:40px;
  294. margin-top:-12px;
  295. }
  296.  
  297. #rightinfo {
  298. text-transform:uppercase;
  299. font-family:trebuchet ms;
  300. margin-left:370px;
  301. text-align:justify;
  302. float:right;
  303. background-color:#cfcece;
  304. padding:3px;
  305. margin-top:-12px;
  306. color:white;
  307. }
  308.  
  309. #rightinfo a {
  310. color:white;
  311. }
  312.  
  313. /*--tags--*/
  314.  
  315. #tags {
  316. width:490px;
  317. margin-left:-4px;
  318. margin-top:7px;
  319. font-size:8px;
  320. color:{color:tags}:
  321. }
  322.  
  323. #tags a {
  324. color:{color:tags};
  325. }
  326.  
  327. #tags a:hover {
  328. color:{color:hover}
  329. }
  330.  
  331. /*--asks--*/
  332.  
  333. #askbg {
  334. padding:12px;
  335. background-color:{color:ask};
  336. }
  337.  
  338. #ask {
  339. margin-top:-10px;
  340. font-family:calibri;
  341. text-align:left;
  342. }
  343.  
  344. #ask img {
  345. margin-top:30px;
  346. width:50px;
  347. }
  348.  
  349. /*--credit--*/
  350.  
  351. #credit {
  352. right:3px;
  353. bottom:6px;
  354. font-size:9px;
  355. padding:5px;
  356. color:{color:text};
  357. text-transform:uppercase;
  358. position: fixed;
  359. }
  360.  
  361.  
  362. {CustomCSS}
  363.  
  364. </style></head>
  365.  
  366.  
  367. <body>
  368.  
  369. <div id="sidebar">
  370. <div id="sidebarimage">
  371. <img src="{image:sidebar}"></div>
  372. <div id="camerapng">
  373. <img src="http://www.palwebs.co.uk/pstemplates/masks/masks/camera.png"></div>
  374.  
  375. <div id="bite">
  376. <div id="updatestab"><img src="{image:updates tab}"></div>
  377. <div class="death">
  378. <div id="actualnews">
  379. THIS IS WHERE YOU TYPE YOUR STUFF
  380. <p>
  381. SEPARATE IT LIKE YOU SEE IN THIS CODE(~:
  382. </div>
  383. </div></div>
  384.  
  385. <div id="description">{description}</div>
  386.  
  387. <div id="links">
  388. <a href="{text:link 1 url}">{text:link 1}</a>
  389. <a href="{text:link 2 url}">{text:link 2}</a>
  390. <a href="{text:link 3 url}">{text:link 3}</a>
  391. <a href="{text:link 4 url}">{text:link 4}</a>
  392. </div>
  393.  
  394. {block:Pagination}
  395. <div id="pagination">
  396.  
  397. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  398. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  399. </div>{/block:Pagination}
  400.  
  401. </div></div>
  402.  
  403.  
  404. <div id="postscontainer">
  405.  
  406. {block:Posts}
  407.  
  408. <div id="posts">
  409.  
  410.  
  411. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  412.  
  413.  
  414. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  415.  
  416. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  417.  
  418. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  419.  
  420. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  421.  
  422. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  423.  
  424. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  425.  
  426. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  427.  
  428. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  429.  
  430. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  431. {NoteCountWithLabel}</a></div>
  432. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  433. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  434. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  435. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  436.  
  437.  
  438. </div>
  439.  
  440. {/block:Posts}
  441.  
  442. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  443. {/block:Posts}
  444.  
  445. </div>
  446.  
  447.  
  448. <div id="credit"><a href="http://rpconsultant.tumblr.com/">© rpconsultant</a>
  449. </body>
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement