Advertisement
gegk

theme 2 awjoffrey

Apr 19th, 2014
1,316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.90 KB | None | 0 0
  1. <!--- THEME 02 BY AWJOFFREY:
  2.    ♥ DONT REMOVE THE CREDIT;
  3.    ♥ DONT USE AS A BASE CODE;
  4.    ♥ DONT CLAIM AS YOUR OWN.
  5. EDIT AS MUCH AS YOU WANT BUT LEAVE THE CREDIT THERE--->
  6.  
  7.  
  8. <!DOCTYPE html>
  9. <html>
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- variables --->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#838282"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:nav bg" content="#b8b8b8"/>
  21. <meta name="color:nav2 bg" content="#b8b8b8"/>
  22. <meta name="color:info border" content="#b8b8b8"/>
  23. <meta name="color:info text" content="#b8b8b8"/>
  24. <meta name="color:link hover" content="#b8b8b8"/>
  25. <meta name="color:nav links" content="#b8b8b8"/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="text:link1" content=""/>
  28. <meta name="text:link2" content=""/>
  29. <meta name="text:link3" content=""/>
  30. <meta name="text:link4" content=""/>
  31. <meta name="text:link1 text" content=""/>
  32. <meta name="text:link2 text" content=""/>
  33. <meta name="text:link3 text" content=""/>
  34. <meta name="text:link4 text" content=""/>
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39.     background:{color:background};
  40.     margin:0px;
  41.     color:{color:text};
  42.     font-family:arial;
  43.     font-size:13px;
  44.     line-height:100%;
  45. }
  46.  
  47.  
  48.  
  49. a {
  50.     text-decoration:none;
  51.     outline:none;
  52.     -moz-outline-style:none;
  53.     color:{color:link};
  54. }
  55.  
  56. a:hover {
  57.     text-decoration:none;
  58.     color:{color:link hover};
  59.     }
  60.  
  61. img {
  62.     border:none;
  63. }
  64.  
  65. blockquote {
  66.     padding-left:5px;
  67.     border-left:2px solid;
  68. }
  69.    
  70. blockquote blockquote {
  71.     padding-left:5px;
  72.     border-left:2px solid;
  73. }
  74.  
  75. h1 {
  76.     font-size:17px;
  77.     letter-spacing:1px;
  78.     text-shadow: 1px 1px 0px #DEDEDE;
  79. }
  80.  
  81. #entries {
  82.     padding:10px;
  83.     width:500px;
  84.     margin-left:480px;
  85.     margin-top:40px;
  86.    
  87. }
  88.  
  89. #post {
  90.     width:500px;
  91.     padding-bottom:30px;
  92.    
  93. }
  94.  
  95. #sidebar {
  96.     width:250px;
  97.     height:280px;
  98.     position:fixed;
  99.     margin-left:180px;
  100.     margin-top:100px;
  101.     font-size:11px;
  102.    
  103. }
  104.  
  105.  
  106.  
  107.  
  108.  
  109. #sidebar img {
  110.     float:left;
  111.     height:250px;
  112.     width:125px;
  113.     margin-top:10px;
  114.     }
  115.  
  116. #description {
  117.     padding:0px;
  118.     text-align:justify;
  119.     margin-top:10px;
  120.     width:110px;
  121.     margin-left:133px;
  122.     height:110px;
  123. }
  124.  
  125. #title {
  126.     font-size:20px;
  127.     margin-left:-280px;
  128.     margin-top:0px;
  129.     -webkit-transform: rotate(-90deg);  
  130.     -moz-transform: rotate(-90deg);
  131.     -ms-transform: rotate(-90deg);
  132.     -o-transform: rotate(-90deg);
  133.     transform: rotate(-90deg);
  134.     color:{color:title};
  135. }
  136.  
  137. ul.horizontal{
  138.     margin-top:62px;
  139.     padding:0;
  140.     text-align:center;
  141.     width:125px;
  142.     float:right;
  143.     margin-left:0px;
  144.    
  145. }
  146.  
  147. ul.horizontal li{
  148.     display:inline-block;
  149.     padding: 7px;
  150.     width:40px;
  151.     height:10px;
  152.     margin-left:0px;
  153.     margin-top:2px;
  154.     font-family:arial;
  155. }
  156.  
  157. ul.horizontal li a {
  158.     color:{color:nav links};
  159.    
  160. }
  161.  
  162.  
  163. #nav1 {
  164.     background-color:{color:nav bg};
  165. }
  166.  
  167. #nav1:hover {
  168.     background-color:{color:nav2 bg};
  169.     transition: background-color 0.3s linear 0.1s;
  170. }
  171.  
  172. #nav2 {
  173.     background-color:{color:nav2 bg};
  174.     transition: background-color 0.3s linear 0.1s;
  175. }
  176.  
  177. #nav2:hover {
  178.     background-color:{color:nav bg};
  179. }
  180.  
  181. #pagination {
  182.     font-size:20px;
  183.     text-align:center;
  184.     color:{color:nav bg};
  185.     margin-top:2px;
  186. }
  187.  
  188. #info {
  189.     width:500px;
  190.     color:{color:nav bg};
  191.     margin-top:-7px;
  192.     margin-bottom:2px;
  193.     font-size:10px;
  194.    
  195. }
  196.  
  197. #info a {
  198.     color:{color:info text};
  199.     text-decoration:none;
  200.    
  201. }
  202.  
  203.  #info a:hover {
  204.      color:{color:link};
  205.      text-decoration:none;
  206.  }
  207.  
  208. #tags {
  209.     color:{color:info text};
  210.     float:left;
  211.     font-size:10px;
  212.     margin-top:0px;
  213.     margin-bottom:2px;
  214.    
  215.     width:500px;
  216.    
  217.    
  218.     }
  219.  
  220.  #tags a {
  221.      color:{color:info text};
  222.      text-decoration:none;
  223.  }
  224.  
  225.  
  226.   #audio {
  227.     font-size:9px;
  228.     padding:7px;
  229.     background: white;
  230.     width:489px;
  231.     height:25px;
  232.     text-align:right;
  233.     border:1px solid {color:info border};
  234. }
  235.  
  236.  
  237.  
  238. #player {
  239.     float:left;
  240.    
  241. }
  242.  
  243. #asker {
  244.     float:left;
  245.     margin-right:5px;
  246.     letter-spacing:1px;
  247.     text-shadow: 1px 1px 0px #DEDEDE;
  248.    
  249.     }
  250.  
  251. #answer {
  252.     border-top:1px solid {color:info border};
  253.     }
  254.  
  255. #notespermalink ol {
  256.     list-style-type:none;
  257.     }
  258.    
  259. #notespermalink li {
  260.     padding:7px;
  261.     border-top: 1px solid {color:nav1 bg};
  262.     margin-left:-40px;
  263. }
  264.  
  265. #notespermalink li img {
  266.     display:none;
  267.    
  268. }
  269.  
  270.  /*credit!*/
  271. #credit {
  272.     position:fixed;
  273.     right:10px;
  274.     bottom:10px;
  275.     font-size:8px;
  276.     padding:2px;
  277.     border:1px solid #eee;
  278.     background-color:white;
  279.     text-align:center;
  280.     letter-spacing:.5px;
  281.  }
  282.  
  283. {CustomCSS}</style></head>
  284. <body>
  285.  <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  286. <div id="sidebar">
  287.  
  288.  
  289. <div id="title">{Title}</div>
  290. <img src="{image:sidebar}">
  291. <div id="description">{Description}</div>
  292.  
  293. <ul class="horizontal">
  294.   <li id="nav1"><a href="/">home</a></li>
  295.   <li id="nav2"><a href="/ask">ask</a></li>
  296.   <li id="nav2"><a href="{text:link1}">{text:link1 text}</a></li>
  297.   <li id="nav1"><a href="{text:link2}">{text:link2 text}</a></li>
  298.   <li id="nav1"><a href="{text:link3}">{text:link3 text}</a></li>
  299.   <li id="nav2"><a href="{text:link4}">{text:link4 text}</a></li>
  300.  
  301. </ul>
  302. </div>
  303.  
  304. <div id="entries"><div class = "autopagerize_page_element" >{block:Posts}<div id="post">
  305.  
  306. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  307.  
  308. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  309.  
  310. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  311.  
  312. {block:Quote}<h1>"{Quote}"</h1>{block:Source} —{Source}{/block:Source}<p></p>{/block:Quote}
  313.  
  314. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  315.  
  316. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  317.  
  318. {block:Audio}<div id="audio"><div id="player">{AudioPlayerWhite}</div>{block:TrackName}
  319. <b>{TrackName}</b>
  320. {/block:TrackName} <br> <i>{block:Artist}
  321. {Artist}
  322. {/block:Artist}</div></i>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  323.  
  324. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  325.  
  326. {block:Answer}<div id="asker">{Asker}:</div> {Question}<p style="font-size:5px"></p><div id="answer">{Answer}</div>{/block:Answer}
  327.  
  328. {block:Date}<p style="margin-top:-17px">&nbsp;</p><div style="height:1px;background-color:{color:info border};margin-bottom:0px;"></div><div id="info"><span style="background-color:{color:background};padding:0px 5px 0px 0px;"><a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a><a href="{Permalink}">
  329. {NoteCountWithLabel}</a></span> </div>{block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  330. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  331.  
  332. <!-- {block:NoRebloggedFrom}
  333. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  334. {/block:NoRebloggedFrom} -->
  335. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div><br><br>{/block:Date}
  336.  
  337. </div>
  338. {block:PostNotes}<div id="notespermalink">{PostNotes}</div>{/block:PostNotes}
  339.  
  340.  
  341. {/block:Posts}</div></div>
  342.  
  343.  <div id="credit">
  344. <a href="http://awjoffrey.tumblr.com">
  345. theme
  346. </a>
  347.  
  348.  
  349. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement