Advertisement
celinasthemes

theme 020 submissive

Oct 8th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 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.  
  4. <head>
  5. </style>
  6.  
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!---- Theme 20 "Submissive" by themesbycelina.
  14. ★ Please don't remove the credit
  15. ★ Don't steal or/and claim as your own or I'm getting angry
  16. ★ Edit it for your personal use as much as you want
  17. ★ If you want to release an edited version of this theme, pls message me first okay.
  18. ★ Don't forget ily when you follow the rules.
  19. --->
  20.  
  21.  
  22.  
  23. <!--META NAMES-->
  24.  
  25. <meta name="color:txt" content="#666666"/>
  26. <meta name="color:links" content="#6f6e6e"/>
  27. <meta name="color:hover" content="#fafafa"/>
  28.  
  29. <meta name="color:bg" content="#ffffff">
  30. <meta name="color:post bg" content="#ffffff">
  31. <meta name="color:links bg" content="#AAAAAA">
  32. <meta name="color:infobg" content="#ffffff">
  33. <meta name="color:border" content="#ffffff">
  34. <meta name="color:scrollbar" content="#AAAAAA">
  35. <meta name="color:sbbg" content="#AAAAAA">
  36. <meta name="color:accent" content="#AAAAAA">
  37. <meta name="color:scrollbarbg" content="#ffffff">
  38.  
  39. <meta name="image:bg" content=""/>
  40. <meta name="image:sb1" content=""/>
  41. <meta name="image:link1" content=""/>
  42. <meta name="image:link2" content=""/>
  43. <meta name="image:link3" content=""/>
  44.  
  45.  
  46. <meta name="text:link1" content="link1">
  47. <meta name="text:link2" content="link2">
  48. <meta name="text:link3" content="link3">
  49. <meta name="text:link1 url" content="/">
  50. <meta name="text:link2 url" content="/">
  51. <meta name="text:link3 url" content="/">
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60.  
  61.  
  62. }
  63.  
  64. ::-webkit-scrollbar-thumb {
  65. height:auto;
  66. background-color:{color:Scrollbar};
  67.  
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. height:9px;
  72. width:4px;
  73. background-color:{color:ScrollbarBg};
  74.  
  75. }
  76.  
  77. body {
  78. background-color:{color:bg};
  79. background-image:url('{image:bg}');
  80. background-attachment: fixed;
  81. background-repeat: repeat;
  82. font-family:arial;
  83. font-size:14px;
  84. text-align:justify;
  85. color:{color:txt};
  86. margin:0;
  87. -webkit-background-size: cover;
  88. -moz-background-size: cover;
  89. -o-background-size: cover;
  90. background-size: cover;
  91.  
  92. }
  93.  
  94. a {
  95. color:{color:links};
  96. text-decoration:none;
  97. -moz-outline-style:none;
  98.  
  99. }
  100.  
  101. a:hover {
  102. color:{color:hover};
  103. -webkit-transition: all 0.4s ease-in-out;
  104. -moz-transition: all 0.4s ease-in-out;
  105. -o-transition: all 0.4s ease-in-out;
  106. -ms-transition: all 0.4s ease-in-out;
  107. transition: all 0.4s ease-in-out;
  108.  
  109. }
  110.  
  111. img {
  112. border:none;
  113.  
  114. }
  115.  
  116. blockquote {
  117. padding-left:5px;
  118. border-left:2px solid;
  119. margin:5px;
  120.  
  121. }
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. margin:5px;
  127.  
  128. }
  129.  
  130. /*DESC*/
  131.  
  132. #desc {
  133. width:270px;
  134. height:79px;
  135. position:fixed;
  136. padding-top:10px;
  137. padding-bottom:10px;
  138. padding-left:10px;
  139. padding-right:10px;
  140. top:538px;
  141. margin-left:140px;
  142. font-size:13px;
  143. text-align:center;
  144. letter-spacing:1%;
  145. background-color:{color:post bg};
  146. z-index:9999;
  147. opacity:1;
  148. overflow:auto;
  149.  
  150. }
  151.  
  152.  
  153. /*PAGINAITON*/
  154.  
  155. #pagi {
  156. font-size:13px;
  157. text-transform:lowercase;
  158. letter-spacing:3px;
  159. font-style:italic;
  160. position:fixed;
  161. text-align:center;
  162. margin-left:442px;
  163. margin-top:615px;
  164. padding-top:3px;
  165. padding-bottom:3px;
  166. width:115px;
  167. color:{color:links};
  168. background-color:{color:links bg};
  169. z-index:999;
  170. opacity:1;
  171. font-family:arial;
  172.  
  173.  
  174. }
  175.  
  176. #pagi a {
  177. color:{color:links};
  178.  
  179. }
  180.  
  181. #pagi a:hover{
  182. color:{color:hover};
  183. -moz-transition-duration:0.3s;
  184. -webkit-transition-duration:0.3s;
  185. -o-transition-duration:0.3s;
  186.  
  187. }
  188.  
  189. /*IMAGES*/
  190.  
  191.  
  192. #sb1 {
  193. position:fixed;
  194. width:417px;
  195. height:473px;
  196. top:62px;
  197. margin-left:140px;
  198. z-index:999;
  199.  
  200.  
  201. }
  202.  
  203. #sb3 {
  204. position:fixed;
  205. background:{color:sbbg};
  206. width:458px;
  207. height:700px;
  208. top:-5px;
  209. margin-left:115px;
  210. border:5px solid {color:border};
  211. opacity:1;
  212. z-index:99;
  213.  
  214. }
  215.  
  216. #accent {
  217. position:fixed;
  218. background:{color:accent};
  219. width:417px;
  220. height:50px;
  221. top:10px;
  222. margin-left:140px;
  223. z-index:999;
  224.  
  225. }
  226.  
  227. #sb4 {
  228. position:fixed;
  229. background:{color:accent};
  230. width:417px;
  231. height:50px;
  232. top:640px;
  233. margin-left:140px;
  234. z-index:999;
  235.  
  236. }
  237.  
  238. /*LINKS*/
  239.  
  240. #links{
  241. font-size:13px;
  242. text-align:center;
  243. position:fixed;
  244. line-height:60%;
  245. font-family:arial;
  246. margin-left:442px;
  247. margin-top:538px;
  248. width:117px;
  249. z-index:9999;
  250.  
  251. }
  252.  
  253. #links a{
  254. opacity:1;
  255. display:inline-block;
  256. color:{color:sblinks};
  257. background-color:{color:links bg};
  258. width:115px;
  259. height:10px;
  260. padding-top:6px;
  261. display:block;
  262. padding-bottom:3px;
  263. transition-duration: 0.5s;
  264. -moz-transition-duration: 0.5s;
  265. -webkit-transition-duration: 0.5s;
  266. -o-transition-duration: 0.5s;
  267.  
  268. }
  269.  
  270. #links a:hover{
  271. color:{color:hover};
  272. -moz-transition-duration:0.3s;
  273. -webkit-transition-duration:0.3s;
  274. -o-transition-duration:0.3s;
  275. -webkit-transition-delay:0.1s;
  276.  
  277.  
  278.  
  279.  
  280. }
  281.  
  282.  
  283. /*ENTRIES*/
  284.  
  285. #container{
  286. width:500px;
  287. margin-left:-20px;
  288. margin-top:50px;
  289. position:absolute;
  290. z-index:0;
  291.  
  292. }
  293.  
  294. #post{
  295. padding:15px;
  296. width:500px;
  297. background-color:{color:post bg};
  298. overflow:hidden;
  299. outline:4px solid {color:border};
  300. margin-bottom:20px;
  301. margin-left:700px;
  302. float:left;
  303. z-index:9999;
  304.  
  305. }
  306.  
  307.  
  308. /*POST INFO*/
  309.  
  310. #info {
  311. width:490px;
  312. text-align:center;
  313. font-family:arial;
  314. font-size:10px;
  315. padding:5px;
  316. color:{color:text};
  317. line-height:10px;
  318. background-color:{color:infobg};
  319. margin-top:5px;
  320. margin-bottom:5px;
  321.  
  322. }
  323.  
  324. #info a{
  325. color:{color:infolinks};
  326.  
  327. }
  328.  
  329. #info a:hover{
  330. color:{color:links};
  331.  
  332. }
  333.  
  334. #tags{
  335. width:490px;
  336. padding:5px;
  337. margin-top:-3px;
  338. margin-left:-5px;
  339. float:left;
  340. text-align:left;
  341. font-size:10px;
  342. opacity:1;
  343. color:{color:txt};
  344. background-color:{color:infobg};
  345. transition-duration: 0.5s;
  346. -moz-transition-duration: 0.5s;
  347. -webkit-transition-duration: 0.5s;
  348. -o-transition-duration: 0.5s
  349.  
  350. }
  351.  
  352. #tags a {
  353. display:inline-block;
  354. {color:infolinks};
  355. font-size:11px;
  356. text-align:center;
  357. text-decoration:none;
  358.  
  359. }
  360.  
  361. #notes{
  362. font-size:9px;
  363. text-transform:uppercase;
  364.  
  365. }
  366.  
  367.  
  368. /*ASKS*/
  369.  
  370. #asks {
  371. font-size:11px;
  372. text-align:left;
  373. padding:5px;
  374. margin-top:0px;
  375. background-color:{color:infobg}
  376.  
  377. }
  378.  
  379.  
  380. /*CREDIT-- Just leave this please*/
  381.  
  382. #c{
  383. float:right;
  384. position:fixed;
  385. bottom:5px;
  386. right:5px;
  387. padding:5px;
  388. font-size:12px;
  389. text-transform:uppercase;
  390. background-color:{color:post bg};
  391. border:1px solid {color:border};
  392.  
  393. }
  394.  
  395. #maker a{
  396. color:{color:links};
  397.  
  398. }
  399.  
  400.  
  401. {CustomCSS}
  402.  
  403. </style></head>
  404.  
  405.  
  406. <body>
  407.  
  408.  
  409. <div id="sidebar">
  410. <div id="sb1"><img src="{image:sb1}"></div>
  411. <div id="sb3"><img src="{image:sb3}"></div>
  412. <div id="accent"><img src="{image:accent}"></div>
  413. <div id="sb4"><img src="{image:sb4}"></div>
  414.  
  415.  
  416.  
  417. <div id="links">
  418. <a href="{text:link1 url}">{text:link1}</a></br>
  419. <a href="{text:link2 url}">{text:link2}</a></br>
  420. <a href="{text:link3 url}">{text:link3}</a></br>
  421.  
  422. </div>
  423. <div id="desc">{description}</div>
  424. {block:Pagination}
  425. <div id="pagi">
  426. {block:PreviousPage}
  427. <a href="{PreviousPage}">< prev</a> —
  428. {/block:PreviousPage}
  429. {block:NextPage}
  430. <a href="{NextPage}">next ></a>
  431. {/block:NextPage}
  432. </div>
  433. {/block:Pagination}
  434. </div>
  435. </div>
  436.  
  437.  
  438. <div id="container">
  439. {block:Posts}
  440. <div id="post">
  441.  
  442. <!--TEXT POSTS-->
  443.  
  444. {block:Text}
  445. {block:Title}<h2>{Title}</h2>{/block:Title}
  446. {Body}
  447. {/block:Text}
  448.  
  449. <!--ASKS-->
  450.  
  451. {block:Answer}
  452. <div id="asks">
  453. <div style="padding-bottom:2px; font-size:20px;"><b><i>{Asker} whispered:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:12px;">{Question}</div>
  454. </div>
  455. {Answer}
  456. {/block:Answer}
  457.  
  458. <!--QUOTE POSTS-->
  459. {block:Quote}
  460.  
  461. <div class="quote">
  462. <div class="quotetext_{Length}">"{Quote}"</div>
  463. {block:Source}<div class="source">{Source}</div>{/block:Source}
  464. </div>
  465. {/block:Quote}
  466.  
  467. <!--LINK POSTS-->
  468.  
  469. {block:Link}
  470. <h2><a href="{URL}">{Name}</a></h2>
  471. {block:Description}{Description}{/block:Description}
  472. {/block:Link}
  473.  
  474. <!--CHAT POSTS-->
  475.  
  476. {block:Chat}
  477. {block:Title}<h2>{Title}</h2>{/block:Title}
  478. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  479. {Line}</li>{/block:Lines}</ul>
  480. {/block:Chat}
  481.  
  482. <!--PHOTO POSTS-->
  483.  
  484. {block:Photo}
  485. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  486.  
  487. {block:Caption}{Caption}{/block:Caption}
  488. {/block:Photo}
  489.  
  490. <!--PHOTOSET POSTS-->
  491.  
  492. {block:Photoset}
  493. {Photoset-500}
  494. {block:Caption}{Caption}{/block:Caption}
  495. {/block:Photoset}
  496.  
  497. <!--VIDEO POSTS-->
  498.  
  499. {block:Video}
  500. {Video-500}
  501. {block:Caption}{Caption}{/block:Caption}
  502. {/block:Video}
  503.  
  504.  
  505. <!--AUDIO-->
  506.  
  507. {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>
  508. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  509. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  510. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  511. {/block:Audio}
  512.  
  513.  
  514. <!--POST INFO-->
  515.  
  516. <div id="info">
  517. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;★&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>&nbsp;&nbsp;&nbsp;★&nbsp;&nbsp;&nbsp;
  518. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;★&nbsp;&nbsp;&nbsp;
  519. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;★&nbsp;&nbsp;&nbsp;
  520. {/block:ContentSource}<a href="{Permalink}">{NoteCount} ★</a></a></a>
  521. {block:HasTags}<div id="tags">
  522.  
  523. <big>★ tagged as:</big>{block:Tags} <a href="/tagged/{Tag}">{Tag};</a>&nbsp;{/block:Tags}
  524. </div>{block:HasTags}
  525. </div>
  526. </div>
  527.  
  528. {/block:Posts}
  529. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  530. {/block:Posts}</div></div></div>
  531. <br><br><br><br>
  532.  
  533.  
  534. </div></div>
  535.  
  536. {/block:Posts}
  537.  
  538. <!--Simply don't remove it pls.-->
  539. <div id="c">
  540. <a href="http://themesbycelina.tumblr.com/">待定
  541.  
  542. </body>
  543.  
  544. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement