Advertisement
dizzyperrie

Theme Seventeen By Floraleigh

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