Advertisement
Somerhaldder

Theme #2 - Purr Like A Kitten

Jun 29th, 2012
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <meta name="color:Background" content="#FDFAF1"/>
  12. <meta name="color:Font" content="#948978"/>
  13. <meta name="color:Link" content="#CAB094"/>
  14. <meta name="color:Link Hover" content="#948978"/>
  15. <meta name="color:Sidebar" content="#F7EBDE"/>
  16. <meta name="color:Border" content="#948978"/>
  17. <meta name="color:Question" content="#F7EBDE"/>
  18. <meta name="image:Sidebar" content=""/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="text:Link 1 Text" content="" />
  21. <meta name="text:Link 1" content="" />
  22. <meta name="text:Link 2 Text" content="" />
  23. <meta name="text:Link 2" content="" />
  24. <meta name="text:Link 3 Text" content="" />
  25. <meta name="text:Link 3" content="" />
  26.  
  27. <style type="text/css">
  28.  
  29. iframe#tumblr_controls {
  30. top: 0% !important;
  31. right:0% !important;
  32. position: fixed !important;
  33. }
  34.  
  35. body{
  36. color:{color:font};
  37. font-family:calibri;
  38. font-size:11px;
  39. text-wrap: normal
  40. word-wrap: break-word;
  41. background-color:{color:background};
  42. background-image: url('{image:Background}');
  43. background-repeat:repeat;
  44. }
  45.  
  46. a, a:active, a:visited{
  47. text-decoration: none;
  48. color: {color:link};
  49. }
  50.  
  51. a:hover{
  52. color:{link hover};
  53. text-shadow:1px 0 0 rgba(244,0,0,0.2),
  54. -2px 0 0 rgba(0,244,0,0.2);
  55. -webkit-transition: all 0.2s linear;
  56. -moz-transition: all 0.2s linear;
  57. transition: all 0.2s linear;
  58. }
  59.  
  60. img {
  61. border:0px;
  62. max-width: 500px;
  63. height: auto;
  64. }
  65.  
  66. img:hover {
  67. border:0px;
  68. }
  69.  
  70. a.img, a.img:visited {
  71. border:0px;
  72. }
  73.  
  74. a.img:hover {
  75. border:0px;
  76. }
  77.  
  78. #content{
  79. width:520px;
  80. height:auto;
  81. margin-left:400px;
  82. background-color:transparent;
  83. position:absolute;
  84. padding:5px;
  85. }
  86.  
  87. #title{
  88. margin-top:60px;
  89. margin-bottom: 0px;
  90. padding:5px;
  91. background-color: transparent;
  92. font-family:georgia;
  93. }
  94.  
  95. #post{
  96. padding:5px;
  97. background-color:transparent;
  98. width:500px;
  99. float:left;
  100. margin:5px;
  101. margin-left: 50px;
  102. border-bottom: 1px solid {color:border};
  103. }
  104.  
  105. #triangle {
  106. margin-top:-12px;
  107. margin-left:30px;
  108. color:{color:question};
  109. font-size:40px;
  110. width:30px;
  111. height:25px;}
  112.  
  113. #sidebar{
  114. background-color:{color:sidebar};
  115. height: 100%;
  116. width:250px;
  117. margin-top:-8px;
  118. margin-left:155px;
  119. position:fixed;
  120. padding:10px;
  121. }
  122.  
  123. #sidebarimg img{
  124. margin-top:-100px;
  125. max-width:245px;
  126. height:auto;
  127. text-align:center;
  128. margin-left: 0px;
  129. border:3px solid {color:border};
  130. }
  131.  
  132. .pagination {
  133. color:{color:link};
  134. width: 100px;
  135. font-family: georgia;
  136. font-size: 60px;
  137. margin-left: 10px;
  138. margin-top: 0px;
  139. }
  140.  
  141.  
  142. .note_count {
  143. text-align: left;
  144. padding: 10px;
  145. text-transform: lowercase;
  146. font-size: 10px;
  147. }
  148.  
  149. blockquote {
  150. border-left: 3px solid {color:font};
  151. padding-left: 4px;
  152. }
  153.  
  154. .chat ul {
  155. text-align: left;
  156. margin-left: -40px;
  157. list-style-type: none;
  158. width: 500px;
  159. font-style: georgia;
  160. font-spacing: 1px;
  161. }
  162.  
  163. .odd {
  164. background-color: {color:question};
  165. padding: 2px;
  166. }
  167.  
  168. .even {
  169. padding: 2px;
  170. color: {color:link};
  171. }
  172.  
  173. #ask{width:500px;}
  174. #question{
  175. background-color:{color:question};
  176. -webkit-border-radius: 5px;
  177. -moz-border-radius: 5px;
  178. border-radius: 5px;
  179. padding:3px;
  180. font-size: 14px;
  181. font-family:calibri;
  182. text-transform:lowercase;
  183. text-align: center;
  184. margin-top:2px;
  185. color:{color:font};
  186. }
  187.  
  188. #answer{
  189. padding-top:10px;
  190. text-align:left;
  191. font-family: calibri;
  192. }
  193.  
  194. #side {
  195. margin-left:520px;
  196. position:absolute;
  197. display: block;
  198. width:200px;
  199. font-family: trebuchet ms;
  200. }
  201.  
  202. #tag {
  203. color: {color:font};
  204. display: block;
  205. font-family:calibri;
  206. text-transform:uppercase;
  207. }
  208.  
  209. #tag a {
  210. color: {color:link};
  211. }
  212.  
  213. #bite
  214. #bite a{
  215. display:block
  216. }
  217.  
  218. #bite .death {
  219. margin-top:0px;
  220. filter: alpha(opacity = 0);
  221. opacity:0;
  222. -webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;
  224. transition: all 0.5s ease-out;
  225. }
  226.  
  227. #bite:hover .death {
  228. margin-left:0px;
  229. -webkit-transition: all 0.8s ease-out;
  230. -moz-transition: all 0.8s ease-out;
  231. transition: all 0.8s ease-out;
  232. filter: alpha(opacity = 100);
  233. filter: alpha(opacity = 100);
  234. opacity:100;
  235. }
  236.  
  237. #post:hover .death {
  238. margin-left:0px;
  239. -webkit-transition: all 0.8s ease-out;
  240. -moz-transition: all 0.8s ease-out;
  241. transition: all 0.8s ease-out;
  242. filter: alpha(opacity = 100);
  243. filter: alpha(opacity = 100);
  244. opacity:100;
  245. }
  246.  
  247. .albumart img {
  248. float: left;
  249. margin-right: 20px;
  250. width: 100px;
  251. height: 100px;
  252. border-radius:10px;
  253. }
  254.  
  255. {CustomCSS]</style> </head>
  256.  
  257. <body>
  258.  
  259. <div id="sidebar"> <center>
  260.  
  261. <div id="title">
  262. <div style="font-size:20px; margin-bottom: 4px;">
  263. <i><b>{Title} </b></i></div>
  264. <div style="font-size:12px; margin-top:-6px;">
  265. <i> <a href="/">Home</a> › <a href="/ask">Message</a> ›
  266. <a href="{text:Link 1}">{text:Link 1 Text}</a> ›
  267. <a href="{text:Link 2}">{text:Link 2 Text}</a> ›
  268. <a href="{text:Link 3}">{text:Link 3 Text}</a> </i>
  269. </div> </div>
  270.  
  271. <div style="margin-top:100px">
  272. <div id="sidebarimg"> <img src="{image:Sidebar}"/>
  273. </div> <br>
  274. <div style="margin-top:-8px;">
  275. {Description} </div> </div>
  276.  
  277. <center>
  278. {block:Pagination}
  279. <div class="pagination">
  280. {block:PreviousPage}
  281. <a href="{PreviousPage}">«</a>
  282. {/block:PreviousPage}
  283. {block:NextPage}
  284. <a href="{NextPage}">»</a>
  285. {/block:NextPage}
  286. </div>
  287. {/block:Pagination}
  288. </center>
  289.  
  290. </center>
  291. </div></div>
  292.  
  293. <div id="content">
  294.  
  295. {block:Posts}
  296. <div id="post">
  297.  
  298. <div id="side">
  299. <div id="tag">
  300.  
  301.  
  302. <div id="bite">
  303. <div class="death">
  304.  
  305. <div id="source">
  306. Posted {block:Date} {TimeAgo} {/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} <br>
  307. {block:RebloggedFrom}Via <a href="{ReblogParentURL}">
  308. {ReblogParentName}</a>{/block:RebloggedFrom}
  309. {block:ContentSource}@ <a href="{SourceURL}">{SourceLink}</a>
  310. {/block:ContentSource} </div>
  311. {block:HasTags} {block:Tags}#<a href="{TagURL}">{Tag}</a>
  312. {/block:Tags}{/block:HasTags} <br> </div>
  313.  
  314. </div> </div> </div>
  315.  
  316. <div style="font-family:georgia;font-size:17px">
  317. {block:Title}<b><i>{Title}</i></b>{/block:Title}
  318. </div>
  319.  
  320. {block:Text}{Body}{/block:Text}
  321.  
  322. {block:Photo}
  323. <div style="margin-bottom:5px;">
  324. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  325. {block:Caption}{Caption}{/block:Caption} </div>
  326. {/block:Photo}
  327.  
  328. {block:Photoset}
  329. <div style="margin-bottom:5px;">
  330. {Photoset-500} {block:Caption}{Caption}{/block:Caption} </div>
  331. {/block:Photoset}
  332.  
  333.  
  334. {block:Quote}
  335. <div style="font-size:17px; font-family:georgia">
  336. <i><b>"{Quote}" </i></b></div>
  337. <div align="right">
  338. <div style="margin-bottom:5px;">
  339. {block:Source}-{Source}{/block:Source}
  340. </div> </div>
  341. {/block:Quote}
  342.  
  343.  
  344. {block:Video}
  345. <div style="margin-bottom:5px;>
  346. <span class="videoback">
  347. {Video-500}</span><br>
  348. {PlayCountWithLabel}
  349. {block:Caption}{Caption}{/block:Caption} </div>
  350. {/block:Video}
  351.  
  352.  
  353. {block:Link}
  354. <div style="margin-bottom:5px; font-size: 17px; font-family:georgia;">
  355. <i><b><a href="{URL}" class="link" {Target}>{Name} →</a><BR></i></b>
  356. </div>
  357. {/block:Link}
  358.  
  359. {block:Chat}
  360. <div class="chat ul">
  361. <div style="margin-bottom: -5px;">
  362. <ul class="chat">
  363. {block:Lines}
  364. <li class="{Alt} user_{UserNumber}">
  365. {block:Label}
  366. <span class="label">{Label}</span>
  367. {/block:Label}
  368. {Line} </li>
  369. {/block:Lines}
  370. </ul> </div> </div>
  371. {/block:Chat}
  372.  
  373. {block:Audio}
  374. <div class="post audio">
  375. {block:AlbumArt}
  376. <div class="albumart"><img src="{AlbumArtURL}"></div>
  377. {/block:AlbumArt}
  378. <span class="audioback">
  379. {AudioPlayerBlack}</span>
  380. {block:Caption}{Caption}{/block:Caption}
  381. </div>{/block:Audio}
  382.  
  383. {block:Answer}
  384. <div class"ask">
  385. <div id="question">
  386. <div id="asker">
  387. {Asker} asked: </div>
  388. "{Question}"</div>
  389. <div id="triangle"> ▼ </div>
  390. <div class="answer">
  391. {Answer}
  392. </div></div>
  393. {/block:Answer}
  394.  
  395. </div>
  396.  
  397. <div class="note_count">
  398. <div style=" margin-left: 26px; margin-top:6px;">
  399. {block:PostNotes}{PostNotes}{/block:PostNotes}
  400. </div> </div>
  401. {/block:Posts}
  402.  
  403. </div>
  404.  
  405. <div style="position:fixed; bottom:8px; right:10px;">
  406. <i> <a href="http://somerhaldder.tumblr.com/nthemes">
  407. © theme</a></div> </i>
  408.  
  409. </body>
  410. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement