Advertisement
sexycullen

do robert icon + left bar

Apr 23rd, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.92 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SPUNKHANDSOME THEMES # 68 2
  9. THEME BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#4D4D4D">
  24. <meta name="color:Link Hover" content="#000000">
  25. <meta name="color:Text" content="#4D4D4D">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#EAEAEA">
  28. <meta name="color:Questions Border" content="#FBFBFB">
  29. <meta name="color:Info Border" content="#F5F5F5">
  30. <meta name="color:Sidebar BG" content="#EEEEEE">
  31. <meta name="color:Description" content="#4E4D4D">
  32. <meta name="color:Sidebar Border" content="#222222">
  33. <meta name="color:Sidebar Link" content="#FFFFFF">
  34. <meta name="color:Sidebar Link Hover" content="#9FA7AA">
  35.  
  36. <meta name="text:Body Font Size" content="10px"/>
  37. <meta name="text:Body Font" content="Calibri"/>
  38.  
  39. <meta name="image:Sidebar" content=""/>
  40. <meta name="text:Title" content="">
  41.  
  42. <meta name="if:Show 400px posts" content="0"/>
  43. <meta name="if:Hover Tags" content="1"/>
  44. <meta name="if:Show Link1" content="0" />
  45. <meta name="if:Show Link2" content="0" />
  46. <meta name="if:Show Link3" content="0" />
  47. <meta name="if:Show Link4" content="0" />
  48.  
  49. <meta name="text:link1" content="">
  50. <meta name="text:link1 url" content="/">
  51. <meta name="text:link2" content="">
  52. <meta name="text:link2 url" content="/">
  53. <meta name="text:link3" content="">
  54. <meta name="text:link3 url" content="/">
  55. <meta name="text:link4" content="">
  56. <meta name="text:link4 url" content="/">
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Anaheim|Hammersmith+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,latin-ext,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
  71.  
  72. <style type="text/css">
  73.  
  74. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  75. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  76. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  77.  
  78.  
  79. h1 {
  80. font-weight:normal;
  81. font-size:11px;
  82. text-align:center;
  83. font-style:italic;
  84. line-height:50%;
  85. letter-spacing:0px;
  86. font-family:Josefin Slab;
  87. text-transform:none;
  88. color:{color:text};
  89. }
  90.  
  91. h2 {
  92. font-size:18px;
  93. font-family:Open Sans Condensed;
  94. letter-spacing:0px;
  95. margin-bottom:10px;
  96. font-weight:normal;
  97. line-height:90%;
  98. text-transform:lowercase;
  99. color: {color:Text};
  100. margin: 0px;}
  101.  
  102. code {
  103. {block:ifNotShow400pxposts}
  104. width:500px;
  105. {/block:ifNotShow400pxposts}
  106. {block:ifShow400pxposts}
  107. width:400px;
  108. {/block:ifShow400pxposts}
  109. font-size:11px;
  110. font-family:cutive mono;
  111. text-align: left;
  112. word-wrap: break-word;
  113. color:{color:Text};
  114. }
  115.  
  116. pre {
  117. {block:ifNotShow400pxposts}
  118. width:500px;
  119. {/block:ifNotShow400pxposts}
  120. {block:ifShow400pxposts}
  121. width:400px;
  122. {/block:ifShow400pxposts}
  123. font-size:11px;
  124. font-family:cutive mono;
  125. text-align: left;
  126. word-wrap: break-word;
  127. color:{color:Text};
  128. }
  129.  
  130.  
  131. blockquote {
  132. border-left:1px solid {color:Blockquote};
  133. padding-left:6px;
  134. margin:8px;
  135. }
  136.  
  137. blockquote img {
  138. max-width:470px;
  139. }
  140.  
  141. body {
  142. color: {color:Text};
  143. background-color:{color:Background};}
  144.  
  145. a {
  146. color: {color:Link};
  147. text-decoration: none;
  148. -moz-transition-duration: 0.5s;
  149. -o-transition-duration: 0.5s;
  150. -webkit-transition-duration: 0.5s;
  151. transition-duration: 0.5s;}
  152.  
  153. a:hover {
  154. color: {color:Link Hover};
  155. -moz-transition-duration: 0.5s;
  156. -o-transition-duration: 0.5s;
  157. -webkit-transition-duration: 0.5s;
  158. transition-duration: 0.5s;}
  159.  
  160. .leftbar {
  161. width:800px;
  162. height:800%;
  163. position:fixed;
  164. margin-left:-620px;
  165. top:0px;
  166. overflow:hidden;
  167. padding:5px;
  168. background:{color:Sidebar BG};
  169. }
  170.  
  171. .links {
  172. width:105px;
  173. font-family:calibri;
  174. font-size:8px;
  175. margin-bottom:9px;
  176. text-transform:uppercase;
  177. text-align:center;
  178. letter-spacing:1px;
  179. padding:4px;
  180. background-color:{color:Sidebar Border};
  181. }
  182.  
  183. .links a {
  184. padding:5px;
  185. color:{color:Sidebar Link};
  186. }
  187.  
  188. .links a:hover{
  189. text-decoration:underline;
  190. color:{color:Sidebar Link Hover};
  191. }
  192.  
  193. .links2 {
  194. width:106px;
  195. padding:4px;
  196. font-family:calibri;
  197. font-size:8px;
  198. text-transform:uppercase;
  199. line-height:20px;
  200. letter-spacing:2px;
  201. font-weight:normal;
  202. text-align:center;
  203. background-color:{color:Sidebar Border};
  204. }
  205.  
  206. .links2 a {
  207. padding:5px;
  208. color:{color:Sidebar Link};
  209. }
  210.  
  211. .links2 a:hover{
  212. text-decoration:underline;
  213. color:{color:Sidebar Link Hover};
  214. }
  215.  
  216. .title {
  217. width:105px;
  218. margin-left:0px;
  219. font-size:6px;
  220. padding:4px;
  221. font-family:Merriweather Sans;
  222. letter-spacing:1px;
  223. font-weight:normal;
  224. text-align:center;
  225. text-transform:uppercase;
  226. background-color:{color:Sidebar Border};
  227. color:{color:Sidebar Link};
  228. }
  229.  
  230. .sidebar {
  231. position:fixed;
  232. height:auto;
  233. margin-top:55px;
  234. margin-left:23px;
  235. }
  236.  
  237. .sidebar img {
  238. width:100px;
  239. height:auto;
  240. margin-bottom:5px;
  241. outline:7px solid {color:Background};
  242. }
  243.  
  244. .description {
  245. width:104px;
  246. margin-left:0px;
  247. padding:5px;
  248. text-transform:lowercase;
  249. text-align:center;
  250. font-size:8px;
  251. font-family:arial;
  252. letter-spacing:1px;
  253. color:{color:Description};
  254. background-color:{color:Background};
  255. }
  256.  
  257. .pagination {
  258. width:104px;
  259. margin-left:0px;
  260. font-family:calibri;
  261. font-size:9px;
  262. text-transform:uppercase;
  263. letter-spacing:0px;
  264. font-style:normal;
  265. text-align:center;
  266. padding:5px;
  267. background-color:{color:Background};
  268. }
  269.  
  270. .pagination a {
  271. padding:5px;
  272. color:{color:Link};
  273. }
  274.  
  275. .pagination a:hover {
  276. background:{color:Sidebar Border};
  277. color:{color:Sidebar Link};
  278. }
  279.  
  280. .container {
  281. width:900px;
  282. margin: -40px 50px 75px;
  283. outline:0px solid {color:Posts Border};
  284. }
  285.  
  286.  
  287. .postscontainer {
  288. {block:ifNotShow400pxposts}
  289. width:500px;
  290. {/block:ifNotShow400pxposts}
  291. {block:ifShow400pxposts}
  292. width:400px;
  293. {/block:ifShow400pxposts}
  294. padding:0px;
  295. margin-left:255px;
  296. outline:0px solid {color:Posts Border};
  297. }
  298.  
  299. .posts {
  300. font-size: {text:Body Font Size};
  301. font-family: {text:Body Font};
  302. font-weight:lighter;
  303. {block:ifNotShow400pxposts}
  304. width:500px;
  305. {/block:ifNotShow400pxposts}
  306. {block:ifShow400pxposts}
  307. width:400px;
  308. {/block:ifShow400pxposts}
  309. line-height:100%;
  310. margin-top:120px;
  311. margin-left:0px;
  312. padding-top:5px;
  313. text-align:justify;
  314. }
  315.  
  316. .posts img {
  317. {block:ifNotShow400pxposts}
  318. max-width:500px;
  319. {/block:ifNotShow400pxposts}
  320. {block:ifShow400pxposts}
  321. max-width:400px;
  322. {/block:ifShow400pxposts}
  323. }
  324.  
  325. .info {
  326. text-align:left;
  327. font-size:8px;
  328. font-weight:lighter;
  329. font-family:arial;
  330. letter-spacing:1px;
  331. text-transform:lowercase;
  332. line-height:12px;
  333. margin-top:7px;
  334. margin-left:515px;
  335. position:absolute;
  336. padding:5px;
  337. border-left: 0px solid {color:Info Border};
  338. }
  339.  
  340. .info a {
  341. color:{color:Link};
  342. }
  343.  
  344. .info a:hover {
  345. color:{color:Link Hover};
  346. }
  347.  
  348. .postscontainer:hover .tags {
  349. {block:ifHoverTags}
  350. margin-top:3px;filter: alpha(opacity = 100);
  351. opacity:100;-webkit-transition: all 0.5s ease-out;
  352. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  353. {/block:ifHoverTags}}
  354.  
  355. .tags {{block:ifHoverTags}
  356. -webkit-transition:0.7s ease; position:absolute; text-transform:uppercase; opacity:0;
  357. {/block:ifHoverTags}
  358. {block:ifNotShow400pxposts}
  359. width:500px;
  360. {/block:ifNotShow400pxposts}
  361. {block:ifShow400pxposts}
  362. width:400px;
  363. {/block:ifShow400pxposts}
  364. text-transform:none;
  365. margin-top:3px;
  366. line-height:140%;
  367. text-align:right;
  368. font-size:9px;
  369. font-family:arial;
  370. letter-spacing:0px;
  371. padding:2px;
  372. border-top:0px solid {color:infobg};
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. }
  377.  
  378. .tags a {
  379. background-color:none;
  380. color:{color:Link};
  381. }
  382.  
  383. .tags a:hover {
  384. text-decoration:underline;
  385. color:{color:Link Hover};
  386. }
  387.  
  388. .postnote {
  389. {block:ifNotShow400pxposts}
  390. width:500px;
  391. {/block:ifNotShow400pxposts}
  392. {block:ifShow400pxposts}
  393. width:400px;
  394. {/block:ifShow400pxposts}
  395. font-family:calibri;
  396. text-transform:lowercase;
  397. font-style:normal;
  398. letter-spacing:0px;
  399. font-size:10px;
  400. text-align:left;
  401. line-height:90%;
  402. margin-top:40px;
  403. }
  404.  
  405. .postnote li {
  406. list-style-type:none;
  407. border-bottom:1px solid {color:Questions Border};
  408. padding:37px 0px 3px 0px;
  409. text-align:left;
  410. margin:0px;
  411. -moz-transition-duration:0.5s;
  412. -webkit-transition-duration:0.5s;
  413. -o-transition-duration:0.5s;
  414. }
  415.  
  416. .postnote img {
  417. align: left;
  418. margin: 0px 2px -4px 1px;
  419. padding: 3px;
  420. }
  421.  
  422. .music {
  423. width:500px;
  424. {block:ifShow400pxposts}
  425. width:400px;
  426. {/block:ifShow400pxposts}
  427. padding-bottom:10px;
  428. }
  429.  
  430. .albumart {
  431. float:left;
  432. padding:10px 10px 10px 0px;
  433. }
  434.  
  435. .albumart img {
  436. width:30px;
  437. padding: 3px;
  438. margin:2px 7px -3px 6px;
  439. border:2px solid {color:Info Border};
  440. border-radius:100px;
  441. -webkit-border-radius:100px;
  442. -moz-border-radius:100px;
  443. }
  444.  
  445. .playercontainer {
  446. text-align:left;
  447. padding:5px 5px -5px;
  448. width:480px;
  449. }
  450.  
  451. .musicinfo {
  452. padding:10px;
  453. margin-top:9px;
  454. color:{color:text};
  455. }
  456.  
  457. .quote {
  458. font-size:18px;
  459. font-family:Open Sans Condensed;
  460. letter-spacing:0px;
  461. line-height:90%;
  462. font-weight:normal;
  463. text-align:center;
  464. text-transform:lowercase;
  465. }
  466.  
  467. .source {
  468. font-family:calibri;
  469. font-size:10px;
  470. font-style:normal;
  471. text-align:center;
  472. line-height:17px;
  473. }
  474.  
  475. .chat ol {
  476. font-family:Open Sans Condensed;
  477. font-size:12px;
  478. line-height:100%;
  479. padding:0px;
  480. list-style:none;
  481. }
  482. .label {
  483. font-family:Open Sans Condensed;
  484. text-transform:lowercase;
  485. font-size:12px;
  486. font-weight:bold;
  487. color:{color:Text};
  488. }
  489. .line.odd {
  490. padding:4px;
  491. margin-bottom:2px;
  492. }
  493. .line.even {
  494. padding:4px;
  495. margin-bottom:2px;
  496. }
  497.  
  498. .ask {
  499. font-size:18px;
  500. font-family:Open Sans Condensed;
  501. letter-spacing:0px;
  502. text-align:left;
  503. margin-top:3px;
  504. text-transform:lowercase;
  505. }
  506.  
  507. .question {
  508. {block:ifNotShow400pxposts}
  509. width:500px;
  510. {/block:ifNotShow400pxposts}
  511. {block:ifShow400pxposts}
  512. width:400px;
  513. {/block:ifShow400pxposts}
  514. letter-spacing:0px;
  515. margin-top:10px;
  516. padding-bottom:4px;
  517. text-align:justify;
  518. color:{color:Text};
  519. border-bottom: 1px solid {color:Questions Border};
  520. }
  521.  
  522. .answer {
  523. {block:ifNotShow400pxposts}
  524. width:500px;
  525. {/block:ifNotShow400pxposts}
  526. {block:ifShow400pxposts}
  527. width:400px;
  528. {/block:ifShow400pxposts}
  529. letter-spacing:0px;
  530. text-align:justify;
  531. padding-top:5px;
  532. margin-bottom:1px;
  533. color:{color:Text};
  534. }
  535.  
  536. .askimg {
  537. padding: 3px;
  538. margin:2px 7px -3px 6px;
  539. border:2px solid {color:Info Border};
  540. border-radius:100px;
  541. -webkit-border-radius:100px;
  542. -moz-border-radius:100px;
  543. }
  544.  
  545. .credit {
  546. position:fixed;
  547. font-family:calibri;
  548. font-size:8px;
  549. font-weight:normal;
  550. line-height:150%;
  551. letter-spacing:0px;
  552. right:5px;
  553. bottom:20px;
  554. text-transform:uppercase;
  555. text-align:center;
  556. }
  557.  
  558. .credit a {
  559. font-style:normal;
  560. padding:3px;
  561. color:{color:Link};
  562. -moz-transition-duration:0.5s;
  563. -webkit-transition-duration:0.5s;
  564. -o-transition-duration:0.5s;
  565. }
  566.  
  567. </style>
  568. </head>
  569.  
  570. <body>
  571. <div class="container">
  572. <div class="leftbar">
  573. </div>
  574. <div class="sidebar">
  575. <div class="links">
  576. <a href="/">home</a>
  577. <a href="/ask">questions</a>
  578. </div>
  579. <center><a href="/"><img src="{image:sidebar}"></a></center>
  580. <div class="title">{text:Title}</div>
  581. <div class="description">
  582. {Description}
  583. </div>
  584. <div class="links2">
  585. {block:ifShowLink1}
  586. <a href="{text:link1 url}">{text:link1}</a>
  587. {/block:IfShowLink1}
  588. {block:ifShowLink2}<br>
  589. <a href="{text:link2 url}">{text:link2}</a>
  590. {/block:IfShowLink2}<br>
  591. {block:ifShowLink3}
  592. <a href="{text:link3 url}">{text:link3}</a>
  593. {/block:IfShowLink3}<br>
  594. {block:ifShowLink4}
  595. <a href="{text:link4 url}">{text:link4}</a>
  596. {/block:IfShowLink4}
  597. </div>
  598. {block:Pagination}
  599. <div class="pagination">
  600. {block:PreviousPage}
  601. <a href="{PreviousPage}">back</a>
  602. {/block:PreviousPage}
  603. {block:CurrentPage}
  604. <span class="current_page">{PageNumber}</span>
  605. {/block:CurrentPage}
  606. {block:NextPage}
  607. <a href="{NextPage}">next</a>
  608. {/block:NextPage}
  609. </div>
  610. {/block:Pagination}
  611. </div>
  612.  
  613.  
  614.  
  615.  
  616. <div class="postscontainer">
  617. {block:Posts}
  618.  
  619. <div class="posts">
  620.  
  621. {block:Date}<div class="info">{ShortMonth}<br><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}</a><br>{block:NoteCount}{NoteCount}{/block:NoteCount} <span style="font-size:7px;text-align:center;"><a href="{ReblogURL}">+</a></span></div>{/block:Date}
  622.  
  623. {block:Text}
  624. {block:Title}<h2>{Title}</h2>{/block:Title}
  625. {Body}
  626. {/block:Text}
  627.  
  628. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  629.  
  630. {/block:Quote}
  631.  
  632. {block:Link}
  633. <h2><a href="{URL}">{Name}</a></h2>
  634. {block:Description}{Description}{/block:Description}
  635. {/block:Link}
  636.  
  637. {block:Chat}{block:Title}<h2>{Title}</h2>{/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}
  638. </ol></div>{/block:Chat}
  639.  
  640. {block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  641.  
  642. {block:Photo}
  643. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  644. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  645. {/block:Photo}
  646.  
  647. {block:Photoset}
  648. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  649. {block:Caption}{Caption}{/block:Caption}
  650. {/block:Photoset}
  651.  
  652. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  653. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  654. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  655. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  656. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  657.  
  658. {block:Video}
  659. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  660. {block:Caption}{Caption}{/block:Caption}
  661. {/block:Video}
  662.  
  663. <!-- via / source sophiasmithofficial -->
  664.  
  665. {block:PermalinkPage}<span style="text-align:right;margin-top:3px;">{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <span style="color:{color:linkinfo}">© <a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">{ReblogRootName}</a></span>{/block:ContentSource} {/block:RebloggedFrom}
  666. {/block:PermalinkPage}
  667.  
  668. {block:HasTags}
  669. <div class="tags">
  670. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}</div>
  671. {/block:HasTags}
  672.  
  673. <div class="postnote">
  674. {block:PostNotes}{PostNotes}{/block:PostNotes}
  675. </div>
  676.  
  677. </div>
  678. {/block:Posts}
  679.  
  680. <div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
  681.  
  682. </div>
  683. </div>
  684. </div>
  685.  
  686.  
  687.  
  688.  
  689. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement