Advertisement
midnightsnitch

Theme 01: Percy Jackson

May 25th, 2012
1,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.82 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.  
  3. <!--
  4. THEME 01: PERCY JACKSON BY NUTELLAMONKEYS.TUMBLR.COM
  5.  
  6. RULES:
  7. - DO NOT REDISTRIBUTE OR REUPLOAD AND CLAIM AS YOUR OWN
  8. - LEAVE THE CREDITS AS THEY ARE, DO NOT MOVE THEM TO A DIFFERENT PAGE
  9. - DO NOT USE AS A BASE CODE
  10.  
  11. If you fail to abide by these rules I will hunt you down and disembowel you. :)
  12. -->
  13.  
  14. <html>
  15. <head>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21.  
  22. <meta name="color:Background" content ="#3B8686"/>
  23. <meta name="color:Sidebar" content ="#0b486b"/>
  24. <meta name="color:Content" content ="#0b486b"/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="font:Text" content="Helvetica"/>
  28. <meta name="font:Header" content="Georgia"/>
  29. <meta name="color:Text" content="#A8dba8"/>
  30. <meta name="color:Link" content="#cff09e"/>
  31. <meta name="color:Link Hover" content="#79bd9a"/>
  32. <meta name="color:Navigation" content="#0b486b"/>
  33. <meta name="color:Navigation Text" content="#cff09e"/>
  34. <meta name="color:Navigation Hover" content="#3B8686"/>
  35. <meta name="color:Navigation Text Hover" content="#0b486b"/>
  36. <meta name="color:Header" content="#cff09e"/>
  37.  
  38. <meta name="text:URL1" content="/" />
  39. <meta name="text:TITLE1" content="link 1" />
  40. <meta name="text:URL2" content="/" />
  41. <meta name="text:TITLE2" content="link 2" />
  42. <meta name="text:URL3" content="/" />
  43. <meta name="text:TITLE3" content="link 3" />
  44. <meta name="text:URL4" content="/" />
  45. <meta name="text:TITLE4" content="link 4" />
  46.  
  47. <style type="text/css">
  48.  
  49. body {
  50. background-color: {color:Background};
  51. background-image: url({image:Background});
  52. font-family: {font:Text};
  53. font-size: 12px;
  54. color: {color:Text};
  55. }
  56.  
  57. a {
  58. color: {color:Link};
  59. font-weight: bold;
  60. text-decoration: none;
  61. }
  62.  
  63. a:hover {
  64. color: {color:Link Hover};
  65. }
  66.  
  67. a img {
  68. border: 0px;
  69. }
  70.  
  71. .content {
  72. position: absolute;
  73. top: 10px;
  74. right: 300px;
  75. width: 520px;
  76. padding: 10px;
  77. background-color: {color:Content};
  78. }
  79.  
  80. .sidebar {
  81. position: fixed;
  82. top: 10px;
  83. right: 850px;
  84. width: 240px;
  85. padding: 10px;
  86. background-color: {color:Sidebar};
  87. text-align: justify;
  88. }
  89.  
  90. .post img {
  91. display: block;
  92. margin: 0 auto;
  93. }
  94.  
  95. .notesandtags {
  96. padding: 5px;
  97. border-top: 1px dotted {color:Background};
  98. margin-bottom: 5px;
  99. margin-top: 5px;
  100. }
  101.  
  102. .tags {
  103. font-size: 10px;
  104. float: right;
  105. text-transform: lowercase;
  106. }
  107.  
  108. .tag {
  109. font-weight: normal;
  110. margin-right: 2px;
  111. font-style: italic;
  112. }
  113.  
  114. .time {
  115. font-size: 10px;
  116. color: {color:Link};
  117. text-transform: uppercase;
  118. font-weight: bold;
  119. }
  120.  
  121. h3 {
  122. font-size: 20px;
  123. margin: 0px;
  124. text-transform: uppercase;
  125. color: {color:Header};
  126. }
  127.  
  128. blockquote {
  129. font-size: 12px;
  130. background-color: {color:Background};
  131. border-left: 5px solid {color:Text};
  132. margin: 0px;
  133. padding: 0 0 0 10px;
  134. }
  135.  
  136. .quote {
  137. font-family: Georgia;
  138. font-size: 18px;
  139. font-style: italic;
  140. color: {color:Link};
  141. }
  142.  
  143. .source {
  144. margin-left: 25px;
  145. }
  146.  
  147. .link {
  148. color: {color:Link};
  149. font-size: 16px;
  150. font-weight: bold;
  151. font-style: italic;
  152. text-transform: uppercase;
  153. }
  154.  
  155. .link:hover {
  156. color:{color:Link Hover};
  157. }
  158.  
  159. ul.chat {
  160. margin: 0;
  161. padding: 0;
  162. }
  163.  
  164. .chat li {
  165. list-style-type: none;
  166. margin-left: 0px;
  167. padding: 3px;
  168. }
  169.  
  170. .chat li.odd {
  171. background-color: {color:Content};
  172. margin-bottom: 1px;
  173. color: {color:Background};
  174. }
  175.  
  176. .chat li.even {
  177. background-color: {color:Background};
  178. margin-bottom: 1px;
  179. color: {color:Content};
  180. }
  181.  
  182. .label {
  183. font-weight: bold;
  184. }
  185.  
  186. .title {
  187. font-size: 30px;
  188. font-family: {font:Header};
  189. letter-spacing: -1px;
  190. font-style: italic;
  191. color: {color:Header};
  192. text-align: center;
  193. }
  194.  
  195.  
  196. .current_page,
  197. .jump_page:hover {
  198.  
  199. padding: 3px 7px 3px 7px;
  200. border: 1px solid {color:Header};
  201. background-color: {color:Content};
  202. color: #FFF;
  203. font-weight: bold;
  204.  
  205. }
  206.  
  207. .jump_page {
  208.  
  209. padding: 3px 7px 3px 7px;
  210. border: 1px solid {color:Header};
  211. background-color: {color:Background};
  212. font-weight: bold;
  213.  
  214. }
  215. #navigation {
  216. position:fixed;
  217. top:11px;
  218. width: 135px;
  219. margin-left:86px;
  220. }
  221.  
  222. a.nav {
  223. font-family:Helvetica;
  224. text-transform:uppercase;
  225. font-size: 11px;
  226. display:block;
  227. text-align: center;
  228. background-color: {color:Navigation};
  229. color: {color:Navigation Text};
  230. margin-bottom: 2.5px;
  231. padding-top: 10px;
  232. padding-bottom: 10px;
  233. line-height: 10px;
  234. }
  235.  
  236. a.nav:hover {
  237. background-color: {color:Navigation Hover};
  238. color: {color:Navigation Text Hover};
  239. }
  240.  
  241. {CustomCSS}
  242. </style>
  243.  
  244. <title>{Title}</title>
  245.  
  246. </head>
  247.  
  248. <body>
  249.  
  250. <div class="content">
  251.  
  252. {block:Posts}
  253.  
  254.  
  255. {block:Text}
  256. <div class="post">
  257. {block:Title}
  258. <h3><a href="{Permalink}">{Title}</a></h3>
  259. {/block:Title}
  260. {Body}
  261. </div>
  262. {/block:Text}
  263.  
  264. {block:Photo}
  265. <div class="post">
  266. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  267. {block:Caption}
  268. <div class="caption">{Caption}</div>
  269. {/block:Caption}
  270. </div>
  271. {/block:Photo}
  272.  
  273. {block:Photoset}
  274. <div class="post">
  275. <center>{Photoset-500}</center>
  276. {block:Caption}
  277. <div class="caption">{Caption}</div>
  278. {/block:Caption}
  279. </div>
  280. {/block:Photoset}
  281.  
  282. {block:Quote}
  283. <div class="post">
  284. <span class="quote">"{Quote}"</span>
  285. {block:Source}
  286. <div class="source">- {Source}</div>
  287. {/block:Source}
  288. </div>
  289. {/block:Quote}
  290.  
  291. {block:Link}
  292. <div class="post">
  293. <center><a href="{URL}" class="link" {Target}>{Name} &#8594;</a></center>
  294. {block:Description}
  295. <div class="description">{Description}</div>
  296. {/block:Description}
  297. </div>
  298. {/block:Link}
  299.  
  300. {block:Chat}
  301. <div class="post">
  302. {block:Title}
  303. <h3><a href="{Permalink}">{Title}</a></h3>
  304. {/block:Title}
  305. <ul class="chat">
  306. {block:Lines}
  307. <li class="{Alt} user_{UserNumber}">
  308. {block:Label}
  309. <span class="label">{Label}</span>
  310. {/block:Label}
  311. {Line}
  312. </li>
  313. {/block:Lines}
  314. </ul>
  315. </div>
  316. {/block:Chat}
  317.  
  318. {block:Video}
  319. <div class="post">
  320. <center>{Video-500}</center>
  321. {block:Caption}
  322. <div class="caption">{Caption}</div>
  323. {/block:Caption}
  324. </div>
  325. {/block:Video}
  326.  
  327. {block:Audio}
  328. <div class="post">
  329. {AudioPlayerWhite}
  330. {block:Caption}
  331. <div class="caption">{Caption}</div>
  332. {/block:Caption}
  333. </div>
  334. {/block:Audio}
  335.  
  336. <div class="notesandtags">
  337. <div class="time">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  338. <div class="tags">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a>, {/block:Tags} {block:NoteCount}{NoteCount} notes{/block:NoteCount}</div>
  339. </div>
  340. </div>
  341.  
  342. {/block:Posts}
  343. <p align="center">
  344. {block:JumpPagination length="10"}
  345.  
  346. {block:CurrentPage}
  347.  
  348. <span class="current_page">{PageNumber}</span>
  349.  
  350. {/block:CurrentPage}
  351.  
  352. {block:JumpPage}
  353.  
  354. <a class="jump_page" href="{URL}">{PageNumber}</a>
  355.  
  356. {/block:JumpPage}
  357.  
  358. {/block:JumpPagination}
  359.  
  360. &#8230;
  361.  
  362. <a class="jump_page" href="page/{TotalPages}">Last</a>
  363. </div>
  364.  
  365. <div class="sidebar">
  366.  
  367. <div class="title">{Title}</div>
  368.  
  369. <p align="center"><img src="{image:Sidebar}">
  370.  
  371. {block:Description}<p>{Description}{/block:Description}
  372.  
  373. <p align="center">
  374.  
  375.  
  376. </div>
  377. <div id="navigation">
  378. <a href="/" class="nav">HOME</a>
  379. <a href="/ask" class="nav">ASK</a>
  380. {block:ifTITLE1}<a href="{text:URL1}" class="nav">{text:TITLE1}</a>{/block:ifTITLE1}
  381. {block:ifTITLE2}<a href="{text:URL2}" class="nav">{text:TITLE2}</a>{/block:ifTITLE2}
  382. {block:ifTITLE3}<a href="{text:URL3}" class="nav">{text:TITLE3}</a>{/block:ifTITLE3}
  383. {block:ifTITLE4}<a href="{text:URL4}" class="nav">{text:TITLE4}</a>{/block:ifTITLE4}
  384. <a href="midnightsnitch.tumblr.com" class="nav">CREDIT</a>
  385. </div>
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement