Advertisement
dizzyperrie

Theme Number Four By Dizzyperrie

Jul 8th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. <!DOCTYPE>
  2. <title>{Title}</title></title>
  3. <!--------------------------------------------------------------
  4.  
  5. Base Code by louerry
  6. THEME MADE BY DIZZYPERRIE
  7. DO NOT STEAL OR CLAIM AS YOUR OWN
  8. DON'T EDIT AND REPOST
  9.  
  10. ---------------------------------------------------------->
  11.  
  12. <html>
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#aaaaaa"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Sblink" content="#ffffff"/>
  18. <meta name="color:Title" content="000000"
  19.  
  20. <meta name="image:Sidebar Image" content=""/>
  21.  
  22. <meta name="text:Title" content="" />
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3 URL" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 4" context="" />
  30.  
  31. <head>
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38. a {
  39. color:{color:link};
  40. text-decoration:none;
  41. -moz-transition-duration:0.6s;
  42. -webkit-transition-duration:0.6s;
  43. -o-transition-duration:0.6s;
  44. }
  45.  
  46. a:hover {
  47. color:{color:hover};
  48. text-decoration:none;
  49. -moz-transition-duration:0.6s;
  50. -webkit-transition-duration:0.6s;
  51. -o-transition-duration:0.6s;
  52. }
  53.  
  54. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  55. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  56. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  57.  
  58.  
  59. body {
  60. background-color:{color:background};
  61. font-family:Calibri;
  62. font-weight:normal;
  63. }
  64.  
  65. h1 {
  66. font-weight:normal;
  67. font-size:6px;
  68. text-align:center;
  69. font-style:normal;
  70. line-height:80%;
  71. letter-spacing:1px;
  72. text-transform:lowercase;
  73. color:{color:text};
  74. }
  75.  
  76. h2 {
  77. font-size:15px;
  78. text-align:center;
  79. line-height:100%;
  80. letter-spacing:-0.5px;
  81. color:{color:text};
  82. font-weight:normal;
  83. padding:5px;
  84. padding-bottom:2px;
  85. }
  86.  
  87. blockquote {
  88. border-left:2px solid {color:text};
  89. padding-left:5px;
  90. margin:5px;
  91. }
  92.  
  93.  
  94. #theme {
  95. background-color:{color:background};
  96. width:700px;
  97. margin: 0 auto -12px auto;
  98. text-align: center;
  99. }
  100.  
  101. #title {
  102. font-size:13px;
  103. line-height:18px;
  104. font-family:arial;
  105. font-weight:bold;
  106. margin-bottom:10px;
  107. text-transform:lowercase;
  108. text-align:left;
  109. }
  110.  
  111.  
  112. #sidebar {
  113. color:{color:text};
  114. position:fixed;
  115. width:150px;
  116. height:auto;
  117. margin-top:180px;
  118. text-align:left;
  119. }
  120.  
  121. #sidebar img {
  122. width:150px;
  123. height:150px;
  124. margin-bottom:10px;
  125. }
  126.  
  127.  
  128.  
  129. .links {
  130. margin-bottom:10px;
  131. font-size:12px;
  132. text-transform:lowercase;
  133. text-align:center;
  134. letter-spacing:2px;
  135. line-height:170%;
  136. }
  137.  
  138. .links a{
  139. padding:3px;
  140. color:{color:link};
  141. letter-spacing:0px;
  142. text-decoration:none;
  143. -moz-transition-duration:1s;
  144. -webkit-transition-duration:1s;
  145. -o-transition-duration:1s;
  146. }
  147.  
  148. .links a:hover{
  149. color:pink;
  150. -moz-transition-duration:1s;
  151. -webkit-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155. .desc {
  156. margin-bottom:10px;
  157. text-align:center;
  158. font-size:10px;
  159. color:{color:text};
  160. letter-spacing:1px;
  161. line-height:150%;
  162. }
  163.  
  164. .desc a {
  165. color:{color:link};
  166. }
  167.  
  168. .pagi {
  169. font-size:8px;
  170. text-transform:uppercase;
  171. letter-spacing:3px;
  172. font-style:normal;
  173. text-align:center;
  174. }
  175.  
  176. .pagi a {
  177. color:{color:link};
  178. }
  179.  
  180. #stuffcontainer {
  181. float:left;
  182. margin-left:250px;
  183. margin-top:60px;
  184. margin-bottom:30px;
  185. text-align:justify;
  186. background-color:{color:background};
  187. color:{color:text};
  188. margin-bottom: 35px;
  189. }
  190.  
  191. #stuff {
  192. width:500px;
  193. margin-top:75px;
  194. text-align:justify;
  195. font-size:11px;
  196. line-height:90%;
  197. letter-spacing:0x;
  198. color:{color:text};
  199. }
  200.  
  201. .caption {
  202. width:500px;
  203. text-align:justify;
  204. line-height:120%;
  205. }
  206.  
  207. /**Ask Posts**/
  208.  
  209. .ask {
  210. padding:10px;
  211. text-align:center;
  212. color:{color:asktext};
  213. background-color:{color:infobg};
  214. }
  215.  
  216. .ans {
  217. text-align:left;
  218. padding:5px;
  219. color:{color:text};
  220. }
  221.  
  222. /**Audio Posts**/
  223.  
  224. .audio {
  225. height:60px;
  226. padding:5px;
  227. margin-bottom:55px;
  228. }
  229.  
  230. .audio-album {
  231. position:absolute;
  232. width:110px;
  233. -webkit-transition: opacity 0.6s linear;
  234. opacity: 1;
  235. }
  236.  
  237. .audio-player {
  238. opacity:1;
  239. filter:alpha(opacity=90);
  240. width:25px;
  241. height:25px;
  242. overflow:hidden;
  243. position:absolute;
  244. border:30px;
  245. z-index:2;
  246. margin-left:43px;
  247. margin-top:43px;
  248. opacity:0;
  249. -webkit-transition: all 0.6s ease-out;
  250. -o-transition: all 0.6s ease-out;
  251. -webkit-transition: all 0.6s ease-out;
  252. -moz-transition: all 0.6s ease-out;
  253. }
  254.  
  255. .audio-info {
  256. margin-top:7px;
  257. position:relative;
  258. margin-left:120px;
  259. line-height:180%;
  260. padding:2px;
  261. }
  262.  
  263. .audio:hover .audio-player {
  264. opacity:.6;
  265. -webkit-transition: all 0.6s ease-out;
  266. -o-transition: all 0.6s ease-out;
  267. -webkit-transition: all 0.6s ease-out;
  268. -moz-transition: all 0.6s ease-out;
  269. }
  270.  
  271. /**Chat Posts**/
  272.  
  273. ul.chat, .chat ol, .chat li {
  274. list-style:none;
  275. margin:0px;
  276. padding:2px;
  277. }
  278.  
  279. .label {
  280. text-decoration:bold;
  281. font-weight:700;
  282. margin-right:5px;
  283. }
  284.  
  285. /**Post Info, Notes**/
  286.  
  287. #postinfo {
  288. width:500px;
  289. padding:3px;
  290. font-size:9px;
  291. color:{color:link};
  292. text-transform:lowercase;
  293. font-style:normal;
  294. letter-spacing:2px;
  295. text-align:center;
  296. border-top:1px dotted {color:border};
  297. -moz-transition-duration:0.5s;
  298. -webkit-transition-duration:0.5s;
  299. -o-transition-duration:0.5s;
  300. }
  301.  
  302. #postinfo a {
  303. color:{color:link};
  304. text-align:center;
  305. letter-spacing:1px;
  306. font-style:normal;
  307. }
  308.  
  309. #postinfo a:hover {
  310. color:{color:hover};
  311. }
  312.  
  313. #tags {
  314. text-align:center;
  315. font-size:10px;
  316. font:calibri;
  317. }
  318.  
  319. .note {
  320. text-transform:lowercase;
  321. font-style:normal;
  322. letter-spacing:0px;
  323. font-size: 9px;
  324. text-align:left;
  325. line-height:90%;
  326. margin-left:200px;
  327. padding-bottom:-10px;
  328. }
  329.  
  330. .note li {
  331. list-style-type:none;
  332. padding:10px 25px 10px 25px;
  333. text-align:left;
  334. margin:0px;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. }
  339.  
  340. #credit {
  341. position:fixed;
  342. font-size:10px;
  343. font-weight:normal;
  344. line-height:150%;
  345. letter-spacing:2px;
  346. right:10px;
  347. bottom:10px;
  348. text-transform:uppercase;
  349. text-align:center;
  350. }
  351.  
  352. #credit a {
  353. padding:3px;
  354. color:{color:link};
  355. background-color:{color:background};
  356. -moz-transition-duration:0.5s;
  357. -webkit-transition-duration:0.5s;
  358. -o-transition-duration:0.5s;
  359. }
  360.  
  361. {CustomCSS}
  362.  
  363. </style></head>
  364.  
  365. <body>
  366.  
  367. <div id="theme">
  368. <div id="sidebar">
  369. <div id="title">{title}</div>
  370. <img src="{image:sidebar}">
  371. <div class="links">
  372.  
  373. <a href="/home">home</a>
  374. <a href="/ask">ask</a>
  375. <a href="{text:link1 url}">{text:link1}</a>
  376. <a href="{text:link2 url}" >{text:link2}</a>
  377. </div>
  378. <div class="desc">
  379. {Description}
  380. </div>
  381. {block:Pagination}
  382. <div class="pagi">
  383. {block:PreviousPage}
  384. <a href="{PreviousPage}">-</a>
  385. {/block:PreviousPage}
  386. {block:NextPage}
  387. <a href="{NextPage}">+</a>
  388. {/block:NextPage}
  389. </div>
  390. {/block:Pagination}
  391. </div>
  392.  
  393. <div id="stuffcontainer">
  394.  
  395. {block:Posts}
  396.  
  397. <div id="stuff">
  398.  
  399. {block:Text}
  400.  
  401. {block:Title}
  402. <div id="title">{Title}</div>{/block:Title}
  403. {Body}
  404. {/block:Text}
  405.  
  406. {block:Link}
  407. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  408. {/block:Link}
  409.  
  410. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  411.  
  412. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  413. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  414.  
  415. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  416.  
  417. {block:Photoset}<center>{Photoset-500}</center>
  418. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  421.  
  422. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  423.  
  424. {block:Answer}<div class="ask"><i>{Asker} asked:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  425.  
  426. {block:Audio}
  427. <div class="audio">
  428. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  429. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  430.  
  431. <div class="audio-info">
  432. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  433. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  434. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  435. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  436. </div></div>
  437. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  438. {/block:Audio}
  439.  
  440. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} ♥ <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  441. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  442. </div>
  443. {/block:Posts}
  444.  
  445. {block:PostNotes}
  446. {PostNotes}
  447. {/block:PostNotes}
  448.  
  449. </div>
  450.  
  451. <div id="credit"><a href="http://dizzyperrie.tumblr.com/">credit</a></div>
  452.  
  453. </div>
  454. </div>
  455. </div>
  456. </body>
  457. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement