Advertisement
xsanaa

Theme 07

Oct 3rd, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 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. ╭╮╱╱╭╮╭╮
  6. ┃╰┳━┫╰┫╰┳━╮╭━┳┳━╮
  7. ┃╋┃┻┫╭┫┃┃╋╰┫┃┃┃╋╰╮
  8. ╰━┻━┻━┻┻┻━━┻┻━┻━━╯ themes
  9.  
  10. remove credit and i'll have your head on a stick
  11.  
  12. -->
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16.  
  17. <head>
  18.  
  19. <title>{Title}</title>
  20.  
  21. {block:Description}<meta name="description" content="{MetaDescription}"/>
  22. {/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}" />
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  25.  
  26. <meta name="color:bg" content="#ffffff">
  27. <meta name="color:link" content="#bbb8b8">
  28. <meta name="color:text" content="#9a9a9a">
  29. <meta name="color:tags" content="#b9b7b7">
  30. <meta name="color:ask" content="#fcfcfc">
  31. <meta name="color:hover" content="#eeeeee">
  32. <meta name="color:border" content="#e7e7e7">
  33. <meta name="color:scrollbar" content="#d6d5d5">
  34.  
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:picture5" content=""/>
  38.  
  39. <meta name="text:link 1" content="">
  40. <meta name="text:link 1 url" content="/">
  41. <meta name="text:link 2" content="">
  42. <meta name="text:link 2 url" content="/">
  43. <meta name="text:link 3" content="">
  44. <meta name="text:link 3 url" content="/">
  45. <meta name="text:link 4" content="">
  46. <meta name="text:link 4 url" content="/">
  47.  
  48. <meta name="if:Cursor" content="1">
  49.  
  50.  
  51. <style type="text/css">
  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. img {
  90. border:none;
  91. }
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid {color:border};
  96. }
  97.  
  98. h1 {
  99. font-size:10px;
  100. }
  101.  
  102.  
  103.  
  104.  
  105. /*--sidebar--*/
  106.  
  107. #sidebar {
  108. color:{color:text};
  109. position:fixed;
  110. width:150px;
  111. text-align:left;
  112.  
  113. }
  114.  
  115.  
  116.  
  117. #sidebarimage {
  118. width:150px;
  119. height:150px;
  120. }
  121.  
  122. #sidebarimage img {
  123. position:fixed;
  124. width:150px;
  125. height:150px;
  126. margin-top:195px;
  127. margin-left:198px;
  128. padding:3px;
  129. border:1px solid #e4e3e2;
  130. border-radius:0%;
  131. -webkit-filter:saturate(1);
  132. -webkit-transition: all 0.7s ease-in-out;
  133. -moz-transition: all 0.7s ease-in-out;
  134. -o-transition: all 0.7s ease-in-out;
  135.  
  136. }
  137.  
  138.  
  139. #sidebar:hover #sidebarimage img{
  140. border-radius:100%;
  141. -webkit-filter:saturate(0);
  142.  
  143.  
  144. }
  145.  
  146. /*--- PICS (i rec you dont touch any of this but like.. yeah.)-*/
  147.  
  148. #picture img{
  149. width:10px;
  150. height:1000px;
  151. margin-top: -210px;
  152. margin-left: 193px;
  153. position:fixed;
  154. }
  155.  
  156.  
  157. #picture2 img{
  158. width:157px;
  159. height:25px;
  160. margin-top: 12px;
  161. margin-left: 199px;
  162. position:fixed;
  163. }
  164.  
  165. #picture3 img{
  166. width:157px;
  167. height:25px;
  168. margin-top: 238px;
  169. margin-left: 199px;
  170. position:fixed;
  171. }
  172.  
  173. #picture4 img{
  174. width:80px;
  175. height:60px;
  176. margin-top: 25px;
  177. margin-left: 312px;
  178. position:fixed;
  179. }
  180.  
  181. #picture5 img{
  182. width:200px;
  183. height:225px;
  184. margin-top: 600px;
  185. margin-left: -5px;
  186. position:fixed;
  187. }
  188.  
  189. /*--links--*/
  190.  
  191. #links {
  192. width:156px;
  193. font-family:'cambria';
  194. position:fixed;
  195. text-transform:uppercase;
  196. text-align:center;
  197. margin-top:34px;
  198. margin-left:198px;
  199. border: 1px dotted #ccc;
  200. }
  201.  
  202. #links a {
  203. padding:3px;
  204. font-size:9px;
  205. }
  206.  
  207. #links a:hover {
  208. color:{color:hover};
  209. }
  210.  
  211. /*--description--*/
  212.  
  213. #description {
  214. width:157px;
  215. height:36px;
  216. position:fixed;
  217. font-family:'calibri';
  218. font-size:9px;
  219. border: 1px dotted #ccc;
  220. text-align:center;
  221. margin-left:198px;
  222. margin-top:204px;
  223. color:{color:text};
  224. }
  225.  
  226. /*--pagination--*/
  227.  
  228. #pagination {
  229. font-style:italic;
  230. position:fixed;
  231. text-align:center;
  232. font-size:9px;
  233. margin-left:263px;
  234. margin-top:375px;
  235. font-family:calibri;
  236. color:{color:link};
  237. }
  238.  
  239. #pagination a{
  240. color:{color:link};
  241. }
  242.  
  243. #pagination a:hover {
  244. color:{color:hover};
  245. }
  246.  
  247. /*--posts--*/
  248.  
  249. #posts {
  250. width:500px;
  251. margin-bottom:10px;
  252. margin-left:50px;
  253. padding:1px;
  254. font-size:11px;
  255. color:{color:text};
  256. line-height:100%;
  257. text-align:justify;
  258. }
  259.  
  260. #postscontainer {
  261. margin-bottom:20px;
  262. padding:1px;
  263. margin-left:450px;
  264. margin-top:55px;
  265. }
  266.  
  267.  
  268. #info {
  269. margin-bottom:10px;
  270. font-size:8px;
  271. margin-top:10px;
  272. text-align:left;
  273. padding:5px;
  274. color:{color:link};
  275. border-top:1px solid {color:border};
  276. }
  277.  
  278.  
  279. #reblog {
  280. text-transform:uppercase;
  281. font-family:trebuchet ms;
  282. margin-left:-7px;
  283. margin-top:-5px;
  284. text-align:center;
  285. color:#ccc;
  286. width:35px;
  287. padding:3px;
  288. border-left:solid 1px #ccc;
  289. border-right:solid 1px #ccc;
  290. border-bottom:solid 1px #ccc;
  291. }
  292.  
  293. #reblog a {
  294. color:{color:link};
  295. }
  296.  
  297. #notes {
  298. margin-left:40px;
  299. margin-top:-12px;
  300. }
  301.  
  302. #rightinfo {
  303. text-transform:uppercase;
  304. font-family:trebuchet ms;
  305. margin-left:380px;
  306. text-align:justify;
  307. float:right;
  308. padding:3px;
  309. margin-top:-12px;
  310. color:white;
  311. border-left:solid 1px #ccc;
  312. border-right:solid 1px #ccc;
  313. border-bottom:solid 1px #ccc;
  314.  
  315. }
  316.  
  317. #rightinfo a {
  318. color:{color:link};
  319. }
  320.  
  321. /*--tags--*/
  322.  
  323. #tags {
  324. width:490px;
  325. margin-left:-4px;
  326. margin-top:7px;
  327. font-size:8px;
  328. color:{color:tags}:
  329. }
  330.  
  331. #tags a {
  332. color:{color:tags};
  333. }
  334.  
  335. #tags a:hover {
  336. color:{color:hover}
  337. }
  338.  
  339. /*--asks--*/
  340.  
  341. #askbg {
  342. padding:12px;
  343. background-color:{color:ask};
  344. }
  345.  
  346. #ask {
  347. margin-top:-10px;
  348. font-family:calibri;
  349. text-align:left;
  350. }
  351.  
  352. #ask img {
  353. margin-top:30px;
  354. width:50px;
  355. }
  356.  
  357. /*--credit--*/
  358.  
  359. #credit {
  360. right:3px;
  361. bottom:6px;
  362. font-size:9px;
  363. padding:5px;
  364. color:{color:text};
  365. background-color:#fafafa;
  366. text-transform:uppercase;
  367. border:1px solid {color:border};
  368. position:fixed;
  369. -webkit-transition: all 0.5s ease-out;
  370. -moz-transition: all 0.5s ease-out;
  371. transition: all 0.5s ease-out;
  372. }
  373.  
  374. #credit:hover {
  375. background-color:black;
  376. color:white;
  377. }
  378.  
  379.  
  380. {CustomCSS}
  381.  
  382. </style></head>
  383.  
  384.  
  385. <body>
  386.  
  387. <div id="sidebar">
  388. <div id="sidebarimage">
  389. <img src="{image:sidebar}"></div>
  390. <div id="picture"><img src="http://media.tumblr.com/c9987cc811a3f095b0c750cb161a8dac/tumblr_inline_mtwdlqqrcU1rcz3l1.png"></div>
  391. <div id="picture2"><img src="http://media.tumblr.com/3c659514cf36948832612ea2940a395f/tumblr_inline_mtweb3lMMp1rcz3l1.jpg"></div>
  392. <div id="picture3"><img src="http://media.tumblr.com/c5eb5f2ce0672d90e08923acb20ff672/tumblr_inline_mtweemp8iF1rcz3l1.jpg"></div>
  393. <div id="picture4"><img src="http://static.tumblr.com/69671688a4a1e45722f2d05e00a36b68/ozgazqv/xXCmtwfx6/tumblr_static_tumblr_mhd5d9ps3k1rgpyeqo1_500__1_.png"></div>
  394. <div id="picture5"><img src="{image:picture5}"></div>
  395.  
  396.  
  397. <div id="description">{description}</div>
  398.  
  399. <div id="links">
  400. <a href="{text:link 1 url}">{text:link 1}</a>
  401. <a href="{text:link 2 url}">{text:link 2}</a>
  402. <a href="{text:link 3 url}">{text:link 3}</a>
  403. <a href="{text:link 4 url}">{text:link 4}</a>
  404. </div>
  405.  
  406. {block:Pagination}
  407. <div id="pagination">
  408.  
  409. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  410. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  411. </div>{/block:Pagination}
  412.  
  413. </div></div>
  414.  
  415.  
  416. <div id="postscontainer">
  417.  
  418. {block:Posts}
  419.  
  420. <div id="posts">
  421.  
  422.  
  423. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  424.  
  425.  
  426. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  427.  
  428. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  431.  
  432. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  433.  
  434. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  435.  
  436. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  437.  
  438. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  439.  
  440. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  441.  
  442. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  443. {NoteCountWithLabel}</a></div>
  444. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  445. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  446. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  447. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  448.  
  449.  
  450. </div>
  451.  
  452. {/block:Posts}
  453.  
  454. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  455. {/block:Posts}
  456.  
  457. </div>
  458.  
  459.  
  460. <div id="credit"><a href="http://bethanathemes.tumblr.com/">credit</a>
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement