Advertisement
paulveretts

Theme 28 // Sink or Swim

Mar 20th, 2014
3,710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!--
  7.  
  8. THEME BY JÚLIA // @mclahei
  9. Base code by @hogwat;
  10.  
  11. YOU CAN:
  12. Tweak the code on your blog.
  13. Reblog/Like the original post.
  14. Come to me if you need any help.
  15. Take little parts of the code to get a desired effect. Keep in mind I mean /little/ parts only.
  16. Enjoy this theme :)
  17.  
  18. YOU CAN'T:
  19. Repost any of the codes.
  20. Remove credit from view.
  21. Use this as a base code, as it was made from one that does not belong to me.
  22.  
  23. -->
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  31.  
  32.  
  33. <!--META NAMES-->
  34.  
  35. <meta name="color:Body" content="#aaaaaa"/>
  36. <meta name="color:General Links" content="#aaaaaa">
  37. <meta name="color:Sidebar Links" content="#aaaaaa">
  38. <meta name="color:Hover" content="#e2e2e2"/>
  39. <meta name="color:Description BG" content="#fafafa"/>
  40. <meta name="color:Bold" content="#aaaaaa"/>
  41. <meta name="color:Navigation BG" content="#fafafa"/>
  42. <meta name="color:Tags" content="#aaaaaa">
  43. <meta name="color:Sidebar Links Hover" content="#b1001d"/>
  44. <meta name="color:Navigation Links Hover" content="#aaaaaa"/>
  45. <meta name="color:Info" content="#fcfcfc">
  46. <meta name="color:Description" content="#aaaaaa">
  47. <meta name="color:Links Hover BG" content="#fafafa">
  48. <meta name="color:Asker" content="#aaaaaa">
  49. <meta name="color:Links Hover Border" content="#b1001d">
  50. <meta name="color:Bg" content="#ffffff">
  51. <meta name="color:Borders" content="#f5f5f5">
  52. <meta name="color:Scrollbar" content="#b1001d">
  53. <meta name="color:Scrollbarbg" content="#ffffff">
  54.  
  55. <meta name="color:Question Background" content="#fafafa">
  56. <meta name="color:Question" content="#232323">
  57.  
  58. <meta name="image:sb" content=""/>
  59.  
  60. <meta name="text:link A" content=""/>
  61. <meta name="text:link A url" content="/">
  62. <meta name="text:link B" content=""/>
  63. <meta name="text:link B url" content="/">
  64.  
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  66.  
  67. <style type="text/css">
  68.  
  69. ::-webkit-scrollbar-thumb {
  70. height:auto;
  71. background-color:{color:Scrollbar};
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. height:9px;
  76. width:4px;
  77. background-color:{color:ScrollbarBg};
  78. }
  79.  
  80. body {
  81. background-color:{color:bg};
  82. font-family:arial;
  83. font-size:10px;
  84. text-align:justify;
  85. color:{color:body};
  86. margin:0;
  87. margin-left:100px;
  88. }
  89.  
  90. b {
  91. color:{color:Bold};
  92. }
  93.  
  94. h2 {
  95. text-align:left;
  96. font-style:italic;
  97. }
  98.  
  99. a {
  100. color:{color:General Links};
  101. text-decoration:none;
  102. -moz-outline-style:none;
  103. }
  104.  
  105. a:hover{
  106. color:{color:hover};
  107. -moz-transition-duration:0.3s;
  108. -webkit-transition-duration:0.3s;
  109. -o-transition-duration:0.3s;
  110. }
  111.  
  112. img {
  113. border:none;
  114. }
  115.  
  116. blockquote {
  117. border-left:2px solid {color:Borders};
  118. padding-left:15px;
  119. width:430px;
  120. }
  121.  
  122. blockquote blockquote {
  123. background:transparent;
  124. padding-left:10px;
  125. border-left:1px solid {color:Hover};
  126. width:370px;
  127. }
  128.  
  129. /*SIDEBAR*/
  130.  
  131. #sidebar{
  132. position:fixed;
  133. margin-top:150px;
  134. margin-left:100px;
  135. width:245px;
  136. }
  137.  
  138. #sidebarimg img{
  139. width:245px;
  140. margin-left:1px;
  141. }
  142.  
  143. .he{
  144. margin-top:-11px;
  145. height:22px;
  146. overflow:hidden;
  147. -webkit-transition: all 0.5s linear;
  148. -moz-transition: all 0.5s linear;
  149. transition: all 0.5s linear;
  150. }
  151.  
  152. .he:hover{
  153. height:100px;
  154. -webkit-transition: all 0.5s linear;
  155. -moz-transition: all 0.5s linear;
  156. transition: all 0.5s linear;
  157. }
  158.  
  159. .he:hover .picon2{
  160. background:{color:Icons Bg Hover};
  161. -webkit-transition: all 0.3s linear;
  162. -moz-transition: all 0.3s linear;
  163. transition: all 0.3s linear;
  164. }
  165.  
  166. #links{
  167. width:235px;
  168. padding:5px;
  169. padding-bottom:2px;
  170. font-size:10px;
  171. font-family:arial;
  172. text-align:right;
  173. border-bottom:1px solid #f7f7f7;
  174. margin-left:1px;
  175. margin-top:3px;
  176. }
  177.  
  178. #links a{
  179. display:inline-block;
  180. font-size:9px;
  181. padding:2px;
  182. color:{color:Sidebar Links};
  183. }
  184.  
  185. #links a:hover{
  186. font-style:italic;
  187. color:{color:Sidebar Links Hover};
  188. text-decoration:underline;
  189. -moz-transition-duration:0.3s;
  190. -webkit-transition-duration:0.3s;
  191. -o-transition-duration:0.3s;
  192. }
  193.  
  194. #desc{
  195. background:{color:Description BG};
  196. padding:10px;
  197. margin-top:5px;
  198. margin-left:2px;
  199. text-align:justify;
  200. font-size:9px;
  201. color:{color:Description};
  202. }
  203.  
  204. #she {
  205. margin-top:5px;
  206. }
  207.  
  208. #she a{
  209. display:inline-block;
  210. padding:3px;
  211. margin-left:2px;
  212. padding-left:10px;
  213. font-family:calibri;
  214. text-transform:uppercase;
  215. font-size:8px;
  216. margin-bottom:5px;
  217. width:210px;
  218. background:{color:Navigation BG};
  219. border-left:20px solid #fdfdfd;
  220. -moz-transition-duration:2s;
  221. -webkit-transition-duration:2s;
  222. -o-transition-duration:2s;
  223. }
  224.  
  225. #she a:hover {
  226. color:{color:Navigation Links Hover};
  227. background:{color:Links Hover BG};
  228. border-left:20px solid {color:Links Hover Border};
  229. -moz-transition-duration:1s;
  230. -webkit-transition-duration:1s;
  231. -o-transition-duration:1s;
  232. }
  233.  
  234. .pagi {
  235. width:245px;
  236. padding:0px;
  237. margin-top:5px;
  238. font-size:9px;
  239. text-transform:lowercase;
  240. letter-spacing:0px;
  241. font-style:normal;
  242. text-align:right;
  243. margin-left:0px;
  244. }
  245.  
  246. .pagi a {
  247. color:{color:Sidebar Links};
  248. }
  249.  
  250.  
  251.  
  252. /*ENTRIES*/
  253.  
  254. #container {
  255. color:{color:Body};
  256. width:500px;
  257. padding:10px;
  258. margin-left:450px;
  259. margin-top:70px;
  260. }
  261.  
  262. #posts{
  263. width:500px;
  264. padding:25px;
  265. margin-top:30px;
  266. }
  267.  
  268. .music {
  269. background:#000;
  270. width:490px;
  271. padding:10px;
  272. }
  273.  
  274. .albumart {
  275. float:left;
  276. padding:0px 10px 10px 0px;
  277. }
  278.  
  279. .albumart img {
  280. width:110px;
  281. height:110px;
  282. }
  283.  
  284. #player {
  285. width:25px;
  286. height:25px;
  287. overflow:hidden;
  288. opacity:0.5;
  289. border-radius: 30px;
  290. }
  291.  
  292. .musicinfo {
  293. font-size:14px;
  294. text-align:left;
  295. margin-left:30px;
  296. margin-top:-20px;
  297. line-height:120%;
  298. color:#a7a7a7;
  299. }
  300.  
  301.  
  302. /*POST INFO*/
  303.  
  304. #info {
  305. text-align:right;
  306. text-transform:uppercase;
  307. margin-top: 10px;
  308. font-family:calibri;
  309. font-size: 8px;
  310. margin-bottom: 50px;
  311. line-height:150%;}
  312. }
  313.  
  314. #info a{
  315. color:{color:info};
  316. }
  317.  
  318. #info a:hover{
  319. color:{color:hover};
  320. }
  321.  
  322. #tags{
  323. width:500px;
  324. padding:3px;
  325. margin-top:-5px;
  326. float:left;
  327. font-size:8px;
  328. text-transform:uppercase;
  329. background:transparent;
  330. transition-duration: 0.5s;
  331. -moz-transition-duration: 0.5s;
  332. -webkit-transition-duration: 0.5s;
  333. -o-transition-duration: 0.5s
  334. }
  335.  
  336. #tags a {
  337. text-decoration:none;
  338. text-transform:lowercase;
  339. padding:1px;
  340. font-family:arial;
  341. display:inline-block;
  342. color:{color:Tags};
  343. font-size:9px;
  344. text-decoration:none;
  345. }
  346.  
  347. #notes{
  348. font-size:10px;
  349. }
  350.  
  351. #quote {
  352. font-size:12px;
  353. font-weight:900;
  354. text-align:left;
  355. }
  356.  
  357. #asker {
  358. font-size:12px;
  359. text-align:left;
  360. }
  361.  
  362. #asker a{
  363. color:{color:Asker};
  364. }
  365.  
  366. #question {
  367. color:{color:Question};
  368. padding:15px;
  369. font-size:10px;
  370. text-align:right;
  371. font-style:italic;
  372. border-bottom:1px solid {color:Borders};
  373. background:{color:Question Background};
  374. font-weight:900;
  375. }
  376.  
  377. /*CREDIT*/
  378.  
  379. #maker{
  380. float:right;
  381. position:fixed;
  382. bottom:5px;
  383. right:5px;
  384. padding:5px;
  385. font-size:8px;
  386. font-family:calibri;
  387. text-transform:uppercase;
  388. }
  389.  
  390. #maker a{
  391. padding-left:4px;
  392. padding-right:4px;
  393. padding-top:0px;
  394. padding-bottom:0px;
  395. background:#f5f5f5;
  396. border:1px solid #f5f5f5;
  397. width:10px;
  398. height:10px;
  399. color:#aaa;
  400. transition-duration: 0.5s;
  401. -moz-transition-duration: 0.5s;
  402. -webkit-transition-duration: 0.5s;
  403. -o-transition-duration: 0.5s
  404. }
  405.  
  406. #maker a:hover {
  407. color:{color:Sidebar Links};
  408. }
  409.  
  410.  
  411. {CustomCSS}
  412.  
  413. </style></head>
  414.  
  415.  
  416. <body>
  417.  
  418.  
  419. <div id="sidebar">
  420. <div id="sidebarimg"><img src="{image:sb}"></div>
  421. <div id="links">
  422. <a href="/">home.</a>
  423. <a href="/ask">message.</a>
  424. <a href="/archive">archive.</a>
  425. <a href="http://mclahei.tumblr.com">c.</a>
  426. </div>
  427. <div id="desc">{description}</div>
  428. <div class="he">
  429. <div class="picon2" style="margin-left:230px;margin-top:-4px;"><img src="http://s28.postimg.org/xj32dih5l/icon.png" style="padding:5px;"/></div>
  430. <div id="she">
  431. <a href="{text:link A url}">{text:link A}.</a>
  432. <a href="{text:link B url}">{text:link B}.</a>
  433. </div>
  434. {block:Pagination}
  435. <div class="pagi">
  436. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">back</a> — {/block:PreviousPage}
  437. {block:NextPage}<a href="{NextPage}" class="jump_page">next</a>{/block:NextPage}</div>
  438. {/block:Pagination}
  439. </div>
  440. </div>
  441.  
  442.  
  443. <div id="container">
  444. {block:Posts}
  445. <div id="post">
  446.  
  447. <!--TEXT POSTS-->
  448.  
  449. {block:Text}
  450. {block:Title}<h2>{Title}</h2>{/block:Title}
  451. {Body}
  452. {/block:Text}
  453.  
  454. <!--ASKS-->
  455.  
  456. {block:Answer}
  457. <div id="question">{Question}
  458. </div>
  459. <div id="asker">
  460. asked by <b><big>{Asker}</big></b></div>
  461. <blockquote>{Answer}</blockquote>
  462. {/block:Answer}
  463.  
  464. <!--QUOTE POSTS-->
  465. {block:Quote}
  466.  
  467. <div id="quote">
  468. <div class="quotetext_{Length}"><big><big><b><i>"{Quote}"</b></i></big></big></div></div><br>
  469. {block:Source}<div class="source" style="text-align:right;"><i>— {Source}</i></div>{/block:Source}
  470. {/block:Quote}
  471.  
  472. <!--LINK POSTS-->
  473.  
  474. {block:Link}
  475. <h2><a href="{URL}">{Name}</a></h2>
  476. {block:Description}{Description}{/block:Description}
  477. {/block:Link}
  478.  
  479. <!--CHAT POSTS-->
  480.  
  481. {block:Chat}
  482. {block:Title}<h2>{Title}</h2>{/block:Title}
  483. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  484. {Line}</li>{/block:Lines}</ul>
  485. {/block:Chat}
  486.  
  487. <!--PHOTO POSTS-->
  488.  
  489. {block:Photo}
  490. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  491.  
  492. {block:Caption}{Caption}{/block:Caption}
  493. {/block:Photo}
  494.  
  495. <!--PHOTOSET POSTS-->
  496.  
  497. {block:Photoset}
  498. {Photoset-500}
  499. {block:Caption}{Caption}{/block:Caption}
  500. {/block:Photoset}
  501.  
  502. <!--VIDEO POSTS-->
  503.  
  504. {block:Video}
  505. {Video-500}
  506. {block:Caption}{Caption}{/block:Caption}
  507. {/block:Video}
  508.  
  509.  
  510. <!--AUDIO-->
  511.  
  512. {block:Audio}<div class="music">
  513. <div id="player">{AudioPlayerBlack}</div>
  514. <div class="musicinfo">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br><small><small>{block:Artist} {Artist} - {/block:Artist}
  515. {/block:ExternalAudio}<b></b> [{PlayCount}]</small></small></small></div></div>
  516. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  517.  
  518.  
  519. <!--POST INFO-->
  520.  
  521. <div id="info" title="{TimeAgo}">
  522. {block:Date}<u>{ShortMonth} {DayOfMonth}</u>{/block:Date}<br /><a href="{Permalink}"> +{NoteCount}</a><br/>{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}</div>{/block:HasTags}</div>
  523.  
  524. {/block:Posts}
  525. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  526. {/block:Posts}</div></div></div>
  527. <br><br><br><br>
  528.  
  529.  
  530. </div></div>
  531.  
  532. {/block:Posts}
  533.  
  534. <!--Credit. Don't change this.-->
  535. <div id="maker" title="mclahei">
  536. <a href="http://mclahei.tumblr.com">credit</a>
  537. </div>
  538. <!--Credit. Don't change this.-->
  539.  
  540. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement