Advertisement
midnightsnitch

Theme 01: Percy Jackson [REVAMPED]

Aug 9th, 2013
2,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.63 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 [REVAMPED] 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 throw you in Tartarus. :)
  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="color:Text" content="#A8dba8"/>
  28. <meta name="color:Link" content="#cff09e"/>
  29. <meta name="color:Link Hover" content="#79bd9a"/>
  30. <meta name="color:Navigation" content="#0b486b"/>
  31. <meta name="color:Navigation Text" content="#cff09e"/>
  32. <meta name="color:Navigation Hover" content="#3B8686"/>
  33. <meta name="color:Navigation Text Hover" content="#0b486b"/>
  34. <meta name="color:Question" content="#3B8686"/>
  35. <meta name="color:Header" content="#cff09e"/>
  36.  
  37. <meta name="text:URL1" content="/" />
  38. <meta name="text:TITLE1" content="link 1" />
  39. <meta name="text:URL2" content="/" />
  40. <meta name="text:TITLE2" content="link 2" />
  41. <meta name="text:URL3" content="/" />
  42. <meta name="text:TITLE3" content="link 3" />
  43. <meta name="text:URL4" content="/" />
  44. <meta name="text:TITLE4" content="link 4" />
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Arapey:400italic' rel='stylesheet' type='text/css'>
  49.  
  50. <style type="text/css">
  51.  
  52. body {
  53. background-color: {color:Background};
  54. background-image: url('{image:Background}');
  55. background-attachment:fixed;
  56. font-family: 'Roboto', sans-serif;
  57. font-size: 10px;
  58. letter-spacing:1px;
  59. color: {color:Text};
  60. text-align: justify;
  61. }
  62.  
  63. a {
  64. color: {color:Link};
  65. text-decoration: none;
  66. transition: all 0.5s ease-in;
  67. -webkit-transition: all 0.5s ease-in;
  68. -moz-transition: all 0.5s ease-in;
  69. -o-transition: all 0.5s ease-in;
  70. -ms-transition: all 0.5s ease-in;
  71. }
  72.  
  73. a:hover {
  74. color: {color:Link Hover};
  75. transition: all 0.5s ease-in;
  76. -webkit-transition: all 0.5s ease-in;
  77. -moz-transition: all 0.5s ease-in;
  78. -o-transition: all 0.5s ease-in;
  79. -ms-transition: all 0.5s ease-in;
  80. }
  81.  
  82.  
  83. .content {
  84. position: absolute;
  85. top: 10px;
  86. left: 465px;
  87. width: 500px;
  88. padding: 10px;
  89. background-color: {color:Content};
  90. }
  91.  
  92. blockquote {
  93. margin: 15px;
  94. padding:0px 3px 0px 10px;
  95. border-left: 4px solid {color:Link};
  96. color:{color:Link};
  97. }
  98.  
  99. .sidebar {
  100. position: fixed;
  101. top: 10px;
  102. left: 195px;
  103. width: 240px;
  104. padding: 10px;
  105. height:auto;
  106. background-color: {color:Sidebar};
  107. text-align: justify;
  108. }
  109.  
  110. a img {
  111. border: 0px;
  112. }
  113.  
  114. img {
  115. max-width:100%;
  116. }
  117.  
  118. #navigation {
  119. position:fixed;
  120. top:10px;
  121. width: 135px;
  122. left:50px;
  123. }
  124.  
  125. a.nav {
  126. font-family: 'Pompiere', cursive;
  127. text-transform:uppercase;
  128. font-size: 14px;
  129. letter-spacing:1px;
  130. display:block;
  131. text-align: center;
  132. background-color: {color:Navigation};
  133. color: {color:Navigation Text};
  134. margin-bottom: 2.5px;
  135. padding-top: 10px;
  136. padding-bottom: 10px;
  137. line-height: 10px;
  138. transition: all 0.5s ease-in;
  139. -webkit-transition: all 0.5s ease-in;
  140. -moz-transition: all 0.5s ease-in;
  141. -o-transition: all 0.5s ease-in;
  142. -ms-transition: all 0.5s ease-in;
  143. }
  144.  
  145. a.nav:hover {
  146. background-color: {color:Navigation Hover};
  147. color: {color:Navigation Text Hover};
  148. transition: all 0.5s ease-in;
  149. -webkit-transition: all 0.5s ease-in;
  150. -moz-transition: all 0.5s ease-in;
  151. -o-transition: all 0.5s ease-in;
  152. -ms-transition: all 0.5s ease-in;
  153. }
  154.  
  155.  
  156. .post img {
  157. display: block;
  158. }
  159.  
  160. .notesandtags {
  161. padding: 5px;
  162. border-bottom: 1px dotted {color:Background};
  163. border-top: 1px dotted {color:Background};
  164. margin-bottom: 30px;
  165. margin-top: 10px;
  166. }
  167.  
  168. .tags {
  169. font-size: 10px;
  170. text-align: right;
  171. text-transform: none;
  172. color: {color:Link Hover};
  173. }
  174.  
  175. .tag {
  176. font-weight: normal;
  177. margin-right: 2px;
  178. font-style: italic;
  179. color: {color:Link Hover};
  180. }
  181.  
  182. .tag:hover {
  183. color: {color:Link};
  184. }
  185.  
  186.  
  187. .time {
  188. font-size: 10px;
  189. color: {color:Link Hover};
  190. text-transform: uppercase;
  191. }
  192.  
  193. h3 {
  194. font-size: 20px;
  195. margin: 0px;
  196. text-transform: uppercase;
  197. color: {color:Header};
  198. }
  199.  
  200. .quote {
  201. font-family: 'Pompiere', cursive;
  202. font-size: 18px;
  203. font-style: italic;
  204. color: {color:Link};
  205. }
  206.  
  207. .source {
  208. text-align:right;
  209. }
  210.  
  211. .link {
  212. color: {color:Link};
  213. font-size: 16px;
  214. font-weight: bold;
  215. font-family: 'Pompiere', cursive;
  216. text-transform: uppercase;
  217. }
  218.  
  219. .link:hover {
  220. color:{color:Link Hover};
  221. }
  222.  
  223. ul.chat {
  224. margin: 0;
  225. padding: 0;
  226. }
  227.  
  228. .chat li {
  229. list-style-type: none;
  230. margin-left: 0px;
  231. padding: 3px;
  232. }
  233.  
  234. .chat li.odd {
  235. margin-bottom: 1px;
  236. color: {color:Text};
  237. }
  238.  
  239. .chat li.even {
  240. margin-bottom: 1px;
  241. color: {color:Link};
  242. }
  243.  
  244. ul {
  245. list-style-type:square;
  246. }
  247.  
  248. .label {
  249. font-family: 'Roboto', sans-serif;
  250. font-size: 11px;
  251. letter-spacing:none;
  252. text-transform:uppercase;
  253. }
  254.  
  255. .title {
  256. font-size: 30px;
  257. font-family: 'Pompiere', cursive;
  258. text-transform:uppercase;
  259. color: {color:Header};
  260. text-align: center;
  261. }
  262.  
  263. .current_page,
  264. .jump_page:hover {
  265. padding: 3px 7px 3px 7px;
  266. color: {color:Text};
  267. }
  268.  
  269. .jump_page {
  270. padding: 3px 7px 3px 7px;
  271. color: {color:Background};
  272. }
  273.  
  274. .ask {
  275. background-color: {color:Question};
  276. padding: 10px;
  277.  
  278. {CustomCSS}
  279. </style>
  280.  
  281. <title>{Title}</title>
  282.  
  283. </head>
  284.  
  285. <body>
  286.  
  287. <div class="content">
  288.  
  289. {block:Posts}
  290.  
  291. {block:Text}
  292. <div class="post">
  293. {block:Title}
  294. <h3><a href="{Permalink}">{Title}</a></h3>
  295. {/block:Title}
  296. {Body}
  297. </div>
  298. {/block:Text}
  299.  
  300. {block:Photo}
  301. <div class="post">
  302. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  303. {block:Caption}
  304. <div class="caption">{Caption}</div>
  305. {/block:Caption}
  306. </div>
  307. {/block:Photo}
  308.  
  309. {block:Photoset}
  310. <div class="post">
  311. <center>{Photoset-500}</center>
  312. {block:Caption}
  313. <div class="caption">{Caption}</div>
  314. {/block:Caption}
  315. </div>
  316. {/block:Photoset}
  317.  
  318. {block:Quote}
  319. <div class="post">
  320. <span class="quote">"{Quote}"</span>
  321. {block:Source}
  322. <div class="source">- {Source}</div>
  323. {/block:Source}
  324. </div>
  325. {/block:Quote}
  326.  
  327. {block:Link}
  328. <div class="post">
  329. <center><a href="{URL}" class="link" {Target}>{Name} &#8594;</a></center>
  330. {block:Description}
  331. <div class="description">{Description}</div>
  332. {/block:Description}
  333. </div>
  334. {/block:Link}
  335.  
  336. {block:Chat}
  337. <div class="post">
  338. {block:Title}
  339. <h3><a href="{Permalink}">{Title}</a></h3>
  340. {/block:Title}
  341. <ul class="chat">
  342. {block:Lines}
  343. <li class="{Alt} user_{UserNumber}">
  344. {block:Label}
  345. <span class="label">{Label}</span>
  346. {/block:Label}
  347. {Line}
  348. </li>
  349. {/block:Lines}
  350. </ul>
  351. </div>
  352. {/block:Chat}
  353.  
  354. {block:Video}
  355. <div class="post">
  356. <center>{Video-500}</center>
  357. {block:Caption}
  358. <div class="caption">{Caption}</div>
  359. {/block:Caption}
  360. </div>
  361. {/block:Video}
  362.  
  363. {block:Answer}
  364. <div class="ask"><font style="text-transform: uppercase;">{Asker}:</font> {Question}</div>
  365. {Answer}
  366. {/block:Answer}
  367.  
  368. {block:Audio}
  369. <div class="post">
  370. {AudioPlayerWhite}
  371. {block:Caption}
  372. <div class="caption">{Caption}</div>
  373. {/block:Caption}
  374. </div>
  375. {/block:Audio}
  376.  
  377. <div class="notesandtags">
  378. <div class="time">{block:Date}<a href="{Permalink}">{TimeAgo}{block:NoteCount} WITH {NoteCount} notes {/block:NoteCount}</a>{/block:Date}{block:RebloggedFrom}// <a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a> // <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}
  379. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {block:Tags}</div>{/block:HasTags}
  380. </div>
  381. </div>
  382.  
  383. {block:permalinkpage}
  384. <div class="pnotes">
  385. {block:PostNotes}
  386. {PostNotes-16}
  387. {/block:PostNotes}
  388. </div>
  389. {/block:permalinkpage}
  390.  
  391. {block:ContentSource}
  392. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  393. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  394. {/block:SourceLogo}
  395. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  396. {/block:ContentSource}
  397.  
  398. {/block:Posts}
  399. <p align="center">
  400.  
  401. {block:PreviousPage}<a href="{PreviousPage}">&larr; </a>{/block:PreviousPage}
  402.  
  403. {block:JumpPagination length="5"}
  404.  
  405. {block:CurrentPage}
  406.  
  407. <span class="current_page">{PageNumber}</span>
  408.  
  409. {/block:CurrentPage}
  410.  
  411. {block:JumpPage}
  412.  
  413. <a class="jump_page" href="{URL}">{PageNumber}</a>
  414.  
  415. {/block:JumpPage}
  416.  
  417. {/block:JumpPagination}
  418.  
  419. {block:NextPage}<a href="{NextPage}"> &rarr;</a>{/block:NextPage}
  420.  
  421. </div>
  422.  
  423. <div class="sidebar">
  424.  
  425. <div class="title">{Title}</div>
  426.  
  427. <p align="center"><img src="{image:Sidebar}" width="100%">
  428.  
  429. {block:Description}<p>{Description}{/block:Description}
  430.  
  431. <p align="center">
  432.  
  433.  
  434. </div>
  435. <div id="navigation">
  436. <a href="/" class="nav">Home</a>
  437. <a href="/ask" class="nav">Ask</a>
  438. {block:ifTITLE1}<a href="{text:URL1}" class="nav">{text:TITLE1}</a>{/block:ifTITLE1}
  439. {block:ifTITLE2}<a href="{text:URL2}" class="nav">{text:TITLE2}</a>{/block:ifTITLE2}
  440. {block:ifTITLE3}<a href="{text:URL3}" class="nav">{text:TITLE3}</a>{/block:ifTITLE3}
  441. {block:ifTITLE4}<a href="{text:URL4}" class="nav">{text:TITLE4}</a>{/block:ifTITLE4}
  442. <a href="http://nutellamonkeys.tumblr.com/" class="nav">Theme</a>
  443. </div>
  444. </body>
  445. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement