Advertisement
Malettes

theme #3 by hearttopieces

Aug 25th, 2013
1,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.96 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. <!-------- BASE CODE CREDIT TO DYLAENOBRIENS
  4. THEME #3 - by AALIYAH, TUMBLR USER HEARTTOPIECES
  5. HEARTTOPIECES.TUMBLR.COM
  6. PLEASE RESPECT THE RULES AND DO NOT DO THE FOLLOWING;
  7. 1. CLAIM AS YOURS.
  8. 2. USE AS A BASE THEME.
  9. 3. REMOVE THE CREDIT.
  10. IF YOU DO RESPECT THESE RULES, THANK YOU
  11. ------------------------------------------->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15.  
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. {block:Description}<meta name="description" content="{MetaDescription}"/>
  21. {/block:Description}
  22. <link rel="shortcut icon" href="{Favicon}" />
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24.  
  25. <meta name="color:bg" content="#ffffff">
  26. <meta name="color:link" content="#bbb8b8">
  27. <meta name="color:text" content="#9a9a9a">
  28. <meta name="color:tags" content="#b9b7b7">
  29. <meta name="color:ask" content="#fcfcfc">
  30. <meta name="color:hover" content="#eeeeee">
  31. <meta name="color:border" content="#e7e7e7">
  32. <meta name="color:scrollbar" content="#d6d5d5">
  33.  
  34.  
  35. <meta name="image:sidebar" content=""/>
  36.  
  37. <meta name="text:link 1" content="">
  38. <meta name="text:link 1 url" content="/">
  39. <meta name="text:link 2" content="">
  40. <meta name="text:link 2 url" content="/">
  41. <meta name="text:link 3" content="">
  42. <meta name="text:link 3 url" content="/">
  43. <meta name="text:link 4" content="">
  44. <meta name="text:link 4 url" content="/">
  45.  
  46. <meta name="if:Cursor" content="1">
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. /*--scrollbar--*/
  52.  
  53. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  54. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  55. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  56. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  57. }
  58.  
  59. /*--body--*/
  60.  
  61. body {
  62. font-style:none;
  63. background-color:{color:bg};
  64. font-family:calibri;
  65. color:{color:text};
  66. font-size:9px;
  67. }
  68.  
  69.  
  70. a {
  71. color:{color:link};
  72. text-decoration:none;
  73. -webkit-transition: all 0.5s ease-out;
  74. -moz-transition: all 0.5s ease-out;
  75. transition: all 0.5s ease-out;
  76. }
  77.  
  78. a:hover {
  79. color:{color:hover};
  80. text-decoration:none;
  81. -webkit-transition: all 0.8s ease-out;
  82. -moz-transition: all 0.8s ease-out;
  83. transition: all 0.8s ease-out;
  84. }
  85.  
  86. img {
  87. border:none;
  88. }
  89.  
  90. blockquote {
  91. padding-left:5px;
  92. border-left:2px solid {color:border};
  93. }
  94.  
  95. h1 {
  96. font-size:10px;
  97. }
  98.  
  99.  
  100.  
  101. /*--Cursor code--*/
  102.  
  103. {block:ifCursor}
  104.  
  105. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  106.  
  107. {/block:ifCursor}
  108.  
  109.  
  110. /*--sidebar--*/
  111.  
  112. #sidebar {
  113. color:{color:text};
  114. position:fixed;
  115. width:230px;
  116. text-align:left;
  117. }
  118.  
  119. #sidebarimage {
  120. width:230px;
  121. }
  122.  
  123. #sidebarimage img {
  124. position:fixed;
  125. width:230px;
  126. margin-top:195px;
  127. margin-left:198px;
  128. padding:3px;
  129. }
  130.  
  131.  
  132. /*--links--*/
  133.  
  134. #links {
  135. padding:5px 0px 5px;
  136. width:230px;
  137. font-family:'calibri';
  138. position:fixed;
  139. text-transform:uppercase;
  140. text-align:center;
  141. margin-top:340px;
  142. margin-left:198px;
  143. font-size:10px;
  144. }
  145.  
  146. #links a {
  147. padding:3px;
  148. font-size:8px;
  149. }
  150.  
  151. #links a:hover {
  152. color:{color:hover};
  153. }
  154.  
  155.  
  156.  
  157.  
  158. /*--description--*/
  159.  
  160. #description {
  161. width:155px;
  162. font-family:'calibri';
  163. font-size:10px;
  164. position:fixed;
  165. text-align:center;
  166. margin-left:230px;
  167. margin-top:360px;
  168. color:{color:text};
  169. }
  170.  
  171.  
  172.  
  173. /*--pagination--*/
  174.  
  175. #pagination {
  176. font-style:normal;
  177. position:fixed;
  178. text-align:center;
  179. text-transform:lowercase;
  180. font-size:10px;
  181. margin-left:294px;
  182. margin-top:180px;
  183. font-family:calibri;
  184. color:{color:link};
  185. }
  186.  
  187. }
  188.  
  189. #pagination a{
  190. color:{color:link};
  191. }
  192.  
  193. #pagination a:hover {
  194. color:{color:hover};
  195. }
  196.  
  197.  
  198.  
  199. /*--posts--*/
  200.  
  201. #posts {
  202. width:500px;
  203. margin-bottom:10px;
  204. padding:1px;
  205. font-size:10px;
  206. color:{color:text};
  207. line-height:90%;
  208. text-align:justify;
  209. }
  210.  
  211. #postscontainer {
  212. margin-bottom:20px;
  213. padding:1px;
  214. margin-left:450px;
  215. margin-top:55px;
  216. }
  217.  
  218.  
  219. #info {
  220. margin-bottom:10px;
  221. font-size:8px;
  222. margin-top:10px;
  223. text-align:left;
  224. padding:5px;
  225. color:{color:link};
  226. border-top:1px solid {color:border};
  227. }
  228.  
  229.  
  230. #reblog {
  231. text-transform:uppercase;
  232. font-family:trebuchet ms;
  233. margin-left:-5px;
  234. margin-top:-5px;
  235. text-align:center;
  236. color:white;
  237. background-color:#cfcece;
  238. width:35px;
  239. padding:3px;
  240. }
  241.  
  242. #reblog a {
  243. color:white;
  244. }
  245.  
  246. #notes {
  247. margin-left:40px;
  248. margin-top:-12px;
  249. }
  250.  
  251. #rightinfo {
  252. text-transform:uppercase;
  253. font-family:trebuchet ms;
  254. margin-left:370px;
  255. text-align:justify;
  256. float:right;
  257. background-color:#cfcece;
  258. padding:3px;
  259. margin-top:-12px;
  260. color:white;
  261. }
  262.  
  263. #rightinfo a {
  264. color:white;
  265. }
  266.  
  267. /*--tags--*/
  268.  
  269. #tags {
  270. width:490px;
  271. margin-left:-4px;
  272. margin-top:7px;
  273. font-size:9px;
  274. color:{color:tags}:
  275. }
  276.  
  277. #tags a {
  278. color:{color:tags};
  279. }
  280.  
  281. #tags a:hover {
  282. color:{color:hover}
  283. }
  284.  
  285. /*--asks--*/
  286.  
  287. #askbg {
  288. padding:12px;
  289. background-color:{color:ask};
  290. }
  291.  
  292. #ask {
  293. margin-top:-10px;
  294. font-family:calibri;
  295. text-align:left;
  296. }
  297.  
  298. #ask img {
  299. margin-top:30px;
  300. width:50px;
  301. }
  302.  
  303. /*--credit--*/
  304.  
  305. #credit {
  306. right:3px;
  307. bottom:6px;
  308. font-size:9px;
  309. padding:5px;
  310. color:{color:text};
  311. background-color:#fafafa;
  312. text-transform:uppercase;
  313. border:1px solid {color:border};
  314. position:fixed;
  315. -webkit-transition: all 0.5s ease-out;
  316. -moz-transition: all 0.5s ease-out;
  317. transition: all 0.5s ease-out;
  318. }
  319.  
  320. #credit:hover {
  321. background-color:black;
  322. color:white;
  323. }
  324.  
  325.  
  326. {CustomCSS}
  327.  
  328. </style></head>
  329.  
  330.  
  331. <body>
  332.  
  333. <div id="sidebar">
  334. <div id="sidebarimage">
  335. <img src="{image:sidebar}"></div>
  336.  
  337. <div id="description">{description}</div>
  338.  
  339. <div id="links">
  340. <a href="/">{text:link 1}</a>
  341. <a href="{text:link 2 url}">{text:link 2}</a>
  342. <a href="{text:link 3 url}">{text:link 3}</a>
  343. <a href="{text:link 4 url}">{text:link 4}</a>
  344. <a href="http://hearttopieces.tumblr.com/">©</a>
  345. </div>
  346.  
  347.  
  348. {block:Pagination}
  349. <div id="pagination">
  350.  
  351. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  352. — {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  353. </div>{/block:Pagination}
  354.  
  355. </div></div>
  356.  
  357. <div id="postscontainer">
  358.  
  359. {block:Posts}
  360.  
  361. <div id="posts">
  362.  
  363.  
  364. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  365.  
  366.  
  367. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  368.  
  369. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  372.  
  373. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  374.  
  375. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  376.  
  377. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  378.  
  379. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  380.  
  381. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  382.  
  383. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  384. {NoteCountWithLabel}</a></div>
  385. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  386. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  387. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  388. {block:HasTags} <div id="tags"><i>file under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</i></div>
  389.  
  390.  
  391. </div>
  392.  
  393. {/block:Posts}
  394.  
  395. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  396. {/block:Posts}
  397.  
  398. </div>
  399.  
  400. </body>
  401. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement