Advertisement
karenok

Theme #9

May 4th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.80 KB | None | 0 0
  1. <!--
  2. Theme by cheshirekiddo, dont remove the credit, thanks.
  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. <meta name="color:scrollbar" content="#f1f1f1"/>
  39. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  40.  
  41. <!--Images-->
  42.  
  43. <meta name="image:Background" content=""/>
  44. <meta name="image:Sidebar" content=""/>
  45.  
  46. <!--Links-->
  47.  
  48. <meta name="text:Link1" content="/" />
  49. <meta name="text:Link1 Title" content="" />
  50.  
  51. <meta name="text:Link2" content="/" />
  52. <meta name="text:Link2 Title" content="" />
  53.  
  54. <meta name="text:Link3" content="/" />
  55. <meta name="text:Link3 Title" content="" />
  56.  
  57. <meta name="text:Link4" content="/" />
  58. <meta name="text:Link4 Title" content="" />
  59.  
  60. <style type="text/css">
  61.  
  62. /* --- SCROLLBAR ---*/
  63.  
  64. ::-webkit-scrollbar-thumb:vertical {
  65. background-color:{color:scrollbar};
  66. height:5px;}
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:{color:scrollbar};
  69. height:5px!important;}
  70. ::-webkit-scrollbar {
  71. background-color:{color:scrollbg};
  72. height:5px;
  73. width:6px;}
  74.  
  75. /* --- BODY ---*/
  76.  
  77. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:9px; line-height:100%;}
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. padding:1px;
  85. -webkit-transition: all 0.7s ease;
  86. -moz-transition: all 0.7s ease;
  87. -o-transition: all 0.7s ease;}
  88.  
  89. a:hover {
  90. color: {color:link hover};
  91. text-decoration:none;
  92. -webkit-transition: all 0.7s ease;
  93. -moz-transition: all 0.7s ease;
  94. -o-transition: all 0.7s ease;}
  95.  
  96.  
  97. blockquote {
  98. padding-left:7px;
  99. margin:2px;
  100. border-left:5px solid {color:text};
  101. }
  102.  
  103. h1 {
  104. font-weight:normal;
  105. font-size:10px;
  106. text-align:center;
  107. font-style:normal;
  108. line-height:80%;
  109. letter-spacing:1px;
  110.  
  111. color:{color:text};
  112. }
  113.  
  114. h1 a {
  115. -webkit-transition: all 0.7s ease;
  116. -moz-transition: all 0.7s ease;
  117. -o-transition: all 0.7s ease;}
  118.  
  119. h1 a:hover {
  120. font-style:italic;
  121. font-size:15px;
  122. -webkit-transition: all 0.7s ease;
  123. -moz-transition: all 0.7s ease;
  124. -o-transition: all 0.7s ease;}
  125.  
  126. h2 {
  127. font-size:15px;
  128. text-align:center;
  129. line-height:100%;
  130. letter-spacing:-0.5px;
  131. color:{color:text};
  132. font-weight:normal;
  133. padding:5px;
  134. padding-bottom:2px;
  135. }
  136.  
  137. h3 a:hover{
  138. background-color:transparent
  139. }
  140.  
  141. /* --- POSTS ---*/
  142.  
  143.  
  144. #entries {padding:10px; width:500px; margin-left:220px; margin-top:40px;}
  145.  
  146. #post {width:500px; padding-top:10px; padding-bottom:10px; font-style:none;}
  147.  
  148. #post img { border:1px dotted #f5f5f5; padding:5px; }
  149.  
  150. #notes { font-family:anaheim; text-transform:lowercase; font-size:9px; }
  151.  
  152. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  153. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  154.  
  155. #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; }
  156.  
  157. #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; }
  158.  
  159. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  160. font-size:9px; margin-left:0px; margin-top:-2px; }
  161.  
  162. /* --- AUDIO ---*/
  163.  
  164. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  165.  
  166. .cover { width:78px; height:78px; position:absolute; }
  167.  
  168. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  169.  
  170. .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; }
  171.  
  172. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  173.  
  174. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  175.  
  176. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  177.  
  178. /* --- SIDEBAR ---*/
  179.  
  180. #sidebar { width:120px; position:fixed; margin-left:750px; margin-top:150px; opacity:1; }
  181.  
  182. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  183.  
  184. #sidebarimage img { width:120px; padding:3px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  185.  
  186. #links { width:120px; border-bottom:1px dotted #eee; background-color:#e8e8e8;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}; }
  187.  
  188. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  189.  
  190. #description { font-family:cambria; padding:5px; font-size:9px; opacity: 0.8; text-align:center; margin-top:-2px; margin-left:6px; }
  191.  
  192. #pagination { font-size:8px; text-align:center; color:{color:link}; font-family:serif; letter-spacing:2px; margin-left:11px; }
  193.  
  194. /* --- ASKS ---*/
  195.  
  196. #question {
  197. font-size: 10px;
  198. color:{color:text};
  199. background-color:#e8e8e8;
  200. padding:10px;
  201. margin-bottom:0px;
  202. width:480px;
  203. }
  204.  
  205. .askerimg{
  206. width:460px;
  207. font-size:20px;
  208. font-style:italic;
  209. font-weight:bold;
  210. }
  211.  
  212.  
  213. {CustomCSS}
  214.  
  215.  
  216. </style>
  217.  
  218.  
  219. </head>
  220.  
  221.  
  222. <body>
  223.  
  224. <div id="sidebar">
  225. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  226. <div id="links">
  227.  
  228. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  229. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  230. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  231. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  232. </div>
  233.  
  234. <div id="description">{Description}</div>
  235.  
  236. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">LESS</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">MORE</a>{/block:NextPage}</div>{/block:Pagination}
  237. </div>
  238.  
  239. <div id="entries">{block:Posts}<div id="post">
  240.  
  241. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  242.  
  243. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  244.  
  245. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  246.  
  247. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  248.  
  249. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  250.  
  251. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  252.  
  253.  
  254. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  255. <div class="player">
  256. <div class="player2">
  257. {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>
  258. {/block:Audio}
  259.  
  260. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  261.  
  262. {block:Answer}<div class="askerimg">{Asker}</div><div id="question"></b><big><big>❝</big></big>{Question}</center><br></div><br><div id="answer">{Answer}</div>{/block:Answer}
  263.  
  264. <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}
  265. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  266. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  267. {/block:Posts}<div id="tags" st>
  268. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  269. {/block:Posts}</div></div></div>
  270.  
  271. <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://cheshirekiddo.tumblr.com">C R E D I T</a></div>
  272.  
  273. </body>
  274.  
  275. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement