officialjas0n

theme four.

Jul 23rd, 2012
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 KB | None | 0 0
  1. <!-- theme created by mac
  2. please don't remove credit. i worked really hard on this theme.
  3. xx -->
  4.  
  5. <html>
  6. <head>
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Imprima' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:Background" content="#000000"/>
  18. <meta name="color:Sidebar" content="#000000"/>
  19. <meta name="color:Text" content="#000000"/>
  20. <meta name="color:Title" content="#D198A6"/>
  21. <meta name="color:Link" content="#D48E8E"/>
  22. <meta name="color:Link Hover" content="#000000"/>
  23. <meta name="color:Permalink" content="#F5F5F5"/>
  24.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="text:sbartext" content="" />
  28. <meta name="text:Link1 Url" content="/" />
  29. <meta name="text:Link1 Title" content="Link 1" />
  30. <meta name="text:Link2 Url" content="/" />
  31. <meta name="text:Link2 Title" content="Link 2" />
  32. <meta name="text:Link3 Url" content="/" />
  33. <meta name="text:Link3 Title" content="Link 3" />
  34. <meta name="text:Link4 Url" content="/" />
  35. <meta name="text:Link4 Title" content="Link 4" />
  36. <meta name="text:Link5 Url" content="/" />
  37. <meta name="text:Link5 Title" content="Link 5" />
  38.  
  39. <style type="text/css">
  40.  
  41. #sidebartext {font-size:10px; text-align:center; font-family:georgia; line-height:110%; margin-bottom:10px}
  42.  
  43. @import url(http://fonts.googleapis.com/css?family=Loved+by+the+King);
  44. @import url(http://fonts.googleapis.com/css?family=Imprima);
  45. @import url(http://fonts.googleapis.com/css?family=Ruluko);
  46. @import url(http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day);
  47.  
  48. body {color:{color:text};background-color:{color:background};background-image: url('');background-position: center;background-attachment:fixed;background-repeat: repeat;font-size:11px;font-family:Imprima;line-height:110%;text-align:justify}
  49.  
  50. a{color: {color:link}; text-decoration: none;}
  51.  
  52. a:hover { text-decoration: none; font-style: none; text-shadow: 1px 1px 6px #333; color: #ffffff;text-shadow:4px 4px 0px rgba(0,0,0,0.1),3px -6px 0px rgba(0,0,0,0.2),6px 6px 0px rgba(0,0,0,0.1),-5px 4px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;}
  53.  
  54.  
  55. #content {margin-left:390px; margin-top:10px; width:505px}
  56.  
  57. #posts{overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px}
  58.  
  59. #title {font-size:23px; text-align:center; font-family:dawning of a new day; line-height:110%}
  60.  
  61. #sidebartext {font-size:11px; letter-spacing: 3px; text-align:center; font-family: Imprima; line-height:110%; margin-bottom:10px}
  62.  
  63. #sidebarimg {margin-bottom:3px; padding:5px;}
  64.  
  65. #sidebarimg img {max-width:272px; height: auto;}
  66.  
  67. div#sidebar{ position:fixed !important; width: 270px; height: auto; margin-left:60px; margin-top: 20px; background: transparent; text-align: center;}
  68.  
  69.  
  70. #description {font-size:11px; text-align:center; font-family:Imprima; line-height:110%; margin-bottom:10px}
  71.  
  72. #pagination {font-family:Imprima; text-align:center; font-size:14px}
  73.  
  74. h1{color:{color:link};font-family:Ruluko;font-size:15px;line-height:15px;letter-spacing:0px;font-weight:normal;margin:0px;padding:0px;text-align:left}
  75.  
  76. h2{color:{color:title};font-family:Ruluko;font-size:11px;line-height:14px;letter-spacing:0px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:justify}
  77.  
  78. .links{background:trans;text-align:center; border-bottom:1px dotted; border-top:1px dotted;}
  79.  
  80. .links a{background:trans;display:inline-block;font-family:Imprima;font-size:12px;text-transform: lowercase;letter-spacing: 2px; padding:2px 2px 2px 3px; -webkit-border-radius: 2px;-moz-border-radius: 2px;}
  81.  
  82. .user_1 .label {color:{color:link}; font-weight:bold}
  83. .user_2 .label {color:{color:text}; font-weight:bold}
  84. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  85.  
  86. i, em {color: {color:Link};}
  87. b, strong {color: {color:text};}
  88.  
  89. ::selection {
  90. color:{color:Text};
  91. background-color: {color:Link};
  92. }
  93.  
  94. ::-moz-selection {
  95. color:{color:Text};
  96. background-color: {color:Link};
  97. }
  98.  
  99. ::-webkit-selection {
  100. color:{color:Text};
  101. background-color:{color:Link};
  102. }
  103.  
  104. blockquote {border-left:2px {color:Link} solid; padding-left:5px; margin:1px 6px 1px 10px}
  105.  
  106. p{margin-top:5px; margin-bottom:5px; }
  107.  
  108. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:transparent; border-left:3px solid {color:Link};}
  109.  
  110.  
  111. ol.notes img {
  112. width: 16px;
  113. position: relative;
  114. display: inline;
  115. top: 3px;
  116. }
  117. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  118.  
  119. margin: 0 auto;
  120. }
  121.  
  122. .text {
  123. padding: 5px;
  124. }
  125.  
  126. ol.notes {
  127. padding: 0 10px;
  128. }
  129.  
  130. .perma
  131. {
  132. opacity: 0.0;
  133. filter: alpha(opacity = 0);
  134. margin-top: -21px;
  135. width: px;
  136. height: 30px;
  137. line-height: 30px;
  138. font-size: 9px;
  139. position:absolute;
  140. text-align: center;
  141. z-index:9999991;
  142. color: {color:permalink};
  143.  
  144. }
  145. a.p
  146. {
  147.  
  148. color: {color:permalink};
  149. }
  150. .entry:hover .perma {
  151.  
  152. -webkit-transition: opacity 0.4s linear;
  153. opacity: 1;
  154. -moz-transition: all 0.4s linear;
  155. transition: all 0.4s linear;
  156. filter: alpha(opacity = 100);
  157.  
  158. }
  159.  
  160. select {
  161. font-size: 9px;
  162. width: 100px;
  163. margin-left: 10px;
  164.  
  165. }
  166. option {
  167. font-size: 9px;
  168. text-align: left;
  169.  
  170. }
  171. input[type=button]
  172. {
  173. font-size: 9px;
  174. }
  175.  
  176. .likep {
  177. width: 21px;
  178. height: 20px;
  179. overflow: hidden;
  180. position: relative;
  181. z-index: 9999999;
  182. position: absolute;
  183. margin-top: 26px;
  184. margin-left: 5px;
  185. }
  186. .rep {
  187. width: 24px;
  188. height: 20px;
  189. overflow: hidden;
  190. position: relative;
  191. z-index: 9999999;
  192. position: absolute;
  193. margin-top: 26px;
  194. margin-left: 29px;
  195. }
  196. .likep a:hover {
  197. background-position: 0px 0px;
  198. }
  199. .likep a {
  200. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  201. background-position: 0px 0px;
  202. display: block;
  203. z-index: 9999999;
  204. webkit-transition: all 0s linear;
  205. -webkit-transition: all 0s linear;
  206. -moz-transition: all 0s linear;
  207. transition: all 0s linear;
  208. }
  209. .likep img {
  210. width: 21px;
  211. height: 20px;
  212. webkit-transition: all 0.2s linear;
  213. -webkit-transition: all 0.2s linear;
  214. -moz-transition: all 0.2s linear;
  215. transition: all 0.2s linear;
  216. }
  217. .rep img{
  218. width: 24px;
  219. height: 20px;
  220. line-height: 30px;
  221. display: inline;
  222. }
  223.  
  224. .not { position: absolute;
  225. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  226. height: 20px;
  227. font-size: 11px;
  228. line-height: 20px;
  229. color: #fff;
  230. position: absolute;
  231. margin-top: 26px;
  232. margin-left: 56px;
  233. padding-left: 4px;
  234. padding-right: 4px;
  235. -moz-border-radius: 2px;
  236. border-radius: 2px;
  237. }
  238. .not a{
  239. color: #fff;
  240. font-weight: bold;
  241. font-family: Arial, Helvetica, sans-serif;
  242. }
  243.  
  244. img{
  245. -webkit-filter: grayscale(0%);
  246. }
  247.  
  248. img:hover{
  249. -webkit-filter: grayscale(95%);
  250. transition: all 0.5s ease-out;
  251. -o-transitiontransition: all 1.5s ease-out;
  252. -webkit-transition: all 0.5s ease-out;
  253. -moz-transition: all 1.5s ease-out;
  254. }
  255.  
  256. </style>
  257. <style type="text/css">{CustomCSS}</style>
  258.  
  259. </head>
  260.  
  261.  
  262. <body>
  263. <div id="sidebar">
  264. <div id="title"><a href="/">theme 4</a></div>
  265. <div id="sidebartext">all i wanna do is be with you.</div>
  266. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  267. <div id="links"><a href="{text:Link1 Url}">{text:Link1 Title}</a> · <a href="{text:Link2 Url}">{text:Link2 Title}</a> · <a href="{text:Link3 Url}">{text:Link3 Title}</a> · <a href="{text:Link4 Url}">{text:Link4 Title}</a> · <a href="{text:Link5 Url}">{text:Link5 Title}</a></div>
  268. <div id="description">{block:Description}{Description}{/block:Description}</div>
  269.  
  270. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  271. </div>
  272.  
  273. <div id="content">
  274. {block:Posts}
  275. <div class="entry">
  276. {block:IndexPage}<div class="perma">
  277. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  278. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  279.  
  280.  
  281.  
  282. </div>
  283. {/block:IndexPage}
  284. {block:Text}
  285. <div class="text">
  286. {block:Title}
  287. <h3><a href="{Permalink}">{Title}</a></h3>
  288. {/block:Title}
  289. {Body}
  290. </div>
  291. {/block:Text}
  292.  
  293. {block:Photo}
  294. {block:IndexPage}
  295. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  296. {/block:IndexPage}
  297. {block:permalinkpage}{LinkOpenTag}
  298. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  299. {/block:permalinkpage}
  300.  
  301. {/block:Photo}
  302.  
  303. {block:Photoset}
  304. {block:IndexPage}
  305. {Photoset-500}
  306. {/block:IndexPage}
  307. {block:permalinkpage}
  308. {Photoset-500}
  309. {/block:permalinkpage}
  310. {/block:Photoset}
  311.  
  312. {block:Quote}
  313. <div class="text">
  314. "{Quote}"
  315. {block:Source}
  316. <div class="source">{Source}</div>
  317. {/block:Source}
  318. </div>
  319. {/block:Quote}
  320.  
  321. {block:Link}
  322. <div class="text">
  323. <a href="{URL}" class="link" {Target}>{Name}</a>
  324. {block:Description}
  325. <div class="description">{Description}</div>
  326. {/block:Description}
  327. </div>
  328. {/block:Link}
  329.  
  330. {block:Chat}
  331. <div class="text">
  332. {block:Title}
  333. <h3><a href="{Permalink}">{Title}</a></h3>
  334. {/block:Title}
  335. <ul class="chat">
  336. {block:Lines}
  337. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  338.  
  339. {Line} </li>
  340. {/block:Lines}
  341. </ul>
  342. </div>
  343. {/block:Chat}
  344.  
  345. {block:Video}
  346.  
  347. {block:IndexPage}
  348. {Video-500}
  349. {/block:IndexPage}
  350. {block:permalinkpage}
  351. {Video-500}
  352. {/block:permalinkpage}
  353. {/block:Video}
  354.  
  355. {block:Audio}
  356. {AudioPlayerBlack}
  357. <div class="text">
  358. {block:Caption}
  359. {Caption}
  360. {/block:Caption}
  361. </div>
  362. {/block:Audio}
  363. {block:PermalinkPage}
  364. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} - Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  365. {/block:PermalinkPage}
  366. {block:PostNotes}{PostNotes}{/block:PostNotes}
  367. </div>
  368. {/block:Posts}
  369. </div>
  370. </div>
  371.  
  372.  
  373.  
  374. {block:ifendlessscroll}
  375. {block:Pagination}
  376. <ul id="pagination">
  377. {block:PreviousPage}
  378. <li><a href="{PreviousPage}"</a></li>
  379. {/block:PreviousPage}
  380. {block:JumpPagination length="5"}
  381. {block:CurrentPage}
  382. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  383. {/block:CurrentPage}
  384. {block:JumpPage}
  385. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  386. {/block:JumpPage}
  387. {/block:JumpPagination}
  388. {block:NextPage}
  389. <li><a id="nextPage" href="{NextPage}"></a></li>
  390. {/block:NextPage}
  391. </ul>
  392. {/block:Pagination}
  393. {block:IndexPage}
  394. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  395. <script type="text/javascript">
  396. $(window).load(function () {
  397. var $content = $('#content');
  398. $content.infinitescroll({
  399. navSelector : '#pagination',
  400. nextSelector : '#pagination a#nextPage',
  401. itemSelector : '.entry',
  402. loading: {
  403. finishedMsg: '',
  404. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  405. },
  406. bufferPx : 200,
  407. debug : false,
  408. });
  409. });
  410. </script>
  411. {/block:IndexPage}{/block:ifendlessscroll}
  412. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  413. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  414. <span id="scriptsinsert"> </span>
  415.  
  416. </body>
  417.  
  418. </a><div style="position:fixed; bottom:10px; left:10px;">
  419. <a href="http://officialmileyray.tumblr.com">©</a>
  420.  
  421. </html>
Advertisement
Add Comment
Please, Sign In to add comment