Advertisement
everlarks

Theme 036 - pack

Feb 19th, 2014
3,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.54 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 036 by Christine (http://everlark.tumblr.com)
  4.  
  5. RULES:
  6. - DO NOT STEAL
  7. - DO NOT REDISTRIBUTE
  8. - DO NOT REMOVE CREDIT
  9. - DO NOT USE AS A BASE CODE
  10.  
  11. -->
  12.  
  13. <html>
  14. <head>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17.  
  18. <meta name="color:accent" content="#f3f3f3" />
  19. <meta name="color:background" content="#ffffff" />
  20. <meta name="color:border1" content="#d29675" />
  21. <meta name="color:border2" content="#86c272" />
  22. <meta name="color:border3" content="#84b2d5" />
  23. <meta name="color:border4" content="#cf789c" />
  24. <meta name="color:link" content="#555555" />
  25. <meta name="color:link hover" content="#000000" />
  26. <meta name="color:scrollbar" content="#e0e0e0" />
  27. <meta name="color:text" content="#616161" />
  28.  
  29. <meta name="image:background" content="" />
  30. <meta name="image:icon" content="" />
  31.  
  32. <meta name="if:Posts 500" content="" />
  33. <meta name="if:Posts 400" content="1" />
  34.  
  35. <meta name="if:Show Post Info" content="1" />
  36.  
  37. <meta name="if:No Repeat Background" content="" />
  38. <meta name="if:Fixed Background" content="1" />
  39. <meta name="text:Background Position" content="" />
  40.  
  41. <meta name="if:Webkit Scrollbar" content="1" />
  42.  
  43. <meta name="text:Body Font Size" content="10px" />
  44.  
  45. <meta name="text:Link1" content="" />
  46. <meta name="text:Link1URL" content="http://" />
  47. <meta name="text:Link2" content="" />
  48. <meta name="text:Link2URL" content="http://" />
  49. <meta name="text:Link3" content="" />
  50. <meta name="text:Link3URL" content="http://" />
  51. <meta name="text:Link4" content="" />
  52. <meta name="text:Link4URL" content="http://" />
  53. <meta name="text:Link5" content="" />
  54. <meta name="text:Link5URL" content="http://" />
  55. <meta name="text:Link6" content="" />
  56. <meta name="text:Link6URL" content="http://" />
  57.  
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  59. <title>{Title}</title>
  60.  
  61. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  62.  
  63. <link rel="shortcut icon" href="{Favicon}" />
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  65. <style type="text/css">
  66.  
  67. {block:ifWebkitScrollbar}
  68. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:scrollbg};}
  69. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  71. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  72. {/block:ifWebkitScrollbar}
  73.  
  74. body {color: {color:text}; background-color: {color:background}; background-image: url('{image:background}'); {block:ifFixedBackground}background-attachment: fixed; {/block:ifFixedBackground} {block:ifNoRepeatBackground}background-repeat:no-repeat; {/block:ifNoRepeatBackground} background-position:{text:Background Position}; font-family:arial; font-size:{text:Body Font Size}; line-height:150%;}
  75.  
  76. a:link, a:active, a:visited {color: {color:link}; text-decoration:none; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  77. a:hover {color:{color:link hover}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  78.  
  79. #entries {{block:ifPosts500}width:500px; margin-left:270px; {/block:ifPosts500} {block:ifPosts400}width:400px; margin-left:330px;{/block:ifPosts400} margin-top:50px; text-align:justify;}
  80. #posts {{block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px; {/block:ifPosts400} background-color:{color:entry}; text-align: justify; margin-top:120px; }
  81. #posts img {max-width:100%; height:auto;}
  82.  
  83. #cred {position:fixed; bottom:10px; right:10px; font-size:8px;}
  84. #container {width:1080px; margin:0 auto; }
  85.  
  86. #info { {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px; {/block:ifPosts400} font-size:7px; border-top:1px solid {color:accent}; padding-top:2px;}
  87. #date {text-transform:uppercase; margin-top:-10px; float:right; opacity:0; {block:ifShowPostInfo}opacity:1;{/block:ifShowPostInfo} letter-spacing:1px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; background-color:{color:background};}
  88. #posts:hover #date {opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  89. #tags {float: left; font-size:8px; letter-spacing:1px; padding-top:5px; }
  90. #tags a {background-color:{color:accent}; padding:2px 3px 2px 3px;}
  91. #tags a:hover {background-color:{color:background};}
  92.  
  93. #head {{block:ifPosts400}width:400px; margin-left:330px;{/block:ifPosts400} {block:ifPosts500}width:500px; margin-left:270px; {/block:ifPosts500} margin-top:70px;}
  94. #headimg {{block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifPosts500}width:500px;{/block:ifPosts500} padding-bottom:5px; }
  95. #headimg img {width:70px; float:center; -moz-border-radius: 100px; border-radius: 100px;}
  96.  
  97. .title {text-transform:uppercase; font-size:8px; text-align:center; padding-top:5px; letter-spacing:2px;}
  98. .nav {text-align:center; font-size:8px; letter-spacing:1px;}
  99.  
  100. #border {width:100%; height:2px; margin-top:5px; overflow:hidden; }
  101. .line {width:25%; height:100%; float:left;}
  102.  
  103. #desc { padding-top:5px; {block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifPosts500}width:500px;{/block:ifPosts500} font-size:9px; text-align:justify; }
  104.  
  105. #pagination { font-size:9px; letter-spacing:3px; text-align:center; text-transform:uppercase; margin-top:50px; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px;{/block:ifPosts400} }
  106.  
  107. #question {font-size:12px; font-style:italic; background-color:{color:accent}; accent-bottom:1px solid {color:accent}; padding:10px;}
  108. #asker {width:auto; font-size:7px; margin-top:2px; text-align:center; text-transform:uppercase; }
  109. #answer {margin:0px;}
  110.  
  111. h1 {font-size:15px; line-height:20px; font-style:italic; text-align:justify; font-weight:normal; letter-spacing:1px; margin:0px;}
  112. h2 { font-size:12px; font-weight:normal; padding:10px; font-style:italic; line-height:20px; background-color:{color:accent};}
  113.  
  114. blockquote { border-left:1px solid {color:accent}; padding-left:10px; max-width:100%; margin:10px 0;}
  115. blockquote img, blockquote a img {max-width:100%; height:auto;}
  116.  
  117. .qsource {margin:0px; text-align:center; letter-spacing:1px; text-transform:uppercase; font-size:7px; }
  118.  
  119. .album {position:absolute; width:100px; height:100px;}
  120. .album img {width:100px; height:100px;}
  121. .audio {display:block; z-index:1; position:absolute; width:30px; height:30px;}
  122. .audio b, i {color:{color:text};}
  123. .aplay {overflow:hidden; width:27px; height:80px; opacity:1; padding-top:40px; padding-left:35px; }
  124. .acap {height:100px; }
  125. .acapp {text-align:center; margin-left:100px; padding-top:35px; {block:ifPosts400}width:300px;{/block:ifPosts400} {block:ifPosts500}width:400px;{/block:ifPosts500} background-color:#000; color:{color:background}; height:65px;}
  126. .acapp b {color:{color:background};}
  127.  
  128. ul.chat, .chat ol, .chat li .chat li {list-style:none;}
  129. .notes img {width:10px; position:relative; top:1px;}
  130. .notes { {block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifPosts500}width:500px;{/block:ifPosts500} padding:15px; margin-left:-15px; line-height:20px;}
  131. ol.notes {background-color:{color:entry}; list-style:none; margin-top:5px; }
  132. .notes li {padding-bottom:5px; padding-top:5px; border-bottom:1px solid {color:accent};}
  133.  
  134.  
  135. </style>
  136.  
  137. <style type="text/css">{CustomCSS}</style>
  138.  
  139. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  140.  
  141. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  142.  
  143. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  144.  
  145. <script type="text/javascript" charset="utf-8">
  146. var $j = jQuery.noConflict();
  147. $j(function() {
  148. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  149. $j("img").lazyload({
  150. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  151. effect: "fadeIn",
  152. });
  153. });
  154. </script>
  155.  
  156. </head>
  157.  
  158.  
  159. <body>
  160.  
  161. <div id="container">
  162.  
  163. <div id="head">
  164.  
  165. <div id="headimg"><center><a href="/"><img src="{image:icon}"></a></center></div>
  166.  
  167. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  168.  
  169. <div id="border">
  170. <div class="line" style="background-color:{color:border1}"></div>
  171. <div class="line" style="background-color:{color:border2}"></div>
  172. <div class="line" style="background-color:{color:border3}"></div>
  173. <div class="line" style="background-color:{color:border4}"></div>
  174. </div>
  175.  
  176. <div class="title"><a href="/">{Title}</a></div>
  177.  
  178. <div class="nav"><a href="/ask">ask</a>{block:ifLink1} - <a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}{block:ifLink2} - <a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}{block:ifLink3} - <a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}{block:ifLink4} - <a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}{block:ifLink5} - <a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}{block:ifLink6} - <a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}</div>
  179.  
  180. </div>
  181.  
  182. <div id="cred"><a href="http://everlark.tumblr.com">&copy;</a></div>
  183.  
  184.  
  185.  
  186. <div id="entries">
  187.  
  188. {block:Posts}
  189. <div id="posts">
  190.  
  191. {block:Quote}<h2>{Quote}</h2>{block:Source}<div class="qsource"><font size="3">&#10164;</font><br>{Source}</div>{/block:Source}{/block:Quote}
  192. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  193. {block:Text}{Body}{/block:Text}
  194.  
  195. {block:Link}
  196. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  197. {block:Description}<P>{Description}</p>{/block:Description}
  198. {/block:Link}
  199.  
  200. {block:ifPosts500}
  201. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  202. {/block:ifPosts500}
  203.  
  204. {block:ifPosts400}
  205. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  206. {/block:ifPosts400}
  207.  
  208. {block:ifPosts500}
  209. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  210. {/block:ifPosts500}
  211.  
  212. {block:ifPosts400}
  213. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  214. {/block:ifPosts400}
  215.  
  216. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  217.  
  218. {block:ifPosts500}
  219. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  220. {/block:ifPosts500}
  221.  
  222. {block:ifPosts400}
  223. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  224. {/block:ifPosts400}
  225.  
  226. {block:Answer}
  227. <div id="question">{Question}</div>
  228. <div id="asker">{Asker}</div>
  229. <div id="answer">{Answer}</div>
  230. {/block:Answer}
  231.  
  232. {block:Audio}
  233. {block:AlbumArt}
  234. <div class="album"><img src="{AlbumArtURL}"></div>
  235. {/block:AlbumArt}
  236. <div class="audio"><div class="aplay">{AudioPlayerBlack}</div></div>
  237. <div class="acap"><div class="acapp">{block:TrackName}<b><i><font size="2">{TrackName}</font></b></i>{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div></div>
  238. {block:Caption}{Caption}{/block:Caption}
  239. {/block:Audio}<BR>
  240.  
  241. <div id="info">
  242.  
  243. <div id="date">
  244. {block:NoteCount}<a href="{Permalink}">{NoteCount}N</a> / {/block:NoteCount}<a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
  245.  
  246. {block:PermalinkPage}{block:RebloggedFrom} / <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}/<a href="{SourceURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
  247.  
  248. / <a href="{ReblogURL}" target="_blank" title="reblog">rb</a></div>
  249.  
  250. {block:HasTags}<div id="tags">{block:Tags}<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  251.  
  252. </div>
  253.  
  254. </div>
  255.  
  256.  
  257. {/block:Posts}
  258.  
  259. <BR><BR><BR>
  260. {block:PostNotes}{PostNotes}{/block:PostNotes}
  261. <BR><BR><BR>
  262.  
  263.  
  264. {block:Pagination}
  265. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous</a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}&mdash; <a href="{NextPage}">next</a>{/block:NextPage}
  266. </div><BR><BR><BR>
  267. {/block:Pagination}
  268.  
  269.  
  270.  
  271. </div>
  272. </div>
  273.  
  274.  
  275. </body>
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement