palfin

theme 3 cloudy

Sep 20th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <meta name="color:Background" content="#ffffff">
  11. <meta name="color:Post BG" content="#fff">
  12. <meta name="color:Text" content="#000000">
  13. <meta name="color:Link" content="#999999">
  14. <meta name="color:Link Hover" content="#000000">
  15. <meta name="color:Border" content="#eee">
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="image:background" content="">
  18.  
  19. <meta name="text:link1title" content="" />
  20. <meta name="text:link1url" content="/" />
  21. <meta name="text:link2title" content="" />
  22. <meta name="text:link2url" content="/" />
  23. <meta name="text:link3title" content="" />
  24. <meta name="text:link3url" content="/" />
  25. <meta name="text:link4title" content="" />
  26. <meta name="text:link4url" content="/" />
  27.  
  28.  
  29. <title>{Title}</title>
  30.  
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  34.  
  35. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar {
  40. width:5px;
  41. height:5px;
  42. background:{color:Background};}
  43. ::-webkit-scrollbar-thumb {background:{color:Text};}
  44.  
  45. body {
  46. margin:0px;
  47. background:{color:Background} url({image:background}); bottom left fixed repeat;
  48. background-attachment:fixed;
  49. background-position:top left;
  50. background-size:100% 100%;
  51. background-repeat:no-repeat;
  52. font-family:cambria, times, serif;
  53. font-size:11px;
  54. line-height:140%;
  55. color: {color:Text};
  56.  
  57. /** this makes the background image fullscreen \o/ **/
  58. -webkit-background-size: cover;
  59. -moz-background-size: cover;
  60. -o-background-size: cover;
  61. background-size: cover;
  62. }
  63.  
  64. a{
  65. color:{color:link};
  66. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  67. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  68. }
  69.  
  70. a:hover{
  71. color:{color:link hover};
  72. -webkit-transition: 0.6s ease;transition: 0.6s ease;
  73. -o-transition: 0.6s ease;-moz-transition: 0.6s ease;
  74. }
  75.  
  76. .post a{
  77. color:{color:Link};
  78. text-decoration:none;
  79. font-weight:normal;
  80. }
  81.  
  82. .post a:hover{
  83. color:{color:Link Hover};
  84. text-decoration:none;
  85. }
  86.  
  87. #wrapper{
  88. width:680px;
  89. margin:0 auto;
  90. padding:10px;
  91. }
  92.  
  93. #sidebar{
  94. margin-top:100px;
  95. margin-left:-250;
  96. text-align:center;
  97. width:200px;
  98. padding:10px;
  99. position:fixed;
  100. -moz-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.5);
  101. -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.5);
  102. box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.5);
  103. }
  104.  
  105. #sidebarimg{
  106. margin-bottom:5px;
  107. }
  108.  
  109. #sidebarimg img{
  110. width:100%;
  111. height:auto;
  112. }
  113.  
  114. #description{
  115. margin:5px 0;
  116. width:185px;
  117. margin-left:2px;
  118. padding:5px;
  119. background-color:#fff;
  120. text-align:justify;
  121. -moz-box-shadow: 6px 6px 6px rgba(5, 0, 0, 0.5);
  122. -webkit-box-shadow: 6px 6px 6px rgba(5, 0, 0, 0.5);
  123. box-shadow: 6px 6px 6px rgba(5, 0, 0, 0.5);
  124. }
  125.  
  126. #description a{
  127. color:{color:Link};
  128. text-decoration:none;
  129. }
  130.  
  131. #description a:hover{
  132. color:{color:Link Hover};
  133. }
  134.  
  135. .links {
  136. height:5px;
  137. padding: 7px;
  138. font-size:11px;
  139. font-family:'helvetica';
  140. text-align:center;
  141. margin-top:-165px;
  142. margin-left:-65px;
  143. text-transform:none;
  144. word-spacing:-1px;
  145. position:fixed;
  146. padding-bottom:7px;
  147.  
  148. }
  149.  
  150. .links a {
  151. width:28px;
  152. color:white;
  153. display:inline-block;
  154. padding:5px;
  155. margin-top:3px;
  156. }
  157.  
  158. .links a:hover {
  159. width:28px;
  160. padding:5px;
  161. color:transparent;
  162. }
  163.  
  164. #content{
  165. width:440px;
  166. padding:10px;
  167. margin-top:-30px;
  168. margin-left:580px;
  169. overflow:hidden;
  170. }
  171.  
  172. .post{
  173. width:420px;
  174. padding:10px;
  175. margin:45px 0 35px 0;
  176. overflow:hidden;
  177. text-align:justify;
  178. border:1px solid {color:border};
  179. background:{color:post bg};
  180. -moz-box-shadow: 6px 6px 6px rgba(5, 5, 5, 5.5);
  181. -webkit-box-shadow: 6px 6px 6px rgba(5, 5, 5, 5.5);
  182. box-shadow: 6px 6px 6px rgba(5, 5, 5, 5.5);
  183. }
  184.  
  185. .post img{
  186. max-width:100%;
  187. margin-left:2px;
  188. }
  189.  
  190. .posttitle{
  191. font-weight:normal;
  192. font-size:16px;
  193. line-height:22px;
  194. text-decoration:none;
  195. margin:3px 0 -3px 0;
  196. }
  197.  
  198. .posttitle a{
  199. text-decoration:none;
  200. }
  201.  
  202. .quote{
  203. font-weight:normal;
  204. font-size:16px;
  205. font-style:italic;
  206. line-height:22px;
  207. text-decoration:none;
  208. }
  209.  
  210. .quotesource{
  211. text-align:right;
  212. }
  213.  
  214.  
  215. .question{
  216. padding-bottom:10px;
  217. margin:0;
  218. border-bottom:1px solid {color:Border};
  219. }
  220.  
  221. .caption{
  222. margin:0;
  223. }
  224.  
  225. blockquote{
  226. margin:0 0 0 15px;
  227. padding:0 0 0 10px;
  228. margin-left:5px;
  229. border-left:solid 1px {color:Border};
  230. }
  231.  
  232. .post .footer{
  233. margin:1px;
  234. font-size:9px;
  235. font-style:italic;
  236. line-height:13px;
  237. text-align:left;
  238. }
  239.  
  240. ol.notes li.note img {
  241. width:10px;
  242. height:10px;
  243. }
  244.  
  245. ol.notes{
  246. list-style-type:none;
  247. padding:2px 10px 2px 10px;
  248. font-size:10px;
  249. }
  250.  
  251. #pagi{
  252. display:block;
  253. width:55px;
  254. height:150px;
  255. font-size:11px;
  256. text-align:center;
  257. margin-left:-65px;
  258. margin-top:-25px;
  259. position:fixed;
  260. font-family:arial;
  261. letter-spacing:0px;
  262. word-spacing:5px;
  263. font-weight:bold;
  264. color:#000;
  265. }
  266.  
  267. #pagi a{
  268. color:#fff;
  269. }
  270.  
  271. #credit{
  272. right:8px;
  273. bottom: 2px;
  274. position:fixed;
  275. padding:5px;
  276. }
  277.  
  278. {CustomCSS}
  279. </style>
  280. </head>
  281.  
  282. <body class="{block:IndexPage}index{/block:IndexPage} {block:PermalinkPage}permalink{/block:PermalinkPage}">
  283.  
  284.  
  285. <div id="wrapper">
  286.  
  287.  
  288. <div id="sidebar">
  289.  
  290. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  291.  
  292.  
  293. {block:Description}
  294. <div id="description">{Description}</div>
  295. {/block:Description}
  296.  
  297. <div class="links">
  298. <a href="{text:link1url}" title="{text:link1title}">uno</a> <br>
  299. <a href="{text:link2url}" title="{text:link2title}">dos</a> <br>
  300. <a href="{text:link3url}" title="{text:link3title}">tres</a> <br>
  301. <a href="{text:link4url}" title="{text:link4title}">cuatro</a> <br>
  302. </div>
  303.  
  304. <div id="pagi">
  305. {block:PreviousPage}
  306. <a href="{PreviousPage}">back</a>
  307. {/block:PreviousPage}
  308. {block:NextPage}
  309. <a href="{NextPage}">next</a>
  310. {/block:NextPage}
  311. </div>
  312. {/block:Pagination}</div>
  313. </div>
  314.  
  315.  
  316.  
  317. <div id="content">
  318. {block:Posts}
  319.  
  320. <div class="post">
  321.  
  322. {block:Text}
  323. {block:Title}
  324. <div class="posttitle">{Title}</div>
  325. {/block:Title}
  326. {Body}
  327. {/block:Text}
  328.  
  329. {block:Photo}
  330. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  331. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  332. {/block:Photo}
  333.  
  334. {block:Photoset}
  335. {Photoset-500}
  336. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  337. {/block:Photoset}
  338.  
  339. {block:Quote}
  340. <div class="quote">"{Quote}"</div>
  341. {block:Source}
  342. <div class="quotesource">{Source}</div>
  343. {/block:Source}
  344. {/block:Quote}
  345.  
  346. {block:Link}
  347. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  348. {block:Description}
  349. <div class="description">{Description}</div>
  350. {/block:Description}
  351. {/block:Link}
  352.  
  353. {block:Chat}
  354. {block:Title}
  355. <div class="posttitle">{Title}</div>
  356. {/block:Title}
  357.  
  358. {block:Lines}
  359. <div class="{Alt} user_{UserNumber}">
  360. {block:Label}
  361. <b>{Label}</b>{/block:Label}
  362. &nbsp;{Line}
  363. </div>
  364. {/block:Lines}
  365. {/block:Chat}
  366.  
  367. {block:Video}
  368. {Video-500}
  369. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  370. {/block:Video}
  371.  
  372. {block:Audio}
  373. <div class="cover">{block:AlbumArt}
  374. <img src="{AlbumArtURL}">
  375. {/block:AlbumArt}</div>
  376.  
  377. {AudioPlayerWhite}
  378.  
  379. <i>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist} ({block:Album}{Album}{/block:Album})</i>
  380.  
  381. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  382. {/block:Audio}
  383.  
  384. {block:Answer}
  385. <div class="question"><i>{Asker} asked:</i> {Question}</div>
  386. <div class="caption">{Answer}</div>
  387. {/block:Answer}
  388.  
  389.  
  390.  
  391. <div class="footer">
  392. <a href="{Permalink}">{block:Date}posted {TimeAgo}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}">/ via {ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">/ src: {SourceTitle}</a>{/block:ContentSource}{block:HasTags}<br>tagged:
  393. {block:Tags}<a href="{TagURL}" title="{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  394.  
  395. {block:PermalinkPage}
  396. {block:NoteCount}
  397. {block:PostNotes}{PostNotes}{/block:PostNotes}
  398. {/block:NoteCount}
  399. {/block:PermalinkPage}
  400.  
  401. </div>
  402. {/block:Posts}
  403. </div>
  404. </div>
  405.  
  406. </div>
  407.  
  408. <div id="credit" data="credit"><a href="http://hellzayn.tumblr.com"><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif" width="15px" height="15px"></a></div>
  409.  
  410.  
  411. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  412. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  413.  
  414. <!-- add Javascript file here -->
  415. <!--<script src=""></script>-->
  416. </body>
  417. </html>
Advertisement
Add Comment
Please, Sign In to add comment