ahu419

Theme 005: Something Blue

Jul 21st, 2012
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.23 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--Theme 005: Something Blue
  9.  
  10. Just use common sense and follow the golden rule -- no stealing, using as base, blatant copying, etc.
  11.  
  12. Otherwise, enjoy! As per usual my askbox is wide open so send any queries or comments you have about this theme there.
  13.  
  14. This is my favorite theme to date!
  15.  
  16. Default Settings-->
  17.  
  18. <meta name="color:background" content="#FFFFFF" />
  19. <meta name="color:permalink" content="#022C53" />
  20. <meta name="color:post" content="#FFFFFF" />
  21. <meta name="color:linkage" content="#32b1e2" />
  22. <meta name="color:blocks" content="#32b1e2" />
  23. <meta name="color:accent" content="#43b3e0" />
  24. <meta name="color:sidebar border" content="#43b3e0" />
  25. <meta name="color:post hover" content="#e1eef3" />
  26. <meta name="color:post info background" content="#e3e8eb" />
  27. <meta name="color:quote" content="#a8e0e0" />
  28. <meta name="color:links background" content="#ffffff" />
  29. <meta name="color:title" content="#A1BDD4" />
  30. <meta name="color:text" content="#021425" />
  31. <meta name="color:link" content="#5c86a8" />
  32. <meta name="color:link hover" content="#008EAA" />
  33. <meta name="color:link hover shadow" content="#54d2cb" />
  34. <meta name="color:permalinking" content="#a9ddf1" />
  35. <meta name="color:sidebaring" content="#a9ddf1" />
  36. <meta name="color:highlight" content="#a9ddf1" />
  37.  
  38. <meta name="text:subtitle" content="" />
  39.  
  40. <meta name="font:title" content="georgia" />
  41. <meta name="font:body" content="calibri" />
  42.  
  43.  
  44. <meta name="image:sidebar" content="" />
  45. <meta name="image:background" content="" />
  46.  
  47.  
  48. <meta name="text:Link1" content="/" />
  49. <meta name="text:Link1 Title" content="link 1" />
  50. <meta name="text:Link2" content="/" />
  51. <meta name="text:Link2 Title" content="link 2" />
  52. <meta name="text:Link3" content="/" />
  53. <meta name="text:Link3 Title" content="link 3" />
  54. <meta name="text:Link4" content="/" />
  55. <meta name="text:Link4 Title" content="link 4" />
  56. <meta name="text:Link5" content="/" />
  57. <meta name="text:Link5 Title" content="link 5" />
  58. <meta name="text:Link6" content="/" />
  59. <meta name="text:Link6 Title" content="link 5" />
  60.  
  61.  
  62. <title>{Title}</title>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
  65.  
  66.  
  67. <link rel="shortcut icon" href="{Favicon}"/>
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75.  
  76.  
  77. body {
  78. background-color:{color:background};
  79. background-attachment:fixed;
  80. background-image: url('{image:Background}');
  81. font-family:calibri;
  82. font-size:11px;
  83. color:{color:text};
  84. text-wrap:normal
  85. word-wrap:break-word;
  86. margin:0px 0px;
  87. height:100%;
  88. right:7px;
  89. overflow-y:scroll;
  90. overflow-x:hidden;
  91. }
  92.  
  93. html {
  94. overflow-y:auto;
  95. background-color:transparent;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. width:7px;
  100. height:auto;
  101. background:#FFFFFF;
  102. }
  103.  
  104. ::-webkit-scrollbar-corner {
  105. background:{color:accent};
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb:vertical {
  109. background:{color:accent};
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb:horizontal {
  113. background:{color:accent};
  114. }
  115.  
  116. ::selection {
  117. background:{color:highlight};
  118. color:{color:text};
  119. }
  120.  
  121. ::-moz-selection {
  122. background:{color:highlight};
  123. color:{color:text};
  124. }
  125.  
  126. ::-webkit-selection {
  127. background:{color:highlight};
  128. color:{color:text};
  129. }
  130.  
  131. a, a:active, a:visited{
  132. text-decoration:none;
  133. color:{color:link};
  134. }
  135.  
  136. a:hover{
  137. color:{color:link hover};
  138. text-shadow:2px 0px {color:link hover shadow};
  139. }
  140.  
  141. img {
  142. opacity:1;
  143. }
  144.  
  145. img:hover {
  146. border:none;
  147. }
  148.  
  149. #main {
  150. background-color:{color:background};
  151. position:absolute;
  152. width:1250px;
  153. height:100%;
  154. }
  155.  
  156. #sidebar {
  157. background-color:{color:sidebar};
  158. text-align:center;
  159. position:fixed;
  160. left:970px;
  161. width:250px;
  162. top:30px;
  163. bottom:30px;
  164. height:auto;
  165. font-family:calibri;
  166. font-size:11px;
  167. line-height:18px;
  168. border:7px solid {color:sidebar border};
  169. padding:45px 20px 45px 20px;
  170. }
  171.  
  172. #sidebar:hover {
  173. background-color:{color:post hover};
  174. -webkit-transition-duration:1s;
  175. -moz-transition-duration:1s;
  176. }
  177.  
  178. #sidebar a {
  179. opacity:0.8;
  180. padding:2px;
  181. background-color:{color:sidebaring};
  182. opacity:.8;
  183. }
  184.  
  185. #sidebar a:hover {
  186. opacity:1;
  187. }
  188.  
  189. #simg img {
  190. margin-left:10px;
  191. width:175px;
  192. border:5px solid grey;
  193. padding:3px;
  194. -webkit-transition: all 0.8s ease;
  195. }
  196.  
  197. #title {
  198. font-family:'Amatic SC',calibri;
  199. font-size:45px;
  200. line-height:22px;
  201. display:block;
  202. text-align:center;
  203. padding-top:65px;
  204. letter-spacing:0px;
  205. margin-top:0px;
  206. color:{color:link};
  207. -webkit-transition:opacity 0.5s linear;
  208. opacity:1;
  209. -webkit-transition:all 0.5s ease-out;
  210. -moz-transition:all 0.5s ease-out;
  211. transition:all 0.5s ease-out;
  212. }
  213.  
  214. #title:hover {
  215. color:{color:link hover};
  216. font-family:'Amatic SC', calibri;
  217. border:none;
  218. -webkit-transition:
  219. opacity:0.7s linear;
  220. opacity:0.6;-webkit-transition:
  221. all 0.3s ease-out;
  222. -moz-transition:all 0.3s ease-out;
  223. transition:all 0.3s ease-out;
  224. }
  225.  
  226. .subtitle {
  227. font-family:calibri;
  228. color:{color:link};
  229. position:relative;
  230. font-size:15px;
  231. padding:3px;
  232. }
  233.  
  234. #blocktop {
  235. left:10px;
  236. width:215px;
  237. height:140px;
  238. background-color:{color:blocks};
  239. top:0px;
  240. position:relative;
  241. }
  242.  
  243. #blockbottom {
  244. left:10px;
  245. width:215px;
  246. height:245px;
  247. background-color:{color:blocks};
  248. bottom:0px;
  249. position:absolute;
  250. }
  251.  
  252. #linkage {
  253. position:relative;
  254. margin-left:19px;
  255. margin-right:20px;
  256. margin-top:28px;
  257. margin-bottom:28px;
  258. }
  259.  
  260. #linkage a {
  261. width:180px;
  262. height:9px;
  263. font-family:calibri;
  264. font-size:12px;
  265. line-height:9px;
  266. display:block;
  267. text-align:center;
  268. color:{color:link};
  269. background-color:{color:linkage};
  270. padding:4px;
  271. margin:5px;
  272. }
  273.  
  274. #linkage a:hover {
  275. background-color:white;
  276. margin-left:-5px;
  277. letter-spacing:3px;
  278. border-top:1px solid {color:sidebar};
  279. border-left:14px solid {color:sidebar};
  280. border-right:14px solid {color:sidebar};
  281. border-bottom:1px solid {color:sidebar};
  282. -webkit-transition-duration:.75s;
  283. -moz-transition-duration:.75s;
  284. }
  285.  
  286. #credit a {
  287. width:50px;
  288. height:50px;
  289. font-family:calibri;
  290. font-size:10px;
  291. line-height:40px;
  292. display:block;
  293. text-align:center;
  294. color:{color:link};
  295. background-color:{color:sidebar};
  296. padding:5px;
  297. letter-spacing:0px;
  298. -webkit-transition:opacity 0.5s linear;
  299. opacity:1;
  300. -webkit-transition:all 0.5s ease-out;
  301. -moz-transition:all 0.5s ease-out;
  302. transition:all 0.5s ease-out;
  303. }
  304.  
  305. #dash {
  306. left:160px;
  307. padding:0px;
  308. width:230px;
  309. top:0px;
  310. background-color:{color:links background};
  311. height:100%;
  312. position:fixed;
  313. text-align:center;
  314. }
  315.  
  316. #dashbkg img {
  317. max-width:280px;
  318. bottom:0px;
  319. position:fixed;
  320. }
  321.  
  322. #question {
  323. font-family:{font:title};
  324. letter-spacing:1px;
  325. padding:9px;
  326. background-color:{color:quote};
  327. font-size:11px;
  328. }
  329.  
  330. #content {
  331. position:absolute;
  332. height:auto;
  333. width:580px;
  334. left:395px;
  335. top:10px;
  336. font-family:{font:body};
  337. margin-bottom:10px;
  338. }
  339.  
  340. #post {
  341. padding:10px 20px 25px 10px;
  342. margin-left:20px;
  343. margin-right:20px;
  344. margin-top:45px;
  345. background-color:{color:post};
  346. font-size:11px;
  347. font-family:{font:body};
  348. border:7px solid {color:post};
  349. }
  350.  
  351. #post:hover {
  352. background-color:{color:post hover};
  353. border:7px solid {color:accent};
  354. -webkit-transition-duration:1s;
  355. -moz-transition-duration:1s;
  356. }
  357.  
  358. .permalinking {
  359. position:relative;
  360. margin-top:11px;
  361. }
  362.  
  363. .permalinking a {
  364. font-family:{font:body};
  365. text-transform:uppercase;
  366. position:relative;
  367. padding:3px;
  368. background-color:{color:permalinking};
  369. height:2px;
  370. opacity:.8;
  371. }
  372.  
  373. .permalinking a:hover {
  374. opacity:1;
  375. }
  376.  
  377. .tagging {
  378. position:relative;
  379. margin-top:3px;
  380. }
  381.  
  382. .tagging a {
  383. text-transform:uppercase;
  384. font-size:11px;
  385. letter-spacing:1px;
  386. font-family:{font:body};
  387. position:relative;
  388. padding:4px 9px 4px 0px;
  389. height:2px;
  390. opacity:.8;
  391. }
  392.  
  393. .tagging a:hover {
  394. opacity:1;
  395. }
  396.  
  397. h1{
  398. font-size:18px;
  399. font-weight:700;
  400. color:{color:title};
  401. }
  402.  
  403. .quote {
  404. font-size:14px;
  405. font-style:italic;
  406. font-family:{font:title};
  407. }
  408.  
  409. .quotesource {
  410. font-family:{font:body};
  411. font-size:12px;
  412. height:15px;
  413. padding:2px;
  414. background-color:{color:quote};
  415. text-align:right;
  416. }
  417.  
  418. .user_1 .label {
  419. color:{color:link};
  420. font-weight:bold;
  421. }
  422.  
  423. .user_2 .label {
  424. color:{color:text};
  425. font-weight:bold
  426. }
  427. .user_3 .label {
  428. color:{color:link};
  429. font-weight:bold;
  430. }
  431.  
  432. .user_4 .label {
  433. color:{color:text};
  434. font-weight:bold
  435. }
  436. .user_5 .label {
  437. color:{color:link};
  438. font-weight:bold;
  439. }
  440.  
  441. .user_6 .label {
  442. color:{color:text};
  443. font-weight:bold
  444. }
  445.  
  446. ul.chat, .chat ol, .chat li {
  447. list-style:none;
  448. margin:0px;
  449. padding:0px;
  450. line-height:15px;
  451. }
  452.  
  453. #permalink {
  454. margin-top:5px;
  455. margin-bottom:25px;
  456. margin-left:3px;
  457. border-left:10px solid {color:accent};
  458. line-height:100%;
  459. font-family:calibri;
  460. font-size:11px;
  461. text-align:left;
  462. letter-spacing:1px;
  463. -webkit-transition-duration:1s;
  464. -moz-transition-duration:1s;
  465. position:absolute;
  466. padding-left:3px;
  467. }
  468.  
  469. #note {
  470. text-align:left;
  471. text-transform:uppercase;
  472. font:14px {font:title};
  473. }
  474.  
  475. #pagination a {
  476. font-family:georgia;
  477. text-align:center;
  478. font-size:60px;
  479. letter-spacing:1px;
  480. opacity:1;
  481. margin-top:100px;
  482. border:none;
  483. }
  484.  
  485. #notes {
  486. font-weight:normal;
  487. }
  488.  
  489. #notes li {
  490. padding-bottom:0.5em;
  491. }
  492.  
  493. #notes li img.avatar {
  494. vertical-align:-4px;
  495. margin-right:5px;
  496. width:16px;
  497. height:16px;
  498. }
  499.  
  500. #division {
  501. border-top:3px dotted {color:accent};
  502. }
  503.  
  504. blockquote {
  505. border-left:2px solid {color:link};
  506. padding-left:3px;
  507. margin:0px 2px 0px 10px;
  508. }
  509.  
  510. #audentryprob {
  511. display:block;
  512. height:auto;
  513. min-height:135px;
  514. position:relative;
  515. }
  516.  
  517. .audentry {
  518. position:relative;
  519. width:490px;
  520. background-color:{color:background};
  521. padding:5px;
  522. min-height:135px;
  523. {block:IndexPage}overflow:hidden;{/block:IndexPage};
  524. }
  525.  
  526. .audentry:hover {
  527. background-color:{color:post hover};
  528. }
  529.  
  530. .audioplayersquare {
  531. position:absolute;
  532. z-index:3;
  533. top:5px;
  534. left:5px;
  535. background:white;
  536. opacity:0.7;
  537. filter:alpha(opacity=70);
  538. }
  539.  
  540.  
  541. .audioplayer {
  542. width:20px;
  543. height:30px;
  544. overflow:hidden;
  545. margin:15px 24px 15px 16px;
  546. }
  547.  
  548. .audiodata {
  549. text-transform:uppercase;
  550. height:15px;
  551. }
  552.  
  553. .audiocaption {
  554. color:{color:link};
  555. }
  556.  
  557. </style>
  558. </head>
  559.  
  560.  
  561. <body>
  562. <div id="main">
  563. <div id="sidebar">
  564. <br>
  565.  
  566. <div id="simg">
  567. <img src="{image:sidebar}"></div>
  568. <br>
  569. {Description}<br>
  570.  
  571. </div>
  572.  
  573.  
  574. <div id="dash">
  575. <div id="blocktop">
  576. <div id="title"><a href="/">{Title}</a> <div class="subtitle">{text:subtitle}</div></div>
  577. </div>
  578. <div id="linkage">
  579. <a href="/">refresh</a>
  580. <a href="/ask">mailbox</a>
  581. <a href="/archive">history</a>
  582. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  583. <div class="link2">
  584. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div>
  585. <div class="link3">
  586. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
  587. <div class="link4">
  588. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  589. <div class="link5">
  590. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
  591. <div class="link6">
  592. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div>
  593. <div class="linkcredit">
  594. <a href="http://gloriously-pond.tumblr.com/mythemes">theme</a></div>
  595. </div><br><br>
  596.  
  597. <div id="blockbottom"><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>
  598. {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  599. </div>
  600.  
  601. <div id="content">
  602.  
  603. {block:Posts}
  604.  
  605. <div id="post">
  606. {block:Text}
  607. {block:Title}
  608. <h1><a href="{Permalink}">{Title}</a></h1>
  609. {/block:Title}
  610. {Body}
  611. {/block:Text}
  612.  
  613. {block:Photo}
  614. {block:Title}
  615. <h1><a href="{Permalink}">{Title}</a></h1>
  616. {/block:Title}
  617. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  618. {block:Caption}
  619. <div class="caption">{Caption}</div>
  620. {/block:Caption}
  621. {/block:Photo}
  622.  
  623. {block:Photoset}
  624. <center>{Photoset-500}</center>
  625. {block:Caption}
  626. <div class="caption">{Caption}</div>
  627. {/block:Caption}
  628. {/block:Photoset}
  629.  
  630. {block:Quote}
  631. {block:Title}
  632. <h1><a href="{Permalink}">{Title}</a></h1>
  633. {/block:Title}
  634. <div class="quote">"{Quote}"</div>
  635. {block:Source}<br>
  636. <div class="quotesource">- {Source}</div>
  637. {/block:Source}
  638. {/block:Quote}{block:Link}
  639. <center><h1><a href="{URL}" class="link" {Target}>{Name}</a></h1></center>
  640. {block:Description}
  641. <div class="description">{Description}</div>
  642. {/block:Description}
  643. {/block:Link}
  644. {block:Chat}
  645. {block:Title}
  646. <h1><a href="{Permalink}">{Title}</a></h1>
  647. {/block:Title}
  648. <ul class="chat">
  649. {block:Lines}
  650. <li class="user_{UserNumber}">
  651. {block:Label}
  652. <span class="label">
  653. {Label}
  654. </span>
  655. {/block:Label}
  656. &nbsp;{Line}</li>
  657. {/block:Lines}
  658. </ul>{/block:Chat}
  659. {block:Answer}
  660.  
  661. <div id="question"><img src="{AskerPortraitURL-24}"> <b>{Asker}</b>:
  662. {Question}</div>
  663. {Answer}{/block:Answer}
  664.  
  665. {block:Video}
  666. {block:Title}
  667. <h1><a href="{Permalink}">{Title}</a></h1>
  668. {/block:Title}
  669. <center>{Video-500}</center>
  670. {block:Caption}
  671. <div class="caption">{Caption}</div>
  672. {/block:Caption}
  673. {/block:Video}
  674.  
  675. {block:Audio}
  676. <div id="audentryprob">
  677. <div class="audentry">
  678. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  679. {block:AlbumArt}
  680. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  681. {/block:AlbumArt}
  682.  
  683. <div class="audioplayersquare">
  684. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  685. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  686. {block:TrackName}
  687. <tr>
  688. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  689. </tr>
  690. {/block:TrackName}
  691. {block:Artist}
  692. <tr>
  693. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  694. </tr>
  695. {/block:Artist}
  696. {block:Album}
  697. <tr>
  698. <td class="audiodata"><b>Album: </b>{Album}</td>
  699. </tr>
  700. {/block:Album}
  701. <tr>
  702. <td class="audiodata">Played {FormattedPlayCount} times</td>
  703. </tr>
  704. {block:ExternalAudio}
  705. <tr>
  706. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  707. </tr>
  708. {/block:ExternalAudio}
  709. {block:Caption}<tr>
  710. <td class="audiocaption">{Caption}</td></tr>
  711. {/block:Caption}
  712. </table>
  713. </div>
  714. </div>{/block:Audio}
  715. <br>
  716.  
  717. <div id="division"></div>
  718. <br>
  719. <div class="tagging">
  720. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  721. <div class="permalinking">
  722. <a href="{Permalink}">{block:Date}{DayOfMonthWithZero} {Month} '{ShortYear} ({TimeAgo}){/block:Date}</a> {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource} </a> <a href="{ReblogURL}" target="_blank">reblog</a>
  723. </div>
  724. </div>
  725. <br>
  726.  
  727.  
  728. {/block:Posts}
  729. <br><br>
  730. {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
  731. </div>
  732. </div>
  733. </div>
  734. </div>
  735.  
  736. </body>
  737.  
  738. </html>
  739.  
  740. <!--Remember to leave credit intact.-->
Advertisement
Add Comment
Please, Sign In to add comment