Advertisement
puckrps

THEME 03: WINGMAN

Sep 27th, 2014
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.30 KB | None | 0 0
  1. <!-- PUCKRPS' THEME NUMBER THREE: WINGMAN
  2. Please do not steal, use as a base code, or redistribute. It will be obvious if you have stolen the code from me and it's not just worth the drama. Those are the only rules I have, feel free to edit as you please! Enjoy the theme. <3 -->
  3.  
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#888"/>
  14. <meta name="color:link" content="#888"/>
  15. <meta name="color:navigation" content="#ffffff"/>
  16. <meta name="color:link hover" content="#b8b8b8"/>
  17. <meta name="color:sidebarbg" content="#b8b8b8"/>
  18. <meta name="color:sidebar" content="#b8b8b8"/>
  19. <meta name="color:link text" content="#b8b8b8"/>
  20. <meta name="color:navhover" content="#b8b8b8"/>
  21. <meta name="color:entries" content="#b8b8b8"/>
  22. <meta name="color:textshadow" content="#000000"/>
  23. <meta name="color:border" content="#000000"/>
  24. <meta name="color:maintitle" content="#000000"/>
  25. <meta name="color:subtitle" content="#000000"/>
  26. <meta name="color:scrollbar" content="#888" />
  27. <meta name="image:background" content=""/>
  28. <meta name="image:sidebarpic1" content=""/>
  29. <meta name="image:sidebarpic2" content=""/>
  30. <meta name="image:sidebarbg" content=""/>
  31. <meta name="text:link1" content="link" />
  32. <meta name="text:link1 URL" content="/" />
  33. <meta name="text:link2" content="link" />
  34. <meta name="text:link2 URL" content="/" />
  35. <meta name="text:link3" content="link" />
  36. <meta name="text:link3 URL" content="/" />
  37. <meta name="text:link4" content="link" />
  38. <meta name="text:link4 URL" content="/" />
  39. <meta name="text:maintitle" content="this is your main title" />
  40. <meta name="text:subtitle" content="this is your subtitle" />
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:#ffffff;}
  51.  
  52. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  53. ::-webkit-scrollbar-track{background-color:#ffffff;}
  54.  
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. {block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}
  60. background-attachment:fixed;
  61. color:{color:text};
  62. font-family:georgia;
  63. font-size:10px;
  64. line-height:150%;
  65. text-align:justify;
  66. }
  67.  
  68. div#qTip {
  69. font-size:9px;
  70. margin-top: 3px;
  71. margin-left: 3px;
  72. display: none;
  73. text-align: center;
  74. position :absolute;
  75. letter-spacing: 0px;
  76. text-transform: uppercase;
  77. z-index: 5;
  78. padding:3px;
  79. color: {color:text};
  80. background: {color:background};
  81. border: 1px solid {color:border}}
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:{color:link};
  88. -webkit-transition: all 0.5s ease-in-out;
  89. -moz-transition: all 0.5s ease-in-out;
  90. -o-transition: all 0.5s ease-in-out;
  91. }
  92.  
  93. a:hover {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:link hover};
  98. text-shadow: 0px 0px 1px {color:textshadow};
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. }
  103.  
  104. img {
  105. border:none;
  106. }
  107.  
  108. img {
  109. max-width: 100%;
  110. }
  111.  
  112. h1 {
  113. font-size:15px;
  114. }
  115.  
  116. #entries {
  117. padding:10px;
  118. width:500px;
  119. margin-left:60px;
  120. margin-top:20px;
  121. }
  122.  
  123. #post {
  124. width:500px;
  125. padding:15px;
  126. background-color:{color:entries};
  127. border:1px solid {color:border};
  128. margin-bottom: 0px;
  129. }
  130.  
  131. #sidebar {
  132. width:249px;
  133. position:fixed;
  134. margin-left:50px;
  135. margin-top:70px;
  136. }
  137.  
  138. #links {
  139. text-align:center;
  140. margin-top:-6px;
  141. margin-right:0px;
  142. margin-left:-2px;
  143. }
  144.  
  145. #links a {
  146. text-align:center;
  147. font-family:cambria;
  148. font-size:15px;
  149. letter-spacing:1px;
  150. font-style:normal;
  151. margin-bottom:0px;
  152. background-color:{color:navigation};
  153. color:{color:link text};
  154. display:inline-block;
  155. border:1px solid {color:border};
  156. width:60px;
  157. line-height:170%;
  158. height:27px;
  159. padding:2px;
  160. text-transform:uppercase;
  161. -webkit-transition: all 0.5s ease-in-out;
  162. -moz-transition: all 0.5s ease-in-out;
  163. -o-transition: all 0.5s ease-in-out;
  164. }
  165.  
  166. #links a:hover {
  167. border:1px solid {color:border};
  168. background-color:{color:navhover};
  169. text-shadow: 0px 0px 1px {color:textshadow};
  170. color:{color:text};
  171. font-style:italic;
  172. display:inline-block;
  173. text-align:center;
  174. -webkit-transition: all 0.5s ease-in-out;
  175. -moz-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. }
  178.  
  179.  
  180.  
  181. #posttitle {
  182. letter-spacing: 0px;
  183. margin-bottom: 5px;
  184. color:{color:sidebar link};
  185. text-transform: uppercase;
  186. font-size:17px;
  187. text-align:center;
  188. }
  189.  
  190. #posttitle2 {
  191. letter-spacing: 1px;
  192. margin-bottom: 5px;
  193. font-style: italic;
  194. font-family:cambria;
  195. color:{color:sidebar link};
  196. text-transform: lowercase;
  197. font-size:17px;
  198. text-align:right;
  199. }
  200.  
  201. #sidebarpic1 {
  202. width: 431px;
  203. margin-top:8px;
  204. height:200px;
  205. background-color:{color:sidebarbg};
  206. margin-left:8px;
  207. border:1px solid {color:border};
  208.  
  209. }
  210.  
  211. #sidebarpic1 img {
  212. width: 431px;
  213. height:200px;
  214.  
  215.  
  216. }
  217.  
  218. #sidebarpic2 {
  219. width: 185px;
  220. margin-top:-222px;
  221. height:220px;
  222. background-color:{color:sidebarbg};
  223. margin-left:254px;
  224. border:1px solid {color:border};
  225.  
  226. }
  227.  
  228. #sidebarpic2 img {
  229. width: 185px;
  230. height:220px;
  231.  
  232.  
  233. }
  234.  
  235. #entrybg {
  236. padding: 7px;
  237. width:533px;
  238. height:auto;
  239. margin-left:0px;
  240. margin-top:0px;
  241. margin-bottom: 45px;
  242. background-color:{color:sidebar};
  243. background-image:url('{image:sidebarbg}');
  244. border: 1px solid {color:border};
  245. }
  246.  
  247. #sidebarbg {
  248. position: fixed;
  249. margin-left:700px;
  250. width: 450px;
  251. margin-top: 30px;
  252. height: 550px;
  253. border: 1px solid {color:border};
  254. background-color:{color:sidebarbg};
  255. background-image:url('{image:sidebarbg}');
  256. background-attachment:fixed;
  257. }
  258.  
  259. #titlebar {
  260. overflow:hidden;
  261. height: 37px;
  262. background-color:{color:sidebar};
  263. border:1px solid {color:border};
  264. position:fixed;
  265. margin-top:5px;
  266. margin-left: 8px;
  267. width:421px;
  268. padding:5px;}
  269.  
  270. #maintitle {
  271. margin-top: 3px;
  272. font-family:cambria;
  273. color:{color:maintitle};
  274. font-style:none;
  275. text-shadow: 0px 0px 1px {color:textshadow};
  276. font-weight:none;
  277. text-transform:uppercase;
  278. font-size:15px;
  279. text-align:center;
  280. text-decoration:none;}
  281.  
  282. #subtitle {
  283. font-family:cambria;
  284. color:{color:subtitle};
  285. font-style:italic;
  286. text-shadow: 0px 0px 1px {color:textshadow};
  287. font-weight:none;
  288. letter-spacing:1px;
  289. text-transform:lowercase;
  290. font-size:12px;
  291. text-align:center;
  292. text-decoration:none;}
  293.  
  294. #description {
  295. padding: 10px;
  296. line-height:130%;
  297. background: none;
  298. width:220px;
  299. height:200px;
  300. border: 1px solid {color:border};
  301. background-color:{color:sidebar};
  302. font-size: 10px;
  303. font-family:georgia;
  304. margin-top: 60px;
  305. margin-left: 8px;
  306. }
  307.  
  308. #linksbg {
  309. padding: 10px;
  310. line-height:130%;n
  311. background: none;
  312. width:411px;
  313. height:21px;
  314. border: 1px solid {color:border};
  315. background-color:{color:sidebar};
  316. font-size: 10px;
  317. font-family:georgia;
  318. margin-top: 5px;
  319. margin-left: 8px;
  320. }
  321.  
  322. #pagination {
  323. font-size:16px;
  324. margin-top:5px;
  325. text-align:center;
  326. }
  327.  
  328. #info {
  329. font-size:10px;
  330. letter-spacing: 0px;
  331. width: 530px;
  332. text-transform: uppercase;
  333. background-color: {color:entries};
  334. border: 1px solid {color:border};
  335. padding-top: 3px;
  336. padding-bottom: 0px;
  337. text-align:center;
  338. margin-top:2px;
  339. }
  340.  
  341. #tags {
  342. text-transform: lowercase;
  343. letter-spacing: 0px;
  344. background-color: {color:entries};
  345. margin-top:0px;
  346. font-size: 9px;
  347. font-style: italic;
  348. text-align:center;
  349. }
  350.  
  351. b, strong {
  352. color:{color:link}
  353. }
  354.  
  355. i, em {
  356. color:{color:text}
  357. }
  358.  
  359. #p, p {
  360. margin-top:5px;
  361. margin-bottom:5px
  362. }
  363.  
  364. #audio {
  365. border-radius:0%;
  366. width:100%;
  367. height:100px;
  368. margin-bottom:10px}
  369.  
  370. .albumart {
  371. border-radius:0%;
  372. padding: 2px;
  373. border: 1px #f1f1f1 solid;
  374. float:left;
  375. width:100px;
  376. height:100px}
  377.  
  378. .player {
  379. border-radius:0%;
  380. margin-left:2px;
  381. margin-top:2px;
  382. padding:11px;
  383. display:block;
  384. height:80px;
  385. width:80px;
  386. overflow:hidden;
  387. position:absolute;
  388. opacity:0.3;
  389. background:#fff;
  390. -webkit-transition:all 0.4s ease-in-out;
  391. -moz-transition:all 0.4s ease-in-out;
  392. -o-transition:all 0.4s ease-in-out;
  393. -ms-transition: all 0.4s ease-in-out;
  394. transition:all 0.5s ease-in-out}
  395.  
  396. .player:hover {
  397. opacity:0.7;
  398. -webkit-transition:all 0.4s ease-in-out;
  399. -moz-transition:all 0.4s ease-in-out;
  400. -o-transition:all 0.4s ease-in-out;
  401. -ms-transition: all 0.4s ease-in-out;
  402. transition:all 0.5s ease-in-out}
  403.  
  404. .audioplayer {
  405. width:24px;
  406. height:24px;
  407. margin:28px 0 0 28px;
  408. overflow:hidden}
  409.  
  410. .audioinfo {
  411. margin-left:105px;
  412. height:54px;
  413. line-height:100%;
  414. color:{color:text};
  415. padding:26px 5px 24px 10px;
  416. text-align:left}
  417.  
  418. .tracktitle {
  419. margin-top: 10px;
  420. color:{color:title};
  421. margin-bottom:-15px;
  422. text-transform: uppercase;
  423. font-size: 11px;
  424. }
  425.  
  426. .user_1 .label {
  427. color:{color:link};
  428. text-transform:uppercase;
  429. font-weight:bold}
  430.  
  431. .user_2 .label {
  432. color:{color:title};
  433. text-transform:uppercase;
  434. font-weight:bold}
  435.  
  436. .user_3 .label {
  437. color:{color:link};
  438. text-transform:uppercase;
  439. font-weight:bold}
  440.  
  441. .user_4 .label {
  442. color:{color:title};
  443. text-transform:uppercase;
  444. font-weight:bold}
  445.  
  446. .user_5 .label {
  447. color:{color:link};
  448. text-transform:uppercase;
  449. font-weight:bold}
  450.  
  451. .user_6 .label {
  452. color:{color:title};
  453. text-transform:uppercase;
  454. font-weight:bold}
  455.  
  456. .user_7 .label {
  457. color:{color:link};
  458. text-transform:uppercase;
  459. font-weight:bold}
  460.  
  461. .user_8 .label {
  462. color:{color:title};
  463. text-transform:uppercase;
  464. font-weight:bold}
  465.  
  466. .user_9 .label {
  467. color:{color:link};
  468. text-transform:uppercase;
  469. font-weight:bold}
  470.  
  471. .user_10 .label {
  472. color:{color:title};
  473. text-transform:uppercase;
  474. font-weight:bold}
  475.  
  476. ul.chat, .chat ol, .chat li {
  477. list-style:none;
  478. margin:0px 0px 3px 0px;
  479. padding:0px; 0px 0px 0px}
  480.  
  481. #asks {
  482. text-align:justify;
  483. padding:10px 2px 2px 2px;
  484. margin-top:-5px;
  485. color:{color:text};
  486. background-color:{color:background};
  487. border: 2px {color:border} solid;
  488. text-align:center;
  489. min-height:43px;}
  490.  
  491. .asker {
  492. text-transform:uppercase;
  493. margin-bottom:-12px;
  494. font-size:15px;
  495. text-align:center;
  496. letter-spacing:0px;}
  497.  
  498. #answers {
  499. margin-top:10px}
  500.  
  501. blockquote {
  502. margin-top: 0px;
  503. margin-bottom: 0px;
  504. width: 480px;
  505. border-left: 3px {color:text} solid;
  506. padding-left: 5px;
  507. margin-left: 5px;
  508. text-align:justify;
  509. }
  510.  
  511. #credit a {
  512. position:fixed;
  513. letter-spacing: 0px;
  514. font:20px georgia;
  515. border: 1px {color:border} solid;
  516. color:{color:links};
  517. background-color:{color:entries};
  518. padding:0px;
  519. bottom:10px;
  520. right:10px
  521. }
  522.  
  523. #credit a:hover {
  524. color:{color:text}
  525. }
  526.  
  527.  
  528. {CustomCSS}</style></head><body>
  529.  
  530. <div id="sidebarbg">
  531.  
  532.  
  533.  
  534.  
  535. <div id="sidebarpic1"><img src="{image:sidebarpic1}"></div>
  536.  
  537. <div id="titlebar"><div id="maintitle">{text:maintitle}</div><div id="subtitle">{text:subtitle}</div></div>
  538.  
  539. <div id="description">{Description}
  540. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  541.  
  542. <div id="sidebarpic2"><img src="{image:sidebarpic2}"></div>
  543.  
  544. <div id="linksbg">
  545. <div id="links">
  546. <a href="/">home.</a>
  547. <a href="/ask">ask.</a>
  548. <a href="{text:Link1 URL}">{text:Link1}.</a>
  549. <a href="{text:Link2 URL}">{text:Link2}.</a>
  550. <a href="{text:Link3 URL}">{text:Link3}.</a>
  551. <a href="{text:Link4 URL}">{text:Link4}.</a>
  552. </div></div>
  553.  
  554. </div>
  555.  
  556.  
  557.  
  558. <div id="entries">{block:Posts}<div id="entrybg"><div id="post">
  559.  
  560. {block:Title}<div id="posttitle">{Title}</div>{/block:Title} {Body}
  561.  
  562. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  563.  
  564. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  565.  
  566. {block:Quote}<div id="posttitle2">"{Quote}"</div>{block:Source}<br>—<b>{Source}</b>{/block:Source}{/block:Quote}
  567.  
  568. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  569.  
  570. {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>
  571. {/block:Chat}
  572.  
  573. {block:Audio}
  574. <div id="audio">
  575. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  576. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 0%">{/block:AlbumArt}</div>
  577. <div class="audioinfo">
  578. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} by <b>{Artist}</b>{/block:Artist}</div><br>
  579. {block:Album}<br>
  580. <b>Album:</b> {Album}{/block:Album}<br>
  581. <b>Played:</b> {FormattedPlayCount} times</div></div>
  582. {block:Caption}{Caption}{/block:Caption}
  583. {/block:Audio}
  584.  
  585. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  586. {block:Answer}
  587. <div id="asks"><div class="asker">{Asker} asked:</div>
  588. <br>{Question}</div>
  589. <div id="answers">{Answer}</div>
  590. {/block:Answer}</div>
  591.  
  592.  
  593. {block:Date}<div id="info">POSTED <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} WITH {NoteCountwithlabel} {/block:NoteCount}{block:RebloggedFrom} — via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} (<a href="{SourceURL}">source</a>){block:ContentSource}{/block:RebloggedFrom}{/block:Date}
  594. <div id="tags"> tags: {block:Tags}{block:HasTags}#<a href="{TagURL}">{Tag}</a> {/block:HasTags}{/block:Tags}</div></div>
  595.  
  596. </div>
  597. {block:PostNotes}{PostNotes}{/block:PostNotes}
  598. {/block:Posts}</div>
  599.  
  600. <!-- DO NOT REMOVE THIS -->
  601. <div id="credit"><a href="http://puckrps.tumblr.com/">❤</a></div>
  602. <!-- DO NOT REMOVE THIS -->
  603.  
  604. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement