Advertisement
Guest User

Theme 6 by HotSources

a guest
Aug 29th, 2013
2,561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 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. <!-- Theme #6 by WCANTSTOP -->
  7.  
  8. <meta name="color:text" content="#a8a8a8"/>
  9. <meta name="color:squares" content="#f9f9f9" />
  10. <meta name="color:top" content="#f9f9f9" />
  11. <meta name="color:ask border" content="#e4e4e4"/>
  12. <meta name="color:background" content="#FFFFFF" />
  13. <meta name="color:link" content="#b6b6b6"/>
  14. <meta name="color:linkHover" content="#fffdfd"/>
  15. <meta name="color:answerb" content="#f8f8f8"/>
  16. <meta name="color:scrollbar" content="#BBBBBB" />
  17. <meta name="color:scrollbg" content="#e2e1e1" />
  18. <meta name="color:linkhoverbg" content="#d6cf92" />
  19. <meta name="color:bottomlinkshover" content="#9c8c0a" />
  20. <meta name="color:things" content="#9c8c0a" />
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:Link 1 Title" content="one">
  25. <meta name="text:Link 1" content="/">
  26. <meta name="text:Link 2 Title" content="two">
  27. <meta name="text:Link 2" content="/">
  28. <meta name="text:Link 3 Title" content="three">
  29. <meta name="text:Link 3" content="/">
  30. <meta name="text:Link 4 Title" content="four">
  31. <meta name="text:Link 4" content="/">
  32.  
  33.  
  34. <link href='' rel='stylesheet' type='text/css'>
  35.  
  36. <head><title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  43. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  44. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  45. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  46. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  47. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  48. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  49.  
  50. body {
  51. background:{color:background};
  52. font-family: calibri;
  53. font-size:9px;
  54. letter-spacing:1px;
  55. color:{color:text};
  56. line-height:100%;}
  57.  
  58. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  59. a:hover{color:{color:linkhover}}
  60.  
  61.  
  62. a {
  63. color:{color:link};
  64. text-decoration:none;
  65. -moz-transition-duration:0.5s;
  66. -webkit-transition-duration:0.5s;
  67. -o-transition-duration:0.5s;
  68. }
  69.  
  70. a:hover {
  71. color:{color:hover};
  72. text-decoration:none;
  73. -moz-transition-duration:0.5s;
  74. -webkit-transition-duration:0.5s;
  75. -o-transition-duration:0.5s;
  76. }
  77.  
  78. #container {
  79. background-color:{color:background};
  80. width: 814px;
  81. text-align: center;
  82. margin: 0 auto -10px auto
  83. }
  84.  
  85. #entries {
  86. padding:4px;
  87. width:500px;
  88. margin-left:220px;
  89. margin-top:-25px;
  90. font-style:italic;
  91. text-transform:normal;
  92. font-size: 10px;
  93. font-family:calibri;
  94. }
  95.  
  96. #post {
  97. width:500px;
  98. padding:4px;
  99. margin-top:30px;
  100. margin-left:0px;
  101. text-align:left;
  102. font-style:italic;
  103. text-transform:normal;
  104. font-size: 10px;
  105. font-family:calibri;
  106. margin-bottom:20px;
  107. }
  108.  
  109.  
  110. #sidebar {
  111. top: 130px;
  112. margin-left:-400px;
  113. width:100%;
  114. padding-left:500px;
  115. padding-right:500px;
  116. background-color:{color:top};
  117. -webkit-filter: grayscale(40%);-moz-filter: grayscale(40%);-o-filter: grayscale(40%);-webkit-transition: all 1.1s ease;
  118. -moz-transition: all 1.1s ease;
  119. -o-transition: all 1.1s ease;
  120. -ms-transition: all 1.1s ease;
  121. transition: all 1.1s ease;
  122. }
  123.  
  124. #sidebar:hover {
  125. opacity:1;
  126. -webkit-filter: grayscale(0%);-moz-filter: grayscale(00%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
  127. -moz-transition: all 1.1s ease;
  128. -o-transition: all 1.1s ease;
  129. -ms-transition: all 1.1s ease;
  130. transition: all 1.1s ease;
  131. }
  132.  
  133. #title {
  134. padding:0px;
  135. color:#555555;
  136. width:505px;
  137. font-family:helvetica;
  138. font-size:26px;
  139. margin-top:-30px;
  140. font-weight:bold;
  141. text-transform:uppercase;
  142. background-color:{color:squares};
  143. line-height:40px;
  144. letter-spacing:-3px;
  145. }
  146.  
  147. #descri {
  148. font-family:calibri;
  149. padding-top:-4px;
  150. margin-top:-20px;
  151. margin-bottom:25px;
  152. line-height:100%;
  153. font-size:8px;
  154. width:250px;
  155. }
  156.  
  157. #color {
  158. color:#475aad;
  159. font-family:helvetica;
  160. font-size:11px;
  161. }
  162.  
  163. #descri img {
  164. width:500px;
  165. margin-left:0px;
  166. opacity:1;
  167. -webkit-filter: grayscale(0%);-moz-filter: grayscale(00%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
  168. -moz-transition: all 1.1s ease;
  169. -o-transition: all 1.1s ease;
  170. -ms-transition: all 1.1s ease;
  171. transition: all 1.1s ease;
  172. }
  173.  
  174. #sidebar:hover #descri img {
  175. opacity:1;
  176. -webkit-filter: grayscale(0%);-moz-filter: grayscale(00%);-o-filter: grayscale(0%);-webkit-transition: all 1.1s ease;
  177. -moz-transition: all 1.1s ease;
  178. -o-transition: all 1.1s ease;
  179. -ms-transition: all 1.1s ease;
  180. transition: all 1.1s ease;
  181. }
  182.  
  183. #sidebar:hover #stext {
  184. opacity:0.8;
  185. -moz-transition-duration:0.4s;
  186. -webkit-transition-duration:0.4s;
  187. -o-transition-duration:0.4s;
  188. }
  189.  
  190. #stext {
  191. text-align:right;
  192. width: 170px;
  193. color:{color:text};
  194. position:fixed;
  195. line-height: 120%;
  196. letter-spacing:0px;
  197. font-style:normal;
  198. text-transform:normal;
  199. font-size: 10px;
  200. font-family:calibri;
  201. margin-top:-10px;
  202. margin-left:-10;
  203. padding:10px;
  204. background-color:{color:squares};
  205. -moz-transition-duration:0.4s;
  206. -webkit-transition-duration:0.4s;
  207. -o-transition-duration:0.4s;
  208. }
  209.  
  210. #pagination {
  211. text-align:center;
  212. font-size: 10px;
  213. width: 170px;
  214. background-color:#f9f9f9;
  215. padding:10px;
  216. position:fixed;
  217. margin-left:0px;
  218. margin-top:170px;
  219. font-family:calibri;
  220. -moz-transition-duration:0.4s;
  221. -webkit-transition-duration:0.4s;
  222. -o-transition-duration:0.4s;
  223. }
  224.  
  225. .links {
  226. font-size:10px;
  227. width:475px;
  228. margin-left:0px;
  229. text-align:right;
  230. letter-spacing:2px;
  231. line-height:120%;
  232. margin-top:25px;
  233. padding-right:30px;
  234. color:{color:link};
  235. border-bottom:solid 1px #f0f0f0;
  236. }
  237.  
  238. .links a{
  239. color:{color:link};
  240. text-transform:normal;
  241. display:inline-block;
  242. width:auto;
  243. padding:4px;
  244. letter-spacing:1px;
  245. -moz-transition-duration:0.3s;
  246. -webkit-transition-duration:0.3s;
  247. -o-transition-duration:0.3s;
  248. }
  249.  
  250. .links a:hover{
  251. text-transform:underline;
  252. color:{color:bottomlinkshover};
  253. -moz-transition-duration:0.3s;
  254. -webkit-transition-duration:0.3s;
  255. -o-transition-duration:0.3s;
  256. }
  257.  
  258. .link {
  259. font-size:10px;
  260. width:178px;
  261. margin-left:05px;
  262. position:fixed;
  263. text-align:center;
  264. letter-spacing:2px;
  265. line-height:120%;
  266. margin-top:70px;
  267. color:{color:link};
  268. opacity:1;
  269. padding-bottom:5px;
  270. border-top:solid 1px #f0f0f0;
  271. -moz-transition-duration:0.4s;
  272. -webkit-transition-duration:0.4s;
  273. -o-transition-duration:0.4s;
  274. }
  275.  
  276. .link a{
  277. color:{color:link};
  278. text-transform:normal;
  279. display:inline-block;
  280. width:170px;
  281. padding:4px;
  282. border-bottom:solid 1px #f0f0f0;
  283. letter-spacing:1px;
  284. -moz-transition-duration:0.3s;
  285. -webkit-transition-duration:0.3s;
  286. -o-transition-duration:0.3s;
  287. }
  288.  
  289. .link a:hover{
  290. text-transform:underline;
  291. background-color:{color:linkhoverbg};
  292. color:{color:linkhover};
  293. -moz-transition-duration:0.3s;
  294. -webkit-transition-duration:0.3s;
  295. -o-transition-duration:0.3s;
  296. }
  297.  
  298. .flink a {
  299. color:{color:link};
  300. text-decoration:underline;
  301. -moz-transition-duration:0.3s;
  302. -webkit-transition-duration:0.3s;
  303. -o-transition-duration:0.3s;
  304. }
  305.  
  306. .flink a:hover {
  307. background-color:#f0f0f0;
  308. -moz-transition-duration:0.3s;
  309. -webkit-transition-duration:0.3s;
  310. -o-transition-duration:0.3s;
  311. }
  312.  
  313. .audio {
  314. width:500px;
  315. padding-bottom:10px;
  316. background-color:{color:infobg};
  317. }
  318.  
  319. .albumart {
  320. float:left;
  321. padding:0px 10px 10px 0px;
  322. }
  323.  
  324. .albumart img {
  325. width:45px;
  326. height:45px;
  327. }
  328.  
  329. .playercontainer {
  330. text-align:left;
  331. padding:10px;
  332. background-color:#ffffff;
  333. width:480px;
  334. }
  335.  
  336. .audioinfo {
  337. padding:10px;
  338. color:{color:text};
  339. }
  340.  
  341. h1 {
  342. font-weight:normal;
  343. font-size:10px;
  344. text-align:center;
  345. font-family:calibri;
  346. font-style:normal;
  347. line-height:80%;
  348. letter-spacing:1px;
  349. text-transform:uppercase;
  350. color:{color:text};
  351. }
  352.  
  353. h2 {
  354. font-size:15px;
  355. font-family:calibri;
  356. text-align:center;
  357. line-height:100%;
  358. letter-spacing:-0.5px;
  359. color:{color:text};
  360. font-weight:normal;
  361. padding:5px;
  362. padding-bottom:2px;
  363. }
  364.  
  365. .ask {
  366. background-color:#fafafa;
  367. text-align:center;
  368. color:{color:text};
  369. padding-top: 10px;
  370. padding-bottom: 10px;
  371. border-bottom:2px solid #ffffff;
  372. border-right:1px solid #ffffff;
  373. }
  374.  
  375. .ans {
  376. text-align:center;
  377. padding:10px;
  378. color:{color:text};
  379. }
  380.  
  381. #postinfo {
  382. width:490px;
  383. padding:5px;
  384. font-size:8px;
  385. color:{color:link};
  386. font-family:calibri;
  387. text-transform:uppercase;
  388. font-style:normal;
  389. letter-spacing:2px;
  390. text-align:center;
  391. border-bottom:1px solid {color:squares};
  392. -moz-transition-duration:0.5s;
  393. -webkit-transition-duration:0.5s;
  394. -o-transition-duration:0.5s;
  395. }
  396.  
  397. #postinfo a {
  398. color:{color:link};
  399. text-align:center;
  400. letter-spacing:1px;
  401. font-style:normal;
  402. }
  403.  
  404. #postinfo a:hover {
  405. color:{color:hover};
  406. }
  407.  
  408. .note {
  409. text-transform:uppercase;
  410. font-style:normal;
  411. letter-spacing:0px;
  412. font-size: 9px;
  413. text-align:right;
  414. line-height:90%;
  415. margin-left:-40px;
  416. font-family:calibri;
  417. }
  418.  
  419. .note li {
  420. list-style-type:none;
  421. border-bottom:1px solid {color:squares};
  422. padding:10px 25px 10px 25px;
  423. text-align:left;
  424. margin:0px;
  425. -moz-transition-duration:0.5s;
  426. -webkit-transition-duration:0.5s;
  427. -o-transition-duration:0.5s;
  428. }
  429.  
  430. .tags {
  431. font-style:normal;
  432. width:500px;
  433. text-transform:uppercase;
  434. font-style:normal;
  435. color:{color:tags};
  436. letter-spacing:2px;
  437. line-height:120%;
  438. font-size:8px;
  439. text-align:center;
  440. padding:2px;
  441. -moz-transition-duration:0.5s;
  442. -webkit-transition-duration:0.5s;
  443. -o-transition-duration:0.5s;
  444. font-family:calibri;
  445. }
  446.  
  447. .tags a {
  448. color:{color:tags};
  449. letter-spacing:1px;
  450. padding:1px;
  451. }
  452.  
  453. .tags a:hover {
  454. color:{color:link};
  455. }
  456.  
  457.  
  458. #cred {
  459. bottom:20px;
  460. right:20px;
  461. position:fixed;
  462. letter-spacing:0px;
  463. text-align:center;
  464. text-transform:lowercase;
  465. font-size:10px;
  466. border-bottom:1px solid #e3e3e3;
  467. }
  468.  
  469. </style>
  470. <style type="text/css">{CustomCSS}iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.5; </style>
  471.  
  472. </head>
  473. <body>
  474.  
  475. <div id="cred"><a href="http://wcantstop.tumblr.com/" target="_blank">wcs</a>
  476. </div>
  477.  
  478. <div id="sidebarbig"></div>
  479. <div id="sidebarbig2"></div>
  480. <div id="container">
  481. <div id="sidebar">
  482.  
  483. <div id="descri">
  484.  
  485. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  486. </div></div>
  487. <div id="stext">{Description}
  488.  
  489. </div>
  490.  
  491. <div class="link">
  492. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  493. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  494. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  495. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  496. </div>
  497. {block:Pagination}
  498. <div id="pagination">
  499. {block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;&nbsp;{/block:PreviousPage}
  500. {block:JumpPagination length="3"}
  501. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  502. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  503. {/block:JumpPagination}
  504. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  505. </div>{/block:Pagination}
  506.  
  507. <div id="entries">
  508. <div class="links">
  509. <a href="/">home</a>
  510. <a href="archive">past</a>
  511. <a href="/askme">ask</a>
  512. </div>
  513. <div id="title">{Title}</div>
  514.  
  515. {block:Posts}<div id="post">
  516.  
  517. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  518.  
  519. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  520.  
  521. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  522.  
  523. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  524. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  525.  
  526. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  527.  
  528. {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}
  529.  
  530. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  531.  
  532. {block:Answer}<div class="ask">"{Question}" - <i><u>{Asker}</u></i></div><div class="ans">{Answer}</div>{/block:answer}
  533.  
  534. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  535. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  536. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  537. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  538. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  539.  
  540. {block:Date}<div id="postinfo"><a href="{Permalink}">{MonthNumberWithZero}-{DayOfMonthWithZero}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  541. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  542. {block:HasTags}
  543. <div class="tags">
  544. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  545. {/block:HasTags}
  546. <div class="note">
  547. {block:PostNotes}{PostNotes}{/block:PostNotes}
  548. </div>
  549. </div>
  550. {/block:Posts}
  551.  
  552. </div></div>
  553.  
  554. </body>
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement