Advertisement
dizzyperrie

Welcome Back Xica! (Theme Number 6)

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