Advertisement
styelsh

Wrecking Ball Theme

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