Advertisement
chezshay

theme 27 "adri"

Jul 25th, 2014
1,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.41 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.  
  3. <head>
  4.  
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!---@shayofrp --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:Hover" content="#f2f2f2"/>
  16. <meta name="color:Scrollbar" content="#000000"/>
  17. <meta name="color:ScrollbarBg" content="#ffffff"/>
  18. <meta name="color:Answer Backg" content="#000000"/>
  19. <meta name="color:Links" content="#000000"/>
  20. <meta name="color:Links Background" content="#000000"/>
  21. <meta name="color:Description Background" content="#000000"/>
  22. <meta name="color:Sidebar Background" content="#000000"/>
  23. <meta name="color:postbg" content="#ffffff"/>
  24. <meta name="color:Info Background" content="#ffffff"/>
  25. <meta name="image:background" content=""/>
  26. <meta name="image:icon" content=""/>
  27. <meta name="image:sidebar image" content="http://placehold.it/450x400"/>
  28. <meta name="text:Caption" content="">
  29. <meta name="text:Link 1" content="">
  30. <meta name="text:Link 1 URL" content="/">
  31. <meta name="text:Link 2" content="">
  32. <meta name="text:Link 2 URL" content="/">
  33. <meta name="text:Link 3" content="">
  34. <meta name="text:Link 3 URL" content="/">
  35. <meta name="text:Link 4" content="">
  36. <meta name="text:Link 4 URL" content="/">
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. ::-webkit-scrollbar-thumb {
  42. height:auto;
  43. background-color:{color:Scrollbar};
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. height:9px;
  48. width:2px;
  49. background-color:{color:ScrollbarBg};
  50. }
  51.  
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:trebuchet , sans-serif;
  58. font-size:11px;
  59. line-height:100%;
  60. letter-spacing:0px;
  61. background-image:url('{image:background}');
  62. background-attachment:fixed;
  63. }
  64.  
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:links};
  71. font-weight:bold;
  72. font-family:arial;
  73. }
  74.  
  75. pre{color:{color:background};
  76. font-family:'arial';
  77. padding:5px;
  78. width:90%;
  79. font-size:150%;
  80. border-left:2px solid {color:postbg};
  81. text-transform:lowercase;
  82. letter-spacing:-1px;
  83. background-color:{color:text};}
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. h1 {
  90. font-size:11px;
  91. color:{color:text};
  92. padding:10px;
  93. text-transform:uppercase;
  94. font-family:'arial';
  95. text-align:left;
  96. }
  97.  
  98. h1 a{background-color:{color:background};}
  99.  
  100. blockquote {border-left: solid 2px {color:links};
  101. background-color:{color:background};
  102. padding:5px;
  103. width:auto;
  104. }
  105.  
  106. a:hover {
  107. color:{color:postbg};
  108. -moz-transition-duration:0.3s;
  109. -webkit-transition-duration:0.3s;
  110. -o-transition-duration:0.3s;
  111. }
  112.  
  113. /*ENTRIES*/
  114.  
  115. #entries {
  116. width:500px;
  117. margin-left:660px;
  118. letter-spacing:0px;
  119. line-height:140%;
  120. margin-top:0px;
  121. z-index:9;
  122. font-size:11px;
  123. position:absolute;
  124. }
  125.  
  126. #post {
  127. width:500px;
  128. padding:30px;
  129. padding-top:10px;
  130. margin-top:10px;
  131. background-color:{color:postbg};
  132. }
  133.  
  134.  
  135. /*SIDEBAR*/
  136.  
  137.  
  138. #links{margin-top:475px;
  139. width:465px;
  140. margin-left:30px;
  141. display:block;
  142. z-index:99999;
  143. position:fixed;
  144. text-align:right;
  145. }
  146.  
  147. #links a{width:465px;
  148. padding:3px;
  149. text-transform:uppercase;
  150. font-weight:normal;
  151. font-family:arial;
  152. border-bottom: 2px solid {color:Info Background};
  153. letter-spacing:1px;
  154. margin-bottom:2px;
  155. display:inline-block;
  156. font-size:9px;
  157. background-color:{color:postbg};
  158. color:{color:Text};
  159. }
  160.  
  161. #links a:hover{background-color:{color:Description Background};}
  162.  
  163. #description{
  164. width:370px;
  165. margin-left:10px;
  166. background-color:{color:Description Background};
  167. background-image:url('{image:background}');
  168. padding:1px;
  169. font-size:9px;
  170. font-family:arial, sans-serif;
  171. color:{color:Text};
  172. font-family:'arial';
  173. padding:5px;
  174. margin-top:3px;
  175. height:90px;
  176. overflow:auto;
  177. }
  178.  
  179.  
  180. /*---------------*/
  181. /***** Oscar *****/
  182. /*---------------*/
  183.  
  184. .grid {
  185. overflow: hidden;
  186. width:500px;
  187. margin-top:100px;
  188. padding:20px;
  189. position:fixed;
  190. margin-left:-30px;
  191. list-style: none;
  192. text-align: left;
  193. }
  194.  
  195. /* Common style */
  196. .grid figure {
  197. position: relative;
  198. z-index: 1;
  199. display: inline-block;
  200. overflow: hidden;
  201. width: 450px;
  202. height: 320px;
  203. border: 10px solid {color:Links};
  204. text-align: center;
  205. cursor: pointer;
  206. }
  207.  
  208. .grid figure img {
  209. position: relative;
  210. display: block;
  211. min-height: 100%;
  212. opacity: 1;
  213. }
  214.  
  215. .grid figure figcaption {
  216. padding: 2em;
  217. color: {color:postbg};
  218. text-transform: uppercase;
  219. font-size: 1.25em;
  220. -webkit-backface-visibility: hidden;
  221. backface-visibility: hidden;
  222. }
  223.  
  224. .grid figure figcaption::before,
  225. .grid figure figcaption::after {
  226. pointer-events: none;
  227. }
  228.  
  229. .grid figure figcaption,
  230. .grid figure a {
  231. position: absolute;
  232. top: 0;
  233. left: 0;
  234. width: 100%;
  235. height: 100%;
  236. }
  237.  
  238. /* Anchor will cover the whole item by default */
  239. /* For some effects it will show as a button */
  240. .grid figure a {
  241. z-index: 1000;
  242. text-indent: 200%;
  243. white-space: nowrap;
  244. font-size: 0;
  245. opacity: 0;
  246. }
  247.  
  248. .grid figure h2 {
  249. word-spacing: -0.15em;
  250. font-weight: bold;
  251. font-size:25px;
  252. }
  253.  
  254. .grid figure h2 span {
  255. font-weight: 800;
  256. }
  257.  
  258. .grid figure h2,
  259. .grid figure p {
  260. margin: 0;
  261. }
  262.  
  263. .grid figure p {
  264. letter-spacing: 1px;
  265. width:300px;
  266. top:-200px;
  267. background-color:{color:background};
  268. margin-left:50px;
  269. font-size:9px;
  270. }
  271.  
  272.  
  273. figure.effect-zoe figcaption {
  274. top: auto;
  275. bottom: 0;
  276. padding: 1em;
  277. letter-spacing:-1px;
  278. height: 3.75em;
  279. background: {color:Links};
  280. color: {color:postbg};
  281. -webkit-transition: -webkit-transform 0.35s;
  282. transition: transform 0.35s;
  283. -webkit-transform: translate3d(0,100%,0);
  284. transform: translate3d(0,100%,0);
  285. }
  286.  
  287. figure.effect-zoe h2 {
  288. float: left;
  289. }
  290.  
  291. figure.effect-zoe figcaption > span {
  292. float: right;
  293. }
  294.  
  295. figure.effect-zoe p {
  296. position: absolute;
  297. padding: 2em;
  298. color: {color:text};
  299. text-transform: none;
  300. font-size:9px;
  301. opacity: 0;
  302. -webkit-transition: opacity 0.35s;
  303. transition: opacity 0.35s;
  304. }
  305.  
  306. figure.effect-zoe h2,
  307. figure.effect-zoe figcaption > span {
  308. -webkit-transition: -webkit-transform 0.35s;
  309. transition: transform 0.35s;
  310. -webkit-transform: translate3d(0,200%,0);
  311. transform: translate3d(0,200%,0);
  312. }
  313.  
  314. figure.effect-zoe figcaption > span::before {
  315. display: inline-block;
  316. padding: 8px 10px;
  317. font-family: 'feathericons';
  318. speak: none;
  319. -webkit-font-smoothing: antialiased;
  320. -moz-osx-font-smoothing: grayscale;
  321. }
  322.  
  323. .icon-eye::before {
  324. content: '\e000';
  325. }
  326.  
  327. .icon-paper-clip::before {
  328. content: '\e001';
  329. }
  330.  
  331. .icon-heart::before {
  332. content: '\e024';
  333. }
  334.  
  335. figure.effect-zoe h2 {
  336. display: inline-block;
  337. }
  338.  
  339. figure.effect-zoe:hover p {
  340. opacity: 1;
  341. }
  342.  
  343. figure.effect-zoe:hover figcaption,
  344. figure.effect-zoe:hover h2,
  345. figure.effect-zoe:hover figcaption > span {
  346. -webkit-transform: translate3d(0,0,0);
  347. transform: translate3d(0,0,0);
  348. }
  349.  
  350. figure.effect-zoe:hover h2 {
  351. -webkit-transition-delay: 0.05s;
  352. transition-delay: 0.05s;
  353. }
  354.  
  355. figure.effect-zoe:hover figcaption > span:nth-child(4) {
  356. -webkit-transition-delay: 0.1s;
  357. transition-delay: 0.1s;
  358. }
  359.  
  360. figure.effect-zoe:hover figcaption > span:nth-child(3) {
  361. -webkit-transition-delay: 0.15s;
  362. transition-delay: 0.15s;
  363. }
  364.  
  365. figure.effect-zoe:hover figcaption > span:nth-child(2) {
  366. -webkit-transition-delay: 0.2s;
  367. transition-delay: 0.2s;
  368. }
  369.  
  370.  
  371. /*POST INFO*/
  372.  
  373. #info {
  374. width:550px;
  375. text-align:left;
  376. font-family:arial;
  377. text-transform:lowercase;
  378. margin-left:-30px;
  379. font-size:9px;
  380. margin-top:10px;
  381. margin-bottom:-30px;
  382. font-style:none;
  383. padding:5px;
  384. line-height:10px;
  385. background-color:{color:Info Background};
  386. color:{color:Text};
  387. }
  388.  
  389. #info a {
  390. text-align:center;
  391. font-family:arial;
  392. color:{color:Text};
  393. }
  394.  
  395. .right{float:right}
  396.  
  397.  
  398. /*SIDELINKS*/
  399. #leftsidebar{height:100%;
  400. margin-left:510px;
  401. text-align:center;
  402. position:fixed;
  403. background-color:{color:sidebar background};
  404. width:140px;
  405. }
  406.  
  407. #leftsidebar img{margin-top:200px;
  408. border:solid 10px {color:postbg};
  409. }
  410.  
  411. #leftsidebar p{width:72%;
  412. font-size:8px;
  413. background-color:{color:postbg};
  414. color:{color:background};
  415. padding:10px;
  416. }
  417.  
  418. .links {
  419. padding:5px;
  420. padding-bottom:6px;
  421. line-height:150%;
  422. z-index:10000000000000000;
  423. text-align:center;
  424. font-size:8px;
  425. letter-spacing:2px;
  426. opacity:1;
  427. position:fixed;
  428. font-family:'arial';
  429. position:absolute;
  430. text-transform:uppercase;
  431. text-align:center;}
  432.  
  433. .links a{
  434. z-index:10000000000000000;
  435. margin-left:10px;
  436. padding:5px;
  437. display:inline-block;
  438. }
  439.  
  440. .links a:hover{
  441. color:{color:postbg};
  442. -moz-transition-duration:.2s;
  443. -webkit-transition-duration:.2s;
  444. -o-transition-duration:.2s;
  445. background-color:{color:Links Background};
  446. }
  447.  
  448.  
  449. /*QUESTION*/
  450.  
  451. #asker {
  452. color:{color:text};
  453. padding:15px;
  454. font-family:'arial';
  455. font-size:12px;
  456. letter-spacing:0px;
  457. text-align:right;
  458. margin-top:0px;
  459. text-transform:lowercase;
  460. line-height:100%;
  461. background-color:{color:Answer backg};
  462. }
  463.  
  464. #asker a{color:{color:postbg};}
  465.  
  466. #url{color:{color:text};
  467. padding:4px;
  468. font-family:'arial';
  469. font-size:12px;
  470. font-weight:bold;
  471. text-align:left;
  472. margin-top:0px;
  473. text-transform:lowercase;
  474. line-height:100%;
  475. background-color:{color:info background};
  476. }
  477.  
  478. #url a{color:{color:Background}}
  479.  
  480. #pagination {
  481. font-size:7px;
  482. letter-spacing:5px;
  483. text-transform:uppercase;
  484. text-align:center;
  485. z-index:99999999;
  486. color:{color:Content Background};
  487. }
  488.  
  489. #pagination a{color:{color:postbg};
  490. padding:5px;
  491. text-align:center;
  492. }
  493.  
  494.  
  495.  
  496. /*CREDIT*/
  497.  
  498. #cred {
  499. position:fixed;
  500. font-family:'arial';
  501. text-transform:uppercase;
  502. font-size:8px;
  503. right:9px;
  504. color:{color:text};
  505. z-index:9999;
  506. bottom:9px;
  507. padding:5px;
  508. background-color:{color:postbg};
  509. letter-spacing:1px;
  510. }
  511.  
  512. #cred a{color:{color:text};}
  513.  
  514. {CustomCSS}</style></head><body>
  515. <div class="grid">
  516. <figure class="effect-zoe">
  517. <img src="{image:sidebar image}"/>
  518. <figcaption>
  519. <h2>{title}</h2>
  520. <p>{description}
  521.  
  522. </figcaption>
  523. </figure>
  524. </div>
  525.  
  526. <div id="links">
  527. <a href="{text:link 1 url}">{text:link 1}</a>
  528. <a href="{text:link 2 url}">{text:link 2}</a>
  529. <a href="{text:link 3 url}">{text:link 3}</a>
  530. <a href="{text:link 4 url}">{text:link 4}</a></div>
  531.  
  532. <div id="leftsidebar"> <br><br>
  533. <div align=center><img src="{image:icon}">
  534. <p>{text:caption}</p>
  535. <div align=center><div id="pagination">
  536. {block:Pagination}
  537. {block:PreviousPage}
  538. <a href="{PreviousPage}"> past</a>
  539. {/block:PreviousPage}
  540.  
  541. {block:NextPage}
  542. <a href="{NextPage}">next</a>
  543. {/block:NextPage}
  544. </div>
  545. {/block:Pagination}
  546. </div></div>
  547. </div></div>
  548. <div id="entries">
  549. {block:Posts}
  550. <div id="post">
  551.  
  552. {block:Text}
  553. <h1>{block:Title}{Title}{/block:Title}</h1>
  554. {Body}{/block:Text}
  555.  
  556. <br>{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  557. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  558.  
  559. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  560. {/block:Caption}{/block:Photoset}
  561.  
  562. {block:Quote}<h2>"{Quote}"</h2>
  563. {block:Source}<div class="qsource"> —{Source}</div>
  564. {/block:Source}{/block:Quote}
  565.  
  566. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  567.  
  568. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  569.  
  570. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  571. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  572. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  573. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  574. {/block:Audio}<br>
  575.  
  576. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  577.  
  578. {block:Answer}<div id="asker">{Question}</div> <div id="url">{Asker}</div>{Answer}{/block:Answer}
  579.  
  580. <div id="info">
  581. <div id="permalink">
  582. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
  583.  
  584. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>
  585.  
  586.  
  587. </div>{/block:Posts}{/block:Posts}</div></div></div></div>
  588.  
  589. <div id="cred">
  590. <a href="http://shayofrp.tumblr.com/">SHAYOFRP</a>
  591. </div>
  592.  
  593. </body>
  594. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement