Advertisement
Guest User

valentina's theme

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