azurethemes

theme 66

Nov 7th, 2015
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.49 KB | None | 0 0
  1. <!---- - START HTML / DONT TOUCH!!! - --->
  2. <!----
  3.  
  4. | |
  5. _ __ ___ ___ ___ _ __ ___| |_ __ _ _ __
  6. | '_ ` _ \ / _ \ / _ \| '_ \/ __| __/ _` | '__|
  7. | | | | | | (_) | (_) | | | \__ \ || (_| | |
  8. |_| |_| |_|\___/ \___/|_| |_|___/\__\__,_|_|
  9.  
  10.  
  11. _ _
  12. | | | |
  13. | |_| |__ ___ _ __ ___ ___ ___
  14. | __| '_ \ / _ \ '_ ` _ \ / _ \/ __|
  15. | |_| | | | __/ | | | | | __/\__ \
  16. \__|_| |_|\___|_| |_| |_|\___||___/
  17.  
  18.  
  19.  
  20. theme 66
  21.  
  22. ◜ ◝ ◞ ★ ☾ shine ☽ ★ ◟ ◠ ◡
  23.  
  24. ᵗʰᶤˢ ᵗʰᵉᵐᵉ ʷᵃˢ ᵐᵃᵈᵉ ᵇʸ ᵐᵒᵒᶰˢᵗᵃʳ ᵗʰᵉᵐᵉˢ / ᶤᵐ⁻ʰᵃˡˢᵉʸ
  25. ᵖˡᵉᵃˢᵉ ʳᵉˢᵖᵉᶜᵗ ᵐʸ ᵗʰᵉᵐᵉ ʳᵘˡᵉˢ ᵃᶰᵈ ᵈᵒᶰᵗ ᵇᵉ ᵃ ᵈᶤᶜᵏ
  26. ᶤ ᵈᵒᶰᵗ ᵉˣᵖᵉᶜᵗ ᵐᵘᶜʰ ᶠʳᵒᵐ ᵘ ᵇᵘᵗ ᵖˡˢ ᵏᵉᵉᵖ ᵗʰᵉ ᶜʳᵉᵈᶤᵗ ᵃᶰᵈ ᵈᵒᶰᵗ ᵇᵉ ᵃ ᵈᶤᶜᵏ
  27. ᵃᶰᵈ ᵈᵒᶰᵗ ˢᵗᵉᵃˡ ᵃᶰʸᵗʰᶤᶰᵍ :⁾
  28.  
  29.  
  30. --->
  31. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  32. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  33.  
  34. <script type="text/javascript">
  35. WebFontConfig = {
  36. google: { families: [ 'Roboto:400,700:latin' , 'Roboto::latin' , 'Abel::latin', 'Sarpanch::latin', 'Khand:400,600:latin' ] }
  37. };
  38. (function() {
  39. var wf = document.createElement('script');
  40. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  41. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  42. wf.type = 'text/javascript';
  43. wf.async = 'true';
  44. var s = document.getElementsByTagName('script')[0];
  45. s.parentNode.insertBefore(wf, s);
  46. })(); </script>
  47.  
  48. <!---- - START TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("a[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:90,
  58. tip_fade_speed:600,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  65.  
  66. <!---- - END TOOLTIPS SCRIPT / DONT TOUCH!!! - --->
  67.  
  68. <head>
  69.  
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  73. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  74. <!---- - START BACKGROUND COLORS / DONT TOUCH!!! - --->
  75. <meta name="color:background" content="#ffffff"/>
  76. <meta name="color:blockquote" content="#eeeeee">
  77. <meta name="color:posts" content="#ffffff">
  78. <meta name="color:question" content="#eeeeee">
  79. <meta name="color:scrollbar background" content="#ffffff">
  80. <!---- - END BACKGROUND COLORS / DONT TOUCH!!! - --->
  81. <!---- - START TEXT COLORS / DONT TOUCH!!! - --->
  82. <meta name="color:text" content="#000000"/>
  83. <meta name="color:post text" content="#000000"/>
  84. <!---- - END TEXT COLORS / DONT TOUCH!!! - --->
  85. <!---- - START OTHER COLORS / DONT TOUCH!!! - --->
  86. <meta name="color:hover" content="#888888">
  87. <meta name="color:border" content="#888888">
  88. <meta name="color:links" content="#000000"/>
  89. <meta name="color:accent" content="#cccccc"/>
  90. <meta name="color:box" content="#ffffff"/>
  91. <meta name="color:scrollbar" content="#000000">
  92. <!---- - END OTHER COLORS / DONT TOUCH!!! - --->
  93. <!---- - START BORDER COLORS / DONT TOUCH!!! - --->
  94. <meta name="color:blockquote border" content="#211927">
  95. <meta name="color:border" content="#000000"/>
  96. <!---- - END BORDER COLORS / DONT TOUCH!!! - --->
  97. <!---- - START IMAGES / DONT TOUCH!!! - --->
  98. <meta name="image:background" content=""/>
  99. <meta name="image:sidebar" content=""/>
  100. <!---- - END IMAGES / DONT TOUCH!!! - --->
  101. <!---- - START TEXT / DONT TOUCH!!! - --->
  102. <meta name="text:title" content="">
  103. <meta name="text:hover 1" content="">
  104. <meta name="text:hover 2" content="">
  105. <meta name="text:hover 3" content="">
  106. <meta name="text:hover 4" content="">
  107. <!---- - END TEXT / DONT TOUCH!!! - --->
  108. <!---- - START LINKS / DONT TOUCH!!! - --->
  109. <meta name="text:link 1 url" content="/">
  110. <meta name="text:link 2 url" content="/">
  111. <meta name="text:link 3 url" content="/">
  112. <!---- - END LINKS / DONT TOUCH!!! - --->
  113.  
  114. <style type="text/css">
  115.  
  116.  
  117. @-webkit-keyframes CH {
  118. 0% {-webkit-transform: scale(.3);}
  119. 50% {-webkit-transform: scale(1.05);}
  120. 70% {-webkit-transform: scale(.9);}
  121. 100% {-webkit-transform: scale(1);}
  122. }
  123. ::-webkit-scrollbar-thumb {
  124. height:auto;
  125. background-color:{color:accent};
  126. }
  127. ::-webkit-scrollbar {
  128. height:2px;
  129. width:6px;
  130. background-color:{color:posts};
  131. }
  132. #s-m-t-tooltip {
  133. max-width:300px;
  134. margin:12px 0px 0px 12px;
  135. padding:3px;
  136. font-weight:700;
  137. background-color:{color:blockquote};
  138. font-family: 'roboto', sans-serif;
  139. font-size:7px;
  140. text-transform:uppercase;
  141. border-radius:6px 6px 6px 6px;
  142. letter-spacing:0.5px;
  143. color:{color:text};
  144. z-index:999999999999999999999999999999999999;
  145. -webkit-animation: CH 600ms;
  146. }
  147. body {
  148. background-color:{color:background};
  149. background-image:url('{image:background}');
  150. background-attachment: fixed;
  151. background-repeat: repeat;
  152. font-weight:none;
  153. font-family: 'arial', sans-serif;
  154. font-size:10px;
  155. text-align:justify;
  156. color:{color:text};
  157. margin:0;
  158. }
  159. a {
  160. text-decoration:none;
  161. color:{color:links};
  162. transition-duration: 0.2s;
  163. -moz-transition-duration: 0.2s;
  164. -webkit-transition-duration: 0.3s;
  165. -o-transition-duration: 0.3s;
  166. }
  167. a:hover {
  168. text-decoration:none;
  169. color:{color:hover};
  170. transition-duration: 0.2s;
  171. -moz-transition-duration: 0.2s;
  172. -webkit-transition-duration: 0.3s;
  173. -o-transition-duration: 0.3s;
  174. }
  175. img {
  176. border:none;
  177. }
  178. blockquote {
  179. font-size:10px;
  180. max-width:545px;
  181. border-left:1px solid{color:blockquote border};
  182. background-color:{color:blockquote};
  183. text-align:left;
  184. padding:5px;
  185. font-weight:none;
  186. margin-left:30px;
  187. font-size:10px;
  188. font-family: 'arial', sans-serif;
  189. margin-right:30px;
  190. padding-left:5px;
  191. color:{color:text};
  192. }
  193. pre{
  194. font-size:17px;
  195. text-align:right;
  196. font-family: 'Roboto', sans-serif;
  197. letter-spacing:1px;
  198. text-transform:capitalize;
  199. background:{color:title};
  200. color:{color:top text};
  201. padding:10px;
  202. }
  203. small{
  204. font-size:10px;
  205. }
  206. big{
  207. font-size:10px;
  208. }
  209. sub{
  210. font-size:9px;
  211. }
  212. h1 {
  213. font-size:15px;
  214. text-align:center;
  215. letter-spacing:-1px;
  216. text-transform:uppercase;
  217. font-family: 'Roboto', sans-serif;
  218. text-shadow: 1px 1px 5px {color:accent};
  219. color:{color:text};
  220. padding:3px;
  221. }
  222. h1 a{
  223. color:{color:text};
  224. }
  225. h2{
  226. color:{color:text};
  227. text-transform:uppercase;
  228. font-family: 'Roboto', sans-serif;
  229. text-shadow: 1px 1px 0px #ddd;
  230. text-align:left;
  231. }
  232. b {
  233. font-weight:bold;
  234. padding:2px;
  235. font-family: 'Roboto', sans-serif;
  236. color:{color:text};
  237. }
  238. i {
  239. font-weight:italic;
  240. color:{color:text};
  241. }
  242. m {
  243. font-style:italic;
  244. color:{color:top text};
  245. }
  246. j {
  247. font-weight:bold;
  248. padding:2px;
  249. font-family: 'Roboto', sans-serif;
  250. color:{color:top text};
  251. }
  252. n {
  253. font-weight:bold;
  254. letter-spacing:-1px;
  255. font-size:12px;
  256. text-transform:uppercase;
  257. color:{color:text};
  258. }
  259. u {
  260. text-decoration:none;
  261. border-bottom:1px solid {color:accent};
  262. }
  263. #description {
  264. overflow:auto;
  265. position:fixed;
  266. text-align:justify;
  267. margin-top:156px;
  268. margin-left:8px;
  269. text-transform:none;
  270. font-style:normal;
  271. font-family: 'arial', sans-serif;
  272. width:140px;
  273. height:80px;
  274. opacity:1;
  275. line-height:15px;
  276. font-weight:none;
  277. opacity:1;
  278. color:{color:text};
  279. background:{color:posts};
  280. padding:10px;
  281. letter-spacing:0px;
  282. font-size:9px;
  283. z-index:9999999999999999;
  284. transition-duration: 0.9s;
  285. -moz-transition-duration:0.9s;
  286. -webkit-transition-duration:0.9s;
  287. -o-transition-duration:0.9s;
  288. }
  289. .pagination{
  290. padding:2px;
  291. height:24px;
  292. font-weight:300;
  293. font-family: 'arial', sans-serif;
  294. margin-left:300px;
  295. width:465px;
  296. position:fixed;
  297. margin-top:420px;
  298. text-decoration:none;
  299. letter-spacing:1px;
  300. z-index:-9;
  301. font-size:9px;
  302. line-height:24px;
  303. color:{color:text};
  304. text-align:center;
  305. }
  306. .pagination a{
  307. padding:3px;
  308. font-family: 'arial', sans-serif;
  309. font-weight:300;
  310. bottom:0px;
  311. color:{color:text};
  312. text-transform:lowercase;
  313. -moz-transition-duration:0.5s;
  314. -webkit-transition-duration:0.5s;
  315. -o-transition-duration:0.5s;
  316. transition: all 0.3s ease-out;
  317. }
  318. .pagination a:hover{
  319. color:{color:hover};
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. transition: all 0.3s ease-out;
  324. }
  325. .links1 {
  326. width:170px;
  327. height:35px;
  328. overflow:hidden;
  329. cursor:pointer;
  330. top:413px;
  331. opacity:1;
  332. z-index:99999;
  333. border-top:1px dashed {color:posts};
  334. position:fixed;
  335. opacity:1;
  336. margin-left:3px;
  337. text-align:center;
  338. -moz-transition-duration:0.5s;
  339. -webkit-transition-duration:0.5s;
  340. -o-transition-duration:0.5s;
  341. transition: all 0.3s ease-out;
  342. }
  343. .links1 #all {
  344. margin-left:-2px;
  345. margin-top:6px;
  346. padding:5px;
  347. height:14px;
  348. transition-duration: 0.9s;
  349. -moz-transition-duration: 0.9s;
  350. -webkit-transition-duration: 0.9s;
  351. -o-transition-duration: 0.9s;
  352. }
  353. .links1 #all a:hover {
  354. color:{color:hover};
  355. letter-spacing:0px;
  356. transition-duration: 1.9s;
  357. -moz-transition-duration: 1.9s;
  358. -webkit-transition-duration: 1.9s;
  359. -o-transition-duration: 1.9s;
  360. }
  361. .links1 a {
  362. width:10px;
  363. height:10px;
  364. margin-bottom:3px;
  365. text-align:center;
  366. text-transform:lowercase;
  367. padding:4px;
  368. line-height:10px;
  369. color:{color:text};
  370. font-style:none;
  371. background:{color:posts};
  372. z-index:99999;
  373. font-weight:300;
  374. font-family: 'Roboto', sans-serif;
  375. letter-spacing:0px;
  376. font-size:9px;
  377. display:inline-block;
  378. transition-duration: 0.9s;
  379. -moz-transition-duration: 0.9s;
  380. -webkit-transition-duration: 0.9s;
  381. -o-transition-duration: 0.9s;
  382. }
  383. .navi{
  384. width:187px;
  385. height:402px;
  386. padding-left:13px;
  387. padding-bottom:15px;
  388. padding-top:13px;
  389. margin-top:-9px;
  390. margin-left:357px;
  391. line-height:20%;
  392. position:fixed;
  393. display:block;
  394. z-index:99999999;
  395. opacity:0.5;
  396. transition-delay:0.1s;
  397. -webkit-transition-delay:0.1s;
  398. transition-duration: 0.4s;
  399. -moz-transition-duration:0.2s;
  400. -webkit-transition-duration:0.8s;
  401. -o-transition-duration:0.2s;
  402. }
  403. .navi:hover{
  404. opacity:1;
  405. background-color: rgba(239, 111, 119, 0.2);
  406. transition-delay:0.1s;
  407. -webkit-transition-delay:0.1s;
  408. transition-duration: 0.4s;
  409. -moz-transition-duration:0.2s;
  410. -webkit-transition-duration:0.8s;
  411. -o-transition-duration:0.2s;
  412. }
  413. #title{
  414. width:170px;
  415. height:25px;
  416. top:230px;
  417. opacity:1;
  418. position:fixed;
  419. font-family: 'khand', sans-serif;
  420. letter-spacing:1px;
  421. text-align:center;
  422. font-weight:300;
  423. color:{color:posts};
  424. text-transform:uppercase;
  425. border-bottom:1px dashed {color:posts};
  426. padding-bottom:0px;
  427. line-height:25px;
  428. font-size:13px;
  429. margin-left:3px;
  430. z-index:99999999;
  431. }
  432. #postbg{
  433. position:fixed;
  434. opacity:1;
  435. width:470px;
  436. height:430px;
  437. background-color:{color:posts};
  438. border-top:1px solid #ddd;
  439. border-right:1px solid #ddd;
  440. border-bottom:1px solid #ddd;
  441. top:115px;
  442. margin-left:557px;
  443. z-index:-9999;
  444. }
  445. #sb{
  446. position:fixed;
  447. width:70px;
  448. margin-top:190px;
  449. padding:10px;
  450. height:70px;
  451. margin-left:180px;
  452. background-color:transparent;
  453. z-index:9999999999999999;
  454. }
  455. #sbimage {
  456. width 70px;
  457. z-index:-99999;
  458. }
  459. #sbimage img {
  460. width:200px;
  461. height:430px;
  462. margin-left:356px;
  463. top:115px;
  464. position:fixed;
  465. border-top:1px solid #ddd;
  466. border-bottom:1px solid #ddd;
  467. border-left:1px solid #ddd;
  468. opacity:1;
  469. background-color:white;
  470. background-image:url('{image:sidebar}');
  471. z-index:9999;
  472. }
  473. #entries {
  474. overflow-y:auto;
  475. margin-left:566px;
  476. height:411px;
  477. width:455px;
  478. letter-spacing:0px;
  479. margin-top:125px;
  480. }
  481. #post {
  482. font-size:10px;
  483. width:400px;
  484. color:{color:post text};
  485. background-color:{color:posts};
  486. text-align:justify;
  487. padding:20px;
  488. padding-top:5px;
  489. padding-bottom:0px;
  490. overflow:hidden;
  491. line-height:20px;
  492. margin-bottom:10px;
  493. }
  494. #post img{
  495. max-width:400px;
  496. height:auto;
  497. }
  498. #info {
  499. width:420px;
  500. height:15px;
  501. text-align:center;
  502. font-family:'Roboto', sans-serif;
  503. text-transform:none;
  504. margin-left:-20px;
  505. font-size:9px;
  506. margin-top:20px;
  507. overflow:hidden;
  508. font-style:none;
  509. padding:10px;
  510. line-height:12px;
  511. background-color:{color:posts};
  512. color:{color:text};
  513. }
  514. #info a {
  515. text-align:center;
  516. font-family:'Roboto', sans-serif;
  517. line-height:7px;
  518. color:{color:text};
  519. }
  520. #info a:hover{
  521. color:{color:hover};
  522. }
  523. .right{
  524. float:center;
  525. }
  526. #tags {
  527. text-align:center;
  528. opacity:0;
  529. font-size:9px;
  530. font-family:'Roboto', sans-serif;
  531. margin-top:-18px;
  532. margin-left:-10px;
  533. padding:5px;
  534. font-weight:none;
  535. margin-bottom:-2px;
  536. height:15px;
  537. width:390px;
  538. padding-top:0px;
  539. text-transform:lowercase;
  540. transition-duration: 0.5s;
  541. -moz-transition-duration: 0.5s;
  542. -webkit-transition-duration: 0.5s;
  543. -o-transition-duration: 0.5s;
  544. }
  545. #tags a {
  546. padding:0px;
  547. margin-top:-3px;
  548. color:{color:text};
  549. line-height:12px;
  550. letter-spacing:0.5px;
  551. font-weight:none;
  552. font-size:9px;
  553. font-family:'Roboto', sans-serif;
  554. display:inline-block;
  555. }
  556. #post:hover #tags {
  557. opacity:1;
  558. margin-top:-18px;
  559. margin-left:-10px;
  560. }
  561. #tags a:hover {
  562. -moz-transition-duration:0.3s;
  563. -webkit-transition-duration:0.3s;
  564. -o-transition-duration:0.3s;
  565. color:{color:hover};
  566. }
  567. #asking {
  568. margin-left:20px;
  569. margin-top:-35px;
  570. }
  571. #askingimage {
  572. }
  573. #askingimage img {
  574. margin-left:0px;
  575. width:45px;
  576. height:45px;
  577. border-radius:100px;
  578. margin-top:20px;
  579. }
  580. #question {
  581. padding:20px;
  582. padding-left:14px;
  583. margin-top:-25px;
  584. margin-left:62px;
  585. border-radius:4px 4px 4px 4px;
  586. color:{color:text};
  587. background-color:{color:accent};
  588. }
  589. #asker{
  590. margin-top:-66px;
  591. padding:1px;
  592. font-weight:700;
  593. font-size:9px;
  594. z-index:9999999999;
  595. margin-left:75px;
  596. letter-spacing:0px;
  597. font-family: 'arial', sans-serif;
  598. text-transform:lowercase;
  599. }
  600. #credit{
  601. position:fixed;
  602. font-size:14px;
  603. font-weight:bold;
  604. padding-bottom:5px;
  605. padding-top:5px;
  606. height:20px;
  607. width:20px;
  608. opacity:1;
  609. padding-left:5px;
  610. padding-right:5px;
  611. margin-left:1325px;
  612. top:645px;
  613. letter-spacing:0px;
  614. line-height:22px;
  615. border-top:1px solid {color:accent};
  616. border-bottom:1px solid {color:accent};
  617. text-align:center;
  618. float:left;
  619. font-family: 'Roboto', sans-serif;
  620. color:{color:text};
  621. text-transform:uppercase;
  622. background-color: rgba(255,255,255, 0.3);
  623. transition-duration: 0.8s;
  624. }
  625. lol {
  626. font-size:10px;
  627. text-align:left;
  628. width:auto;
  629. height:5px;
  630. margin-left:-35px;
  631. font-weight:700;
  632. text-transform:uppercase;
  633. font-family: 'roboto', sans-serif;
  634. letter-spacing:3px;
  635. background-color:transparent;
  636. color:{color:text};
  637. padding:4px;
  638. }
  639. date {
  640. font-size:15px;
  641. text-align:center;
  642. width:auto;
  643. height:5px;
  644. font-weight:none;
  645. font-weight:700;
  646. margin-left:-104px;
  647. border-right:3px solid #ddd;
  648. font-family: 'roboto', sans-serif
  649. letter-spacing:2px;
  650. text-transform:uppercase;
  651. background-color:{color:accent 2};
  652. color:{color:text};
  653. padding:10px;
  654. }
  655. dateu {
  656. font-size:8px;
  657. text-align:left;
  658. width:auto;
  659. height:5px;
  660. font-weight:700;
  661. margin-left:0px;
  662. text-transform:uppercase;
  663. font-family: 'roboto', sans-serif;
  664. letter-spacing:-1.5px;
  665. color:{color:accent};
  666. padding:2px;
  667. }
  668. .triangle {
  669. align:right;
  670. margin:7px 0px 10px 0px;
  671. padding:10px;
  672. position: relative;
  673. }
  674. .triangle t1{
  675. display:block;
  676. position:absolute;
  677. width:1px;
  678. height:1px
  679. font-size:0;
  680. margin-left:5px;
  681. top:-19px;z-index:9999999;
  682. border-right:7px solid transparent;
  683. border-left:7px solid transparent;
  684. border-top:10px solid transparent;
  685. -ms-transform: rotate(92deg); /* IE 9 */
  686. -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
  687. transform: rotate(92deg);
  688. }
  689. .triangle t2 {
  690. display:block;
  691. position:absolute;
  692. width:0px;
  693. height:1px
  694. font-size:0;
  695. margin-left:3px;
  696. top:-20px;
  697. border-right:8px solid transparent;
  698. border-left:8px solid transparent;
  699. border-top:12px solid {color:accent};
  700. -ms-transform: rotate(90deg); /* IE 9 */
  701. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  702. transform: rotate(90deg);
  703. }
  704. .triangleposts {
  705. align:right;
  706. margin:7px 0px 10px 0px;
  707. padding:10px;
  708. position: relative;
  709. }
  710. .triangleposts t1{
  711. display:block;
  712. position:absolute;
  713. width:1px;
  714. height:1px
  715. font-size:0;
  716. margin-left:5px;
  717. top:-19px;z-index:9999999;
  718. border-right:7px solid transparent;
  719. border-left:7px solid transparent;
  720. border-top:10px solid transparent;
  721. -ms-transform: rotate(92deg); /* IE 9 */
  722. -webkit-transform: rotate(92deg); /* Chrome, Safari, Opera */
  723. transform: rotate(92deg);
  724. }
  725. .triangleposts t2 {
  726. display:block;
  727. position:absolute;
  728. width:0px;
  729. height:1px
  730. font-size:0;
  731. margin-left:3px;
  732. top:-20px;
  733. border-right:8px solid transparent;
  734. border-left:8px solid transparent;
  735. border-top:12px solid rgba(0, 0, 0, 0.6);;
  736. -ms-transform: rotate(90deg); /* IE 9 */
  737. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  738. transform: rotate(90deg);
  739. }
  740. .bubble {
  741. overflow: hidden;
  742. padding:0;
  743. margin:0;
  744. }
  745. .bubble li{
  746. margin:0 0 5px;
  747. border-radius:1em;
  748. padding:.5em 10px;
  749. max-width:75%;
  750. clear:both;
  751. position:relative;
  752. list-style-type:none;
  753. }
  754. .bubble li strong{
  755. color:#000;
  756. }
  757. .user_1,.user_3,.user_5,.user_7,.user_9,.user_11,.user_13,.user_15,.user_17,.user_19,.user_21,.user_23,.user_25,.user_27,.user_29,.user_31,.user_33,.user_35,.user_37,.user_39,.user_41,.user_43,.user_45,.user_47,.user_49{float:left;background:#e5e5ea;color:#000;left:3px}.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after,.user_13::after,.user_15::after,.user_17::after,.user_19::after,.user_21::after,.user_23::after,.user_25::after,.user_27::after,.user_29::after,.user_31::after,.user_33::after,.user_35::after,.user_37::after,.user_39::after,.user_41::after,.user_43::after,.user_45::after,.user_47::after,.user_49::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid #e5e5ea;border-bottom-right-radius:1em .5em}.user_2,.user_4,.user_6,.user_8,.user_10,.user_12,.user_14,.user_16,.user_18,.user_20,.user_22,.user_24,.user_26,.user_28,.user_30,.user_32,.user_34,.user_36,.user_38,.user_40,.user_42,.user_44,.user_46,.user_48,.user_50{right:3px;float:right;background-color:#e8f3f9;color:#000}.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after,.user_14::after,.user_16::after,.user_18::after,.user_20::after,.user_22::after,.user_24::after,.user_26::after,.user_28::after,.user_30::after,.user_32::after,.user_34::after,.user_36::after,.user_38::after,.user_40::after,.user_42::after,.user_44::after,.user_46::after,.user_48::after,.user_50::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid #e8f3f9;border-bottom-left-radius:1em .5em}
  758. .updates{
  759. top:10px;
  760. margin-left:10px;
  761. width:120px;
  762. height:20px;
  763. padding:5px;
  764. line-height:15px;
  765. position:fixed;
  766. color:{color:text};
  767. z-index:999999;
  768. overflow:hidden;
  769. -moz-transition-duration:0.7s;
  770. -webkit-transition-duration:0.7s;
  771. -o-transition-duration:0.7s;
  772. transition: all 0.7s ease-out;
  773. }
  774. .updates:hover{
  775. height:230px;
  776. -moz-transition-duration:0.7s;
  777. -webkit-transition-duration:0.7s;
  778. -o-transition-duration:0.7s;
  779. transition: all 0.7s ease-out;
  780. }
  781. .updates a{
  782. width:170px;
  783. height:92px;
  784. position:fixed;
  785. line-height:10px;
  786. top:434px;
  787. margin-left:55px;
  788. font-size:10px;
  789. text-align:left;
  790. letter-spacing:1px;
  791. overflow:auto;
  792. z-index:99;
  793. opacity:1;
  794. }
  795. .updates a:hover{
  796. overflow:auto;
  797. -webkit-transition: all 0.7s ease-out;
  798. -moz-transition: all 0.7s ease-out;
  799. transition: all 0.7s ease-out;
  800. }
  801. {CustomCSS}</style>
  802.  
  803.  
  804.  
  805. </head>
  806. <body>
  807.  
  808.  
  809. <!---- - START BASICS / DONT TOUCH!!! - --->
  810.  
  811. <div id="sidebar">
  812. <div id="postbg"></div>
  813. <div id="sbimage"><img src="{image:sidebar}"></a></div>
  814. </div>
  815. </div>
  816. <div class="navi">
  817. <div id="title">{text:title}</div>
  818. <div id="description">{description}</div>
  819. <div class="links1">
  820. <div id="all">
  821. <a href="/"title="refresh">i.</a>
  822. <a href="/ask" title="message">ii.</a>
  823. <a href="{text:link 1 url}"title="{text:hover 1}">iii.</a>
  824. <a href="{text:link 2 url}"title="{text:hover 2}">iv.</a>
  825. <a href="{text:link 3 url}"title="{text:hover 3}">v.</a>
  826. </div>
  827. </div>
  828. </div>
  829. </div>
  830. <!---- - UPDATES TAB / HAVE TO BE EDITED IN HTML - --->
  831. <div class="updates">
  832. <center><lol><i class="fa fa-plus"style="color:{color:text}"></i> Updates</lol></center>
  833. </br>
  834. <div id="updates">You can put whatever you want here ok idk. edit this in the html.
  835. <li>You can put reserves here</li>
  836. <li>Or what you do</li>
  837. <li>Or your to do list</li>
  838. <li>Or whatever you want</li>
  839. </div>
  840. </div>
  841. <!---- - PAGINATION / DONT TOUCH!!! - --->
  842. <div class="pagination"style="{color:title text}">
  843. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:text};background:{color:accent};padding:3px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:title text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
  844. {/block:Pagination}</div></div>
  845. </div>
  846. <!---- - POSTS & ENTRIES / DONT TOUCH!!! - --->
  847. <div id="entries">
  848. {block:Posts}
  849. <div id="post"
  850. <div id="post">
  851. <!--TEXT POSTS-->
  852. {block:Text}
  853. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  854. {Body}
  855. {/block:Text}
  856. <!---- - ANSWER & QUESTION POSTS / DONT TOUCH!!! - --->
  857. {block:Answer}
  858. <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
  859. <div class="triangle" style="background:transparent;margin-top:-11px; margin-left:35px;"><t2></t2><t1></t1></div>
  860. <div id="asker">{Asker} asked:</div>
  861. <div id="question">{Question}</div>
  862. {Answer}{/block:Answer}
  863. <!---- - QUOTE POSTS / DONT TOUCH!!! - --->
  864. {block:Quote}
  865. {block:Quote}
  866. <h2>{Quote}</h2>
  867. <div align="right">
  868. {block:Source}<h1>-{Source}</h1>{/block:Source}
  869. </div>
  870. {/block:Quote}
  871. <!---- - LINK POSTS/ DONT TOUCH!!! - --->
  872. {block:Link}
  873. <h2><center><a href="{URL}">{Name}</center></a></h2>
  874. {block:Description}{Description}{/block:Description}
  875. {/block:Link}
  876. <!---- - CHAT POSTS / DONT TOUCH!!! - --->
  877. {block:Chat}
  878. {block:Title}
  879. <h1>{Title}</h1>{/block:Title}<br>
  880. <ul class="bubble">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  881. {Line}</li>{/block:Lines}</ul>
  882. {/block:Chat}
  883. <!---- - PHOTO POSTS/ DONT TOUCH!!! - --->
  884. {block:Photo}
  885. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  886. {block:Caption}{Caption}{/block:Caption}
  887. {/block:Photo}
  888. <!---- - PHOTOSET POSTS / DONT TOUCH!!! - --->
  889. {block:Photoset}
  890. {Photoset-400}
  891. {block:Caption}{Caption}{/block:Caption}
  892. {/block:Photoset}
  893. <!---- - VIDEO POSTS / DONT TOUCH!!! - --->
  894. {block:Video}
  895. {Video-400}
  896. {block:Caption}{Caption}{/block:Caption}
  897. {/block:Video}
  898. <!---- - AUDIO POSTS / DONT TOUCH!!! - --->
  899. {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>
  900. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  901. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  902. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  903. {/block:Audio}
  904. <!---- - INFO / DONT TOUCH!!! - --->
  905. <div id="info">
  906. <div id="permalink">
  907. <a href="{Permalink}"><dateu>------------------------------------------------------------------------------------- </dateu> {DayOfMonth} {ShortMonth} {ShortYear} </a> / {NoteCountWithLabel} <dateu>------------------------------------------------------------------------------------- </dateu>
  908. <font style="float:right">
  909. {block:RebloggedFrom}
  910. {block:ContentSource}
  911. <a href="{ReblogParentURL}" title="reblogged from: {ReblogParentName}"><i class="fa fa-history"></i></a> / <a href="{SourceURL}"title="Source"><i class="fa fa-copyright"></i></a>
  912. {/block:ContentSource}
  913. {/block:RebloggedFrom}
  914. </font style>
  915. </a></div></div>
  916. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag} </a>{/block:Tags}
  917. </div>
  918. {/block:HasTags}
  919. </div>
  920. {block:PostNotes} {PostNotes} {/block:PostNotes} {/block:Posts}</div>
  921. <!---- - END INFO / DONT TOUCH!!! - --->
  922. <!---- - START CREDIT / DONT TOUCH!!! - --->
  923. <div id="credit">
  924. <a href="http://adf.ly/1Q6OGo"title="moonstar themes"><i class="fa fa-moon-o"></i></a>
  925. </div>
  926. </div>
  927. <!---- - END CREDIT / DONT TOUCH!!! - --->
  928. </html>
  929. </body>
  930. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" /></a>
  931. <script src="http://static.tumblr.com/zkwuipe/lHxnec4a0/classie.js"></script>
  932. <script src="http://static.tumblr.com/zkwuipe/15Znec4bh/bordermenu.js"></script>
  933. </div>
  934. <!---- - END HTML / DONT TOUCH!!! - --->
Advertisement
Add Comment
Please, Sign In to add comment