Advertisement
dizzyperrie

Theme Number Eight By Floraleigh

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