Advertisement
pooramypond

VIOLINS (10)

Jan 30th, 2013
2,226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9. _______ ____ _____ _____ _ _ ________ _______ _______
  10. |__ __/ __ \| __ \| __ \| | | | ____\ \ / |_ _|__ __|
  11. | | | | | | | | | | | | |__| | |__ \ \ /\ / / | | | |
  12. | | | | | | | | | | | | __ | __| \ \/ \/ / | | | |
  13. | | | |__| | |__| | |__| | | | | |____ \ /\ / _| |_ | |
  14. |_| \____/|_____/|_____/|_| |_|______| \/ \/ |_____| |_|
  15.  
  16.  
  17. THEME: VIOLINS BY TODDHEWIT
  18. _____________________________________________
  19. RULES:
  20. --DON'T--
  21. - STEAL
  22. - USE THIS THEME AS A BASE
  23. - TAKE PARTS OF THE CODE
  24. - REMOVE CREDIT, MOVE IT TO A SECONDARY PAGE
  25. _____________________________________________
  26.  
  27.  
  28. HAPPY THEME-ING
  29.  
  30.  
  31. --->
  32.  
  33.  
  34. <meta name="color:Background" content="#ffffff"/>
  35. <meta name="color:Text" content="#838282"/>
  36. <meta name="color:Link" content="#b8b8b8"/>
  37. <meta name="color:Title" content="#b8b8b8"/>
  38. <meta name="color:Links Bg" content="#b8b8b8"/>
  39. <meta name="image:sidebar" content=""/>
  40. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  41. <meta name="text:Link 3 URL" content=""/>
  42. <meta name="text:Link 1 URL" content="/"/>
  43. <meta name="text:Link 2 URL" content="/"/>
  44. <meta name="text:Link 1" content="/"/>
  45. <meta name="text:Link 3" content="/"/>
  46. <meta name="text:Link 2" content="/"/>
  47. <meta name="text:Subtitle" content="/"/>
  48. <style type="text/css">
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:Cambria;
  55. font-size:10px;
  56. line-height:100%;
  57. }
  58. ::-webkit-scrollbar-track-piece{background-color:transparent;margin:0 0 23px 0}.custom_scrollbars ::-webkit-scrollbar-thumb:vertical{height:20px;background-color:rgba(255,255,255,.3);box-shadow:inset 1px 0 4px #999;border-radius:2px;margin:20px 0}.custom_scrollbars ::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:rgba(255,255,255,.3);box-shadow:inset 1px 0 4px #999;border-radius:2px}.custom_scrollbars #selected_theme_options ::-webkit-scrollbar-track-piece{margin:23px 0}.ace_sb{min-width:15px}
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. }
  65.  
  66. img {
  67. border:none;
  68. opacity:1;
  69. -webkit-transition: all 0.6s ease-in-out;
  70. -moz-transition: all 0.6s ease-in-out;
  71. -o-transition: all 0.6s ease-in-out;
  72. -ms-transition: all 0.6s ease-in-out;
  73. transition: all 0.6s ease-in-out;
  74. }
  75. img:hover {
  76. opacity:.7;
  77. }
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. h1 {
  89. font-size:15px;
  90. text-align:Center;
  91. color:{color:Title};
  92. text-transform:uppercase;
  93. font-family:times new roman,times;
  94. line-height:110%;
  95. font-weight:200;
  96. }
  97. #crt {
  98. bottom:27px;
  99. right:27px;
  100. position:fixed;
  101. }
  102. #crt a {
  103. font-size:9px;
  104. letter-spacing:1px;
  105. position:fixed;
  106. font-family:"georgia italic";
  107. -webkit-transform: scale(1);
  108. -webkit-transition-timing-function: ease-out;
  109. -webkit-transition-duration: 500ms;
  110. }
  111. #crt a:hover {
  112. -webkit-transition-timing-function: ease-out;
  113. -webkit-transition-duration: 500ms;
  114. border-bottom:1px solid #eee;
  115. }
  116.  
  117. #entries {
  118. padding:10px;
  119. width:400px;
  120. margin-left:500px;
  121. margin-top:40px;
  122. }
  123.  
  124. #post {
  125. width:400px;
  126. padding-bottom:20px;
  127. }
  128. #sidebar {
  129. width:190px;
  130. position:fixed;
  131. margin-left:230px;
  132. margin-top:200px;
  133. height:95px;
  134. padding: 8px;
  135. }
  136. #sidebarimage {
  137. margin-top:23px;
  138. }
  139. #sidebarimage img {
  140. width:190px;
  141. margin-top:5px;
  142. }
  143.  
  144. #title {
  145. font-size:16px;
  146. text-align:center;
  147. padding-bottom:5px;
  148. border-bottom: double #eee;
  149. font-family:times new roman;
  150. text-transform:uppercase;
  151. color:{color:Title}
  152. margin-top:-120px;
  153. position:fixed;
  154. line-hieght:200%;
  155. width:190px;
  156. }
  157.  
  158. #description {
  159. text-align:left;
  160. word-break:hyphenate;
  161. padding:5px;
  162. width:60px;
  163. margin-left:110px;
  164. font-size:8px;
  165. background-color:white;
  166. position:relative;
  167. max-height:60px;
  168. overflow:auto;
  169. margin-top:-50px;
  170. border:1px #eee solid;
  171. }
  172.  
  173. #pagination {
  174. font-size:8px;
  175. margin-top:15px;
  176. width:74px;
  177. text-align:center;
  178. line-height:200%;
  179. height:15px;
  180. }
  181.  
  182. #info {
  183. text-align:right;
  184. margin-top:10px;
  185. text-transform:lowercase;
  186. font-size:8px;
  187. font-style:italic;
  188. border-top:1px #eee solid;
  189. }
  190. #links {
  191. letter-spacing:1px;
  192. margin-top:10px;
  193. opacity:1;
  194. height:auto;
  195. text-align:center;
  196. min-width:190px;
  197. text-transform:uppercase;
  198. -webkit-transition: all 0.6s ease-in-out;
  199. -moz-transition: all 0.6s ease-in-out;
  200. -o-transition: all 0.6s ease-in-out;
  201. -ms-transition: all 0.6s ease-in-out;
  202. transition: all 0.6s ease-in-out;
  203. }
  204. #links a {
  205. background-color:{color:Links Bg};
  206. font-size:7px;
  207.  
  208. padding:1px;
  209. }
  210. #asker {
  211. float:left;
  212. margin-right:5px;
  213. }
  214. #hey {
  215. border:3px double {color:link};
  216. opacity:.7;
  217. padding:5px;
  218. min-height:25px;
  219. }
  220.  
  221. {CustomCSS}</style></head><body>
  222. <div id="crt"><br><a href="http://toddhewit.tumblr.com/"><big><big>☆彡</big></big></a></div>
  223. <div id="sidebar"><div id="title">{Title}<br><i><small><small><font style="text-transform:lowercase;">{text:Subtitle}</font></small></small></i></div>
  224. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  225.  
  226.  
  227. <div id="description">{Description}</div><div id="links">
  228. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;<a href="/archive">past</a>&nbsp;&nbsp;&nbsp;<a href="{text:Link 1 URL}">{text:Link 1}</a>&nbsp;&nbsp;&nbsp;<a href="{text:Link 2 URL}">{text:Link 2}</a>&nbsp;&nbsp;&nbsp;<a href="{text:Link 3 URL}">{text:Link 3}</a>
  229. </div>
  230.  
  231. <div id="pagination">
  232. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  233. {CurrentPage} OF {TotalPages}
  234. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  235. </div>
  236.  
  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-400}">{LinkCloseTag}{block:Caption}<font style="text-transform:lowercase"><i>{Caption}</i></font>{/block:Caption}{/block:Photo}
  244.  
  245. {block:Photoset}{Photoset-400}{block:Caption}<font style="text-transform:lowercase"><i>{Caption}</i></font>{/block:Caption}{/block:Photoset}
  246.  
  247. {block:Quote}<center><h1>❝{Quote}❞</h1></center><small><font style="text-transform:lowercase;"><center>{block:Source}said {Source}{/block:Source}{/block:Quote} </small></font></center>
  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. {block:Audio}<div style="background:url(http://media.tumblr.com/tumblr_mcj4il42WY1r0ksbd.png)"><div style="width:7%;padding:3px;overflow:hidden;margin-left:180px;background:url(http://media.tumblr.com/tumblr_mcj4il42WY1r0ksbd.png)">{AudioPlayerWhite}</div></div>{block:Caption}<font style="text-transform:lowercase"><i>{Caption}</i></font>{/block:Caption}{/block:Audio}
  254.  
  255. {block:Video}{Video-400}{block:Caption}<font style="text-transform:lowercase"><i>{Caption}</i></font>{/block:Caption}{/block:Video}
  256.  
  257. {block:Answer}<font style="text-transform:uppercase;">{Asker} asked</font><div id="hey"><div id="asker"><img src="{AskerPortraitURL-24}"></div>{Question}</div>{Answer}{/block:Answer}
  258.  
  259. <div id="info"><div style="text-align:left;position:absolute;"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  260. {block:Date}{TimeAgo}{/block:Date} WITH <a href="{Permalink}">
  261. {NoteCountWithLabel}</a> - {block:RebloggedFrom}<a href="{ReblogParentURL}"
  262. title="{ReblogParentName}">via</a>, <a href="{ReblogRootURL}"title="{ReblogRootName}">ORIG.</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}"><small>{Tag}</small></a>{/block:Tags}{/block:HasTags}</div>
  263.  
  264. </div>
  265. {block:PostNotes}{PostNotes}{/block:PostNotes}
  266. {/block:Posts}</div>
  267.  
  268. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement