Advertisement
mayacolucci

OUTSIDERS

Aug 1st, 2015
952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. Theme 6 http://lukesos.tumblr.com/
  7. DON'T REMOVE THE CREDITS!
  8.  
  9. --->
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#444444"/>
  19. <meta name="color:Headline" content="#444444"/>
  20. <meta name="color:Link" content="#444444"/>
  21. <meta name="color:Scrollbar" content="#d7d6d6"/>
  22. <meta name="color:Link Hover" content="#cccccc"/>
  23.  
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {background-color:#ffffff; height:8px; width:7px}
  38. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  39. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  40.  
  41.  
  42.  
  43. blockquote {
  44. padding-left:15px;
  45. margin:0px 10px 0px 5px;
  46. border-left:1px solid #f4f4f4;
  47. max-width:400px!important;
  48. }
  49.  
  50. body {
  51. background:{color:background};
  52. color:{color:text};
  53. font-family:arial;
  54. font-size:11px;
  55. margin:0;
  56. line-height:16px;
  57. }
  58.  
  59. a {
  60. color:{color:link};
  61. text-decoration:none;
  62. -moz-transition-duration:0.4s;
  63. -webkit-transition-duration:0.4s;
  64. -o-transition-duration:0.4s;
  65. }
  66.  
  67. a:hover {
  68. color:{color:link hover};
  69. text-decoration:none;
  70. -moz-transition-duration:0.4s;
  71. -webkit-transition-duration:0.4s;
  72. -o-transition-duration:0.4s;
  73. }
  74.  
  75. img {
  76. opacity:1;
  77. border:none;
  78. text-decoration:none
  79. }
  80.  
  81. small {
  82. font-size:9px;}
  83.  
  84. big {
  85. font-size:12px;}
  86.  
  87. #title {
  88. font-size:12px;
  89. font-weight:bold;
  90. line-height:20px;
  91. margin-bottom:10px;
  92. color:{color:headline};
  93. text-align:left;
  94. width:400px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. #sidebar {
  99. text-align:left;
  100. position:fixed;
  101. margin-left:-70px;
  102. margin-top:150px;
  103. width:180px;
  104. }
  105.  
  106. #sidebarim img {
  107. width:100px;
  108. height:100px;
  109. border:5px solid #eeeeee;
  110. }
  111.  
  112. #links {
  113. width:200px;
  114. text-align:left;
  115. margin-top:10px;
  116. word-spacing:3px;
  117. color:{color:links};
  118. font-family:arial;
  119. font-size:7px;
  120. text-transform:uppercase;
  121. letter-spacing:0.5px;
  122. }
  123.  
  124. #links a {
  125. padding:0px;
  126. }
  127.  
  128. #links a:hover {
  129. -webkit-transition:all 0.5s;
  130. -moz-transition:all 0.5s;
  131. -ms-transition:all 0.5s;
  132. -o-transition:all 0.5s;
  133. transition:all 0.5s;
  134. }
  135.  
  136. #description {
  137. margin-top:8px;
  138. text-align:left;
  139. font-family:arial;
  140. font-size:10px;
  141.  
  142. }
  143.  
  144. #pagination {
  145. margin-top:10px;
  146. margin-left:-2px;
  147. font-size:10px;
  148. padding:10px;
  149. text-align: center;
  150. }
  151.  
  152. #pagination a {
  153. font-family:helvetica;
  154. margin-left:5px;
  155. margin-right:8px;
  156. }
  157.  
  158. #con {
  159. left:50%;
  160. margin-left:-270px;
  161. margin-top:-30px;
  162. position:absolute;
  163. }
  164.  
  165. #entries {
  166. margin-top:100px;
  167. margin-left:200px;
  168. margin-bottom:10px;
  169. width:400px;
  170. }
  171.  
  172. #blogt {
  173. color:{color:text};
  174. display:inline-block;
  175. font-family:arial;
  176. font-weight:bold;
  177. font-size:10px;
  178. text-transform:uppercase;
  179. letter-spacing:2px;
  180. margin-bottom:10px;
  181. }
  182.  
  183. #blogt a:hover {
  184. color:{color:linkhover};
  185. }
  186.  
  187.  
  188. #posts {
  189. width:400px;
  190. {block:IndexPage}
  191. margin-bottom:65px;
  192. {/block:IndexPage}
  193. {block:PermalinkPage}
  194. margin-bottom:50px;
  195. {/block:PermalinkPage}
  196. }
  197.  
  198. #posts img {
  199. max-width:400px;
  200. }
  201.  
  202. #posts img, #posts li, #posts blockquote {
  203. max-width: 100%;
  204. }
  205.  
  206. .caption {
  207. width:100%;
  208. margin-top:10px;
  209. }
  210.  
  211. #titlequote{
  212. text-align:justify;
  213. margin:0px 15px 15px 15px;
  214. font-size:12px;
  215. line-height:17px;
  216. font-weight:bold;
  217. text-transform:normal;
  218. }
  219.  
  220. #source {
  221. margin:0px 15px 15px 15px;
  222. text-align:left;
  223. line-height:17px;
  224. width:400px;
  225. }
  226.  
  227. #askbox {
  228. height:auto;
  229. min-height:48px;
  230. }
  231.  
  232. .pic {
  233. width:48px;
  234. height:48px;
  235. }
  236.  
  237. .pic img {
  238. width:48px;
  239. height:48px;
  240. float:left;
  241. }
  242.  
  243. .question {
  244. background:transparent;
  245. padding:13px;
  246. font-style:none;
  247. min-height:48px;
  248. margin-left:50px;
  249. margin-top:-63px;
  250. }
  251.  
  252. .asker {
  253. font-weight:bold;
  254. }
  255.  
  256. .answer {
  257. padding-bottom:4px;
  258. }
  259.  
  260.  
  261. .chat ol {
  262. padding:0;
  263. list-style:none;
  264. }
  265. .line {padding:5px 0;}
  266.  
  267. .label {font-weight:bold;
  268. }
  269.  
  270. #permalink {
  271. margin-top:7px;
  272. font-family:arial;
  273. font-size:9px;
  274. padding-left:3px;
  275. color:{color:text};
  276. text-transform:uppercase;
  277. }
  278.  
  279. #permalink a {
  280. margin-right:2px;
  281. }
  282.  
  283. #permalink a:hover {
  284. color:{color:link hover};
  285. }
  286.  
  287. #tags {
  288. margin-left:0px;
  289. font-family:arial;
  290. font-size:8px;
  291. text-transform:none;
  292. }
  293.  
  294. #tags a {
  295. letter-spacing:0px;
  296. padding:3px;
  297. }
  298.  
  299. #tags a:hover {
  300. color:{color:link hover};
  301. text-decoration:none;
  302. }
  303.  
  304. .pagenotes {
  305. {block:IndexPage}
  306. display: none!important;
  307. {/block:IndexPage}
  308. width:400px;
  309. text-align:left;
  310. }
  311.  
  312. .pagenotes img {
  313. display:none!important;}
  314. .pagenotes li {
  315. list-style-type:none;
  316. padding:5px 0px;
  317. text-align:left;
  318. margin:0 0 0 -40px;
  319. }
  320.  
  321. /*audio*/
  322.  
  323. .playerbutton {
  324. position:relative;
  325. width:25px;
  326. height:25px;
  327. overflow:hidden;
  328. }
  329.  
  330. .playerbuttonhug {
  331. position:absolute;
  332. top:-10px;
  333. left:2px;
  334. }
  335.  
  336. .tumblr_audio_player {
  337. height:50px;
  338. width:500px;
  339. }
  340.  
  341. .playerbuttonbg {
  342. position:absolute;
  343. width:35px;
  344. height:35px;
  345. background-color:#e4e4e4;
  346. padding:10px;
  347. }
  348.  
  349. .trackdetails {
  350. display:inline-block;
  351. margin-left:70px;
  352. font-size:8px;
  353. text-transform:uppercase;
  354. padding:5px;margin-top:-3px;
  355. background:transparent;
  356. z-index:1;
  357. }
  358.  
  359.  
  360. /*endaudio*/
  361.  
  362. #credit {
  363. position:fixed;
  364. right:8px;
  365. bottom:5px;
  366. text-transform:uppercase;
  367. font-family:arial;
  368. font-weight:bold;
  369. font-size:10px;
  370. }
  371.  
  372. #c a:hover {
  373. color:#fff;
  374. }
  375.  
  376. {CustomCSS}
  377.  
  378. </style></head>
  379.  
  380. <body>
  381.  
  382. <div id="con">
  383.  
  384. <div id="sidebar">
  385. <div id="blogt"><a href="/">{Title}</a></div>
  386. <div id="sidebarim">
  387. <a href="/"><img src="{image:sidebar}"></a>
  388. </div>
  389.  
  390. <div id="links">
  391. <a href="/">home</a>
  392. <a href="/ask">message</a>
  393. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  394. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  395. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  396. </div>
  397.  
  398. <div id="description">{description}</div>
  399.  
  400.  
  401. </div>
  402.  
  403.  
  404. <div id="entries"> {block:Posts}
  405.  
  406. <div id="posts">
  407.  
  408.  
  409. {block:Quote}
  410.  
  411.  
  412. <div id="titlequote">{Quote}</div>
  413. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  414. {/block:Quote}
  415.  
  416.  
  417.  
  418. {block:Text}
  419.  
  420. {block:Title}
  421. <div id="title">{Title}</div>{/block:Title}
  422. {Body}
  423. {/block:Text}
  424.  
  425. {block:Link}
  426. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  427. {/block:Link}
  428.  
  429. {block:Chat}
  430. {block:Title}
  431. <div id="title">{Title}</div>
  432. {/block:Title}
  433. <div class="chat">
  434. <ol>{block:Lines}
  435. <li class="line {Alt}">
  436. {block:Label}
  437. <span class="label">
  438. {Label}</span>
  439. {/block:Label}{Line}</li>
  440. {/block:Lines}
  441. </ol></div>
  442. {/block:Chat}
  443.  
  444. {block:Photo}
  445. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  446. {/block:Photo}
  447.  
  448. {block:Photoset}
  449. {Photoset-400}
  450. {/block:Photoset}
  451.  
  452. {block:Video}
  453. {Video-400}
  454. {/block:Video}
  455.  
  456. {block:Answer}<div id="asker">{Asker} said → </span>{Question}</div><left>
  457. {Answer}</font>{/block:Answer}
  458.  
  459.  
  460. {block:Audio}
  461. {block:AudioPlayer}
  462. <div class="audiowrapper">
  463. <div class="playerbuttonbg">
  464. <div class="playerbutton">
  465. <div class="playerbuttonhug">
  466. {AudioPlayerGrey}
  467. </div></div></div>
  468.  
  469. <div class="trackdetails">
  470. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  471.  
  472. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  473.  
  474. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  475. {/block:AudioPlayer}
  476. {/block:Audio}
  477.  
  478. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  479.  
  480. <div style="border-bottom:1px solid #eeeeee;margin-top:15px"></div>
  481.  
  482. {block:Date}<div id="permalink">
  483. <span style="font-weight:bold;"><a href="{Permalink}">
  484. {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>
  485. {/block:Date}
  486. </span>
  487. &nbsp;&nbsp;
  488. <a href="{Permalink}">+{NoteCount}</a>
  489. &nbsp;&nbsp;
  490.  
  491. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  492.  
  493. <font style="float:right">
  494. {block:RebloggedFrom}
  495. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  496. {block:ContentSource}
  497. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ src</a>
  498. {/block:ContentSource}
  499. {/block:RebloggedFrom}
  500. </font style>
  501.  
  502. {block:HasTags}<div id="tags">
  503. {block:Tags}
  504. <a href="{TagUrl}">#{Tag}</a>
  505. {/block:Tags}
  506. </div>{/block:HasTags}
  507.  
  508.  
  509.  
  510. </div>
  511.  
  512. {/block:Date}
  513.  
  514.  
  515.  
  516. </div>
  517.  
  518.  
  519. {block:PostNotes}
  520. <div class="pagenotes">
  521. {PostNotes}
  522. </div>
  523. {/block:PostNotes}
  524.  
  525.  
  526. {/block:Posts}
  527.  
  528. <div id="pagination">
  529. {block:Pagination}
  530. {block:PreviousPage}
  531. <a href="{PreviousPage}">back</a>
  532. {/block:PreviousPage}
  533.  
  534.  
  535. {block:NextPage}
  536. <a href="{NextPage}">next</a>
  537. {/block:NextPage}
  538. {/block:Pagination}
  539. </div>
  540.  
  541.  
  542. </div>
  543.  
  544. </div>
  545.  
  546. <div id="credit">
  547. <a href="http://lukesos.tumblr.com/">L♡</a>
  548. </div>
  549.  
  550. {block:ContentSource}
  551. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  552. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  553. {/block:SourceLogo}
  554. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  555. {/block:ContentSource}
  556.  
  557. {block:ReblogParentUrl}
  558. <!-- {URL}{block:SourceLogo}<img src="{BlackLogoURL}"
  559. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  560. {/block:SourceLogo}
  561. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  562. {/block:ReblogParentUrl}
  563.  
  564. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement