Advertisement
everlarks

Theme 032 - pack

Sep 18th, 2013
6,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.76 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 032 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:accent1" content="#000000" />
  19. <meta name="color:accent2" content="#f5f5f5" />
  20. <meta name="color:background" content="#ffffff" />
  21. <meta name="color:date" content="#ffffff" />
  22. <meta name="color:entry" content="#ffffff" />
  23. <meta name="color:post border" content="#000000" />
  24. <meta name="color:scrollbar" content="#000000" />
  25. <meta name="color:sidebar" content="#f5f5f5" />
  26. <meta name="color:tags" content="#ffffff" />
  27. <meta name="color:text" content="#000000" />
  28. <meta name="color:tags background" content="#000000" />
  29.  
  30. <meta name="image:background" content="" />
  31. <meta name="image:sidebar" content="" />
  32.  
  33. <meta name="if:Posts 500" content="" />
  34. <meta name="if:Posts 400" content="1" />
  35.  
  36. <meta name="if:No Repeat Background" content="" />
  37. <meta name="if:Fixed Background" content="1" />
  38. <meta name="text:Background Position" content="" />
  39.  
  40. <meta name="if:Webkit Scrollbar" content="1" />
  41.  
  42. <meta name="text:Body Font Size" content="11px" />
  43.  
  44. <meta name="text:Link1" content="" />
  45. <meta name="text:Link1URL" content="http://" />
  46. <meta name="text:Link2" content="" />
  47. <meta name="text:Link2URL" content="http://" />
  48. <meta name="text:Link3" content="" />
  49. <meta name="text:Link3URL" content="http://" />
  50. <meta name="text:Link4" content="" />
  51. <meta name="text:Link4URL" content="http://" />
  52. <meta name="text:Link5" content="" />
  53. <meta name="text:Link5URL" content="http://" />
  54.  
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}</title>
  57.  
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59.  
  60. <link rel="shortcut icon" href="{Favicon}" />
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  62. <style type="text/css">
  63.  
  64. {block:ifWebkitScrollbar}
  65. ::-webkit-scrollbar {width: 5px; height:5px; background:{color:background};}
  66. ::-webkit-scrollbar-corner {background:{color:scrollbar};}
  67. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  68. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  69. {/block:ifWebkitScrollbar}
  70.  
  71. 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:times; font-size:{text:Body Font Size}; line-height:160%}
  72.  
  73. a:link, a:active, a:visited {color: {color:text}; 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; }
  74. a: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; }
  75.  
  76. #entries { {block:ifPosts500}width:500px; margin-left:300px; {/block:ifPosts500} {block:ifPosts400}width:400px; margin-left:350px; {/block:ifPosts400} margin-top:70px; text-align:justify;}
  77. #posts {padding-left:10px; background-color:{color:entry}; margin-top:30px; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px; {/block:ifPosts400} background-color:{color:entry}; text-align: justify; border-left: 80px solid {color:post border}; }
  78. #posts img {max-width:100%; height:auto;}
  79.  
  80. #pagination { font-size:7px; letter-spacing:1px; width:200px; text-align:center; margin-top:30px; text-transform:uppercase;}
  81.  
  82. #posts:hover #from {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;}
  83. #posts:hover #noty {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;}
  84. #from {position:absolute; margin-left:-188px; margin-top:38px; 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. #from img {background-color:{color:background}; padding:2px; margin-bottom:5px;}
  86. #date {position:absolute; text-align:center; font-weight:bold; letter-spacing:-1px; margin-left:-63px; color:{color:background}; font-size:25px; text-transform:uppercase; margin-top:20px;; line-height:50%;}
  87. #date a {color:{color:date};}
  88. #noty {font-size:8px; font-weight:normal; margin-top:8px; color:{color:date}; letter-spacing:0px; 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.  
  90. #info {margin-left:0px; text-align:left; margin-top:0px; {block:ifPosts500}width:500px;{/block:ifPosts500} {block:ifPosts400}width:400px;{/block:ifPosts400} letter-spacing:1px; opacity:1; font-size:10px; color:{color:post info};}
  91. .tags {background-color:{color:tags background}; font-size:10px; color:{color:background}; text-transform:none; padding:10px; letter-spacing:0px; line-height:15px;}
  92. .tags a {color:{color:tags}; }
  93. .tags a:hover {color:{color:background};}
  94. .tif {font-family: consolas; margin-top:0px; border-top:1px solid {color:post border}; letter-spacing:1px; font-size:8px; 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;}
  95. .tiff {margin-top:-8px; width:400px; position:absolute; opacity:1; float:right; }
  96. .tifff {margin-top:-19px; position:absolute; float:right;}
  97. .td {margin-top:-7px; margin-left:25px; text-align:right; float:right; background-color:{color:entry}; color:{color:text}; padding-left:20px; padding-right:5px; }
  98. .td a {color:{color:text}; }
  99.  
  100. #container {width:1280px; margin:0 auto;}
  101.  
  102. #title {font-size:20px; padding-top:10px; margin-top:-30px; padding-bottom:10px; background-color:{color:background}; font-family:times; text-transform:uppercase; margin-left:-20px; letter-spacing:1px; width:240px; line-height:100%; text-align:center; }
  103. #title a:hover {text-shadow:1px 0px {color:sidebar}; color:{color:text};}
  104. #topy {top:0px; width:100%; left:0px; color:#fff; position:absolute; z-index:99; height:7px; background-color: {color:accent1}; border-bottom:14px solid {color:accent2};}
  105. #sidebar a {color:#fff;}
  106.  
  107. #sidebarimg {width:200px; margin-top:20px;}
  108. #sidebarimg img {width:200px;}
  109. #lefty { height:100%; position:fixed; background-color:{color:sidebar}; padding:20px;line-height:150%; margin-top:0px; color:{color:text}; width:200px; margin-left:50px; font-size:10px; letter-spacing:0px; }
  110.  
  111. #heady {position:absolute; margin-top:-60px; width:640px; margin-left:200px;}
  112. #heady img {width:640px; height:120px;}
  113.  
  114. .desc {text-align:justify; margin-top:15px;}
  115. .rules {text-align:left; }
  116. .rtop, .ntop, .newstop {font-size:18px; text-shadow: 2px 0px {color:post border}; letter-spacing:-4px; text-transform:uppercase; border-bottom:1px solid #eee; margin-bottom:5px; padding-bottom:8px;}
  117. .navi {display:inline-block; }
  118. .navi a {text-align:left; line-height:150%; width:200px; display:inline-block; padding-bottom:5px; padding-top:5px; border-bottom:1px solid {color:post border}; -webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out; }
  119. .navi a:hover {background-color:{color:text}; text-align:center; font-weight:bold; color:{color:sidebar}; -webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out; }
  120.  
  121. #cred {position:fixed; bottom:10px; right:10px; font-size:8px; }
  122.  
  123. #question {font-size:18px; letter-spacing-1px; border-bottom:1px solid {color:border}; padding-bottom:15px;}
  124. #asker {width:auto; font-size:7px; margin-top:-8px; text-align:right; text-transform:uppercase;}
  125. #asker i {background-color:{color:background}; font-style:normal; padding-left:8px;}
  126. #answer {margin:0px;}
  127.  
  128. h1 {font-size:20px; line-height:25px; text-transform:uppercase; font-style:italic; font-family:times; text-align:justify; letter-spacing:-1px; font-weight:normal; margin:0px;}
  129. h2 { font-size:28px; letter-spacing:-2px; font-weight:normal; font-style:italic; font-family:times; line-height:30px; border-bottom:1px solid {color:sidebar}; padding:20px;}
  130.  
  131. blockquote { border-left:1px solid {color:text}; padding-left:10px; max-width:100%; margin:10px 0;}
  132. blockquote img, blockquote a img {max-width:100%; height:auto;}
  133.  
  134. .qsource {margin:0px; margin-top:-33px; text-align:center; font-family:times; letter-spacing:1px; text-transform:uppercase; margin-bottom:10px; font-size:7px; }
  135.  
  136. .album {position:absolute; width:100px; height:100px;}
  137. .album img {width:100px; height:100px;}
  138. .audio {display:block; z-index:1; position:absolute; width:30px; height:30px;}
  139. .audio b, i {color:{color:text};}
  140. .aplay {overflow:hidden; width:27px; height:80px; opacity:1; padding-top:40px; padding-left:35px; }
  141. .acap {height:100px; }
  142. .acapp {text-align:center; margin-left:100px; padding-top:35px; {block:ifPosts400}width:300px;{/block:ifPosts400} {block:ifPosts500}width:400px;{/block:ifPosts500} background-color:{color:text}; color:{color:background}; height:65px;}
  143. .acapp b {color:{color:background};}
  144.  
  145. ul.chat, .chat ol, .chat li .chat li {list-style:none;}
  146. .notes img {width:10px; position:relative; top:1px;}
  147. .notes { margin-left:90px; {block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifPosts500}width:500px;{/block:ifPosts500} line-height:20px; padding:0px; }
  148. ol.notes {list-style:none; margin-top:20px; }
  149. .notes li {padding-bottom:5px; padding-top:5px; }
  150.  
  151. </style>
  152.  
  153.  
  154. <style type="text/css">{CustomCSS}</style>
  155.  
  156. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  157. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  158. <script type="text/javascript" charset="utf-8">
  159. var $j = jQuery.noConflict();
  160. $j(function() {
  161. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  162. $j("img").lazyload({
  163. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  164. effect: "fadeIn",
  165. });
  166. });
  167. </script>
  168.  
  169.  
  170. </style>
  171.  
  172. </head>
  173.  
  174. <body>
  175.  
  176. <div id="container">
  177.  
  178. <div id="topy"></div>
  179.  
  180.  
  181. <div id="lefty">
  182. <div id="title"><a href="/">{Title}</a></div>
  183. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  184. {block:Description}<div class="desc">{Description}</div>{/block:Description}<br>
  185. <div class="navi">
  186. <a href="/ask">Message</a>
  187. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  188. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  189. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  190. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  191. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  192. </div>
  193.  
  194. <BR>
  195. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">Back</a>&nbsp;&middot;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">Forward</a>{/block:NextPage}</div>{/block:Pagination}
  196.  
  197.  
  198. </div>
  199.  
  200. <div id="cred"><a href="http://everlark.tumblr.com">&copy;</a></div>
  201.  
  202. <div id="entries">
  203.  
  204. {block:Posts}
  205. <div id="posts">
  206.  
  207. <div id="date">{block:Date}<a href="{Permalink}">{DayOfMonthWithZero}<br><font size="2">{ShortMonth}</font></a>{/block:Date}
  208.  
  209. <div id="from">{block:RebloggedFrom}<div class="tiff"><a href="{ReblogParentURL}" title="via"><img src="{ReblogParentPortraitURL-24}"></a><br>{block:ContentSource}{block:PermalinkPage}<a href="{SourceURL}" title="source"><img src="{ReblogRootPortraitURL-24}"></a>{/block:PermalinkPage}{block:ContentSource}</div>{/block:RebloggedFrom}</div>
  210.  
  211. <div id="noty">{block:NoteCount}{NoteCount}N{/block:NoteCount}</div>
  212. </div>
  213.  
  214.  
  215. {block:Quote}<h2>"{Quote}"</h1>{block:Source}<div class="qsource"><font size="3">&#10164;</font><br>{Source}</div>{/block:Source}{/block:Quote}
  216. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  217. {block:Text}{Body}{/block:Text}
  218.  
  219. {block:Link}
  220. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  221. {block:Description}<P>{Description}</p>{/block:Description}
  222. {/block:Link}
  223.  
  224. {block:ifPosts500}
  225. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  226. {/block:ifPosts500}
  227.  
  228. {block:ifPosts400}
  229. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  230. {/block:ifPosts400}
  231.  
  232. {block:ifPosts500}
  233. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  234. {/block:ifPosts500}
  235.  
  236. {block:ifPosts400}
  237. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  238. {/block:ifPosts400}
  239.  
  240. {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}
  241.  
  242. {block:ifPosts500}
  243. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  244. {/block:ifPosts500}
  245.  
  246. {block:ifPosts400}
  247. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  248. {/block:ifPosts400}
  249.  
  250. {block:Answer}<BR>
  251. <div id="question"><font size="5">&#10077;</font> {Question}</div>
  252. <div id="asker"><i>{Asker}</i></div>
  253. <div id="answer">{Answer}</div>
  254. {/block:Answer}
  255.  
  256. {block:Audio}
  257. {block:AlbumArt}
  258. <div class="album"><img src="{AlbumArtURL}"></div>
  259. {/block:AlbumArt}
  260. <div class="audio"><div class="aplay">{AudioPlayerBlack}</div></div>
  261. <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>
  262. {block:Caption}{Caption}{/block:Caption}
  263. {/block:Audio}
  264.  
  265. <div id="info">
  266.  
  267.  
  268. {block:HasTags}<div class="tags">{block:Tags}<a href="/tagged/{Tag}">{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  269.  
  270.  
  271. </div>
  272.  
  273. </div>
  274.  
  275. {/block:Posts}
  276.  
  277. {block:PostNotes}{PostNotes}{/block:PostNotes}
  278. <BR><BR>
  279.  
  280. </div>
  281. </div>
  282.  
  283.  
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement