Advertisement
dizzyperrie

Theme Fourteen By Floraleigh

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