Advertisement
styelsh

Change Your Life Theme

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