Advertisement
noziam

THEME 06: GIVE ME LOVE

Sep 29th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.48 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. THEME 06 GIVE ME LOVE BY JAE @ OFJAE.CO.VU
  6.  
  7. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  8.  
  9. THANK YOU.
  10. ENJOY!
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head> <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Sidebar" content="#ffffff"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Hover" content="#f2f2f2"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Post" content="#ffffff"/>
  32. <meta name="color:Answer" content="#f8f8f8"/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:bg" content=""/>
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39. <meta name="if:Show Link 1" content="1" />
  40. <meta name="if:Show Link 2" content="1" />
  41. <meta name="text:Link 3" content="" />
  42. <meta name="text:Link 3 Text" content="" />
  43. <meta name="text:Link 4" content="" />
  44. <meta name="text:Link 4 Text" content="" />
  45. <meta name="if:Show Link 3" content="1" />
  46. <meta name="if:Show Link 4" content="1" />
  47. <meta name="color:scrollbarbg" content="ffffff"/>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. /* --- SCROLLBAR ---*/
  53.  
  54.  ::-webkit-scrollbar {
  55. width: 5px;height: 5px;}
  56. ::-webkit-scrollbar-button:start:decrement,
  57. ::-webkit-scrollbar-button:end:increment {
  58. height: 6px;display: block;background-color: {color:white};}
  59. ::-webkit-scrollbar-track-piece {
  60. background-color: {color:scrollbarbg};}
  61. ::-webkit-scrollbar-thumb:vertical {
  62. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  63.  
  64.  
  65. /* --- BODY ---*/
  66.  
  67. body {
  68.     background:{color:background};
  69.     margin:0px;
  70.     color:{color:text};
  71.     font-family:helvetica;
  72.     font-size:11px;
  73.     line-height:100%;
  74. }
  75.  
  76. a {
  77.     text-decoration:none;
  78.     outline:none;
  79.     -moz-outline-style:none;
  80.     color:{color:link};
  81. }
  82.  
  83. img {
  84.     border:none;
  85. }
  86.  
  87. blockquote {
  88.     padding-left:5px;
  89.     border-left:2px solid;
  90. }
  91.    
  92. blockquote blockquote {
  93.     padding-left:5px;
  94.     border-left:2px solid;
  95. }
  96.  
  97. h1 {
  98.     font-size:9px;
  99.     text-transform:uppercase;
  100. }
  101.  
  102. a:hover {
  103.     opacity:10;
  104.     color:{color:hover};
  105.      text-transform:uppercase;
  106.    color:#aaa;
  107.   text-shadow: 4px 4px 6px #aaa;
  108.   -moz-transition-duration:0.9s;
  109.     -webkit-transition-duration:0.9s;
  110.     -o-transition-duration:0.9s;
  111. }
  112.  
  113. /* --- POST ENTRIES ---*/
  114.  
  115.  
  116. #entries {
  117.     padding:10px;
  118.     width:500px;
  119.     margin-left:500px;
  120.     margin-top:40px;
  121.     font-size:10px;
  122. }
  123.  
  124. /* --- BODY: POSTS ---*/
  125.  
  126.  
  127. #post {
  128.     width:500px;
  129.     padding-bottom:20px;
  130.     padding:10px;
  131.     margin-top:15px;
  132.     background-color:{color:Post};
  133. }
  134.  
  135. /* --- TITLE ---*/
  136.  
  137. #title{
  138.     position:fixed;
  139.     font-family: 'Parisienne', cursive;
  140.  
  141.     font-size:24px;
  142.     margin-top:140px;
  143.     margin-left:100px;
  144.     width:300px;
  145.     text-align:center;
  146.     font-style:italic;
  147.     letter-spacing:2px;
  148.     }
  149.  
  150.  
  151. /* --- SIDEBAR IMAGE ---*/
  152.  
  153.  
  154. #sidebar {
  155.     width:300px;
  156.     position:fixed;
  157.     margin-left:100px;
  158.     margin-top:160px;
  159.     opacity:.80;
  160.     background-color:{color:Sidebar};
  161. }
  162.  
  163. #sidebarimage {
  164.     width 100px;
  165. }
  166.  
  167. #sidebarimage img {
  168.     width:300px;
  169.     border:none;
  170.     padding:6px;
  171.     border-color: {color:border};
  172.     background-color:{color:Sidebar};
  173.  
  174. }
  175.  
  176.  
  177. /* --- SIDEBAR LINKS ---*/
  178.  
  179. .links {
  180.     width:300px;
  181.     height:6px;
  182.     padding: 9px;
  183.     font-size:14px;
  184.     font-family:'helvetica';
  185.     text-align:center;
  186.     margin-top:-5px;
  187.     margin-left:-5px;
  188.     text-align:center;
  189.     text-transform:lowercase;
  190.     word-spacing:2px;
  191.     position:fixed;
  192.     padding-bottom:7px;
  193. }
  194.  
  195. .links a {
  196.     font-size: 12px;
  197.     -moz-transition-duration:0.9s;
  198.     -webkit-transition-duration:0.9s;
  199.     -o-transition-duration:0.9s;
  200.  
  201. }
  202.  
  203. .links a:hover {
  204.    text-transform:uppercase;
  205.    color:#aaa;
  206.   text-shadow: 4px 4px 6px #aaa;
  207.   -moz-transition-duration:0.9s;
  208.     -webkit-transition-duration:0.9s;
  209.     -o-transition-duration:0.9s;
  210.  
  211. }  
  212.  
  213.  
  214. /* --- DESCRIPTION ---*/
  215.  
  216. #description {
  217.     position:fixed;
  218.     font-family:helvetica;
  219.     line-height:90%;
  220.     font-size:12px;
  221.     font-style:italic;
  222.     width:300px;
  223.     margin-top:17px;
  224.     padding:8px;
  225.     margin-left:0px;
  226.     text-align:center;
  227.     color:{color:text};
  228.     }
  229.    
  230. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  231. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  232.  
  233. /* --- PAGINATION---*/
  234.  
  235.  
  236. #pagination {
  237.     width:300px;
  238.     font-size:10px;
  239.     text-align:center;
  240.     margin-left:0px;
  241.     margin-top:60px;
  242.     position:fixed;
  243.     font-family:helvetica;
  244.     letter-spacing:0px;
  245. }
  246.  
  247. /* --- POST INFO ---*/
  248.  
  249.  
  250. #info {
  251.     text-align:left;
  252.     margin-top:10px;
  253.     text-transform:uppercase;
  254.     font-size:10px;
  255.     font-style:none;
  256.     border-top:1px solid {color:Line}
  257. }
  258.  
  259. /* --- POST TAGS---*/
  260.  
  261.  
  262. #tags {
  263.     font-family:helvetica;
  264.     letter-spacing:0px;
  265.     text-transform:lowercase;
  266.     font-size:12px;
  267.     font-style:italic;
  268.     margin-top:8px;
  269.     text-align:center;
  270. }
  271.    
  272. #tags
  273. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:center;
  274.     -webkit-transition: all 0.6s ease-in-out;
  275.     -moz-transition: all 0.6s ease-in-out;
  276.     -o-transition: all 0.6s ease-in-out;
  277.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  278.  
  279.  
  280. /* --- QUESTIONS ---*/
  281.  
  282. #asker {
  283.     padding:5px;
  284.     font-family:helvetica;
  285.     letter-spacing:1px;
  286.     text-align:left;
  287.     font-style:italic;
  288.     margin-left:10px;
  289.     border-left:3px #eee solid;
  290.     background-color:{color:background}
  291. }
  292.  
  293. {CustomCSS}</style></head><body>
  294.  
  295.  
  296. <div id="title">
  297. {title}
  298. </div>
  299.  
  300.  
  301. <div id="sidebar">
  302. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  303.  
  304.  
  305.  
  306. <div id="description">
  307. {Description}
  308. </div>
  309.  
  310.  
  311.  
  312.  
  313. <div class="links">
  314. <a href="/">home</a>
  315. <a href="/ask">mssg</a>
  316. {block:IfShowLink1} ✖ <a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  317. {block:IfShowLink2} ✖ <a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  318. {block:IfShowLink3} ✖ <a href="{text:Link 3}">{text:Link 3 Text}</a>{block:IfShowLink3}
  319. {block:IfShowLink4} ✖ <a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  320. </div>
  321.  
  322.  
  323.  
  324. {block:Pagination}<div id="pagination">
  325. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  326. {/block:JumpPagination}
  327. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  328. </div>{/block:Pagination}
  329.  
  330. </div>
  331.  
  332. <div id="entries">{block:Posts}<div id="post">
  333.  
  334. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  335.  
  336. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  337.  
  338. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. {block:Quote}{Quote}{/block:Quote}
  341.  
  342. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  343.  
  344. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  345.  
  346. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  347. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  348. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  349. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  350. {/block:Audio}
  351.  
  352. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  353.  
  354. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  355.  
  356. <div id="info">
  357. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  358. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  359. {/block:Posts}
  360. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  361. {/block:Posts}</div></div></div>
  362.  
  363.  
  364.  
  365. <!--
  366. THEME MAKER CREDIT
  367. -->
  368.  
  369. <div style="position:fixed;bottom:7px; right:7px; font-size:13px; letter-spacing:1px; font-family:consolas;"><a href="http://ofjae.co.vu">JAE</a></center></div>
  370.  
  371.    
  372. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement