Guest User

edfgj

a guest
Jan 27th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.96 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  7.  
  8. <script src="jquery.js"></script>
  9. <script>
  10. $(document).ready(function(){
  11. $("#click").click(function(){
  12. $("#guts").slideToggle("fast");
  13. });
  14. });
  15. </script>
  16.  
  17. <script src="jquery.js"></script>
  18. <script>
  19. $(document).ready(function(){
  20. $("#click2").click(function(){
  21. $("#guts2").slideToggle("fast");
  22. });
  23. });
  24. </script>
  25.  
  26. <script src="jquery.js"></script>
  27. <script>
  28. $(document).ready(function(){
  29. $("#click3").click(function(){
  30. $("#guts3").slideToggle("fast");
  31. });
  32. });
  33. </script>
  34.  
  35. <!--Default Variables-->
  36. <!--Colors-->
  37. <meta name="color:Ask Background" content="#000000"/>
  38. <meta name="color:Ask Text" content="#ffffff"/>
  39. <meta name="color:Background" content="#ffffff"/>
  40. <meta name="color:Text" content="#000000"/>
  41. <meta name="color:Link" content="#000000"/>
  42. <meta name="color:Link Hover" content="#000000"/>
  43. <meta name="color:Scrollbar" content="#000000"/>
  44. <meta name="color:Accent" content="#000000"/>
  45. <meta name="color:Accent Text" content="#ffffff"/>
  46. <meta name="color:Pagination" content="#000000"/>
  47. <meta name="color:Tool Tip" content="#ffffff"/>
  48. <meta name="color:Tool Tip Text" content="#000000"/>
  49. <meta name="color:Barra" content="#f7f7f7"/>
  50. <meta name="color:Cor da Borda" content="#000000"/>
  51. <!--Images-->
  52. <meta name="image:Background" content=""/>
  53.  
  54. <!--Options-->
  55. <meta name="if:400px" content="1"/>
  56. <meta name="if:Cursor de Laranja" content="1"/>
  57. <meta name="if:Cursor de Abacaxi" content="0"/>
  58. <meta name="if:2 Columns" content="1"/>
  59. <meta name="if:Infinite Scroll" content="1"/>
  60. <meta name="if:Captions" content=""/>
  61. <meta name="if:Custom Scrollbar" content="1"/>
  62. <meta name="if:Rainbow Links" content="1"/>
  63. <meta name="if:Photo Zoom" content=""/>
  64. <meta name="if:Faded Images" content=""/>
  65. <meta name="if:Inverted Images" content=""/>
  66. <meta name="if:Tiny Cursor" content=""/>
  67. <meta name="if:Crosshair Cursor" content=""/>
  68. <meta name="if:Full Bkg Img" content="" />
  69.  
  70. <!--Links-->
  71. <meta name="text:Link 1 URL" content="/"/>
  72. <meta name="text:Link 1 name" content=""/>
  73. <meta name="text:Link 2 URL" content="/"/>
  74. <meta name="text:Link 2 name" content=""/>
  75. <meta name="text:Link 3 URL" content="/"/>
  76. <meta name="text:Link 3 name" content=""/>
  77. <meta name="text:Link 4 URL" content="/"/>
  78. <meta name="text:Link 4 name" content=""/>
  79. <meta name="text:Stats" content=""/>
  80. <meta name="text:Info" content=""/>
  81. <meta name="text:morestuff" content=""/>
  82.  
  83.  
  84. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  85. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  86.  
  87. {block:Description}
  88. <meta name="description" content="{MetaDescription}" />
  89. {/block:Description}
  90. <meta charset="utf-8">
  91. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  92. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  93. <link rel="shortcut icon" href="{Favicon}">
  94. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  95. <style type="text/css">
  96.  
  97. #risquinho{
  98. background:{color:Cor da Borda};
  99. height:1px;
  100. width:400px;
  101. }
  102.  
  103. #botoezinhos{
  104. position:absolute;
  105. margin-top:0px;
  106. margin-left:355px;
  107. }
  108.  
  109. #barrinha{
  110. height:14px;
  111. width:400px;
  112. margin-top:5px;
  113. text-align:right;
  114. background:{color:Barra};
  115. }
  116.  
  117. #updatesbar{
  118. position:absolute;
  119. margin-top:-24px;
  120. margin-left:-8px;
  121. padding:3px;
  122. padding-right:5px;
  123. text-align:right;
  124. width:106px;
  125. height:9px;
  126. background:{color:Barra}; /*bar background*/
  127. border-style:solid;
  128. border-width:1px;
  129. border-color:{color:Cor da Borda};
  130. /*delete the following for no rounded edges*/
  131. -webkit-border-top-left-radius: 4px;
  132. -webkit-border-top-right-radius: 4px;
  133. -moz-border-radius-topleft: 4px;
  134. -moz-border-radius-topright: 4px;
  135. border-top-left-radius: 4px;
  136. border-top-right-radius: 4px;
  137. }
  138.  
  139. #updates{
  140. position:fixed;
  141. width:100px;
  142. margin-top:30%;
  143. margin-left:50px;
  144. padding-top:7px;
  145. padding-left:7px;
  146. padding-right:7px;
  147. padding-bottom:4px;
  148. font-family:consolas;
  149. font-size:10px;
  150. line-height:12px;
  151. background-color:#ffffff; /*background hex color code*/
  152. border-style:solid;
  153. border-width:1px;
  154. border-color:{color:Cor da Borda};
  155. color:#000000; /*text color, note link colors and styles will change with the theme you're using*/
  156. z-index:999;
  157. /*delete the following for no shadows*/
  158. box-shadow:rgba(0,0,0,0.07)7px 7px;
  159. /*delete the following for no rounded edges*/
  160. -webkit-border-bottom-right-radius: 4px;
  161. -webkit-border-bottom-left-radius: 4px;
  162. -moz-border-radius-bottomright: 4px;
  163. -moz-border-radius-bottomleft: 4px;
  164. border-bottom-right-radius: 4px;
  165. border-bottom-left-radius: 4px;
  166. }
  167.  
  168. #guts,#click{
  169. padding:1px;
  170. display:inline-block;
  171. }
  172.  
  173. #click{
  174. margin-bottom:4px;
  175. padding:1px;
  176. text-transform:uppercase;
  177. letter-spacing:1px;
  178. text-align:center;
  179. background:#f4f4f4; /*tab 1 background color*/
  180. border:1px solid #f4f4f4;
  181. padding:1px;
  182. display:block;
  183. -webkit-transition: all 0.1s ease;
  184. -moz-transition: all 0.1s ease;
  185. transition: all 0.1s ease;
  186. /*delete the following for no rounded edges*/
  187. -webkit-border-radius: 4px;
  188. -moz-border-radius: 4px;
  189. border-radius: 4px;
  190. }
  191.  
  192. #click:hover{
  193. cursor:help;
  194. }
  195.  
  196. #click:active{
  197. background:#ffffff; /*color of tab when clicked*/
  198. }
  199.  
  200. #guts{
  201. padding:1px;
  202. display:none;
  203. text-align:center;
  204. }
  205.  
  206. #guts2,#click2{
  207. padding:1px;
  208. display:inline-block;
  209. }
  210.  
  211. #click2{
  212. margin-bottom:4px;
  213. padding:1px;
  214. text-transform:uppercase;
  215. letter-spacing:1px;
  216. text-align:center;
  217. background:{color:Barra}; /*tab 2 background color*/
  218. border:1px solid #f4f4f4;
  219. padding:1px;
  220. display:block;
  221. -webkit-transition: all 0.1s ease;
  222. -moz-transition: all 0.1s ease;
  223. transition: all 0.1s ease;
  224. /*delete the following for no rounded edges*/
  225. -webkit-border-radius: 4px;
  226. -moz-border-radius: 4px;
  227. border-radius: 4px;
  228. }
  229.  
  230. #click2:hover{
  231. cursor:help;
  232. }
  233.  
  234. #click2:active{
  235. background:#ffffff; /*color of tab when clicked*/
  236. }
  237.  
  238. #guts2{
  239. padding:1px;
  240. display:none;
  241. }
  242.  
  243. #guts3,#click3{
  244. padding:1px;
  245. display:inline-block;
  246. }
  247.  
  248. #click3{
  249. margin-bottom:4px;
  250. padding:1px;
  251. text-transform:uppercase;
  252. letter-spacing:1px;
  253. text-align:center;
  254. background:#f4f4f4; /*tab 3 background color*/
  255. border:1px solid #f4f4f4;
  256. padding:1px;
  257. display:block;
  258. -webkit-transition: all 0.1s ease;
  259. -moz-transition: all 0.1s ease;
  260. transition: all 0.1s ease;
  261. /*delete the following for no rounded edges*/
  262. -webkit-border-radius: 4px;
  263. -moz-border-radius: 4px;
  264. border-radius: 4px;
  265. }
  266.  
  267. #click3:hover{
  268. cursor:help;
  269. }
  270.  
  271. #click3:active{
  272. background:#ffffff; /*color of tab when clicked*/
  273. }
  274.  
  275. #guts3{
  276. padding:1px;
  277. display:none;
  278. }
  279.  
  280. #click4{
  281. margin-bottom:4px;
  282. padding:1px;
  283. text-transform:uppercase;
  284. letter-spacing:1px;
  285. text-align:center;
  286. background:#f4f4f4; /*tab 3 background color*/
  287. border:1px solid #f4f4f4;
  288. padding:1px;
  289. display:block;
  290. -webkit-transition: all 0.1s ease;
  291. -moz-transition: all 0.1s ease;
  292. transition: all 0.1s ease;
  293. /*delete the following for no rounded edges*/
  294. -webkit-border-radius: 4px;
  295. -moz-border-radius: 4px;
  296. border-radius: 4px;
  297. }
  298.  
  299. #click4:hover{
  300. cursor:help;
  301. }
  302.  
  303. #click4:active{
  304. background:#ffffff; /*color of tab when clicked*/
  305. }
  306.  
  307. {block:ifInvertedImages}img{
  308. opacity: 1;
  309. filter:alpha(opacity=10);
  310. -moz-opacity: 0.1;
  311. -moz-transition: all .9s ease;
  312. -o-transition: all .9s ease;
  313. transition: all .9s ease;
  314. -webkit-transition: all .9s ease;}
  315. {/block:ifInvertedImages}
  316.  
  317.  
  318. {block:ifInvertedImages} img:hover{
  319. opacity: .8;
  320. filter:alpha(opacity=100);
  321. -moz-opacity: 1;
  322. -moz-transition: all .9s ease;
  323. -o-transition: all .9s ease;
  324. transition: all .9s ease;
  325. -webkit-transition: all .9s ease;}
  326. {/block:ifInvertedImages}
  327.  
  328. {block:ifFadedImages}img{
  329. opacity: .8;
  330. filter:alpha(opacity=10);
  331. -moz-opacity: 0.1;
  332. -moz-transition: all .9s ease;
  333. -o-transition: all .9s ease;
  334. transition: all .9s ease;
  335. -webkit-transition: all .9s ease;}
  336. {/block:ifFadedImages}
  337.  
  338.  
  339. {block:ifFadedImages} img:hover{
  340. opacity: 1;
  341. filter:alpha(opacity=100);
  342. -moz-opacity: 1;
  343. -moz-transition: all .9s ease;
  344. -o-transition: all .9s ease;
  345. transition: all .9s ease;
  346. -webkit-transition: all .9s ease;}
  347. {/block:ifFadedImages}
  348.  
  349. {block:ifInvertedImages}.photo {
  350. opacity: 1;
  351. filter:alpha(opacity=10);
  352. -moz-opacity: 0.1;
  353. -moz-transition: all .9s ease;
  354. -o-transition: all .9s ease;
  355. transition: all .9s ease;
  356. -webkit-transition: all .9s ease;}
  357. {/block:ifInvertedImages}
  358.  
  359.  
  360. {block:ifInvertedImages}.photo:hover{
  361. opacity: .8;
  362. filter:alpha(opacity=100);
  363. -moz-opacity: 1;
  364. -moz-transition: all .9s ease;
  365. -o-transition: all .9s ease;
  366. transition: all .9s ease;
  367. -webkit-transition: all .9s ease;}
  368. {/block:ifInvertedImages}
  369.  
  370. {block:ifFadedImages}.photo {
  371. opacity: .8;
  372. filter:alpha(opacity=10);
  373. -moz-opacity: 0.1;
  374. -moz-transition: all .9s ease;
  375. -o-transition: all .9s ease;
  376. transition: all .9s ease;
  377. -webkit-transition: all .9s ease;}
  378. {/block:ifFadedImages}
  379.  
  380.  
  381. {block:ifFadedImages}.photo:hover{
  382. opacity: 1;
  383. filter:alpha(opacity=100);
  384. -moz-opacity: 1;
  385. -moz-transition: all .9s ease;
  386. -o-transition: all .9s ease;
  387. transition: all .9s ease;
  388. -webkit-transition: all .9s ease;}
  389. {/block:ifFadedImages}
  390.  
  391. .photo{
  392. -moz-transition: all .9s ease;
  393. -o-transition: all .9s ease;
  394. transition: all .9s ease;
  395. -webkit-transition: all .9s ease;}
  396.  
  397. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  398.  
  399. iframe#tumblr_controls:hover{opacity:1;}
  400.  
  401. {block:ifCustomScrollbar}
  402. ::-webkit-scrollbar {width:12px; height:12px; background: {color:Background};}
  403. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:5px solid {color:Background};border-right:5px solid {color:Background};border-bottom:5px solid {color:Background};border-left:5px solid {color:Background};}
  404. {/block:ifCustomScrollbar}
  405.  
  406. html,body,a,a:hover{
  407. {block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nf2nph3m4q1rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}
  408. }
  409.  
  410. body{background:{color:Background};{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas,arial;font-size:13px;line-height:17px;color:{color:Text};
  411. {block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nf2nph3m4q1rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}
  412. {block:ifCursordeLaranja}cursor:url(https://dl.dropboxusercontent.com/u/52719107/laranja.png), progress;{/block:ifCursordeLaranja}
  413. {block:ifCursordeAbacaxi}cursor:url(http://i.gyazo.com/d8aeefc7cb60fefe1231e9b590e68206.png), progress;{/block:ifCursordeAbacaxi}
  414. }
  415.  
  416. a:link, a:active, a:visited{color:{color:Text};text-decoration:none;-webkit-transition: all 0.s linear;-moz-transition: all 0.s linear;transition: all 0.s linear;{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nf2nq0naf51rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}border-bottom:1px solid {color:Link};padding:0 0 1px 0;}
  417.  
  418. a:hover{color:{color:Text};border-bottom:1px solid {color:Link Hover};}
  419.  
  420. #s-m-t-tooltip {
  421. max-width:200px;
  422. margin:25px 20px 25px 20px;
  423. background-color:{color:Tool Tip};
  424. color:{color:Tool Tip Text};
  425. border:0px solid {color:Border};
  426. font-size:13px;
  427. line-height:13px;
  428. padding:3px 5px 4px 5px;
  429. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  430. -webkit-transition: all 0.3s ease-out;
  431. -moz-transition: all 0.3s ease-out;
  432. transition: all 0.3s ease-out;
  433. z-index:999999999999999999999999999999999999;
  434. -webkit-border-radius: 4px;
  435. -moz-border-radius: 4px;
  436. border-radius: 4px;
  437. }
  438.  
  439. #container {
  440. margin:0 0 0 230px;
  441. {block:IndexPage}
  442. {block:ifNot400px}width:250px;{/block:ifNot400px}
  443. {block:if400px}width:400px;{/block:if400px}
  444. {/block:IndexPage}
  445. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  446. }
  447.  
  448. #content{
  449. {block:IndexPage}
  450. {block:if2Columns}
  451. {block:ifNot400px}width:800px;{/block:ifNot400px}
  452. {block:if400px}width:1000px;{/block:if400px}
  453. {/block:if2Columns}
  454. {block:ifNot2Columns}
  455. {block:ifNot400px}width:250px;{/block:ifNot400px}
  456. {block:if400px}width:400px;{/block:if400px}
  457. {/block:ifNot2Columns}
  458. {/block:IndexPage}
  459. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  460. }
  461.  
  462. article{
  463. border-style:solid;
  464. border-width:1px;
  465. border-color:{color:Cor da Borda};
  466. float:left;
  467. margin:40px;
  468. position:relative;
  469. background:{color:Barra};
  470. overflow:hidden;
  471. {block:IndexPage}
  472. {block:ifNot400px}width:250px;{/block:ifNot400px}
  473. {block:if400px}width:400px;{/block:if400px}
  474. {/block:IndexPage}
  475. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  476. -webkit-border-radius: 4px;
  477. -moz-border-radius: 4px;
  478. border-radius: 4px;
  479. }
  480.  
  481. article img{max-width:100%;{block:indexPage}display:block;{/block:IndexPage}}
  482.  
  483. article .cap{
  484. padding:5px 10px 15px 15px;
  485. }
  486.  
  487. article #permalinktxt{
  488. background:{color:Accent};
  489. color:{color:Accent Text};
  490. padding:10px 13px 10px 13px;
  491. -webkit-transition: all 0.4s linear;
  492. -moz-transition: all 0.4s linear;
  493. transition: all 0.4s linear;
  494. line-height:20px;
  495. {block:IndexPage}
  496. -webkit-border-bottom-right-radius: 0px;
  497. -webkit-border-bottom-left-radius: 0px;
  498. -moz-border-radius-bottomright: 0px;
  499. -moz-border-radius-bottomleft: 0px;
  500. border-bottom-right-radius: 0px;
  501. border-bottom-left-radius: 0px;
  502. {/block:IndexPage}
  503. }
  504.  
  505. article:hover #permalinktxt{
  506. opacity:1;
  507. }
  508.  
  509. #permalinktxt a{
  510. color:{color:Accent Text};
  511. padding:0 0 2px 0;
  512. border-bottom:1px solid transparent;
  513. }
  514.  
  515. #permalinktxt a:hover{
  516. color:{color:Accent Text};
  517. {block:ifNotRainbowLinks}
  518. border-bottom:1px solid {color:Accent Text};
  519. {/block:ifNotRainbowLinks}
  520. }
  521.  
  522. #permalinktxt #p_tri{
  523. position:absolute;
  524. margin:-17px 0 0 10px;
  525. width: 0;
  526. height: 0;
  527. border-style: solid;
  528. border-width: 0 10px 9px 10px;
  529. border-color: transparent transparent {color:Accent} transparent;
  530. }
  531.  
  532. #pic {
  533. position:relative;
  534. overflow:hidden;
  535. }
  536.  
  537. #pic img{
  538. display:block;
  539. -webkit-transition: all 0.4s linear;
  540. -moz-transition: all 0.4s linear;
  541. transition: all 0.4s linear;
  542. }
  543.  
  544. article #pc{
  545. -webkit-transition: all 0.4s linear;
  546. -moz-transition: all 0.4s linear;
  547. transition: all 0.4s linear;
  548. }
  549.  
  550. article:hover #pc{
  551. {block:ifPhotoZoom}
  552. {block:IndexPage}
  553. -ms-transform: scale(1.10); /* IE 9 */
  554. -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
  555. transform: scale(1.10); /* Standard syntax */
  556. {/block:IndexPage}
  557. {/block:ifPhotoZoom}
  558. }
  559.  
  560. article #ugh{
  561. display:block;
  562. margin-bottom:-10px;
  563. -webkit-transition: all 0.4s linear;
  564. -moz-transition: all 0.4s linear;
  565. transition: all 0.4s linear;
  566. }
  567.  
  568. article:hover #ugh{
  569. {block:ifPhotoZoom}
  570. {block:IndexPage}
  571. -ms-transform: scale(1.10); /* IE 9 */
  572. -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
  573. transform: scale(1.10); /* Standard syntax */
  574. {/block:IndexPage}
  575. {/block:ifPhotoZoom}
  576. }
  577.  
  578. #permalinkpg{margin:10px 0 0 0;line-height:17px;}
  579.  
  580.  
  581. #ask {
  582. padding:10px;
  583. background:{color:Ask Background};
  584. color:{color:Ask Text};
  585. -webkit-border-radius: 4px;
  586. -moz-border-radius: 4px;
  587. border-radius: 4px;
  588. }
  589.  
  590. .asktri1{
  591. margin:-6px 0 0 30px;
  592. color:{color:Ask Background};
  593. font-size:65px;
  594. font-family:arial;
  595. }
  596.  
  597. .askername{
  598. position:Absolute;
  599. margin:-29px 0 0 39px;
  600. }
  601.  
  602. .askername a{
  603. color:{color:Ask Text};
  604. }
  605.  
  606. .askerimg{
  607. margin-bottom:8px;
  608. }
  609.  
  610. .askerimg img{
  611. width:30px;
  612. border-radius:30px;
  613. -webkit-border-radius:30px;
  614. -moz-border-radius:30px;
  615. }
  616.  
  617. #answer{
  618. margin:10px 15px 20px 15px;
  619. }
  620.  
  621.  
  622. h1{
  623. font-family:Quicksand, Arial;
  624. font-size:25px;
  625. line-height:28px;
  626. font-weight:bold;
  627. margin:0 0 0 0;
  628. }
  629.  
  630. h2{
  631. font-family:Quicksand, Arial;
  632. font-size:25px;
  633. line-height:28px;
  634. font-weight:bold;
  635. margin:0 0 10px 0;
  636. }
  637.  
  638. .q_q{
  639. position:absolute;
  640. font-size:times new roman;
  641. font-weight:bold;
  642. font-size:80px;
  643. line-height:70px;
  644. opacity:.15;
  645. }
  646.  
  647. blockquote{
  648. padding-left:10px;
  649. margin:0 0 0 15px;
  650. border-left:2px solid rgba(0,0,0,0.2);
  651. }
  652.  
  653. p {
  654. margin:10px 0 10px 0;
  655. }
  656.  
  657. .ol, ul {
  658. margin-left:30px;
  659. padding:5px;
  660. }
  661.  
  662. .ul {
  663. list-style-type:square;
  664. }
  665.  
  666. .chat .line{
  667. padding: 2px;
  668. }
  669.  
  670. .chat .line .odd{
  671. padding:2px;
  672. color:{color:Ask Text};
  673. background:{color:Ask Background};
  674. }
  675.  
  676. .label {
  677. font-weight:bold;
  678. }
  679.  
  680. .audioart img{
  681. {block:IndexPage}
  682. {block:ifNot400px}width:250px;{/block:ifNot400px}
  683. {block:if400px}width:400px;{/block:if400px}
  684. {/block:IndexPage}
  685. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  686. }
  687.  
  688. .audioplayer{
  689. padding:10px;
  690. background:black;
  691. opacity:1;
  692. }
  693.  
  694. .audioinfo{
  695. border-top:1px solid rgba(255,255,255,1);
  696. padding:10px;
  697. background:black;
  698. color:white;
  699. opacity:1;
  700. }
  701.  
  702. .notes img{
  703. width:10px;
  704. position:left;
  705. margin:3px 5px 0 0;
  706. -webkit-border-radius:10px;
  707. -moz-border-radius:10px;
  708. border-radius:10px;
  709. }
  710.  
  711. .notes{
  712. line-height:30px;
  713. }
  714.  
  715. #hours{
  716. text-align:center;
  717. position:fixed;
  718. width:100px;
  719. margin:40px 0 0 -245px;
  720. z-index:999;
  721. color:{color:Accent Text};
  722. padding:10px 13px 10px 13px;
  723. -webkit-border-radius: 4px;
  724. -moz-border-radius: 4px;
  725. border-radius: 4px;
  726. }
  727.  
  728.  
  729. #hours a{
  730. /*
  731. color:{color:Accent Text};
  732. */
  733. }
  734.  
  735. .preface{
  736. margin:0px 0 0 0;
  737. line-height:20px;
  738. }
  739.  
  740. .preface a{
  741. color:{color:Accent Text};
  742. padding:0 0 3px 0;
  743. border-bottom:1px solid transparent;
  744. }
  745.  
  746. .preface a:hover{
  747. {block:ifNotRainbowLinks}
  748. border-bottom:1px solid {color:Accent Text};
  749. {/block:ifNotRainbowLinks}
  750. }
  751.  
  752. #pgs{
  753. position:absolute;
  754. width:100px;
  755. margin:30px 0 0 10px;
  756. font-weight:bold;
  757. font-family: 'helvetica', sans-serif,helvetica;
  758. color:{color:Pagination};
  759. }
  760.  
  761. #pgs a{
  762. color:{color:Pagination};
  763. border-bottom:0px;
  764. }
  765.  
  766. #pgs a:hover{
  767. opacity:.8;
  768. }
  769.  
  770. .com:last-child{display:none;}
  771.  
  772.  
  773. #infscr-loading{
  774. position:absolute;
  775. left:50%;
  776. bottom:-40px;
  777.  
  778. }
  779.  
  780. {CustomCSS}
  781. </style>
  782.  
  783. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  784. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  785. <script>
  786. (function($){
  787. $(document).ready(function(){
  788. $("a[title]").style_my_tooltips({
  789. tip_follows_cursor:true,
  790. tip_delay_time:0,
  791. tip_fade_speed:0,
  792. attribute:"title"
  793. });
  794. });
  795. })(jQuery);
  796. </script>
  797.  
  798. {block:ifRainbowLinks}
  799. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt"></script>
  800. {/block:ifRainbowLinks}
  801.  
  802. </head>
  803. <body>
  804.  
  805. <div id="updates">
  806.  
  807. <!-- delete this part to take off bar and buttons-->
  808. <div id="updatesbar">
  809. <img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png">
  810. <img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png">
  811. <img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png">
  812. </div>
  813. <!--end-->
  814.  
  815. <!-- MARIAN -->
  816.  
  817. <div style="text-align:center">My name is <br>Marian<br>I live in Brazil
  818. <br>ISTJ<br></div><br>
  819.  
  820. <div id="click">CLICK</div>
  821. <div id="guts">
  822. <a href="http://noodleslady.tumblr.com/ask"><div id="click2">ASK</div></a>
  823. <a href="http://noodleslady.tumblr.com/tagged/me"><div id="click4">MY FACE</div></a>
  824. <a href="http://noodleslady.tumblr.com/likes"><div id="click4">MY LIKES</div></a>
  825. <div id="click3">OTHER STUFF</div>
  826. <div id="guts3">
  827. {text:morestuff}
  828. </div>
  829.  
  830. </div>
  831.  
  832. <!-- ISO AE -->
  833.  
  834.  
  835. </div>
  836.  
  837. <div id="container">
  838. <br><br><br>
  839.  
  840. <div id="hours">
  841. <div style="margin:0 0 0 0;">
  842. {Description}
  843. </div>
  844. <div class="preface">
  845. {block:ifLink1name}
  846. <a href="{text:Link 1 URL}"><i class="fa fa-file-image-o"></i> .{text:Link 1 name}</a><br>
  847. {/block:ifLink1name}
  848. {block:ifLink2name}
  849. <a href="{text:Link 2 URL}"><i class="fa fa-comments"></i> .{text:Link 2 name}</a><br>
  850. {/block:ifLink2name}
  851. {block:ifLink3name}
  852. <a href="{text:Link 3 URL}"><i class="fa fa-exclamation-circle"></i> .{text:Link 3 name}</a><br>
  853. {/block:ifLink3name}
  854. {block:ifLink4name}
  855. <a href="{text:Link 4 URL}"><i class="fa fa-star-o"></i> .{text:Link 4 name}</a><br>
  856. {/block:ifLink4name}
  857. </div>
  858. <div class="sidetri"></div>
  859.  
  860. {block:ifNotInfiniteScroll}
  861. {block:IndexPage}
  862. <div id="pgs">
  863. {block:Pagination}
  864. {block:PreviousPage} <a href="{PreviousPage}"><i class="fa fa-arrow-left"></i></a>{/block:PreviousPage}
  865. {CurrentPage} of {TotalPages}
  866. {/block:JumpPagination}
  867. {block:NextPage}<a href="{NextPage}"><i class="fa fa-arrow-right"></i></a>{/block:NextPage}
  868. {/block:Pagination}
  869. </div>
  870. {/block:IndexPage}
  871. {/block:ifNotInfiniteScroll}
  872.  
  873. </div>
  874.  
  875.  
  876. <div id="content">
  877.  
  878. {block:Posts}
  879. <article>
  880. <div id="barrinha">
  881. <div id="botoezinhos">
  882.  
  883. <span><img src="http://i.gyazo.com/3c08036e61461566a1dd0d9f1ffc92d1.png"></span>
  884.  
  885.  
  886. </div>
  887.  
  888.  
  889.  
  890. </div>
  891. <div id="risquinho"></div>
  892. {block:Answer}
  893. <div id="ask">
  894. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  895. <span class="askername"> {Asker} asked:</span>
  896. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  897. </div>
  898. <div class="asktri1">▾</div>
  899. <div id="answer">{Answer}</div>
  900. {/block:Answer}
  901.  
  902. {block:Text}
  903. <div class="cap">
  904. {block:Title}
  905. <h1>{Title}</h1>
  906. {/block:Title}
  907. {Body}
  908. </div>
  909. {/block:Text}
  910.  
  911. {block:Link}
  912. <div class="cap">
  913. <h1><a href="{URL}">{Name} »</a></h1>
  914. {block:Description}{Description}{/block:Description}
  915. </div>
  916. {/block:Link}
  917.  
  918. {block:Photo}
  919. <div id="pic">
  920. <a href="{permalink}">
  921. <div id="pc"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>
  922. </a>
  923. </div>
  924. {block:ifCaptions}
  925. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  926. {/block:ifCaptions}
  927. {block:ifNotCaptions}
  928. {block:PermalinkPage}
  929. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  930. {/block:PermalinkPage}
  931. {/block:ifNotCaptions}
  932. {block:ContentSource}
  933. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  934. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  935. {/block:SourceLogo}
  936. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  937. {/block:ContentSource}
  938. {block:ReblogParentURL}
  939. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  940. {/block:ReblogParentURL}
  941. {/block:Photo}
  942.  
  943. {block:Photoset}
  944. <div class="photo">
  945. <center>
  946. {block:IndexPage}
  947. <div id="pic">
  948. <div id="ugh">
  949. {block:ifNot400px}{Photoset-250}{/block:ifNot400px}
  950. {block:if400px}{Photoset-400}{/block:if400px}
  951. </div>
  952. </div>
  953. {/block:IndexPage}
  954. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  955. </center>
  956. </div>
  957. {block:ifCaptions}
  958. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  959. {/block:ifCaptions}
  960. {block:ifNotCaptions}
  961. {block:PermalinkPage}
  962. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  963. {/block:PermalinkPage}
  964. {/block:ifNotCaptions}
  965. {/block:Photoset}
  966.  
  967. {block:Quote}
  968. <div class="cap">
  969. <div class="q_q">❝</div>
  970. <h2>{Quote}</h2>
  971. {block:Source}
  972. - {Source}
  973. {/block:Source}
  974. </div>
  975. {/block:Quote}
  976.  
  977. {block:Chat}
  978. <div class="cap">
  979. {block:Title}
  980. <h1>{Title}</h1>
  981. {/block:Title}
  982. <div class="chat">
  983. {block:Lines}
  984. <div class="chat">
  985. <div class="line {Alt}">
  986. <div class="{Alt} user_{UserNumber}">
  987. {block:Label}
  988. <b>{Label} </b>
  989. {/block:Label}
  990. {Line}
  991. </div>
  992. </div>
  993. </div>
  994. {/block:Lines}
  995. </div>
  996. </div>
  997. {/block:Chat}
  998.  
  999. {block:Audio}
  1000. {block:AlbumArt}
  1001. <div class="audioart">
  1002. <img src="{AlbumArtURL}">
  1003. </div>
  1004. {/block:AlbumArt}
  1005. {block:AudioPlayer}
  1006. <div class="audioplayer">
  1007. {AudioPlayerBlack}
  1008. </div>
  1009. {/block:AudioPlayer}
  1010. {block:TrackName}
  1011. <div class="audioinfo">
  1012. Song : {TrackName}
  1013. </div>
  1014. {/block:TrackName}
  1015. {block:Artist}
  1016. <div class="audioinfo">
  1017. Artist : {Artist}
  1018. </div>
  1019. {/block:Artist}
  1020. {block:Album}
  1021. <div class="audioinfo">
  1022. Album : {Album}
  1023. </div>
  1024. {/block:Album}
  1025. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  1026. {/block:Audio}
  1027.  
  1028. {block:Video}
  1029. <div class="photo">
  1030. <center>
  1031. {block:ifNot400px}{Video-250}{/block:ifNot400px}
  1032. {block:if400px}{Video-400}{/block:if400px}
  1033. </center>
  1034. </div>
  1035. {block:ifCaptions}
  1036. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  1037. {/block:ifCaptions}
  1038. {block:ifNotCaptions}
  1039. {block:PermalinkPage}
  1040. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  1041. {/block:PermalinkPage}
  1042. {/block:ifNotCaptions}
  1043. {/block:Video}
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049. {block:PermalinkPage}
  1050. {block:Date}
  1051. <div id="permalinktxt">
  1052. <div id="p_tri"></div>
  1053. <b>Posted:</b> {TimeAgo} on
  1054. {ShortMonth} {DayofMonth},{Year} at
  1055. {12Hour}:{Minutes} {CapitalAmPm}
  1056. {block:NoteCount}<br>
  1057. <b>Notes:</b>
  1058. {NoteCount}
  1059. {/block:NoteCount}
  1060. {block:HasTags}
  1061. <br>
  1062. <b>Tags:</b>
  1063. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  1064. {/block:Tags}
  1065. {/block:HasTags}
  1066. <br>{block:RebloggedFrom}
  1067. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  1068. </div>
  1069. <div class="cap">
  1070. {block:PostNotes}
  1071. {PostNotes}
  1072. {/block:PostNotes}
  1073. </div>
  1074. {/block:Date}
  1075. {/block:PermalinkPage}
  1076.  
  1077. </article>
  1078. {/block:Posts}
  1079.  
  1080.  
  1081. </div>
  1082.  
  1083. <!--Pagination: previous/next page links-->
  1084. {block:Pagination}
  1085. <div class="pagination">
  1086. {block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}
  1087. {block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}
  1088. </div>
  1089. {/block:Pagination}
  1090.  
  1091. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  1092. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  1093. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  1094. {block:IfInfiniteScroll}
  1095. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1096. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  1097. {/block:IfInfiniteScroll}
  1098. <!--Code for infinite scroll and grid layout-->
  1099. <script>
  1100. (function() {
  1101. var $tumblelog = $('#content');
  1102. {block:IfInfiniteScroll}
  1103. $tumblelog.infinitescroll({
  1104. navSelector : ".pagination",
  1105. nextSelector : ".pagination a:first",
  1106. itemSelector : "article",
  1107. bufferPx : 50,
  1108. done : "",
  1109. loading: {
  1110. finishedMsg: "<p> </p>",
  1111. img : "http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif",
  1112. msg: null,
  1113. msgText: "<p> </p>"
  1114. },
  1115. },
  1116. function( newElements ) {
  1117. var $newElems = $( newElements ).css({ opacity: 0 });
  1118. $newElems.imagesLoaded(function(){
  1119. $newElems.animate({ opacity: 1 });
  1120. $tumblelog.masonry( 'appended', $newElems);
  1121. });
  1122. }
  1123. );
  1124. {/block:IfInfiniteScroll}
  1125. $tumblelog.imagesLoaded( function(){
  1126. $tumblelog.masonry({
  1127. columnWidth: function( containerWidth ) {
  1128. return containerWidth / 100;
  1129. }
  1130. });
  1131. });
  1132. })();
  1133. </script>
  1134. </div>
  1135.  
  1136. </body>
  1137. </html>
Add Comment
Please, Sign In to add comment