Advertisement
dizzyperrie

Theme Number Five By Floraleigh

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