darnpayne

THEME 32 PERFECT TWO

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