cindie

Wae ireoni

Jul 16th, 2011
5,397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.36 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">
  3.  
  4. <!--
  5.  
  6. "Wae ireoni" THEMED BY CINDIE.TUMBLR.COM
  7. Please do not remove this credit!
  8. Thanks for using my public theme, enjoy!
  9.  
  10. -->
  11.  
  12.  
  13. <head>
  14.  
  15. <!-- Default Colors -->
  16. <META name="image:Background" content="">
  17. <META name="image:Sidebar" content="http://28.media.tumblr.com/tumblr_lm4p2xmk0I1qa6im7o1_500.gif"/>
  18. <META name="text:Sidebar Image Height" content="100px"/>
  19. <META name="image:Sidebar Background" content="">
  20. <META name="if:Show Sidebar Image" content="1"/>
  21. <META name="if:Show Menu" content="1"/>
  22. <META name="if:Show Description" content="1"/>
  23. <META name="if:Show Posts Border" content="0"/>
  24. <META name="if:Show Sidebar Border" content="0"/>
  25. <META name="if:Show Full Sidebar" content="0"/>
  26. <META name="if:Show Time Ago" content="1"/>
  27. <META name="if:Show Custom Scrollbar" content="1"/>
  28. <META name="if:Infinite Scrolling" content="0"/>
  29. <META name="color:Background" content="#f9f9f9">
  30. <META name="color:Tables" content="#ffffff">
  31. <META name="color:Sidebar Background" content="transparent">
  32. <META name="color:Menu Background" content="transparent">
  33. <META name="color:Headers" content="#dddddd">
  34. <META name="color:Permalink Background" content="#fff">
  35. <META name="color:Font" content="#dddddd">
  36. <META name="color:Link" content="#dddddd">
  37. <META name="color:Link hover" content="#000000">
  38. <META name="color:Sidebar font" content="#dddddd">
  39. <META name="color:Borders" content="#ebebeb">
  40. <META name="color:Nav font" content="#ebebeb">
  41. <META name="color:Nav hover" content="#fff">
  42. <META name="color:Nav hover background" content="#eee">
  43. <META name="color:Nav background" content="#fff">
  44. <META name="color:Scrollbar" content="#ffffff">
  45. <META name="color:Scrollbar Main" content="#eeeeee">
  46. <META name="text:Custom Link One" content=""/>
  47. <META name="text:Custom Link One URL" content=""/>
  48. <META name="text:Custom Link Two" content=""/>
  49. <META name="text:Custom Link Two URL" content=""/>
  50. <META name="text:Custom Link Three" content=""/>
  51. <META name="text:Custom Link Three URL" content=""/>
  52. <META name="text:Custom Link Four" content=""/>
  53. <META name="text:Custom Link Four URL" content=""/>
  54. <META name="text:Custom Link Five" content=""/>
  55. <META name="text:Custom Link Five URL" content=""/>
  56. <!-- End Default Colors -->
  57.  
  58. {block:IfInfiniteScrolling}
  59. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  60.  
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. <meta name="description" content="{MetaDescription}" />
  63.  
  64. <title>{title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67.  
  68. <style type="text/css">
  69. body {
  70. background-color: {color:Background};
  71. background-image: url('{image:Background}');
  72. background-position:center center;
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. color:{color:font};
  76. cursor: url(""), default;
  77. text-align:justify;
  78. margin: 0px;
  79. padding: 0px;
  80. font-family:Consolas;
  81. text-transform:;
  82. font-size:11px;
  83. }
  84.  
  85. a:link, a:visited, a:active {
  86. color: {color:Link};
  87. cursor: default;
  88. text-decoration:none;
  89. transition-duration: 0.50s;
  90. -moz-transition-duration: 0.50s;
  91. -webkit-transition-duration: 0.50s;
  92. -o-transition-duration: 0.50s;
  93. }
  94.  
  95. a:hover {
  96. color: {color:link hover};
  97. cursor: crosshair;
  98. text-decoration:none;
  99. }
  100.  
  101. {block:IfShowCustomScrollbar}
  102. ::-webkit-scrollbar-thumb:vertical {
  103. background-color:{color:Scrollbar};
  104. height:100px;
  105. border:1px solid {color:Borders};
  106. -moz-border-radius: 10px 30px;
  107. border-radius: 3px;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb:horizontal {
  111. background-color:{color:Scrollbar};
  112. height:10px !important;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. height:10px;
  117. width:10px;
  118. background-color:{color:Scrollbar Main};
  119. }
  120. {/block:IfShowCustomScrollbar}
  121.  
  122. li {
  123. text-align:left;
  124. padding-left:10px;
  125. }
  126.  
  127. .header {
  128. color:{color:Headers};
  129. font-family: consolas;
  130. text-transform:uppercase;
  131. font-size:7pt;
  132. }
  133.  
  134. .header2 {
  135. color:{color:Headers};
  136. font-family: consolas;
  137. text-transform:uppercase;
  138. font-size:9pt;
  139. }
  140.  
  141. .header3 {
  142. color:{color:Headers};
  143. font-family: consolas;
  144. text-transform:uppercase;
  145. font-size:9pt;
  146. }
  147.  
  148. .mainh{
  149. color:{color:Main title font};
  150. font-family: {font:Body};
  151. text-transform:uppercase;
  152. font-size:16pt;
  153. }
  154.  
  155. a.menu {
  156. display: block;
  157. background: {color:Nav background};
  158. color: {color:Nav font};
  159. font-family: consolas;
  160. font-size:9px;
  161. letter-spacing:2px;
  162. width: 180px;
  163. padding: 0px 8px 0 3px;
  164. margin: 2px;
  165. text-align: left;
  166. text-transform:uppercase;
  167. cursor: crosshair;
  168. border-left:6px solid {color:Borders};
  169. -webkit-transition: all 0.3s ease-out;
  170. -moz-transition: all 0.3s ease-out;
  171. transition: all 0.3s ease-out;cursor:
  172. }
  173.  
  174. a.menu:hover {
  175. color:{color:Nav hover};
  176. background-color:{color:Nav Hover Background};
  177. border-left:15px solid;
  178. padding-right:20px;
  179. -webkit-transition: opacity 0.7s linear;
  180. opacity: 1;
  181. -webkit-transition: all 0.4s ease-out;
  182. -moz-transition: all 0.4s ease-out;
  183. transition: all 0.4s ease-out;
  184. }
  185.  
  186. img {
  187. border: 0px solid {color:Borders};
  188. padding: 3px;
  189. filter: alpha (opacity=100);
  190. opacity: 1.0;
  191. }
  192.  
  193. img:hover {
  194. filter: alpha (opacity=80);
  195. opacity: 0.80;
  196. }
  197.  
  198. #sidebar {
  199. margin:0 auto;
  200. margin-top:50px;
  201. margin-left:130px;
  202. padding:5px;
  203. position:fixed;
  204. width: 200px;
  205. {block:IfShowFullSidebar}
  206. height:100%;
  207. margin-top:0px;
  208. {/block:IfShowFullSidebar}
  209. text-align: left;
  210. {block:IfShowSidebarBorder}
  211. border:1px solid {color:Borders};
  212. {/block:IfShowSidebarBorder}
  213. background-color:{color:Sidebar Background};
  214. background-image: url('{image:Sidebar Background}');
  215. background-position:center center;
  216. background-attachment: fixed;
  217. background-repeat: repeat;
  218. }
  219.  
  220. .menu1 {
  221. padding:0px;
  222. {block:IfShowDescription}
  223. padding:2px 0 2px 0;
  224. {/block:IfShowDescription}
  225. background-color:{color:Menu Background};
  226. }
  227.  
  228. .imgg {
  229. text-align:left;
  230. margin-top:4px;
  231. }
  232.  
  233. .des {
  234. text-align:center;
  235. color:{color:font};
  236. margin-top:4px;
  237. }
  238.  
  239. .pagess {
  240. position:fixed;
  241. margin-top:100px;
  242. margin-left:875px;
  243. text-align:left;
  244. }
  245.  
  246. .pagess a{
  247. color:{color:Nav font};
  248. font-size:40px;
  249. transition-duration: 0.50s;
  250. -moz-transition-duration: 0.50s;
  251. -webkit-transition-duration: 0.50s;
  252. -o-transition-duration: 0.50s;
  253. }
  254.  
  255. .pagess a:hover {
  256. color:{color:Nav hover};
  257. }
  258.  
  259. .perma {
  260. background-color:{color:Permalink Background};
  261. margin-top:0px;
  262. text-align:right;
  263. padding-right:6px;
  264. color:{color:font};
  265. }
  266. .perma a {color:{color:Links};}
  267. .perma a:hover {color:{color:Links Hover};}
  268.  
  269. #content {
  270. margin:0 auto;
  271. margin-left:360px;
  272. margin-top:5px;
  273. margin-bottom:5px;
  274. width: 510px;
  275. position: absolute;
  276. text-align: center;
  277. background-color: transparent;
  278. overflow: auto;
  279. }
  280.  
  281. #post {
  282. background-color:{color:Tables};
  283. text-align: center;
  284. padding:2px 1px 3px 1px;
  285. {block:IfShowPostsBorder}
  286. border:1px solid {color:Borders};
  287. {/block:IfShowPostsBorder}
  288. }
  289.  
  290. blockquote{
  291. border-left: 5px solid {color:Borders};
  292. padding:1px; padding-left: 5px; margin: 0px;
  293. }
  294.  
  295. #entry{
  296. background-color:{color:Tables};
  297. margin-bottom:2px;
  298. }
  299.  
  300. #entry img {
  301. max-width: 500px;
  302. }
  303.  
  304. #ask img {
  305. width:40px;
  306. padding-right:10px;
  307. }
  308.  
  309. ol.notes {
  310. padding: 0px;
  311. margin: 2px 0px;
  312. list-style-type: none;
  313. background-color:{color:Tables};
  314. border-bottom: solid 1px {color:Borders};
  315. text-align:left;
  316. }
  317.  
  318. ol.notes li.note {
  319. border-top: solid 1px {color:Borders};
  320. padding: 2px;
  321. }
  322.  
  323. ol.notes li.note img.avatar {
  324. vertical-align: -4px;
  325. margin-right: 5px;
  326. width: 10px;
  327. height: 10px;
  328. }
  329.  
  330. ol.notes li.note span.action {
  331. font-weight: bold;
  332. }
  333.  
  334. ol.notes li.note .answer_content {
  335. font-weight: normal;
  336. }
  337.  
  338. ol.notes li.note blockquote {
  339. border-color: {color:Borders};
  340. padding: 4px 4px;
  341. margin: 2px 0px 0px 5px;
  342. }
  343.  
  344. ol.notes li.note blockquote a {
  345. text-decoration: none;
  346. }
  347.  
  348. .jump_page{
  349. color:#fff;
  350. font-size:18px;
  351. padding:3px 5px 3px 5px;
  352. margin:1px;
  353. }
  354.  
  355. a.jump_page:hover {
  356. text-decoration:none;
  357. }
  358.  
  359. .current_page{
  360. color:#fff;
  361. font-size:18px;
  362. font-weight:bold;
  363. padding:3px 5px 3px 5px;
  364. margin:1px;
  365. }
  366.  
  367. {CustomCSS}
  368. </style>
  369. </head>
  370.  
  371. <body>
  372.  
  373. <div id="sidebar">
  374. <div class="imgg">
  375. {block:IfShowSidebarImage}
  376. <div style="width:200px;height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;"><img style="border:none;max-width:210px;min-width:210px;" src="{image:Sidebar}"></div><br>
  377. {/block:IfShowSidebarImage}
  378. </div>
  379.  
  380. <div class="menu1">
  381. {block:IfShowMenu}
  382. <a href="/" class="menu">Home</a>
  383. <a href="/archive" class="menu">Archive</a>
  384. <a href="/ask" class="menu">Ask</a>
  385. {block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}" class="menu">{text:Custom Link One}{/block:IfCustomLinkOne}</a>
  386.  
  387. {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}" class="menu">{text:Custom Link Two}{/block:IfCustomLinkTwo}</a>
  388.  
  389. {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}" class="menu">{text:Custom Link Three}{/block:IfCustomLinkThree} </a>
  390.  
  391. {block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}" class="menu">{text:Custom Link Four}{/block:IfCustomLinkFour}</a>
  392.  
  393. {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}" class="menu">{text:Custom Link Five}{/block:IfCustomLinkFive}</a>
  394.  
  395. <a href="http://cindie.tumblr.com" class="menu">Theme</a>
  396. {/block:IfShowMenu}
  397.  
  398. <div class="des">
  399. {block:IfShowDescription}
  400. {block:Description}{Description}{/block:Description}
  401. {/block:IfShowDescription}
  402. </div>
  403. </div>
  404. </div>
  405. </div>
  406.  
  407. {block:IfNotInfiniteScrolling}
  408. <div class="pagess">
  409. {block:Pagination}
  410. {block:PreviousPage}<a href="{PreviousPage}" title="newer posts" class="jump_page"><big>«</big></a>
  411. {/block:PreviousPage}
  412. {block:NextPage}<a href="{NextPage}" title="older posts" class="jump_page"><big>»</big></a>{/block:NextPage}
  413. {/block:Pagination}
  414. </div>
  415. {block:IfNotInfiniteScrolling}
  416.  
  417.  
  418. <div id="content">
  419. {block:IfInfiniteScrolling}
  420. <div class = "autopagerize_page_element" >
  421. {/block:IfInfiniteScrolling}
  422. {block:Posts}
  423. {block:Text}
  424.  
  425. <div id="entry">
  426. <div id="post">
  427. {block:Title}
  428. <div class="header3"><a href="{Permalink}">{Title}</a></div>
  429. {/block:Title}
  430.  
  431. <p>{Body}</p>
  432.  
  433. </li>
  434.  
  435. <div class="perma">
  436. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  437. </div>
  438.  
  439. </div>
  440. </div>
  441. {/block:Text}
  442. {block:Photo}
  443.  
  444. <div id="entry">
  445. <div id="post"> <a href="{Permalink}">
  446.  
  447. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  448. </a>
  449. </li>
  450.  
  451. <div class="perma">
  452. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  453. </div>
  454.  
  455.  
  456. </div>
  457. </div>
  458.  
  459. {/block:Photo}
  460. {block:Photoset}
  461.  
  462. <div class="entry">
  463. <div id="post">
  464. {Photoset-500}
  465. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  466.  
  467. <div class="perma">
  468. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  469. </div>
  470.  
  471. </div>
  472. </div>
  473. {/block:Photoset}
  474.  
  475. {block:Quote}
  476.  
  477. <div id="entry">
  478. <div id="post">
  479.  
  480. <div class="header3">"{Quote}"</div>
  481.  
  482. {block:Source}
  483. <span class="source"><br><i>{Source}</i></span>
  484. {/block:Source}
  485. </p>
  486.  
  487. </li>
  488. <div class="perma">
  489. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  490. </div>
  491.  
  492. </div>
  493. </div>
  494. {/block:Quote}
  495.  
  496. {block:Link}
  497.  
  498. <div id="entry">
  499. <div id="post">
  500. <p><a href="{URL}"{Target}><div class="header3">{Name}</a></div>
  501.  
  502. {block:Description}
  503. {Description}
  504. {/block:Description}
  505.  
  506.  
  507. </li>
  508. <div class="perma">
  509. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  510. </div>
  511.  
  512.  
  513. </div>
  514. </div>
  515.  
  516. {/block:Link}
  517.  
  518. {block:Chat}
  519.  
  520. <div id="entry">
  521. <div id="post"> <a href="{Permalink}>
  522. {block:Title}
  523. <div class="header3"><a href="{Permalink}">{Title}</a></div>
  524. {/block:Title}
  525.  
  526. <ul class="chat">
  527. {block:Lines}
  528. <li class="{Alt}">
  529. {block:Label}
  530. <span class="label">{Label}</span>
  531. {/block:Label}
  532.  
  533. {Line}
  534.  
  535. {/block:Lines}
  536. </ul>
  537.  
  538. </li>
  539. </a>
  540.  
  541. <div class="perma">
  542. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  543. </div>
  544.  
  545.  
  546. </div>
  547. </div>
  548. {/block:Chat}
  549. {block:Video}
  550.  
  551. <div id="entry">
  552. <div id="post">
  553. {Video-250}
  554. <a href="{Permalink}">{block:Caption}
  555. <p>{Caption}</p>
  556. {/block:Caption}</a>
  557.  
  558.  
  559. </li>
  560.  
  561. <div class="perma">
  562. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  563. </div>
  564.  
  565.  
  566. </div>
  567. </div>
  568.  
  569. {/block:Video}
  570. {block:Audio}
  571.  
  572. <div id="entry">
  573. <div id="post">
  574. <a href="="{Permalink}">
  575. {block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}</a>
  576. <p align="center">{AudioPlayergrey}</p>
  577.  
  578. {block:Caption}
  579. <p>{Caption}</p>
  580. {/block:Caption}
  581.  
  582. </li>
  583.  
  584. <div class="perma">
  585. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  586. </div>
  587.  
  588. </div>
  589. </div>
  590.  
  591. {/block:Audio}
  592.  
  593. {block:Answer}
  594. <div id="entry">
  595. <div id="post">
  596. <div id="ask">
  597. <img src="{AskerPortraitURL-48}"align="left" /></div>
  598. <div id="question"><div id="asked">{Asker} Asked:<BR>{Question}</div></div>
  599. <br>
  600. <div id="answerr">My Answer:<BR>{Answer}</div>
  601.  
  602. <div class="perma">
  603. {block:IfShowTimeAgo}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{/block:IfShowTimeAgo}
  604. </div>
  605.  
  606. </div>
  607. </div>
  608. {/block:Answer}
  609.  
  610. {block:PostNotes}
  611. {PostNotes}
  612. {/block:PostNotes}
  613.  
  614. {/block:Posts}
  615. </div>
  616. {block:IfInfiniteScrolling}
  617. </div>
  618. {/block:IfInfiniteScrolling}
  619.  
  620. </body>
  621. </html>
Advertisement
Add Comment
Please, Sign In to add comment