Advertisement
empressofrps

Theme 1: "Ice"

Sep 13th, 2014
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.69 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <!----
  4. THEME 1 "ICE" BY EMPRESSOFRPS.TUMBLR.COM
  5.  
  6. You can edit this as much as you want, but please do not use it as a base code, steal it, or post your edit for redristribution.
  7. -->
  8.  
  9. <head>
  10.  
  11.  
  12. <!-- this allows for most features to work, such as if you want to add in infinite scrolling -->
  13. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  14.  
  15.  
  16.  
  17. <title>{title}</title>
  18. <link rel="shortcut icon" href="{Favicon}" />
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="Description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <!-- ------ DEFAULT VARIABLES ------ -->
  24.  
  25. <meta name="color:Background" content="#e4e4e4" />
  26. <meta name="color:Pagination" content="#e4e4e4" />
  27. <meta name="color:Q and Answer" content="#e4e4e4" />
  28. <meta name="color:Border and Pre BG" content="#e4e4e4" />
  29. <meta name="color:Post Background" content="#faf9f8" />
  30. <meta name="color:Description" content="#faf9f8" />
  31. <meta name="color:Description Text" content="#faf9f8" />
  32. <meta name="color:Description Border" content="#faf9f8" />
  33. <meta name="color:Link BG" content="#faf9f8" />
  34. <meta name="color:Sidebar BG" content="#faf9f8" />
  35. <meta name="color:Post Info BG" content="#faf9f8" />
  36. <meta name="color:Ask BG" content="#faf9f8" />
  37.  
  38. <meta name="color:Scrollbar" content="#a4cddf" />
  39. <meta name="color:Scrollbar Background" content="#faf9f8" />
  40.  
  41. <meta name="color:Title" content="#3e819e" />
  42.  
  43. <meta name="color:Text" content="#657474" />
  44. <meta name="color:Bold" content="#2eb4ee" />
  45. <meta name="color:Link" content="#218bb8" />
  46. <meta name="color:Link Hover" content="#1b4456" />
  47. <meta name="color:Italic" content="#89a3ae" />
  48.  
  49. <meta name="image:Background" content="" />
  50. <meta name="image:sidebar" content="" />
  51.  
  52.  
  53. <meta name="if:ShowCaption" content="1" />
  54.  
  55. <meta name="font:Body Font" content="Gibson">
  56.  
  57. <style type="text/css">
  58.  
  59. #bite
  60. #bite a{
  61. display:block
  62. }
  63. #bite .death {
  64. margin-right:0px;filter: alpha(opacity = 0);
  65. opacity:0;-webkit-transition: all 0.5s ease-out;
  66. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  67. }
  68.  
  69. #bite:hover .death {
  70. margin-left:0px;
  71.  
  72. -webkit-transition: all 0.8s ease-out;
  73. -moz-transition: all 0.8s ease-out;
  74. transition: all 0.8s ease-out;
  75. filter: alpha(opacity = 100);
  76. filter: alpha(opacity = 100);
  77. opacity:8;
  78. }
  79.  
  80. /* -------------- SCROLLBAR --------------- */
  81.  
  82. ::-webkit-scrollbar-thumb {
  83. height:10px;
  84. background-color:{color:Scrollbar};
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. height:9px;
  89. width:10px;
  90. background-color:{color:Scrollbar Background};
  91. }
  92. }
  93.  
  94. /* -------------- CONTENT --------------- */
  95.  
  96. img {display:block;}
  97.  
  98. body{
  99. color:{color:Text};
  100. font-family:{font:Body Font};
  101. font-size: 12px;
  102. line-height:120%;
  103. overflow-x:hidden;
  104. width:150%;
  105. background-color: {color:Background};
  106. background-image: url('{image:Background}');
  107. background-attachment: fixed;
  108.  
  109. }
  110.  
  111. a{
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color: {color:Link};
  116. }
  117.  
  118. a:hover{color: {color:Link Hover};}
  119.  
  120. b, strong{color: {color:Bold};}
  121.  
  122. i, em{color: {color:Italic};}
  123.  
  124. blockquote {
  125. padding-left: 3px;
  126. padding-right: 1px;
  127. margin-left: 20px;
  128. border-left:3px solid;
  129. }
  130.  
  131. pre{
  132. font-size:12px;
  133. padding:10px;
  134. background-color:{color:Border and Pre BG};
  135.  
  136. white-space: pre-wrap; /* css-3 */
  137. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  138. white-space: -pre-wrap; /* Opera 4-6 */
  139. white-space: -o-pre-wrap; /* Opera 7 */
  140. word-wrap: break-word; /* Internet Explorer 5.5+ */
  141. }
  142.  
  143. #content img{display: block; max-width: 100%;}
  144.  
  145. #content{
  146. height:auto;
  147. text-align:left;
  148. position:absolute;
  149. padding:50px;
  150. left:400px;
  151. top:0px;
  152. }
  153.  
  154. /* -------------- POST TITLE --------------- */
  155. px
  156. .title{
  157. padding:5px;
  158.  
  159. font-size: 16px;
  160. font-weight:bold;
  161. text-transform:uppercase;
  162. line-height: 100%;
  163. letter-spacing: 1px;
  164. text-align:center;
  165. background-color: {color:Background};
  166. }
  167. .title a{
  168. width:400px;
  169. height: 30px;
  170. }
  171.  
  172. /* -------------- POST QUESTON/ANSWER --------------- */
  173.  
  174. .qAuthor, .aAuthor{
  175. background-color:{color:Ask BG};
  176. width:462px;
  177. margin-left:0px;
  178. text-transform:uppercase;
  179. text-align:center;
  180. letter-spacing:3px;
  181. font-size:13px;
  182. padding:19px;
  183.  
  184. }
  185.  
  186. .q{
  187. padding:10px;
  188. text-align:center;
  189. margin-bottom:20px;
  190. background-color:{color:Q and Answer}};
  191. }
  192.  
  193. .a{
  194. text-align:left;
  195. padding:10px;
  196.  
  197. }
  198.  
  199. .yourAnswer{
  200. padding:40px;
  201. background-color:{color:Q and Answer};
  202. }
  203.  
  204. /* -------------- POST CHAT LOGS --------------- */
  205.  
  206. .chat .chat1 {margin-left: 0px;}
  207.  
  208. .chat .chat1 .chat2 {
  209. margin-bottom: 1px;
  210. padding: 5px;
  211. }
  212.  
  213. .chat .chat1 .chat2 span{
  214. font-weight: bold;
  215. text-transform: uppercase;
  216. }
  217.  
  218. /* -------------- POST LINK --------------- */
  219.  
  220. .link{
  221. font-size: 20px;
  222. letter-spacing:1px;
  223. padding:20px;
  224. text-align:center;
  225. margin-bottom:10px;
  226. }
  227.  
  228. /* -------------- POST QUOTE --------------- */
  229.  
  230. .quote{
  231. font-size:30px;
  232. line-height:120%;
  233. font-weight:bold;
  234. font-style:italic;
  235. }
  236.  
  237. /* -------------- POST NOTES --------------- */
  238.  
  239. ol.notes{
  240. padding: 0px;
  241. margin-top: 10px;
  242. list-style-type: none;
  243. width: 395px;
  244. letter-spacing: 1px;
  245. font-size:10px;
  246. }
  247.  
  248. ol.notes li.note {
  249. text-align: left;
  250. letter-spacing: 1px;
  251. padding: 5px;
  252. }
  253.  
  254. ol.notes li.note img.avatar{
  255. display: none !important;
  256. }
  257.  
  258.  
  259. /* -------------- POSTS --------------- */
  260.  
  261. .post{
  262. overflow:hidden;
  263. font-family: courier new;
  264. background-color: {color:Post Background};
  265. background-image: url('{image:PostBgImage}');
  266. padding-top:10px;
  267. padding:30px;
  268. width: 500px;
  269. margin-left: 250px;
  270.  
  271.  
  272.  
  273.  
  274. }
  275.  
  276. /* -------------- PERMALINK/TAGS--------------- */
  277.  
  278. .perma{
  279. width:550px;
  280. text-align:center;
  281. margin-left:-30px;
  282. font-family:courier new;
  283. font-size:11px;
  284. padding:10px;
  285. color:{color:Text};
  286. line-height:20px;
  287. margin-top:10px;
  288. margin-bottom:-35px;
  289. background-color:{color:Post Info BG};
  290.  
  291.  
  292. }
  293.  
  294. .theTags{
  295. text-transform:uppercase;
  296. letter-spacing:2px;
  297. width:540px;
  298. text-align:right;
  299. margin-left:250px;
  300. font-size:8px;
  301. margin-top:-10px;
  302. background-image: url('{image:PostBgImage}');
  303. padding: 10px;
  304. overflow:hidden;
  305. }
  306.  
  307. .permaPageInfo{
  308. background-color: {color:Post Info BG};
  309. background-image: url('{image:PostBgImage}');
  310. padding:10px;
  311. width:540px;
  312. position:relative;
  313. margin-left:250px;
  314. margin-top:0px;
  315. }
  316.  
  317. /* -------------- SIDEBAR --------------- */
  318.  
  319. #sidebar{
  320. width:450px;
  321. height: 450;
  322. position:fixed;
  323. top:150px;
  324. left:110px;
  325.  
  326.  
  327.  
  328. }
  329.  
  330. #sidebar img {
  331. width:450px;
  332.  
  333. }
  334.  
  335. /* -------------- TITLE --------------- */
  336.  
  337. #ttle {
  338.  
  339. font-size:90px;
  340. font-family:freestyle script;
  341. color:{color:Title};
  342. margin-top: -60px;
  343. position: absolute;
  344. width: 400px;
  345. height: 20px;
  346. margin-left: 65px;
  347. font-style:italic;
  348.  
  349. }
  350.  
  351. /*--------- PAGINATION -----------------*/
  352.  
  353. .pagination{
  354. margin-top:40px;
  355. font-size:50px;
  356. font-weight:bold;
  357. text-align:center;
  358. position:fixed;
  359. margin-left: 130px;
  360. height:30px;
  361. width: 30px;
  362. color:{color:Text};
  363. }
  364. .pagination a{
  365. display:inline-block;
  366. margin:0px 2px;
  367. color:{color:Pagination};
  368. padding:5px;
  369. font-weight:bold;
  370.  
  371. }
  372.  
  373. .pagination .g{
  374. display:inline-block;
  375. margin:0px 2px;
  376.  
  377. line-height:100%;
  378. padding:7px;
  379. }
  380.  
  381. .pagination a:hover{opacity:0.7;}
  382.  
  383. /* -------------- DESCRIPTION --------------- */
  384.  
  385. #description{
  386. line-height:200%;
  387. letter-spacing:1px;
  388. margin-top:300px;
  389. margin-left: 90px;
  390. position:fixed;
  391. width: 250px;
  392. overflow:auto;
  393. height: 100px;
  394. text-align:center;
  395. color:{color:Description Text};
  396. background-color:{color:Description};
  397.  
  398. }
  399.  
  400. /* -------------- LINKS --------------- */
  401.  
  402. #links{
  403. position:fixed;
  404. margin-top:260px;
  405. width:500px;
  406. margin-left: 35px;
  407.  
  408.  
  409. }
  410.  
  411. #links a{
  412. color:{color:Links};
  413. background-color:{color:Link BG};
  414. display:inline-block;
  415. padding:5px 5px;
  416. text-transform:lowercase;
  417. font-family:'courier new';
  418. text-align:center;
  419. margin-bottom:5px;
  420. width:80px;
  421. }
  422.  
  423. /*CREDIT*/
  424.  
  425. #cred {
  426. position:fixed;
  427. font-family:'arial';
  428. font-weight: bold;
  429. text-transform:lowercase;
  430. font-size:12px;
  431. background-color:{color:Post Background};
  432. width: 65px;
  433. height:3px;
  434. bottom:5px;
  435. right:5px;
  436. line-height:50%;
  437. border-radius:10px;
  438. padding:10px;
  439.  
  440. }
  441.  
  442. #cred a {
  443. color:{color:Text};
  444. }
  445.  
  446.  
  447. /* -------------- CUSTOM CSS --------------- */
  448.  
  449. {CustomCSS}
  450.  
  451. </style>
  452.  
  453.  
  454. </head>
  455. <body>
  456.  
  457. <!-- SIDEBAR -->
  458.  
  459. <div id="bite"><div id="sidebar">
  460. <div id="sidebar"><img src="{image:sidebar}"></div>
  461. <div id="ttle">{Title}</div>
  462. <div class="death"><div id="description">{Description}</div>
  463.  
  464. <!-- LINKS -->
  465.  
  466. {block:Links}{links}{/block:links}
  467. <div class="death"><div id="links">
  468. <a href="/">Refresh</a>
  469. <a href="/ask" title="ask">Message</a>
  470. <a href="/nav" title="nav">Navigate</a>
  471. <a href="/submit" title="submit">Submit</a>
  472. </div></div>
  473.  
  474.  
  475.  
  476.  
  477. </div>
  478. {block:HasPages}{block:Pages}<a href="{URL}" id="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
  479. </div>
  480.  
  481. <!-- PAGINATION -->
  482.  
  483. {block:IndexPage}
  484. {block:Pagination}{Pagination}{/block:Pagination}
  485. <div class="pagination">
  486. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}
  487. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  488. </div>
  489.  
  490. </div>
  491. {/block:IndexPage}
  492. </div>
  493.  
  494. <!-- POSTS -->
  495.  
  496. <div id="content">
  497. <div class = "autopagerize_page_element" >{block:Posts}
  498. <div class="post">
  499.  
  500. <!-- POST TITLE -->
  501.  
  502. {block:Title}<div class="title">{Title}</div>{/block:Title}
  503.  
  504. <!-- TEXT POSTS -->
  505.  
  506. {block:Text}{Body}{/block:Text}
  507.  
  508. <!-- PHOTO POSTS -->
  509.  
  510. {block:Photo}
  511. {LinkOpenTag}
  512. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500" /></a>
  513. {LinkCloseTag}
  514. {/block:Photo}
  515.  
  516. {block:Panorama}
  517. {LinkOpenTag}
  518. <a href="{permalink}"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></a>
  519. {LinkCloseTag}
  520. {/block:Panorama}
  521.  
  522. {block:Photoset}
  523. {Photoset-500}
  524. {/block:Photoset}
  525.  
  526. <!-- QUOTE POSTS -->
  527.  
  528. {block:Quote}
  529. <p><span class="quote">{Quote}</span></p>
  530. <p>{block:Source}-{Source}{/block:Source}</p>
  531. {/block:Quote}
  532.  
  533. <!-- video POSTS -->
  534.  
  535. {block:Video}
  536. {Video-500}<br>
  537. {PlayCountWithLabel}
  538. {/block:Video}
  539.  
  540. <!-- LINK POSTS -->
  541.  
  542. {block:Link}
  543. <div style="padding:5px;">
  544. <div class="link">
  545. <a href="{URL}" {Target}>{Name} </a>
  546. </div><br>
  547. {block:Description}{Description}{/block:Description}
  548. </div>
  549. {/block:Link}
  550.  
  551. <!-- CHAT POSTS -->
  552.  
  553. {block:Chat}
  554. <div class="chat">
  555. <div class="chat1">
  556. {block:Lines}
  557.  
  558. <div class="chat2 {Alt}">
  559. {block:Label}<b>{Label}</b>
  560. {/block:Label}{Line}
  561.  
  562. </div>{/block:Lines}
  563. </div>
  564. </div>
  565. {/block:Chat}
  566.  
  567. <!-- AUDIO POSTS -->
  568.  
  569. {block:Audio}
  570. {block:AudioEmbed}
  571. {AudioEmbed-500}
  572. {/block:AudioEmbed}
  573. {/block:Audio}
  574.  
  575. <!-- ASK -->
  576.  
  577. {block:Answer}
  578. <div class="qAuthor">{Asker} whispered:</div>
  579. <div class="q">{Question}</div>
  580. {block:Answerer}
  581. <div class="aAuthor">{Answerer}</div>
  582. {/block:Answerer}
  583. <div class="a">{Answer}</div>
  584. {/block:Answer}
  585.  
  586.  
  587. {block:ifShowCaption}
  588. {block:Caption}{Caption}{/block:Caption}
  589. {/block:ifShowCaption}
  590.  
  591. {block:PermalinkPage}
  592. {block:ifNotShowCaption}
  593. {block:Caption}{Caption}{/block:Caption}
  594. {/block:ifNotShowCaption}
  595. {/block:PermalinkPage}
  596. {block:IndexPage}
  597.  
  598. <!-- POST INFORMATION/PERMALINK -->
  599.  
  600. <div class="perma">
  601. {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
  602. {block:NotReblog}Posted{/block:NotReblog}
  603. <a href="{Permalink}"> {/block:Date} | <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}, {ShortYear}</a>
  604. {block:NoteCount} | with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  605. </div>
  606.  
  607. {/block:IndexPage}
  608. </div>
  609.  
  610. <!-- END POSTS -->
  611.  
  612. {block:IndexPage}
  613.  
  614. <!-- TAGS -->
  615.  
  616. {block:HasTags}
  617. <div class="theTags">
  618. {block:Tags}
  619. <a href="{TagURL}">#{Tag}&nbsp;</a></span>
  620. {/block:Tags}
  621. </div>
  622.  
  623. {/block:HasTags}
  624.  
  625. {/block:IndexPage}
  626.  
  627.  
  628.  
  629. {block:PostNotes}
  630. {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes} </div>{/block:PostNotes}
  631. {/block:Posts}</div></div></div>
  632. </div>
  633. {/block:PostNotes}
  634. {/block:PermalinkPage}
  635. <div style="margin-bottom:40px;"><br /></div>
  636. {/block:Posts}</div></div>
  637.  
  638. <!-- DON'T TOUCH MY CREDIT -->
  639.  
  640. <div id="cred">
  641. <a href="http://empressofrps.tumblr.com/" title="THEME 1 'ICE' EMPRESSOFRPS">EMPRESSUS</a>
  642. </div>
  643. </div>
  644.  
  645.  
  646. </body>
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement