Advertisement
arizounas

03. kira

Jun 13th, 2014
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.52 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!--- KIRA | theme by arizounas.
  12.  
  13. hope you like using this theme! +
  14. don't redistribute, edit / claim
  15. as yours, or take parts. it ain't
  16. cool, pce.
  17.  
  18. KIRA | theme by ariounas. --->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  23. <meta name="color:DescriptionText" content="#b8b8b8"/>
  24. <meta name="color:Border" content="#dddddd"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Scrollbar" content="#000000"/>
  27. <meta name="color:Post" content="#c0bfbf"/>
  28. <meta name="color:Post Links" content="#c0bfbf"/>
  29. <meta name="color:Links" content="#c0bfbf"/>
  30. <meta name="color:Links" content="#000000"/>
  31. <meta name="color:Accent" content="#000000"/>
  32.  
  33. <meta name="image:Sidebar" content=""/>
  34. <meta name="image:Background" content=""/>
  35.  
  36. <meta name="text:name" content="" />
  37. <meta name="text:subtitle" content="subtitle" />
  38. <meta name="text:kanji" content="くそったれの恋人" />
  39. <meta name="text:meaning" content="BE TRUE TO YOURSELF" />
  40. <meta name="text:Link 1" content="" />
  41. <meta name="text:Link 1 Text" content="" />
  42. <meta name="text:Link 2" content="" />
  43. <meta name="text:Link 2 Text" content="" />
  44. <meta name="text:Link 2" content="" />
  45. <meta name="text:chara name" content="katherine pierce" />
  46. <meta name="text:chara info" content="katherine pierce" />
  47. <meta name="if:Show Link 1" content="1" />
  48. <meta name="if:Show Link 2" content="1" />
  49.  
  50. <!-- FONT -->
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  53.  
  54. <style type="text/css">
  55.  
  56. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  57.  
  58. ::-webkit-scrollbar-thumb {
  59. height:auto;
  60. background-color:{color:Scrollbar};
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height:9px;
  65. width:4px;
  66. background-color:{color:background};
  67. }
  68.  
  69. body {
  70. background:{color:background};
  71. margin:0px;
  72. color:{color:text};
  73. font-family:calibri;
  74. font-size:10px;
  75. line-height:100%;
  76. letter-spacing:0px;
  77. text-align:justify;
  78. background-image:url('{image:Background}');
  79. }
  80.  
  81. a {
  82. color:{color:Sidebar Links};
  83. text-decoration:none;
  84. outline:none;
  85. -moz-outline-style:none;
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:1px solid;
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:1px solid;
  100. }
  101.  
  102. h1 {
  103. font-size:18px!important;
  104. font-weight:thin;
  105. letter-spacing:2px;
  106. text-transform:lowercase;
  107. font-family:georgia;
  108. font-style:italic;
  109. text-align:center;
  110. padding:0px;
  111. }
  112.  
  113. a:hover {
  114. color:#000000;
  115. -moz-transition-duration:0.3s;
  116. -webkit-transition-duration:0.3s;
  117. -o-transition-duration:0.3s;
  118. }
  119.  
  120.  
  121. /*ENTRIES*/
  122.  
  123. #entries {
  124. padding:10px;
  125. padding-right:60px;
  126. width:500px;
  127. margin-left:560px;
  128. margin-top:5px;
  129. font-size:10px;
  130. font-family:'arial';
  131. letter-spacing:0px;
  132. }
  133.  
  134. #post {
  135. outline-offset:4px;
  136. margin-left:15px;
  137. width:500px;
  138. padding:10px;
  139. margin-top:50px;
  140. }
  141.  
  142. /*SIDEBAR*/
  143.  
  144. #border2 {
  145. margin-left:200px;
  146. margin-top:20px;
  147. position:fixed;
  148. width:200px;
  149. height:1px;
  150. background-color:{color:border};
  151. }
  152.  
  153. #border3 {
  154. width:150px;
  155. height:1px;
  156. background-color:{color:border};
  157. }
  158.  
  159. #symbol {
  160. font-family:arial;
  161. font-size:11px;
  162. text-align:center;
  163. background-color:{color:background};
  164. width:80px;
  165. padding:2px;
  166. margin-top:-7px;
  167. margin-left:32px;
  168. color:{color:accent};
  169. }
  170.  
  171. #meaning {
  172. text-align:center;
  173. font-size:8px;
  174. font-family:calibri;
  175. margin-top:3px;
  176. }
  177.  
  178. #title {
  179. background-color:{color:background};
  180. width:auto;
  181. position:fixed;
  182. font-family:'homemade apple';
  183. font-size:16px;
  184. font-style:italic;
  185. padding:5px;
  186. margin-top:10px;
  187. text-align:right;
  188. margin-left:378px;
  189. color:{color:accent};
  190. }
  191.  
  192. #subtitle {
  193. color:{color:text};
  194. position:fixed;
  195. font-family:cambria;
  196. text-transform:uppercase;
  197. margin-top:10px;
  198. font-size:8px;
  199. width:176px;
  200. text-align:center;
  201. margin-left:200px;
  202. }
  203.  
  204. #chara {
  205. text-align:center;
  206. font-family:'homemade apple';
  207. font-size:12px;
  208. font-style:italic;
  209. }
  210.  
  211. #charainfo {
  212. text-align:center;
  213. font-size:8px;
  214. text-transform:uppercase;
  215. }
  216.  
  217. #sidebar {
  218. width:440px;
  219. height:242px;
  220. border-top:1px solid {color:border};
  221. border-bottom:1px solid {color:border};
  222. position:fixed;
  223. margin-top:210px;
  224. margin-left:70px;
  225. }
  226.  
  227. #sidebarimage {
  228. width 170px;
  229. }
  230.  
  231. #sidebarimage img {
  232. width:160px;
  233. height:220px;
  234. margin-top:4px;
  235. margin-left:0px;
  236. border:1px solid {color:border};
  237. padding:5px;
  238. }
  239.  
  240. #sidebarimage img:hover {
  241. opacity:0.7;
  242. -moz-transition-duration:0.6s;
  243. -webkit-transition-duration:0.6s;
  244. -o-transition-duration:0.6s;
  245. }
  246.  
  247. .links {
  248. padding:3px 0 3px 0;
  249. padding: 4px;
  250. text-align:center;
  251. text-transform:uppercase;
  252. position:fixed;
  253. margin-top:-207px;
  254. margin-left:195px;
  255. }
  256.  
  257. .links a {
  258. display:inline-block;
  259. background-color:{color:links};
  260. width:45px;
  261. margin:2px;
  262. font-family:cambria;
  263. padding:3px;
  264. font-size:8px;
  265. color:{color:Sidebar Links};
  266. border-bottom:1px solid {color:border};
  267. }
  268.  
  269. .links a:hover {
  270. background-color:{color:scrollbar};
  271. border-bottom:{color:links};
  272. -moz-transition-duration:0.9s;
  273. -webkit-transition-duration:0.9s;
  274. -o-transition-duration:0.9s;
  275. color:{color:Hover};
  276. }
  277.  
  278. #description {
  279. text-align:justify;
  280. font-family:cambria;
  281. width:150px;
  282. height:145px;
  283. margin-top:-175px;
  284. margin-left:230px;
  285. font-size:9px;
  286. padding:10px;
  287. position:fixed;
  288. text-transform:none;
  289. color:{color:DescriptionText};
  290. }
  291.  
  292. #pagination {
  293. margin:5px;
  294. font-style:bold;
  295. padding:4px;
  296. font-family:cambria;
  297. letter-spacing:0px;
  298. font-size:8px;
  299. text-align:center;
  300. padding:2px;
  301. text-transform:uppercase;
  302. }
  303.  
  304. /*POST INFO*/
  305.  
  306. #border {
  307. height:1px;
  308. width:280px;
  309. background-color:{color:border};
  310. margin-left:210px;
  311. margin-top:20px;
  312. position:absolute;
  313. }
  314.  
  315. #info {
  316. background-color:{color:accent};
  317. color:white;
  318. width:200px;
  319. text-align:left;
  320. font-family:calibri;
  321. margin-top:13px;
  322. margin-left:0px;
  323. letter-spacing:1px;
  324. font-size:8px;
  325. font-style:none;
  326. padding:3px;
  327. line-height:10px;
  328. text-transform:uppercase;
  329. }
  330.  
  331. #info a {
  332. text-align:center;
  333. color:white;
  334. }
  335.  
  336. #info a:hover {
  337. -moz-transition-duration:0.3s;
  338. -webkit-transition-duration:0.3s;
  339. -o-transition-duration:0.3s;
  340. color:{color:Hover}
  341. }
  342.  
  343. #tags {
  344. float:left;
  345. width:500px;
  346. margin-top:2px;
  347. margin-left:-5px;
  348. text-align:left;
  349. font-size:7px;
  350. padding:5px;
  351. font-size:8px;
  352. opacity:1;
  353. transition-duration: 0.5s;
  354. -moz-transition-duration: 0.5s;
  355. -webkit-transition-duration: 0.5s;
  356. -o-transition-duration: 0.5s
  357. color:{color:Post Links};
  358. }
  359.  
  360. #tags a {
  361. letter-spacing:0px;
  362. font-size:8px;
  363. text-align:center;
  364. font-family:cambria;
  365. text-decoration:none;
  366. display:inline-block;
  367. color:{color:text};
  368. }
  369.  
  370. #tags a:hover {
  371. background-color:#fff;
  372. -moz-transition-duration:0.3s;
  373. -webkit-transition-duration:0.3s;
  374. -o-transition-duration:0.3s;
  375. color:{color:Hover};
  376. }
  377.  
  378. /*QUESTION*/
  379.  
  380. .bubbles {
  381. position:relative;
  382. padding:10px;
  383. left:65px;
  384. background:{color:links};
  385. text-shadow: 1px 1px 1px #;
  386. text-align:left;
  387. width: 410px;
  388. background:-moz-linear-gradient(top, {color:links}, {color:links});
  389. background:linear-gradient(top, #fff3f1, #8a8a8a);
  390. border:1px solid {color:border};
  391. }
  392.  
  393. .bubbles:after {
  394. content:"\00a0";
  395. display:block; /* reduce the damage in FF3.0 */
  396. position:absolute;
  397. left:-10px;
  398. top:10px;
  399. width:0;
  400. height:0;
  401. border-width:15px 15px 0px;
  402. border-style:solid;
  403. border-color:{color:links} transparent;
  404. }
  405.  
  406. #ask {
  407. font-family:cambria;
  408. font-style:italic;
  409. font-size:9px;
  410. padding:2px;
  411. color:{color:text};
  412. }
  413.  
  414.  
  415. /*CREDIT*/
  416.  
  417. #cred {
  418. outline:1px solid {color:border};
  419. color:{color:sidebar link};
  420. background-color:{color:links};
  421. position:fixed;
  422. font-family:cambria;
  423. text-transform:lowercase;
  424. font-style:italic;
  425. font-size:8px;
  426. right:9px;
  427. bottom:9px;
  428. padding:4px;
  429. letter-spacing:1px;
  430. }
  431.  
  432. {CustomCSS}</style></head><body>
  433.  
  434. <div id="sidebar">
  435.  
  436. <div id="subtitle">{text:subtitle}</div>
  437.  
  438. <div id="border2"></div>
  439. <div id="title">{text:name}</div>
  440.  
  441.  
  442. <div id="sidebarimage">
  443. <a title="home" href="/">
  444. <img src="{image:sidebar}">
  445. </a>
  446. </div>
  447.  
  448. <div class="links">
  449. <a href="/">Home</a>
  450. <a href="/ask">Ask</a>
  451. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  452. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  453. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  454. </div>
  455.  
  456. <div id="description">
  457. <div id="chara">{text:chara name}</div>
  458. <div id="charainfo">{text:chara info}</div>
  459. <br><br>
  460. <div id="border3"></div>
  461. <div id="symbol">{text:kanji}</div>
  462. <div id="meaning">{text:meaning}</div><br>
  463. {Description}
  464.  
  465. {block:Pagination}
  466. <div id="pagination">
  467. {block:PreviousPage}<a href="{PreviousPage}">older</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">new</a>{/block:NextPage}
  468. </div>
  469. {/block:Pagination}
  470. </div>
  471. </div>
  472. </div>
  473.  
  474. <div id="entries">
  475. {block:Posts}
  476. <div id="post">
  477.  
  478. {block:Text}
  479. <h1>{block:Title}{Title}{/block:Title}</h1>
  480. {Body}{/block:Text}
  481. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  482. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  483.  
  484. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  485. {/block:Caption}{/block:Photoset}
  486.  
  487. {block:Quote}<h2>"{Quote}"</h2>
  488. {block:Source}<div class="qsource"> —{Source}</div>
  489. {/block:Source}{/block:Quote}
  490.  
  491. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  492.  
  493. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  494.  
  495. {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>
  496. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  497. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  498. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  499. {/block:Audio}<br>
  500.  
  501. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  502.  
  503. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" style="padding:1px; border:1px solid {color:button}"/><div class="bubbles"><div id="ask">{Asker} asked: {Question}</div></div><br>{Answer}{/block:Answer}
  504.  
  505. <div id="border"></div>
  506. <div id="info">
  507. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  508. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  509. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  510. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  511. with {NoteCountWithLabel}</a>
  512. {block:HasTags}<div id="tags">
  513.  
  514. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  515. </div>{block:HasTags}
  516. </div>
  517. </div>
  518. {/block:Posts}
  519. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  520. {/block:Posts}</div></div></div>
  521. <br><br><br><br>
  522.  
  523. <div id="cred">
  524. <a href="http://arizounas.tumblr.com/">ARIZOUNAS</a>
  525. </div>
  526. </div>
  527.  
  528.  
  529.  
  530. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement