Advertisement
basilones

Theme 33

Mar 22nd, 2013
9,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.33 KB | None | 0 0
  1. <!---
  2.  
  3. theme by mcpoyles
  4.  
  5. --->
  6.  
  7. <html>
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. <link href='http://fonts.googleapis.com/css?family=Asap:400,400italic,700italic' rel='stylesheet' type='text/css
  13. <link href='http://fonts.googleapis.com/css?family=Keania+One' rel='stylesheet' type='text/css'>
  14. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  15.  
  16.  
  17.  
  18. </script>
  19. <script type="text/javascript">
  20. $(document).ready(function(){
  21. $(".links_body").hide();
  22. $(".links_head").click(function(){
  23. $(this).next(".links_body").slideToggle('fast');
  24. }); }); </script>
  25.  
  26. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  27. </script>
  28. <script type="text/javascript">
  29. $(document).ready(function(){
  30. $(".body").hide();
  31. $(".head").click(function(){
  32. $(this).next(".body").slideToggle('fast');
  33. }); }); </script>
  34.  
  35.  
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="text:Link1" content=""/>
  38. <meta name="text:Link1 URL" content=""/>
  39. <meta name="text:Link2" content=""/>
  40. <meta name="text:Link2 URL" content=""/>
  41. <meta name="text:Link3" content=""/>
  42. <meta name="text:Link3 URL" content=""/>
  43. <meta name="text:Link4" content=""/>
  44. <meta name="text:Link4 URL" content=""/>
  45.  
  46.  
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50.  
  51. </head>
  52.  
  53. <style>
  54. body {
  55. margin:0px;
  56. padding:0px;
  57. background:#ffffff;
  58. font-size:11px;
  59. line-height:16px;
  60. font-family:'Asap', arial;
  61. color:#bdbdbd; }
  62. a:active, a:visited, a:link {
  63. color:#969696;
  64. text-decoration:none; }
  65. a:hover {
  66. color:#cccccc;
  67. text-decoration:none;
  68. border-bottom:0px solid #cccccc; }
  69.  
  70. ul, li {
  71. font-size:11px;
  72. margin-right:25px;
  73. list-style:none;
  74. text-transform:normal; }
  75.  
  76. img a, img, a img { border:0px; }
  77.  
  78. #posts {
  79. top:100px;
  80. width:500px;
  81. position:relative;
  82. margin:0 auto;
  83. padding:10px; }
  84. #posts img {
  85. padding:5px;
  86. border:1px solid #f4f4f4;
  87. background:#f8f8f8; }
  88. .move { margin-left:-6px; }
  89. .photoset { padding:2px 5px 0px 5px; }
  90.  
  91. .title {
  92. font-weight:bold;
  93. font-style:italic;
  94. font-size:14px; }
  95. .post_quote {
  96. padding:5px;
  97. background:#fafafa; }
  98. .quotes {
  99. font-size:120px;
  100. background:#transparent;
  101. color:#bbbbbb;
  102. font-family:'Keania One', arial; }
  103. .quote {
  104. color:#a5a5a5;
  105. margin-left:40px;
  106. font-size:14px;
  107. font-weight:bold;
  108. font-style:italic; }
  109. .source {
  110. margin-top:5px;
  111. text-align:right;
  112. letter-spacing:1px;
  113. text-transform:uppercase;
  114. font-size:8px; }
  115.  
  116. .entries {
  117. width:510px;
  118. margin-bottom:60px; }
  119.  
  120. #sidebar {
  121. margin-bottom:50px;
  122. bottom:0;
  123. position:fixed;
  124. width:136px;
  125. float:left; }
  126. #sidebar img {
  127. margin-bottom:2px;
  128. max-width:136px;
  129. min-width:136px; }
  130. #sidebar li {
  131. font-size:8px;
  132. text-transform:uppercase;
  133. margin-right:0px;
  134. padding:5px;
  135. background:#f7f7f7;
  136. border-bottom:1px solid #eaeaea; }
  137. #sidebar li:hover {
  138. background:#fafafa; }
  139. #sidebar li a:hover {
  140. border-bottom:0px; }
  141. #sidebar .description {
  142. text-align:justify;
  143. font-size:10px; }
  144.  
  145. .notes li {
  146. font-size:8px;
  147. text-transform:uppercase;
  148. margin-right:0px;
  149. padding:5px;
  150. background:#fcfcfc;
  151. border-bottom:1px solid #eaeaea; }
  152. .notes li:hover {
  153. background:#fafafa; }
  154. .notes img { display:none; }
  155.  
  156. #container {
  157. width:830px;
  158. top:100px;
  159. margin:0 auto; }
  160.  
  161. #footer {
  162. margin:0;
  163. clear:both;
  164. padding:10px;
  165. bottom:0;
  166. position:fixed;
  167. width:100%;
  168. background:#f8f8f8; }
  169. #footer .wrap {
  170. width:680px;
  171. margin:0 auto; }
  172. .tags-top {
  173. margin-top:10px;
  174. padding:5px;
  175. border-top:1px solid #f1f1f1; }
  176. .tags {
  177. text-transform:uppercase;
  178. letter-spacing:1px;
  179. color:#969696;
  180. font-size:8px; }
  181. .tags-bottom {
  182. border-bottom:3px double #f1f1f1; }
  183.  
  184. .date {
  185. font-size:10px;
  186. color:#bababa;
  187. padding:5px 10px 5px 10px;
  188. background:#f2f2f2; }
  189.  
  190. .box, .box a {
  191. font-size:9px;
  192. margin-top:3px; }
  193.  
  194. blockquote {
  195. background:#fafafa;
  196. padding:10px;
  197. margin:5px 10px 5px 10px; }
  198.  
  199. .pagination { padding:5px; font-size:11px; margin-bottom:20px; }
  200. .paginations a:hover { border-bottom:0px; }
  201. .numbers {
  202. padding:5px;
  203. font-family:arial;
  204. background:#474747;
  205. color:#ffffff;
  206. font-weight:bold; }
  207. .pages { margin-right:3px; background:#fafafa; padding:5px; }
  208.  
  209. .user_1 { background-color:#fcfcfc;padding:5px; }
  210. .user_2 { background-color:#f9f9f9;padding:5px; }
  211. .user_3 { background-color:#fcfcfc;padding:5px; }
  212. .user_4 { background-color:#f9f9f9;padding:5px; }
  213. .user_5 { background-color:#fcfcfc;padding:5px; }
  214. .user_6 { background-color:#f9f9f9;padding:5px; }
  215. .user_7 { background-color:#fcfcfc;padding:5px; }
  216. .user_8 { background-color:#f9f9f9;padding:5px; }
  217. .user_9 { background-color:#fcfcfc;padding:5px; }
  218. .user_10 { background-color:#f9f9f9;padding:5px; }
  219.  
  220. .links_list { color:#969696; }
  221. .links_head {
  222. cursor:pointer;
  223. position:relative;
  224. text-align:left;}
  225. .links_body {
  226. text-align:left;
  227. color: #888888;
  228. padding:5px;
  229. background-color:#fafafa; }
  230.  
  231. .answer { }
  232. .question {
  233. padding:10px;
  234. border-top:3px double #f2f2f2;
  235. border-bottom:3px double #f2f2f2; }
  236. </style>
  237.  
  238. <body>
  239.  
  240. <div id="container">
  241.  
  242. <!----- SIDEBAR ----->
  243.  
  244. <div id="sidebar">
  245. <a href="/" title="{Title}" class="tooltip"><img src="{image:sidebar}"></a>
  246.  
  247. <a href="/archive"><li>Archive</li></a>
  248. <a href="/ask"><li>Ask</li></a>
  249.  
  250. <div class="links_list">
  251. <a class="links_head"><li>About</li></a>
  252.  
  253. <div class="links_body">
  254. {block:Description}
  255. <div class="description">{Description}<BR>
  256. {block:ifLink1}<a href=""><li><a href="{text:Link1 URL}">{text:Link1}</a></li></a>{/block:ifLink1}
  257. {block:ifLink2}<a href=""><li><a href="{text:Link2 URL}">{text:Link2}</a></li></a>{/block:ifLink2}
  258. {block:ifLink3}<a href=""><li><a href="{text:Link3 URL}">{text:Link3}</a></li></a>{/block:ifLink3}
  259. {block:ifLink4}<a href=""><li><a href="{text:Link4 URL}">{text:Link4}</a></li></a>{/block:ifLink4}
  260. {/block:Description}
  261. </div>
  262. </div></div>
  263. </div>
  264.  
  265. </div>
  266.  
  267. <!----- ENTRIES ----->
  268.  
  269. <div id="posts">
  270. {block:Posts}
  271. <div class="entries">
  272.  
  273. {block:Text}
  274. <div class="post_text">
  275. {block:Title}
  276. <a class="title" href="{Permalink}">{Title}</a>
  277. {/block:Title}
  278.  
  279. {Body}
  280. </div>
  281. {/block:Text}
  282.  
  283. {block:Photo}
  284. <div class="post_photo">
  285. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  286.  
  287. {block:Caption}
  288. <div class="caption">{Caption}</div>
  289. {/block:Caption}
  290. </div>
  291. {/block:Photo}
  292.  
  293. {block:Photoset}
  294. <div class="post_photoset">
  295. <div class="photoset"><div class="move">{Photoset-500}</div></div>
  296.  
  297. {block:Caption}
  298. <div class="caption">{Caption}</div>
  299. {/block:Caption}
  300. </div>
  301. {/block:Photoset}
  302.  
  303. {block:Quote}
  304. <div class="post_quote">
  305. <div class="quotes" style="margin-top:25px;position:absolute;">“</div>
  306. <div class="quote">{Quote}</div>
  307.  
  308. {block:Source}
  309. <div class="source">{Source}</div>
  310. {/block:Source}
  311. </div>
  312. {/block:Quote}
  313.  
  314. {block:Link}
  315. <div class="post_link">
  316. <a href="{URL}" class="title" {Target}>{Name}</a>
  317.  
  318. {block:Description}
  319. <div class="description">{Description}</div>
  320. {/block:Description}
  321. </div>
  322. {/block:Link}
  323.  
  324. {block:Chat}
  325. <div class="post_chat">
  326. {block:Title}
  327. <h3><a href="{Permalink}">{Title}</a></h3>
  328. {/block:Title}
  329.  
  330. <ul class="chat">
  331. {block:Lines}
  332. <li class="{Alt} user_{UserNumber}">
  333. {block:Label}
  334. <span class="label">{Label}</span>
  335. {/block:Label}
  336.  
  337. {Line}
  338. </li>
  339. {/block:Lines}
  340. </ul>
  341. </div>
  342. {/block:Chat}
  343.  
  344. {block:Video}
  345. <div class="post_video">
  346. {Video-500}
  347.  
  348. {block:Caption}
  349. <div class="caption">{Caption}</div>
  350. {/block:Caption}
  351. </div>
  352. {/block:Video}
  353.  
  354. {block:Audio}
  355. <div class="post_audio">
  356. {AudioPlayerGrey}
  357.  
  358. {block:Caption}
  359. <div class="caption">{Caption}</div>
  360. {/block:Caption}
  361. </div>
  362. {/block:Audio}
  363.  
  364. {block:Answer}
  365. <div class="post_answer">
  366. <div class="question">{Question} </div>
  367. <div class="asker">{Asker}</div>
  368.  
  369. <div class="answer">{Answer}</div>
  370. </div>
  371. {/block:Answer}
  372.  
  373. <!----- DATE/NOTES/TAGS ----->
  374.  
  375.  
  376. {block:HasTags}
  377. <div class="tags-top">
  378. {block:Tags} <a class="tags" href="{Permalink}">{Tag}</a> &emsp; {/block:Tags} </div>
  379. {/block:HasTags}
  380. <div class="tags-bottom"> </div>
  381.  
  382.  
  383. {block:Date}
  384. <div class="box"><span class="date"><a href="{Permalink}">{TimeAgo}</a></span> {block:RebloggedFrom} &emsp;
  385. {block:NoteCount} <a href="{Permalink}"><span style="font-size:10px;">&hearts;</span> <span style="padding-bottom:4px;border-bottom:1px solid #cccccc;">{NoteCount}</span></a> {/block:NoteCount}
  386. &emsp; originally from <a href="{ReblogParentURL}">{ReblogParentName}</a> &emsp; via <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}</div>
  387. {/block:Date}
  388.  
  389. </div>
  390. {/block:Posts}
  391.  
  392. {block:PostNotes} <li class="notes">{PostNotes}</li> {/block:PostNotes}
  393.  
  394. {block:ContentSource}
  395. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  396. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  397. {/block:SourceLogo}
  398. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  399. {/block:ContentSource}
  400.  
  401. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  402.  
  403.  
  404. <div class="pagination">{block:Pagination}
  405.  
  406.  
  407. <span class="numbers">{CurrentPage} of {TotalPages}</span>
  408.  
  409. {block:JumpPagination length="5"}
  410. {block:CurrentPage}
  411. <span class="pages">{PageNumber}</span>
  412. {/block:CurrentPage}
  413.  
  414. {block:JumpPage}
  415. <a class="pages" href="{URL}">{PageNumber}</a>
  416. {/block:JumpPage}
  417. {/block:JumpPagination}
  418.  
  419. {block:NextPage}
  420. <span class="pages"><a href="{NextPage}">next</a></span>
  421. {/block:NextPage}
  422. {/block:Pagination}</div>
  423.  
  424. </div>
  425. </div>
  426.  
  427.  
  428. <!----- FOOTER ----->
  429.  
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement