Advertisement
dizzyperrie

Happy Birthday Crhis! (Theme Number 10)

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