Advertisement
dizzyperrie

Theme Sixteen By Floraleigh

Aug 27th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7.  
  8. <meta name="color:background" content="#FFFFFF">
  9. <meta name="color:title" content="#000000">
  10. <meta name="color:description" content="#000000">
  11. <meta name="color:sidebar links" content="#ffffff"/>
  12. <meta name="color:text" content="#9A9A9A">
  13. <meta name="color:hover links" content="#000000">
  14. <meta name="color:post links" content="#000000"/>
  15.  
  16. <meta name="image:sb" content=""/>
  17.  
  18. <meta name="text:link 3" content=""/>
  19. <meta name="text:link 3 url" content="/">
  20. <meta name="text:link 4" content=""/>
  21. <meta name="text:link 4 url" content="/">
  22.  
  23. <!--
  24.  
  25. BASE CODE BY ADDICTEDTOPHOTOSHOP
  26. ✿THEME MADE BY FLORALEIGH✿
  27.  
  28. ✿DO NOT CLAIM AS YOURS OR REPOST IT✿
  29. -->
  30.  
  31. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32. <link rel="shortcut icon" href="{Favicon}" />
  33.  
  34. </style>
  35. <style type="text/css">
  36.  
  37. /* SCROLLBAR */
  38.  
  39. ::-webkit-scrollbar-thumb{
  40. background-color:#000000;
  41. height:AUTO;
  42. width:8px;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. background-color:#ffffff;
  47. height:auto;
  48. width:8px;
  49. }
  50.  
  51. /* LINK STYLES */
  52.  
  53. a {
  54. color:#000000;
  55. text-decoration:none;
  56. }
  57.  
  58. a:hover {
  59. color:{color:link};
  60. text-decoration:none;
  61. }
  62.  
  63. /* THEME BODY */
  64.  
  65. body {
  66. font-family:arial;
  67. font-weight:normal;
  68. font-size:11px;
  69. }
  70.  
  71. /* HEADINGS */
  72.  
  73. h2 {
  74. font-weight:normal;
  75. font-size:10px;
  76. text-align:center;
  77. font-style:italic;
  78. line-height:50%;
  79. letter-spacing:1px;
  80. text-transform:normal;
  81. color:#000;
  82. }
  83. h1 {
  84. font-size:12px;
  85. text-align:center;
  86. line-height:100%;
  87. color:#000;
  88. font-weight:bold;
  89. text-transform:normal;
  90. padding:5px;
  91. padding-bottom:2px;
  92. }
  93. h1 a {
  94. color:#000;
  95. }
  96.  
  97. /* BLOCKQUOTE */
  98.  
  99. blockquote {
  100. border-left:2px solid #aaa;
  101. padding-left:5px;
  102. margin:5px;
  103. }
  104.  
  105. /*TITLE */
  106.  
  107. #title {
  108. font-size:16px;
  109. color:{color:title};
  110. font-weight:bold;
  111. text-transform:lowercase;
  112. text-align:left;
  113. }
  114.  
  115. /* SIDEBAR */
  116.  
  117. #sidebar {
  118. position:fixed;
  119. width:245px;
  120. height:auto;
  121. margin-left:250px;
  122. opacity:1;
  123. z-index:92222;
  124. color:{color:sidebar link};
  125. margin-top:175px;
  126. }
  127. #sidebar img {
  128. width:245px;
  129. height:auto;
  130. text-align:center;
  131. }
  132.  
  133. /* DESCRIPTION */
  134.  
  135. .description {
  136. position:absolute;
  137. margin-top:10px;
  138. text-align:justify;
  139. color:{color:description};
  140. width:245px;
  141. line-height:120%;
  142. background-color: #ffffff;
  143. font-style:normal;
  144. text-align:center;
  145. background:white;
  146. opacity:0;
  147. padding:10px;
  148. -moz-transition-duration:0.5s;
  149. -webkit-transition-duration:0.5s;
  150. -o-transition-duration:0.5s;
  151. }
  152.  
  153. .description {
  154. margin-top: -120px;
  155. opacity: 0;
  156. -moz-transition-duration:0.5s;
  157. -webkit-transition-duration:0.5s;
  158. -o-transtransition-duration:0.5s;
  159. }
  160.  
  161. #sidebar:hover .description {
  162. opacity:2;
  163. -moz-transition-duration:0.7s;
  164. -webkit-transition-duration:0.7s;
  165. -o-transition-duration:0.7s;
  166. }
  167.  
  168. /* SIDEBAR LINKS */
  169.  
  170. .links {
  171. margin-top:12px;
  172. text-align:center;
  173. width:230px;
  174. font-family:arial;
  175. line-height:120%;
  176. word-spacing:5px;
  177. padding:8px;
  178. background-color:#000000;
  179. }
  180.  
  181. .links a {
  182. color:{color:sidebar links};
  183. }
  184.  
  185. .links a:hover {
  186. color:{color:hover links};
  187. -moz-transition-duration:0.3s;
  188. -webkit-transition-duration:0.3s;
  189. -o-transition-duration:0.3s;
  190. }
  191.  
  192. /* PAGINATION */
  193.  
  194. .pagi {
  195. text-align:RIGHT;
  196. }
  197.  
  198. /* POSTS */
  199.  
  200. #postcontainer {
  201. float:left;
  202. margin-left:520px;
  203. width:500px;
  204. text-align:justify;
  205. color:#000;
  206. margin-bottom: 35px;
  207. }
  208. #posts {
  209. margin-top:50px;
  210. width:500px;
  211. text-align:justify;
  212. font-size:11px;
  213. line-height:90%;
  214. color:#000;
  215. outline-offset:20px;
  216. }
  217.  
  218. /* POST INFO */
  219.  
  220. #info {
  221. font-family:arial;
  222. margin-top:3px;
  223. padding:2px;
  224. font-size:7px;
  225. color:{color:post links};
  226. text-transform:uppercase;
  227. font-style:normal;
  228. letter-spacing:1px;
  229. text-align:center;
  230. }
  231.  
  232. /* POST TYPES */
  233.  
  234. .question {
  235. padding-bottom:10px;
  236. text-align:left;
  237. color:#000;
  238. font-style:italic;
  239. border-bottom:1px solid #bbb;
  240. }
  241. .answer {
  242. text-align:RIGHT;
  243. padding:10px;
  244. color:#000;
  245. }
  246. .music {
  247. padding-bottom:10px;
  248. }
  249. .albumart {
  250. float:left;
  251. padding:0px 10px 10px 0px;
  252. }
  253. .albumart img {
  254. width:45px;
  255. height:45px;
  256. }
  257. .playercontainer {
  258. text-align:left;
  259. padding:10px;
  260. background-color:#ffffff;
  261. width:480px;
  262. }
  263. .musicinfo {
  264. padding:10px;
  265. color:#000;
  266. }
  267. .postnote {
  268. text-transform:uppercase;
  269. font-style:normal;
  270. letter-spacing:0px;
  271. font-size: 9px;
  272. text-align:left;
  273. line-height:90%;
  274. margin-left:-40px;
  275. }
  276. .postnote li {
  277. list-style-type:none;
  278. padding:10px 25px 10px 25px;
  279. text-align:left;
  280. margin:0px;
  281. }
  282.  
  283. /* TAGS */
  284.  
  285. .tags {
  286. font-family:arial;
  287. font-style:normal;
  288. text-transform:uppercase;
  289. font-style:normal;
  290. color:#000000;
  291. letter-spacing:1px;
  292. line-height:120%;
  293. font-size:7px;
  294. text-align:center;
  295. padding:2px;
  296. }
  297.  
  298. /* CHAT POSTS */
  299.  
  300. ul.chat, .chat ol, .chat li {
  301. list-style:none;
  302. margin:0px;
  303. padding:2px;
  304. }
  305. .tab {
  306. text-decoration:underline;
  307. font-weight:700;
  308. background-color:#fff;
  309. margin-RIGHT:5px;
  310. }
  311.  
  312. /* CREDIT */
  313.  
  314. #credit {
  315. position:fixed;
  316. font-size:8px;
  317. letter-spacing:1px;
  318. right:10px;
  319. bottom:15px;
  320. }
  321. #CREDIT A {
  322. padding:3px;
  323. color:#000;
  324. background-color:#ffffff;
  325. }
  326.  
  327.  
  328. {CustomCSS}</style></head>
  329.  
  330. <body>
  331. <div id="sidebar">
  332. <div id="title">{Title};</a></div>
  333. <img src="{image:sidebar}"></a>
  334. <div class="links">
  335. <a href="/home">home</a>
  336. <a href="/ask">ask</a>
  337. <a href="{text:link 3 URL}">{text:link 3}</a>
  338. <a href="{text:link 4 URL}">{text:link 4}</a>
  339. </div>
  340. <div class="description">{Description}<p>
  341. <div class="pagi">
  342. {block:Pagination}<p>
  343. {block:PreviousPage}
  344. <a href="{PreviousPage}">previous </a>
  345. {/block:PreviousPage}
  346. {block:NextPage}
  347. <a href="{NextPage}">next</a>
  348. {/block:NextPage}
  349. {/block:Pagination}
  350. </div>
  351. </div>
  352. </div>
  353.  
  354. <div id="postcontainer">
  355.  
  356. {block:Posts}
  357.  
  358. <div id="posts">
  359.  
  360. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  361.  
  362. {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
  363.  
  364. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  365. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  366. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}<center>{Photoset-500}</center>
  369. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. {block:Chat}<ul class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  372.  
  373. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  374. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  375.  
  376. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  377. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  379. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  380. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  381. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo} {block:NoteCount} WITH {NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  382. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  383. {block:HasTags}
  384. <div class="tags">
  385. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
  386. {/block:HasTags}
  387. <div class="postnote">
  388. {block:PostNotes}{PostNotes}{/block:PostNotes}
  389. </div>
  390. </div>
  391. {/block:Posts}
  392. </div>
  393. </div>
  394. </div>
  395. <div id="credit"><a href="http://floraleigh.tumblr.com">THEME</a></div>
  396. </body>
  397. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement