Advertisement
Guest User

Definitely Not Robin's Theme

a guest
Oct 10th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 57 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:sidebartitle" content="#999999"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Link Hover" content="#eeeeee"/>
  18. <meta name="color:sidebar links bg" content="#eeeeee"/>
  19. <meta name="color:borders" content="#dddddd"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="text:sidebartitle" content="">
  23.  
  24. <meta name="text:sidebartitle" content="">
  25. <meta name="text:link 1" content="Link 1"/>
  26. <meta name="text:link 1 url" content="/"/>
  27. <meta name="text:link 2" content="Link 2"/>
  28. <meta name="text:link 2 url" content="/"/>
  29. <meta name="text:link 3" content="Link 3"/>
  30. <meta name="text:link 3 url" content="/"/>
  31. <meta name="text:link 4" content="Link 4"/>
  32. <meta name="text:link 4 url" content="/"/>
  33. <meta name="text:link 5" content="Link 5"/>
  34. <meta name="text:link 5 url" content="/"/>
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. iframe#tumblr_controls {
  40. white-space:nowrap;
  41. -webkit-filter: invert(100%);
  42. -moz-filter: invert(100%);
  43. -o-filter: invert(100%);
  44. -ms-filter: invert(100%);
  45. filter: invert(100%);
  46. opacity:.2;transition: .8s ease-in-out;
  47. -webkit-transition: .8s ease-in-out;
  48. -moz-transition: .8s ease-in-out;
  49. -o-transition: .8s ease-in-out;
  50. }
  51.  
  52. h1 {
  53. font-weight:normal;
  54. font-size:15px;
  55. text-align:center;
  56. font-style:normal;
  57. line-height:100%;
  58. letter-spacing:1px;
  59. text-transform:normal;
  60. color:{color:text};
  61. }
  62.  
  63. h2 {
  64. font-size:13px;
  65. text-align:center;
  66. line-height:100%;
  67. letter-spacing:-0.5px;
  68. color:{color:text};
  69. font-weight:bold;
  70. text-transform:uppercase;
  71. padding:5px;
  72. padding-bottom:2px;
  73. }
  74.  
  75. blockquote {
  76. border-left:1px solid #ccc;
  77. padding:6px;
  78. margin:9px 2px 0px 9px
  79. }
  80.  
  81. body {
  82. background:{color:background};
  83. background-attachment:fixed;
  84. background-image:url('http://i.imgur.com/qWmDNSo.jpg');
  85. background-repeat:no-repeat;
  86. background-position: bottom right;
  87. margin:0px;
  88. color:{color:text};
  89. font-family:'cambria';
  90. font-size:13px;
  91. line-height:100%;
  92. }
  93.  
  94. img {
  95. max-width: 100%;
  96. }
  97.  
  98. a {
  99. text-decoration:none;
  100. outline:none;
  101. -moz-outline-style:none;
  102. color:{color:link};
  103. -moz-transition-duration:0.5s;
  104. -webkit-transition-duration:0.5s;
  105. -o-transition-duration:0.5s;
  106. }
  107.  
  108. a:hover {
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link hover};
  112. }
  113.  
  114. img {
  115. border:none;
  116. }
  117.  
  118.  
  119. #post {
  120. width:400px;
  121. margin-top:40px;
  122. margin-bottom:100px;
  123. border-bottom:3px ridge {color:borders};
  124. padding-bottom:100px;
  125. }
  126.  
  127. #entries {
  128. padding:60px;
  129. width:400px;
  130. margin-left:182px;
  131. margin-top:30px;
  132. margin-bottom:0px;
  133. }
  134.  
  135. #line {
  136. width:400px;
  137. height:1px;
  138. margin-top:-6px;
  139. background-color:#e8e8e8;
  140. }
  141.  
  142.  
  143. #sidebar {
  144. color:{color:text};
  145. position:fixed;
  146. width:91px;
  147. height:auto;
  148. margin-top:20px;
  149. margin-left:100px;
  150. text-align:left;
  151. }
  152.  
  153. #sidebarimage img {
  154. width:60px;
  155. height:60px;
  156. border-radius:10px;
  157. margin-left:-50px;
  158. margin-bottom:5px;
  159. }
  160.  
  161. #links {
  162. display:block;
  163. position:fixed;
  164. font-family:'cambria';
  165. letter-spacing:1px;
  166. width:75px;
  167. margin-top:10px;
  168. margin-left:-60px;
  169. font-size:13px;
  170. text-transform:lowercase;
  171. font-style:italic;
  172. text-align:left;
  173. line-height:170%;
  174. -moz-transition-duration:.7s;
  175. -webkit-transition-duration:.7s;
  176. -o-transition-duration:.7s;
  177. }
  178.  
  179. #links a{
  180. display:block;
  181. line-height:110%;
  182. width:90px;
  183. border-left:1px solid #ccc;
  184. margin-top:10px;
  185. padding-left:5px;
  186. background:#060405;
  187. margin-left:6px;
  188. color:{color:link};
  189. }
  190.  
  191. #links a:hover {
  192. width:130px;
  193. border-left:25px solid #ccc;
  194. color:{color:link hover};
  195. -moz-transition-duration:.6s;
  196. -webkit-transition-duration:.6s;
  197. -o-transition-duration:.6s;
  198.  
  199. }
  200.  
  201. #description {
  202. width:150px;
  203. font-family: 'cambria';
  204. margin-bottom:8px;
  205. margin-top:20px;
  206. margin-left:-50px;
  207. word-spacing:2px;
  208. text-align:left;
  209. font-size:9px;
  210. color:{color:text};
  211. line-height:165%;
  212. }
  213.  
  214. #description a {
  215. color:#999;
  216. }
  217.  
  218. #description a:hover {
  219. color:#fff;
  220. }
  221.  
  222. .sidebartitle {
  223. width:190px;
  224. text-align:left;
  225. font-family:'cambria';
  226. line-height:100%;
  227. font-style:italic;
  228. margin-left:-50px;
  229. word-spacing:3px;
  230. font-size:16px;
  231. margin-top:20px;
  232. color:{color:sidebartitle};
  233. }
  234.  
  235. .sidebartitle a{
  236. color:{color:sidebartitle};}
  237.  
  238. #info {
  239. font-family:times;
  240. width:400px;
  241. margin-top:10px;
  242. padding-top:7px;
  243. font-size:9px;
  244. color:{color:text};
  245. word-spacing:1px;
  246. font-style:normal;
  247. text-align:left;
  248. -moz-transition-duration:0.2s;
  249. -webkit-transition-duration:0.2s;
  250. -o-transition-duration:0.2s;
  251. }
  252.  
  253. #info a {
  254. color:{color:link};
  255. font-style:normal;
  256. }
  257.  
  258. #info a:hover {
  259. color:{color:link hover};
  260. -moz-transition-duration:0.2s;
  261. -webkit-transition-duration:0.2s;
  262. -o-transition-duration:0.2s;
  263. }
  264.  
  265. .tags {
  266. font-family:'cambria';
  267. font-style:normal;
  268. width:400px;
  269. text-transform:normal;
  270. font-style:normal;
  271. line-height:120%;
  272. padding-top:3px;
  273. font-size:9px;
  274. text-align:left;
  275. -moz-transition-duration:0.5s;
  276. -webkit-transition-duration:0.5s;
  277. -o-transition-duration:0.5s;
  278. }
  279. .tags a{
  280. margin-right:3px;
  281. color:{color:link};
  282. -moz-transition-duration:0.2s;
  283. -webkit-transition-duration:0.2s;
  284. -o-transition-duration:0.2s;
  285. }
  286. .tags a:hover{
  287. color:{color:link hover};
  288. -moz-transition-duration:0.2s;
  289. -webkit-transition-duration:0.2s;
  290. -o-transition-duration:0.2s;
  291. }
  292.  
  293. .audio{
  294. background-color:#e5e5e5;
  295. height:65px;
  296. overflow:hidden;
  297. }
  298.  
  299. #chat {
  300. line-height:150%;list-style:none;}
  301.  
  302. .line.even {
  303. background:#ffffff;
  304. margin-bottom:3px;
  305. padding:5px;
  306. list-style:none;
  307. font-size:10px;}
  308.  
  309. .line.odd {
  310. background:#f7f7f7;
  311. margin-bottom:3px;
  312. padding:5px;
  313. list-style:none;
  314. font-size:10px;}
  315.  
  316. .label {
  317. padding-right:1px;
  318. text-transform:normal;
  319. font-weight:bold;
  320. color:{color:link};
  321. }
  322.  
  323. .question {
  324. padding:9px;
  325. text-align:left;
  326. text-transform:italic;
  327. color:{color:text};
  328. background-color: #f5f5f5;
  329. border-left:3px solid #e5e5e5;
  330. line-height:120%;
  331. }
  332.  
  333. .answer {
  334. text-align:left;
  335. padding:7px;
  336. color:{color:text};
  337. }
  338.  
  339. #credit {
  340. font-size:8px;
  341. font-style:italic;
  342. letter-spacing:1px;
  343. -moz-transition-duration:0.5s;
  344. -webkit-transition-duration:0.5s;
  345. -o-transition-duration:0.5s;
  346. }
  347.  
  348. #credit a {
  349. padding:5px;
  350. position:fixed;
  351. right:15px;
  352. bottom:10px
  353. }
  354.  
  355. #credit a:hover {
  356. color:{color:link hover};
  357. }
  358.  
  359. #credit {
  360. font-size:9px;
  361. font-family:cambria;
  362. font-style:italic;
  363. letter-spacing:1px;
  364. -moz-transition-duration:0.5s;
  365. -webkit-transition-duration:0.5s;
  366. -o-transition-duration:0.5s;
  367. }
  368.  
  369. #credit a {
  370. background-color:transparent;
  371. padding:5px;
  372. border:1px solid #000;
  373. position:fixed;
  374. right:15px;
  375. bottom:10px
  376. }
  377.  
  378. #credit a:hover {
  379. color:#fff;
  380. background-color:#191919;
  381. }
  382.  
  383.  
  384.  
  385. {CustomCSS}</style></head><body>
  386.  
  387.  
  388. <div id="sidebar">
  389.  
  390. <div id="sidebarimage">
  391. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  392.  
  393. <div class="sidebartitle"><a href="/">{text:sidebartitle}</a></div>
  394.  
  395.  
  396. <div id="description">
  397. {Description}</div>
  398. <div id="links">
  399. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" title="previous page">-</a>{/block:PreviousPage}{/block:Pagination}
  400. <a href="{text:link 1 url}">{text:link 1}</a>
  401. <a href="{text:link 2 url}">{text:link 2}</a>
  402. <a href="{text:link 3 url}">{text:link 3}</a>
  403. <a href="{text:link 4 url}">{text:link 4}</a>
  404. <a href="{text:link 5 url}">{text:link 5}</a>
  405. {block:Pagination}{block:NextPage}<a href="{NextPage}" title="next page">+</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  406. </div>
  407. <p></p><br><br><br>
  408.  
  409.  
  410. </div>
  411.  
  412. <div id="entries">{block:Posts}<div id="post">
  413.  
  414. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  415.  
  416. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  417.  
  418. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  421.  
  422. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  423.  
  424. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}{hw}
  425.  
  426.  
  427. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  428. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  429.  
  430. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  431.  
  432. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  433.  
  434. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}"><u>{month} &nbsp;{dayofmonth}</u></a>
  435. {/block:Date} &nbsp;&nbsp;&nbsp;({24Hour}:{Minutes})&nbsp;&nbsp;{block:NoteCount}&nbsp;&nbsp; ( <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  436. &nbsp;&nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} & <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  437. </div>
  438.  
  439.  
  440. {block:HasTags}
  441. <div class="tags">
  442. {block:Tags} <a href="{TagURL}"> <big>•</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  443. {/block:HasTags}
  444. <div class="postnote">
  445. {block:PostNotes}{PostNotes}{/block:PostNotes}
  446. </div>
  447. </div>
  448. {/block:Posts}
  449.  
  450.  
  451. </div>
  452. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  453.  
  454. </body>
  455.  
  456. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement