Advertisement
styelsh

Latch Theme

Aug 2nd, 2013
25,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY FRICKASHTONIRWIN (regansthemes.tumblr.com)
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#747474"/>
  13. <meta name="color:link" content="#747474"/>
  14. <meta name="color:linkHover" content="#312f2b"/>
  15. <meta name="color:infobg" content="#FCFCFC">
  16. <meta name="color:scrollbar" content="#747474" />
  17. <meta name="color:scrollbg" content="#FFFFFF" />
  18. <meta name="color:textpost" content="#f8f8f8" />
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="if:400px posts" content=""/>
  22.  
  23. <meta name="text:Link 1" content="/">
  24. <meta name="text:Link 1 Title" content="/">
  25. <meta name="text:Link 2" content="/">
  26. <meta name="text:Link 2 Title" content="/">
  27. <meta name="text:Link 3" content="/">
  28. <meta name="text:Link 3 Title" content="/">
  29.  
  30. <head><title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar {width: 3px; height:auto; background:{color:background}}
  37. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  38. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  39. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  40. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  41. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  42. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  43.  
  44. body {
  45. background:{color:background};
  46. font-family:calibri;
  47. font-size:10px;
  48. letter-spacing:0px;
  49. color:{color:text};
  50. line-height:120%;}
  51.  
  52. a:link, a:active, a:visited{color: {color:link};}
  53. a:hover{color:{color:linkHover}; text-decoration:none;}
  54.  
  55. a {
  56. color:{color:link};
  57. text-decoration:none;
  58. -moz-transition-duration:0.5s;
  59. -webkit-transition-duration:0.5s;
  60. -o-transition-duration:0.5s;
  61. }
  62.  
  63. a:hover {
  64. color:{color:linkHover};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71. #container {
  72. background-color:{color:background};
  73. width:700px;
  74. margin: 0 auto -12px auto;
  75. text-align: center;
  76. }
  77.  
  78. .links{
  79. font-size:8px;
  80. font-family: calibri;
  81. text-transform:uppercase;
  82. margin-top:10px;
  83. word-spacing:6px;
  84. padding-bottom:5px;
  85. width:190px;
  86. text-align:center;
  87. border-bottom: 3px double {color:textpost};
  88. }
  89.  
  90. .links a{
  91. padding:5px;
  92. letter-spacing:0px;
  93. color:{color:link};
  94. text-decoration:none;
  95. -moz-transition-duration:0.6s;
  96. -webkit-transition-duration:0.6s;
  97. -o-transition-duration:0.6s;
  98. }
  99.  
  100. .links a:hover{
  101. color:{color:linkHover};
  102. text-decoration:none;
  103. -moz-transition-duration:0.6s;
  104. -webkit-transition-duration:0.6s;
  105. -o-transition-duration:0.6s;
  106. }
  107.  
  108. #sidebar {
  109. top: 150px;
  110. margin-left:0px;
  111. position:fixed;
  112. width:200px;
  113. }
  114.  
  115. #descri {
  116. background-color:#ffffff;
  117. width:200px;
  118. padding:15px;
  119. }
  120.  
  121. #descri img {
  122. width:200px;
  123. margin-bottom:5px;
  124. }
  125.  
  126. #stext {
  127. line-height:120%;
  128. padding:5px;
  129. padding-top:15px;
  130. text-align:justify;
  131. line-height:130%;
  132. color:{color:text};
  133. letter-spacing:0px;
  134. margin-top:0px;
  135. }
  136.  
  137. .pagi {
  138. text-transform:uppercase;
  139. font-size:8px;
  140. text-align:center;
  141. padding:10px;
  142. }
  143.  
  144. .audio {
  145. padding-bottom:10px;
  146. background-color:{color:infobg};
  147. }
  148.  
  149. .albumart {
  150. float:left;
  151. padding:0px 10px 10px 0px;
  152. }
  153.  
  154. .albumart img {
  155. width:64px;
  156. height:64px;
  157. padding:10px;
  158. padding-bottom:15px;
  159. }
  160.  
  161. .playercontainer {
  162. text-align:left;
  163. padding:10px;
  164. background-color:#ffffff;
  165. }
  166.  
  167. .audioinfo {
  168. padding:10px;
  169. color:{color:text};
  170. }
  171.  
  172. h1 {
  173. font-weight:normal;
  174. font-size:10px;
  175. text-align:left;
  176. padding:10px;
  177. font-style:normal;
  178. line-height:120%;
  179. letter-spacing:0px;
  180. color:{color:text};
  181. border-bottom: 1px solid {color:textpost};
  182. }
  183.  
  184. h2 {
  185. font-size:10px;
  186. text-align:left;
  187. line-height:120%;
  188. letter-spacing:0px;
  189. color:{color:text};
  190. font-weight:normal;
  191. padding:10px;
  192. }
  193.  
  194. .ask {
  195. font-size:15px;
  196. font-weight:bold;
  197. text-align:right;
  198. font-style:italic;
  199. padding:10px;
  200. text-transform:capitalize;
  201. border-bottom: 1px solid #f8f8f8;
  202. }
  203.  
  204. .question {
  205. font-size:10px;
  206. letter-spacing:0px;
  207. padding:10px;
  208. text-align:right;
  209. color:{color:text};
  210. }
  211.  
  212. .ans {
  213. font-size:10px;
  214. letter-spacing:0px;
  215. text-align:left;
  216. padding:10px;
  217. color:{color:text};
  218. }
  219.  
  220. blockquote {
  221. border-left:1px solid {color:textpost};
  222. padding-left:10px;
  223. margin:5px;
  224. }
  225.  
  226. #stuffcontainer {
  227. float:left;
  228. text-align:justify;
  229. background-color:{color:bg};
  230. color:{color:text};
  231. margin-bottom: 35px;
  232. }
  233.  
  234. #stuff {
  235. {block:ifNot400pxposts}
  236. width:500px;
  237. margin-left:250px;
  238. {/block:ifNot400pxposts}
  239. {block:if400pxposts}
  240. width:400px;
  241. margin-left:250px;
  242. {/block:if400pxposts}
  243. margin-top:70px;
  244. text-align:justify;
  245. font-size:10px;
  246. padding:10px;
  247. line-height:150%;
  248. letter-spacing:0px;
  249. background-color:#ffffff;
  250. color:{color:text};
  251. }
  252.  
  253. #postinfo {
  254. margin-top:5px;
  255. {block:ifNot400pxposts}
  256. width:490px;
  257. {/block:ifNot400pxposts}
  258. {block:if400pxposts}
  259. width:390px;
  260. {/block:if400pxposts}
  261. font-size:8px;
  262. text-transform:uppercase;
  263. padding-top:5px;
  264. padding-bottom:5px;
  265. border-top: 1px solid #fafafa;
  266. text-align:left;
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. }
  271.  
  272. #postinfo a{
  273. padding:5px;
  274. }
  275.  
  276. #postinfo a:hover {
  277. color:{color:linkHover};
  278. }
  279.  
  280. .note {
  281. color:{color:notes};
  282. margin-left:250px;
  283. {block:ifNot400pxposts}
  284. width:500px;
  285. {/block:ifNot400pxposts}
  286. {block:if400pxposts}
  287. width:400px;
  288. {/block:if400pxposts}
  289. }
  290.  
  291. .note li {
  292. {block:ifNot400pxposts}
  293. width:500px;
  294. {/block:ifNot400pxposts}
  295. {block:if400pxposts}
  296. width:400px;
  297. {/block:if400pxposts}
  298. }
  299.  
  300. .tags {
  301. {block:ifNot400pxposts}
  302. width:500px;
  303. {/block:ifNot400pxposts}
  304. {block:if400pxposts}
  305. width:400px;
  306. {/block:if400pxposts}
  307. line-height:120%;
  308. margin-top:-6px;
  309. text-align:left;
  310. padding:5px;
  311. font-size:10px;
  312. -moz-transition-duration:0.5s;
  313. -webkit-transition-duration:0.5s;
  314. -o-transition-duration:0.5s;
  315. }
  316.  
  317. .tags a{
  318. margin-right:5px;
  319. }
  320.  
  321. .tags a:hover {
  322. color:{color:linkHover};
  323. }
  324.  
  325. #cred {
  326. font-family:calibri;
  327. font-size: 10px;
  328. letter-spacing:1px;
  329. bottom:30px;
  330. font-style:none;
  331. right:35px;
  332. position:fixed;
  333. }
  334.  
  335. #cred a{
  336. padding:5px;
  337. }
  338.  
  339. #cred:hover {
  340. color:{color:pop};
  341. }
  342.  
  343. </style>
  344. <style type="text/css">{CustomCSS}</style>
  345.  
  346. </head>
  347. <body>
  348.  
  349. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  350.  
  351. <div id="container">
  352.  
  353. <div id="sidebar">
  354. <div id="descri">
  355.  
  356. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  357.  
  358. <center><div class="links">
  359. <a href="/">home</a>
  360. <a href="/ask">ask</a>
  361. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  362. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  363. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  364. </div></center>
  365.  
  366. <div id="stext">{Description}</div>
  367.  
  368. {block:Pagination}
  369. <div class="pagi">
  370. {block:PreviousPage}
  371. <a href="{PreviousPage}">prev</a>
  372. {/block:PreviousPage}
  373. {block:NextPage}
  374. <a href="{NextPage}">next</a>
  375. {/block:NextPage}
  376. </div>
  377. {/block:Pagination}
  378.  
  379. </div></div>
  380.  
  381. <div id="stuffcontainer">
  382.  
  383. {block:Posts}<div id="stuff">
  384.  
  385. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  386.  
  387. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/></center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  388.  
  389. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  390.  
  391. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  392. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  393.  
  394. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  395.  
  396. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  397.  
  398. {block:Video} {block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  399.  
  400. {block:Answer}<div class="ask">{Asker}</div><div class="question">{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  401.  
  402. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  403. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  404. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  405. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  406. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  407.  
  408. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}"><u>{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</u></a>{block:NoteCount} <a href="{Permalink}"> {NoteCount} notes </a>{/block:NoteCount}{block:ContentSource}<a href="{SourceURL}">&copy;</a>
  409. {/block:ContentSource}</div></div>{/block:Date}
  410. {block:HasTags}
  411. <div class="tags">
  412. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  413. {/block:HasTags}
  414. </div>
  415. {/block:Posts}
  416.  
  417. {block:ContentSource}
  418. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  419.  
  420. </body>
  421. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement