Advertisement
heylittletrains

8 CLASSIC

Jul 5th, 2014
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.52 KB | None | 0 0
  1. <!--
  2. Theme #08 CLASSIC by msswans.
  3. Edit all you want; Just make sure to leave the credits intact.
  4. -->
  5.  
  6. <head>
  7.  
  8.  
  9. <meta name="color:Bg" content="#FFFFFF">
  10. <meta name="color:Link" content="#7d7d7d">
  11. <meta name="color:Hover Links" content="#926a6a">
  12. <meta name="color:Hover" content="#ececec">
  13. <meta name="color:Text" content="#7d7d7d">
  14. <meta name="color:Tags" content="#9a9a9a">
  15. <meta name="color:Scrollbar" content="#f1f0f0">
  16. <meta name="color:Post Border" content="#ececec">
  17. <meta name="color:Sidebar Border" content="#ececec">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21.  
  22. <meta name="text:Link1 url" content="/" />
  23. <meta name="text:Link1" content="link 1" />
  24. <meta name="text:Link2 url" content="/" />
  25. <meta name="text:Link2" content="link 2" />
  26. <meta name="text:Link3 url" content="/" />
  27. <meta name="text:Link3" content="link 3" />
  28. <meta name="text:Link4 url" content="/" />
  29. <meta name="text:Link4" content="link 4" />
  30. <meta name="text:Link5 url" content="/" />
  31. <meta name="text:Link5" content="link 5" />
  32. <meta name="text:Link6 url" content="/" />
  33. <meta name="text:Link6" content="link 6" />
  34.  
  35. <meta name="if:400px" content="0"/>
  36.  
  37.  
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-tooltips.js"></script>
  47.  
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title],a[title],img[title]").style_my_tooltips({
  52. tip_follows_cursor:"true",
  53. tip_delay_time:100,
  54. tip_fade_speed:100,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64.  
  65. a {
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. color:{color:link};
  71. }
  72.  
  73. a:hover {
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. color:{color:hover};
  79. }
  80.  
  81.  
  82. ::-webkit-scrollbar{border: 1px solid #ccc; height: 9px; width: 6px; -webkit-border-radius: 0px;}
  83. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  84. ::-webkit-scrollbar-track{border-left:1px solid {color:post border}; background-color:#ffffff;}
  85.  
  86.  
  87. body {
  88. font-family:arial;
  89. font-weight:normal;
  90. background-color:{color:bg};
  91. }
  92.  
  93. h1 {
  94. font-family:times;
  95. font-size:10px;
  96. font-style:normal;
  97. text-transform:uppercase;
  98. color:{color:text};
  99. text-align:center;
  100. font-weight:normal;
  101. letter-spacing:0px;
  102. padding:0px;
  103. text-shadow: 5px 5px #f1f0f0;
  104. width:auto;
  105. }
  106.  
  107. h2 {
  108. font-family:times;
  109. color:{color:text};
  110. font-weight:bold;
  111. text-shadow: 5px 5px #f1f0f0;
  112. text-transform:uppercase;
  113. font-style:italic;
  114. text-align:center;
  115. }
  116.  
  117. h3 {
  118. font-family:times;
  119. font-size:12px;
  120. font-weight:normal;
  121. text-align:center;
  122. font-style:italic;
  123. padding:40px;
  124. padding-top:0px;
  125. padding-bottom:0px;
  126. }
  127.  
  128. #title {
  129. font-family:times;
  130. color:{color:text};
  131. font-weight:bold;
  132. text-shadow: 5px 5px #f1f0f0;
  133. text-transform:uppercase;
  134. font-style:italic;
  135. margin-top:5px;
  136. text-align:center;
  137. margin-top:10px;
  138. }
  139.  
  140. blockquote {
  141. margin:5px;
  142. margin-top:5px;
  143. text-align:center;
  144. }
  145.  
  146. #theme {
  147. width:700px;
  148. margin:0 auto -12px auto;
  149. text-align:center;
  150. background-color:{color:bg};
  151. }
  152.  
  153. #sidebar {
  154. padding:10px;
  155. position:fixed;
  156. width:200px;
  157. height:auto;
  158. margin-left:-160px;
  159. margin-top:190px;
  160. z-index:100;
  161. color:{color:text};
  162. background-color:{color:bg};
  163. padding-top:70px;
  164. padding-bottom:70px;
  165. border:1px solid {color:Sidebar Border};
  166. }
  167.  
  168. #sidebar img {
  169. opacity:1;
  170. width:90px;
  171. height:90px;
  172. border-radius:100px;
  173. -moz-transition-duration:0.5s;
  174. -webkit-transition-duration:0.5s;
  175. -o-transition-duration:0.5s;
  176. }
  177.  
  178. #sidebar img:hover {
  179. opacity:.8;
  180. -moz-transition-duration:0.5s;
  181. -webkit-transition-duration:0.5s;
  182. -o-transition-duration:0.5s;
  183. }
  184.  
  185. #links {
  186. margin-top:5px;
  187. font-family:arial;
  188. font-size:11px;
  189. text-align:center;
  190. text-transform:uppercase;
  191. width:200px;
  192. padding:0px;
  193. }
  194.  
  195. #links a:hover{
  196. background-color:transparent;
  197. }
  198.  
  199. .link {
  200. display:inline-block;
  201. width:8px;
  202. height:8px;
  203. border:1px solid #ccc;
  204. background-color:#eee;
  205. margin:8px;
  206. -webkit-transition: all 0.7s ease;
  207. -moz-transition: all 0.7s ease;
  208. -o-transition: all 0.7s ease;
  209. border-radius:100px;
  210. }
  211.  
  212. .link:hover{
  213. background-color:{color:bg};
  214. -webkit-transition: all 0.7s ease;
  215. -moz-transition: all 0.7s ease;
  216. -o-transition: all 0.7s ease;
  217. }
  218.  
  219. #s-m-t-tooltip{
  220. font-family:arial;
  221. font-size:8px;
  222. text-align:center;
  223. height:8px;
  224. width:auto;
  225. padding:7px;
  226. margin-top:15px;
  227. margin-left:15px;
  228. background:{color:hover links};
  229. text-transform:uppercase;
  230. line-height:120%;
  231. position:absolute;
  232. z-index:100;
  233. color:#ffffff;
  234. }
  235.  
  236. .desc {
  237. margin-top:5px;
  238. width:160px;
  239. font-family:arial;
  240. font-size:10px;
  241. line-height:140%;
  242. text-align:center;
  243. padding:20px;
  244. padding-top:0px;
  245. padding-bottom:0px;
  246. }
  247.  
  248. .desc a {
  249. color:{color:link};
  250. }
  251.  
  252. .desc a:hover {
  253. color:{color:hover};
  254. }
  255.  
  256. #stuffcontainer {
  257. float:left;
  258. margin-left:110px;
  259. margin-top:50px;
  260. text-align:justify;
  261. color:{color:text};
  262. }
  263.  
  264. #stuff {
  265. width:500px;
  266. {block:if400px}
  267. width:400px;
  268. {/block:if400px}
  269. text-align:left;
  270. font-size:10px;
  271. font-family:arial;
  272. font-style:normal;
  273. line-height:170%;
  274. color:{color:text};
  275. margin-bottom:100px;
  276. padding:10px;
  277. border:1px solid {color:Post Border};
  278. }
  279.  
  280. #pagi {
  281. font-size:10px;
  282. font-family:times;
  283. font-style:normal;
  284. text-transform:uppercase;
  285. text-align:center;
  286. margin-top:60px;
  287. padding:10px;
  288. }
  289.  
  290. #pagi a {
  291. color:{color:link};
  292. margin:5px;
  293. padding:5px;
  294. display:inline-block;
  295. text-shadow: 5px 5px #f1f0f0;
  296. font-weight:bold;
  297. }
  298.  
  299. #pagi a:hover {
  300. color:{color:hover};
  301. }
  302.  
  303. #pagi .currentpage {
  304. color:{color:link};
  305. font-size:10px;
  306. text-shadow: 5px 5px #f1f0f0;
  307. font-weight:bold;
  308. margin:5px;
  309. padding:5px;
  310. display:inline-block;
  311. }
  312.  
  313. .caption {
  314. font-size:9px;
  315. width:500px;
  316. {block:if400px}
  317. width:400px;
  318. {/block:if400px}
  319. text-align:justify;
  320. line-height:120%;
  321. }
  322.  
  323. #ask {
  324. padding:10px;
  325. font-family:arial;
  326. font-size:10px;
  327. border:1px solid {color:Post Border};
  328. }
  329.  
  330. .ans {
  331. padding:10px;
  332. font-family:arial;
  333. font-size:10px;
  334. }
  335.  
  336. .audio {
  337. width:500px;
  338. {block:if400px}
  339. width:400px;
  340. {/block:if400px}
  341. padding:0px;
  342. }
  343.  
  344. .playercontainer {
  345. width:500px;
  346. }
  347.  
  348. .player {
  349. padding:0px;
  350. }
  351.  
  352. #postinfo {
  353. margin-top:7px;
  354. font-family:times;
  355. width:500px;
  356. {block:if400px}
  357. width:400px;
  358. {/block:if400px}
  359. font-size:8px;
  360. font-style:normal;
  361. text-transform:uppercase;
  362. text-align:center;
  363. -moz-transition-duration:0.5s;
  364. -webkit-transition-duration:0.5s;
  365. -o-transition-duration:0.5s;
  366. }
  367.  
  368. #postinfo a {
  369. padding:3px;
  370. color:{color:link};
  371. font-style:normal;
  372. }
  373.  
  374. #postinfo a:hover {
  375. color:{color:hover};
  376. }
  377.  
  378. ol.notes {
  379. text-align:left;
  380. padding:0px;
  381. margin:25px 0px;
  382. list-style-type:none;
  383. }
  384.  
  385. ol.notes li.note {
  386. padding: 10px;
  387. }
  388.  
  389. ol.notes li.note img.avatar {
  390. vertical-align:-4px;
  391. border-radius:100%;
  392. margin-right:10px;
  393. width:16px;
  394. height:16px;
  395. }
  396.  
  397. ol.notes li.note span.action {
  398. font-weight:normal;
  399. }
  400.  
  401. ol.notes li.note .answer_content {
  402. font-weight:normal;
  403. }
  404.  
  405. ol.notes li.note blockquote {
  406. padding:9px 6px 9px 6px;
  407. margin:10px 0px 0px 25px;
  408. }
  409.  
  410. #stuff:hover .tags {
  411. opacity:1;
  412. margin-top:7px;
  413. -moz-transition-duration:0.5s;
  414. -webkit-transition-duration:0.5s;
  415. -o-transition-duration:0.5s;
  416. }
  417.  
  418. .tags {
  419. opacity:0;
  420. width:500px;
  421. {block:if400px}
  422. width:400px;
  423. {/block:if400px}
  424. margin-top:-10px;
  425. font-family:arial;
  426. font-size:10px;
  427. font-style:normal;
  428. text-transform:lowercase;
  429. text-align:center;
  430. -moz-transition-duration:0.5s;
  431. -webkit-transition-duration:0.5s;
  432. -o-transition-duration:0.5s;
  433. }
  434.  
  435. .tags a {
  436. letter-spacing:0px;
  437. padding:4px;
  438. color:{color:tags};
  439. }
  440.  
  441. .tags a:hover {
  442. color:{color:hover};
  443. }
  444.  
  445. .chat ol {
  446. line-height:170%;
  447. list-style:none;
  448. width:500px;
  449. {block:if400px}
  450. width:400px;
  451. {/block:if400px}
  452. margin-left:-40px;
  453. }
  454.  
  455. .line.odd {
  456. background:#f6f6f6;
  457. margin-bottom:2px;
  458. padding:4px;
  459. }
  460.  
  461. .line.even {
  462. background:#fafafa;
  463. margin-bottom:2px;
  464. padding:4px;
  465. }
  466.  
  467. .label {
  468. padding-right:2px;
  469. text-transform:normal;
  470. font-weight:bold;
  471. color:{color:link};
  472. }
  473.  
  474. #cred {
  475. position:fixed;
  476. font-size:8px;
  477. line-height:120%;
  478. right:15px;
  479. bottom:15px;
  480. text-align:center;
  481. padding:0px;
  482. padding-top:10px;
  483. padding-bottom:10px;
  484. text-transform:uppercase;
  485. letter-spacing:2px;
  486. background-color:{color:bg};
  487. border:1px solid {color:post border};
  488. }
  489.  
  490. #cred a {
  491. padding:7px;
  492. color:{color:link};
  493. }
  494.  
  495. #cred a:hover {
  496. color:{color:hover};
  497. }
  498.  
  499.  
  500.  
  501. {CustomCSS}
  502.  
  503. </style></head>
  504. <body>
  505. <div id="theme">
  506. <div id="sidebar">
  507. <a href="/"><img src="{image:sidebar}" /></a>
  508. <div id="title">{title}</div>
  509. <div class="desc">
  510. {description}
  511. </div>
  512. <div id="links">
  513. <a href="{text:link1 url}" title="{text:link1}"><div class="link"></div></a>
  514. <a href="{text:link2 url}" title="{text:link2}"><div class="link"></div></a>
  515. <a href="{text:link3 url}" title="{text:link3}"><div class="link"></div></a>
  516. <a href="{text:link4 url}" title="{text:link4}"><div class="link"></div></a>
  517. <a href="{text:link5 url}" title="{text:link5}"><div class="link"></div></a>
  518. </div>
  519. </div>
  520.  
  521. <div id="stuffcontainer">
  522.  
  523. {block:Posts}
  524.  
  525. <div id="stuff">
  526.  
  527. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  528.  
  529. {block:Quote}<h3>“{Quote}”</h3><h1>{Source}</h1>{/block:Quote}
  530.  
  531. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  532. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  533.  
  534. {block:Photo}{block:ifnot400px}<img src="{PhotoURL-500}"/>{/block:ifnot400px}{block:if400px}<img src="{PhotoURL-400}"/>{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  535.  
  536. {block:Photoset}{block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  537.  
  538. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  539.  
  540. {block:Video}{block:ifnot400px}{video-500}{/block:ifnot400px}{block:if400px}{video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  541.  
  542. {block:Answer}
  543. <div id="ask">
  544. <font style="font-weight:bold; text-transform:uppercase; text-shadow: 5px 5px #f1f0f0; font-family:times; font-style:italic; ">{Asker}:</font>
  545. {Question}
  546. </div>
  547. <div class="ans">{Answer}</div>{/block:answer}
  548.  
  549. {block:Audio}
  550. <div class="audio"><div class="playercontainer"></div><div class="player">{AudioPlayerWhite}</div> <div class="info" style="margin-top:10px; margin-left:0px;"><font style="text-shadow: 5px 5px #f1f0f0; font-weight:bold; font-style:italic; font-family:times; text-transform:uppercase;">Artist:</font> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist} <font style="font-family:times; text-shadow: 5px 5px #f1f0f0; font-weight:bold; font-style:italic; text-transform:uppercase;">Title:</font> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName} <font style="font-family:times; text-shadow: 5px 5px #f1f0f0; font-weight:bold; font-style:italic; text-transform:uppercase;">Album:</font> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div></div><br>
  551. {/block:Audio}
  552.  
  553. {block:Date}
  554. <div id="postinfo">Posted on <a href="{Permalink}">{Month} {DayofMonthwithSuffix}</a> with
  555. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  556. -
  557. {block:ContentSource}
  558. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  559. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  560. {/block:SourceLogo}
  561. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  562. {/block:ContentSource}
  563.  
  564. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  565. </div>
  566. {/block:Date}
  567.  
  568. {block:HasTags}
  569. <div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  570. </div>
  571. {/block:HasTags}
  572.  
  573.  
  574.  
  575. <!— {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}
  576. {/block:PostNotes}
  577.  
  578.  
  579. </div>
  580.  
  581.  
  582. {/block:Posts}
  583.  
  584. <div id="pagi">
  585. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{block:NextPage} / <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}
  586. </div>
  587.  
  588. <div id="cred"><a href="http://msswans.tumblr.com/">ms</a></div>
  589.  
  590. </div>
  591. </div>
  592. </div>
  593. </body>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement