Advertisement
dizzyperrie

Theme Number One By Floraleigh

Jul 8th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 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 DIZZYPERRIE✿
  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. /* SIDEBAR */
  113.  
  114. #sidebar {
  115. position:fixed;
  116. width:auto;
  117. height:auto;
  118. margin-left:250px;
  119. opacity:1;
  120. z-index:92222;
  121. color:#000;
  122. margin-top:175px;
  123. }
  124. #sidebar img {
  125. width:220px;
  126. text-align:left;
  127. }
  128.  
  129. /* DESCRIPTION */
  130.  
  131. .description {
  132. margin-top:10px;
  133. text-align:justify;
  134. width:200px;
  135. line-height:120%;
  136. }
  137.  
  138. /* SIDEBAR LINKS */
  139.  
  140. .links {
  141. margin-top:12px;
  142. text-align:center;
  143. width:180px;
  144. font-family:arial;
  145. color:#000;
  146. line-height:120%;
  147. word-spacing:5px;
  148. padding:8px;
  149. background-color:#f3f3f3;
  150. }
  151.  
  152. .links a:{
  153. line-height:230%;
  154. background:#fff;
  155. padding-right:6px;
  156. padding-left:6px;
  157. color:{color:link};
  158. text-decoration:none;
  159. -moz-transition-duration:.7s;
  160. -webkit-transition-duration:.7s;
  161. -o-transition-duration:.7s;
  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. Update Tab #1 (CSS Left) by Incedo
  319. http://incedothemes.tumblr.com
  320. Please do not remove the credit.
  321. Instructions @ http://incedothenes.tumblr.com/tab
  322. Updated 6/14/14
  323. ------------------------------------------*/
  324.  
  325. #updatetab {
  326. font-family: helvetica; /*this is the font*/
  327. color: #A0A0A0;} /*this is the font color*/
  328. #tabtitle, #dropdown, #dropdown p {
  329. background-color:#ffffff; /*this is the background color*/
  330. border-color: #D8D8D8;} /*this is the border color*/
  331.  
  332. #updatetab {
  333. width:100px;
  334. position:fixed;
  335. top:14px;
  336. left:14px;}
  337.  
  338. #tabtitle {
  339. text-align:center;
  340. padding:1px 3px;
  341. letter-spacing:2px;
  342. font-size:9px;
  343. text-transform:uppercase;
  344. border-width:1px;
  345. border-style:solid;
  346. border-radius: 2px;
  347. -moz-border-radius: 2px;
  348. -webkit-border-radius: 2px;}
  349.  
  350. #dropdown {
  351. border-style:solid;
  352. border-width:0px 1px 1px 1px;
  353. padding:2px 5px 0px 5px;
  354. border-bottom-right-radius: 2px;
  355. -moz-border-bottom-right-radius: 2px;
  356. -webkit-border-bottom-right-radius: 2px;
  357. border-bottom-left-radius: 2px;
  358. -moz-border-bottom-left-radius: 2px;
  359. -webkit-border-bottom-left-radius: 2px;
  360. opacity:0;
  361. -webkit-transition: all 0.5s ease-in-out;
  362. -moz-transition: all 0.5s ease-in-out;
  363. -o-transition: all 0.5s ease-in-out;
  364. -ms-transition: all 0.5s ease-in-out;
  365. transition: all 0.5s ease-in-out;}
  366.  
  367. #updatetab:hover #dropdown {
  368. opacity:1;
  369. -webkit-transition: all 0.5s ease-in-out;
  370. -moz-transition: all 0.5s ease-in-out;
  371. -o-transition: all 0.5s ease-in-out;
  372. -ms-transition: all 0.5s ease-in-out;
  373. transition: all 0.5s ease-in-out;}
  374.  
  375. #dropdown p {
  376. padding-top:3px;
  377. padding-bottom:3px;
  378. border-width:0px 0px 1px 0px;
  379. border-style:solid;
  380. font-size:10px;}
  381.  
  382. #dropdown p:last-of-type {
  383. border-bottom:0px solid transparent;}
  384.  
  385. p, ul, li, ol {
  386. margin: 0px 0px 0px 0px;}
  387.  
  388. #c {
  389. position:fixed;
  390. bottom:4px;
  391. right:4px;
  392. font-size:13px;
  393. font-family:helvetica;}
  394. {CustomCSS}</style></head>
  395.  
  396. <body>
  397. <!----------------------------------------
  398. Update Tab #1 (HTML) by Incedo
  399. http://incedothemes.tumblr.com
  400. Please do not remove the credit.
  401. Instructions @ http://incedothenes.tumblr.com/tab
  402. Updated 9/21/13
  403. ------------------------------------------>
  404.  
  405. <div id="updatetab">
  406.  
  407. <div id="tabtitle">
  408. <!---this is where you put title of your updates tab--->
  409. updates
  410. </div>
  411.  
  412. <div id="dropdown">
  413. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  414. <p>write your first update here, use as much space as you need</p>
  415. <p>add a second one here, you won't</p>
  416. <p>add a third?</p>
  417. <p>the limit does not exsit!</p>
  418. <p>keep this! base code credit to:<a href="http://addictedtophotoshop.tumblr.com/" target="_blank"> ✿</ a> </p>
  419. </div>
  420.  
  421. </div>
  422.  
  423. <div id="c"><a href="http://incedo.com">©</a></div>
  424. <div id="sidebar">
  425. <a href="/"><img src="{image:sidebar}"></a>
  426. <div class="links">
  427. <a href="/home">home</a>
  428. <a href="/ask">ask</a>
  429. <a href="{text:link1 url}">{text:link1}</a>
  430. <a href="{text:link2 url}">{text:link2}</a>
  431. <a href="{text:link3 url}">{text:link3}</a>
  432. </div>
  433. <div class="description">{Description}<p>
  434. <div class="pagi">
  435. {block:Pagination}<p>
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}">« </a>
  438. {/block:PreviousPage}
  439. {CurrentPage} of {TotalPages}
  440. {block:NextPage}
  441. <a href="{NextPage}">»</a>
  442. {/block:NextPage}
  443. {/block:Pagination}
  444. </div>
  445. </div>
  446. </div>
  447.  
  448. <div id="postcontainer">
  449.  
  450. {block:Posts}
  451.  
  452. <div id="posts">
  453.  
  454. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  455.  
  456. {block:Quote}<h1>“{Quote}”</h1><h2>{Source}</h2>{/block:Quote}
  457.  
  458. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  459. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  460. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  461.  
  462. {block:Photoset}<center>{Photoset-500}</center>
  463. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {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}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  469.  
  470. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  471. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  472. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  473. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  474. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  475. {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}
  476. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  477. {block:HasTags}
  478. <div class="tags">
  479. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags} </div>
  480. {/block:HasTags}
  481. <div class="postnote">
  482. {block:PostNotes}{PostNotes}{/block:PostNotes}
  483. </div>
  484. </div>
  485. {/block:Posts}
  486. </div>
  487. </div>
  488. </div>
  489. <div id="credit"><a href="http://dizzyperrie.tumblr.com">THEME</a></div>
  490. </body>
  491. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement