Advertisement
everlarks

Theme 037 - pack

Feb 26th, 2014
7,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.07 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 037 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:entry" content="#ffffff" />
  21. <meta name="color:link" content="#555555" />
  22. <meta name="color:link hover" content="#000000" />
  23. <meta name="color:scrollbar" content="#e0e0e0" />
  24. <meta name="color:text" content="#616161" />
  25.  
  26. <meta name="image:background" content="" />
  27. <meta name="image:sidebar" content="" />
  28.  
  29. <meta name="if:Posts 500" content="" />
  30. <meta name="if:Posts 400" content="1" />
  31.  
  32. <meta name="if:Show Post Info" content="0" />
  33.  
  34. <meta name="if:No Repeat Background" content="" />
  35. <meta name="if:Fixed Background" content="1" />
  36. <meta name="text:Background Position" content="" />
  37.  
  38. <meta name="if:Webkit Scrollbar" content="1" />
  39.  
  40. <meta name="text:Body Font Size" content="10px" />
  41.  
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1URL" content="http://" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2URL" content="http://" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3URL" content="http://" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4URL" content="http://" />
  50. <meta name="text:Link5" content="" />
  51. <meta name="text:Link5URL" content="http://" />
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  54. <title>{Title}</title>
  55.  
  56. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  57.  
  58. <link rel="shortcut icon" href="{Favicon}" />
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  60. <style type="text/css">
  61.  
  62. {block:ifWebkitScrollbar}
  63. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:scrollbg};}
  64. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  65. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  66. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  67. {/block:ifWebkitScrollbar}
  68.  
  69. 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%;}
  70.  
  71. 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; }
  72. 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; }
  73.  
  74. #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} }
  75.  
  76. #entries {{block:ifPosts500}width:500px; margin-left:270px; {/block:ifPosts500} {block:ifPosts400}width:400px; margin-left:330px;{/block:ifPosts400} margin-top:0px; text-align:justify;}
  77. #posts { {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px; {/block:ifPosts400} background-color:{color:entry}; text-align: justify; margin-top:70px; padding:10px;}
  78. #posts img {max-width:100%; height:auto;}
  79.  
  80. #cred {position:fixed; bottom:10px; right:10px; font-size:8px;}
  81. #container {width:1080px; margin:0 auto; }
  82.  
  83. #info { width:100px; position:absolute; {block:ifPosts400}margin-left:420px;{/block:ifPosts400} {block:ifPosts500}margin-left:520px;{/block:ifPosts500}; font-size:8px; margin-bottom:5px; text-align:left; letter-spacing:1px; opacity:0; {block:ifShowPostInfo}opacity:1;{/block:ifShowPostInfo} text-transform:uppercase; -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;}
  84. #posts:hover #info {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;}
  85. #tags {text-align:center; font-size:8px; letter-spacing:1px; border-top:1px solid {color:accent}; padding-top:5px; }
  86. #tags a {background-color:{color:accent}; padding:2px 3px 2px 3px;}
  87. #tags a:hover {background-color:{color:background};}
  88.  
  89. #sidebarimg {width:100px; margin-left:0px; }
  90. #sidebarimg img {width:60px; border:20px solid {color:accent}; }
  91.  
  92. #side {{block:ifPosts500}margin-left:40px;{/block:ifPosts500} {block:ifPosts400}margin-left:120px;{/block:ifPosts400} top:25%; position:fixed; width:100px; text-align:justify;}
  93. .nav {margin-bottom:5px; letter-spacing:1px; margin-top:7px; font-size:8px; text-transform:uppercase; }
  94. #desc {font-size:8px; margin-top:10px; letter-spacing:1px;}
  95. #sinfo {width:100%; }
  96. .links {font-size:9px; letter-spacing:1px; }
  97. .links a {border-bottom:1px solid {color:accent}; width:100px; display:inline-block;}
  98.  
  99. #question {font-size:12px; font-style:italic; background-color:{color:accent}; accent-bottom:1px solid {color:accent}; padding:10px;}
  100. #asker {width:auto; font-size:7px; margin-top:2px; text-align:center; text-transform:uppercase; }
  101. #answer {margin:0px;}
  102.  
  103. h1 {font-size:15px; line-height:20px; font-style:italic; text-align:justify; font-weight:normal; letter-spacing:1px; margin:0px;}
  104. h2 { font-size:12px; font-weight:normal; padding:10px; font-style:italic; line-height:20px; background-color:{color:accent};}
  105.  
  106. blockquote { border-left:1px solid {color:accent}; padding-left:10px; max-width:100%; margin:10px 0;}
  107. blockquote img, blockquote a img {max-width:100%; height:auto;}
  108.  
  109. .qsource {margin:0px; text-align:center; letter-spacing:1px; text-transform:uppercase; font-size:7px; }
  110.  
  111. .album {position:absolute; width:100px; height:100px;}
  112. .album img {width:100px; height:100px;}
  113. .audio {display:block; z-index:1; position:absolute; width:30px; height:30px;}
  114. .audio b, i {color:{color:text};}
  115. .aplay {overflow:hidden; width:27px; height:80px; opacity:1; padding-top:40px; padding-left:35px; }
  116. .acap {height:100px; }
  117. .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;}
  118. .acapp b {color:{color:background};}
  119.  
  120. ul.chat, .chat ol, .chat li .chat li {list-style:none;}
  121. .notes img {width:10px; position:relative; top:1px;}
  122. .notes { {block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifPosts500}width:500px;{/block:ifPosts500} padding:15px; margin-left:-15px; line-height:20px;}
  123. ol.notes {background-color:{color:entry}; list-style:none; margin-top:5px; }
  124. .notes li {padding-bottom:5px; padding-top:5px; accent-bottom:1px solid {color:accent};}
  125.  
  126. </style>
  127.  
  128. <style type="text/css">{CustomCSS}</style>
  129.  
  130. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  131.  
  132. <script type="text/javascript">
  133. jQuery(document).ready(function() {
  134. jQuery(".sub").hide();
  135. //toggle the componenet with class msg_body
  136. jQuery(".cthrough").click(function()
  137. {
  138. jQuery(this).next(".sub").slideToggle(500);
  139. });});
  140. </script>
  141.  
  142.  
  143. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  144. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  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.  
  157.  
  158. </head>
  159.  
  160. <body>
  161.  
  162.  
  163. <div id="container">
  164.  
  165. <div id="side">
  166. <div id="sidebarimg"><center><a href="/"><img src="{image:sidebar}"></a></center></div>
  167.  
  168. <div id="sinfo">
  169.  
  170. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  171.  
  172. <a href="#" class="cthrough"><div class="nav">&#8680; NAVIGATION</div></a>
  173. <div class="sub">
  174. <div class="links">
  175. <a href="/ask">ask</a>
  176. {block:ifLink1}<br><a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  177. {block:ifLink2}<br><a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  178. {block:ifLink3}<br><a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  179. {block:ifLink4}<br><a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  180. {block:ifLink5}<br><a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  181. </div>
  182. </div>
  183.  
  184. </div>
  185.  
  186.  
  187. </div>
  188.  
  189.  
  190. <div id="cred"><a href="http://everlark.tumblr.com">&copy;</a></div>
  191.  
  192. <div id="entries">
  193.  
  194. {block:Posts}
  195. <div id="posts">
  196.  
  197.  
  198. <div id="info">
  199.  
  200. {block:NoteCount}
  201. &#9825; <a href="{Permalink}">{NoteCount}</a><br>
  202. {/block:NoteCount}
  203. <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a><br><a href="{ReblogURL}" target="_blank">reblog</a>
  204. {block:PermalinkPage}
  205. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}/<a href="{SourceURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  206. {/block:PermalinkPage}
  207.  
  208. </div>
  209.  
  210.  
  211. {block:Quote}<h2>{Quote}</h2>{block:Source}<div class="qsource"><font size="3">&#10164;</font><br>{Source}</div>{/block:Source}{/block:Quote}
  212. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  213. {block:Text}{Body}{/block:Text}
  214.  
  215. {block:Link}
  216. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  217. {block:Description}<P>{Description}</p>{/block:Description}
  218. {/block:Link}
  219.  
  220. {block:ifPosts500}
  221. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  222. {/block:ifPosts500}
  223.  
  224. {block:ifPosts400}
  225. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  226. {/block:ifPosts400}
  227.  
  228. {block:ifPosts500}
  229. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  230. {/block:ifPosts500}
  231.  
  232. {block:ifPosts400}
  233. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  234. {/block:ifPosts400}
  235.  
  236. {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}
  237.  
  238. {block:ifPosts500}
  239. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  240. {/block:ifPosts500}
  241.  
  242. {block:ifPosts400}
  243. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  244. {/block:ifPosts400}
  245.  
  246. {block:Answer}
  247. <div id="question">{Question}</div>
  248. <div id="asker">{Asker}</div>
  249. <div id="answer">{Answer}</div>
  250. {/block:Answer}
  251.  
  252. {block:Audio}
  253. {block:AlbumArt}
  254. <div class="album"><img src="{AlbumArtURL}"></div>
  255. {/block:AlbumArt}
  256. <div class="audio"><div class="aplay">{AudioPlayerBlack}</div></div>
  257. <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>
  258. {block:Caption}{Caption}{/block:Caption}
  259. {/block:Audio}<BR>
  260.  
  261.  
  262. {block:HasTags}<div id="tags">{block:Tags}&nbsp;<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  263.  
  264. </div>
  265.  
  266. {/block:Posts}
  267.  
  268.  
  269. {block:PostNotes}{PostNotes}{/block:PostNotes}
  270.  
  271. <BR><BR><BR>
  272.  
  273. {block:Pagination}
  274. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous</a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}&mdash; <a href="{NextPage}">next</a>{/block:NextPage}
  275. </div><BR><BR><BR>
  276. {/block:Pagination}
  277.  
  278.  
  279.  
  280.  
  281. </div>
  282. </div>
  283.  
  284.  
  285.  
  286. </body>
  287. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement