Advertisement
karenok

Theme #3

Apr 19th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1. <!--
  2. Theme by notdoncaster. Remove the credit and i'll kick your butt.
  3. -->
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <!--Fonts-->
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  30.  
  31. <!--Colors-->
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Text" content="#aaaaaa"/>
  35. <meta name="color:Link" content="#717581"/>
  36. <meta name="color:sblinks" content="#cccccc"/>
  37. <meta name="color:linkhover" content="#f1f1f1"/>
  38.  
  39. <!--Images-->
  40.  
  41. <meta name="image:Background" content=""/>
  42. <meta name="image:Sidebar" content=""/>
  43.  
  44. <!--Links-->
  45.  
  46. <meta name="text:Link1" content="/" />
  47. <meta name="text:Link1 Title" content="" />
  48.  
  49. <meta name="text:Link2" content="/" />
  50. <meta name="text:Link2 Title" content="" />
  51.  
  52. <meta name="text:Link3" content="/" />
  53. <meta name="text:Link3 Title" content="" />
  54.  
  55. <meta name="text:Link4" content="/" />
  56. <meta name="text:Link4 Title" content="" />
  57.  
  58. <style type="text/css">
  59.  
  60. /* --- SCROLLBAR ---*/
  61.  
  62. ::-webkit-scrollbar {height: auto;width: 6px;}
  63. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  64. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  65.  
  66. /* --- BODY ---*/
  67.  
  68. body {background:{color:background}; margin:0px; color:{color:text}; font-family:serif; font-size:9px; line-height:100%;}
  69.  
  70. blockquote {
  71. border-left:1px solid #f8f8f8;
  72. padding-left:2px;
  73. margin:5px;
  74. }
  75.  
  76. a {color:#b1b0b0; text-decoration:none; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  77.  
  78. a:hover {text-decoration:none; color:#676767;}
  79.  
  80. img {none;}
  81.  
  82. h1 { font-family:anaheim; font-size:10px; font-style:none; text-transform:uppercase; text-align:left; font-weight:normal;}
  83.  
  84. h2 {font-size:10px; text-transform:none; font-weight:normal;}
  85.  
  86. /* --- POSTS ---*/
  87.  
  88.  
  89. #entries {padding:10px; width:500px; margin-left:520px; margin-top:40px;}
  90.  
  91. #post {width:500px; padding-top:10px; padding-bottom:10px; font-style:none;}
  92.  
  93. #post img { border:1px dotted #f5f5f5; padding:5px; }
  94.  
  95. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  96.  
  97. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  98. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  99.  
  100. #info #tags { opacity:0; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  101.  
  102. #info:hover #tags { opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  103.  
  104. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  105. font-size:9px; margin-left:0px; margin-top:-2px; }
  106.  
  107. /* --- AUDIO ---*/
  108.  
  109. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  110.  
  111. .cover { width:78px; height:78px; position:absolute; }
  112.  
  113. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  114.  
  115. .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:90px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  116.  
  117. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  118.  
  119. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  120.  
  121. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  122.  
  123. /* --- SIDEBAR ---*/
  124.  
  125. #sidebar { width:120px; position:fixed; margin-left:320px; margin-top:150px; opacity:1; }
  126.  
  127. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  128.  
  129. #sidebarimage img { width:120px; padding:3px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  130.  
  131. #links { width:120px; border-bottom:1px dotted #eee; font-family:serif; font-size:7px;opacity:1; text-align:center; padding-top:4px; letter-spacing:1px; text-transform:uppercase; padding-bottom:1px; margin-top:-2px; margin-left:3px; color:{color:sblinks}; }
  132.  
  133. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  134.  
  135. #description { font-family:serif; padding:5px; font-size:9px; opacity: 0.8; text-align:justify; margin-top:-2px; margin-left:6px; }
  136.  
  137. #pagination { font-size:8px; text-align:center; color:{color:link}; font-family:serif; letter-spacing:2px; margin-left:11px; }
  138.  
  139. /* --- ASKS ---*/
  140.  
  141. #asker { float:left; margin-right:5px; }
  142.  
  143. #q { font-family:consolas; text-transform:lowercase; letter-spacing:1px; padding-bottom:3px; }
  144.  
  145. #question { font-family:consolas; font-style:italic; font-size:10px; }
  146.  
  147. #answer { font-family:consolas; text-transform:uppercase; font-size:10px; }
  148.  
  149. {CustomCSS}
  150.  
  151.  
  152. </style>
  153.  
  154.  
  155. </head>
  156.  
  157.  
  158. <body>
  159.  
  160. <div id="sidebar">
  161. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  162. <div id="links">
  163. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  164. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  165. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  166. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  167. </div>
  168.  
  169. <div id="description">{Description}</div>
  170.  
  171. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}</div>{/block:Pagination}
  172. </div>
  173.  
  174. <div id="entries">{block:Posts}<div id="post">
  175.  
  176. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  177.  
  178. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  179.  
  180. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  181.  
  182. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  183.  
  184. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  185.  
  186. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  187.  
  188.  
  189. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  190. <div class="player">
  191. <div class="player2">
  192. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  193. {/block:Audio}
  194.  
  195. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  196.  
  197. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  198.  
  199. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  200. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  201. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  202. {/block:Posts}<div id="tags" st>
  203. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  204. {/block:Posts}</div></div></div>
  205.  
  206. <div style="font-family:sintony; font-size: 8px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase;"><a href="http://notdoncaster.tumblr.com">CREDIT</a></div>
  207.  
  208. </body>
  209.  
  210. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement