Advertisement
efeit0-suicida

efeit0-suicida-theme41

Aug 28th, 2013
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11">
  2.  
  3. <script type="text/javascript">
  4.  
  5. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  6.  
  7.  
  8. function tb8_makeArray(n){
  9.  
  10. this.length = n;
  11.  
  12. return this.length;
  13.  
  14. }
  15.  
  16.  
  17. tb8_messages = new tb8_makeArray(1);
  18.  
  19.  
  20. tb8_messages[0] = "{Title}";
  21.  
  22.  
  23. tb8_rptType = 'infinite';
  24.  
  25.  
  26. tb8_rptNbr = 5;
  27.  
  28.  
  29. tb8_speed = 100;
  30.  
  31.  
  32. tb8_delay = 2000;
  33.  
  34.  
  35. var tb8_counter=1;
  36.  
  37.  
  38. var tb8_currMsg=0;
  39.  
  40.  
  41. var tb8_tekst ="";
  42.  
  43.  
  44. var tb8_i=0;
  45.  
  46.  
  47. var tb8_TID = null;
  48.  
  49.  
  50. function tb8_pisi(){
  51.  
  52.  
  53. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  54.  
  55.  
  56. document.title = tb8_tekst;
  57.  
  58.  
  59. tb8_sp=tb8_speed;
  60.  
  61.  
  62. tb8_i++;
  63.  
  64.  
  65. if (tb8_i==tb8_messages[tb8_currMsg].length){
  66.  
  67.  
  68. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  69.  
  70.  
  71. }
  72.  
  73.  
  74. if (tb8_currMsg == tb8_messages.length){
  75.  
  76.  
  77. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  78.  
  79.  
  80. clearTimeout(tb8_TID);
  81.  
  82.  
  83. return;
  84.  
  85.  
  86. }
  87.  
  88.  
  89. tb8_counter++;
  90.  
  91.  
  92. tb8_currMsg = 0;
  93.  
  94. }
  95.  
  96.  
  97. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  98.  
  99.  
  100. }
  101.  
  102.  
  103. tb8_pisi()
  104.  
  105.  
  106.  
  107. </script>
  108.  
  109. <!-----------
  110.  
  111. THEME BY EFEITOSUICIDA, NUNCA USE COMO BASE E NEM COPIE E JAMAIS RETIRE OS CRÉDITOS !
  112.  
  113.  
  114.  
  115.  
  116.                                EFEIT0-SUICIDA.TUMBLR.COM
  117.  
  118.  
  119. <!-----------
  120.  
  121. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  122.  
  123. <head> <!-- DEFAULT VARIABLES -->
  124. <meta name="color:background" content="#000000" />
  125. <meta name="color:sidebar" content="#ECEBEB" />
  126. <meta name="color:border" content="#ECEBEB" />
  127. <meta name="color:rolagem" content="#ECEBEB" />
  128. <meta name="color:sidebartext" content="#666666" />
  129. <meta name="color:title" content="#D8D8D8" />
  130. <meta name="color:text" content="#666666" />
  131. <meta name="color:link" content="#fce9c9" />
  132. <meta name="color:bgrolagem" content="#cccccc" />
  133. <meta name="color:frase" content="#000" />
  134. <meta name="color:heart" content="#000" />
  135.  
  136.  
  137. <meta name="color:linkhover" content="#FFB28E" />
  138. <meta name="color:title" content="#666666" />
  139. <meta name="color:entry" content="#ECEBEB" />
  140. <meta name="color:h1" content="#666666" />
  141. <meta name="color:bold" content="#666666" />
  142. <meta name="color:tags" content="#666666" />
  143. <meta name="image:sidebar" content=""/>
  144. <meta name="image:background" content=""/>
  145. <meta name="if:Show tags" content="1"/>
  146. <meta name="if:Show userpic" content="1"/>
  147. <meta name="if:Enable endless scrolling" content="0"/>
  148. <meta name="if:Show sidebar image" content="1"/>
  149. <meta name="if:Show search" content="1"/>
  150. <meta name="if:Show post author" content="1"/>
  151. <meta name="color:bglinks" content="#fff" />
  152. <meta name="color:linkss" content="#000" />
  153.  
  154. <meta name="text:Link1" content="/" />
  155. <meta name="text:Link1 Title" content="link" />
  156. <meta name="text:Link2" content="/" />
  157. <meta name="text:Link2 Title" content="link" />
  158. <meta name="text:Link3" content="/" />
  159. <meta name="text:Link3 Title" content="link" />
  160. <meta name="text:Link4" content="/" />
  161. <meta name="text:Link4 Title" content="link" />
  162. <meta name="text:Link5" content="/" />
  163. <meta name="text:Link5 Title" content="link" />
  164. <meta name="text:Link6" content="/" />
  165. <meta name="text:Link6 Title" content="link" />
  166.  
  167. <meta name="text:frase" />
  168.  
  169.  
  170.  
  171. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  172.  
  173. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  174.  
  175. <link href='http://fonts.googleapis.com/css?family=McLaren' rel='stylesheet' type='text/css'>
  176.  
  177. <link href='http://fonts.googleapis.com/css?family=Headland+One' rel='stylesheet' type='text/css'>
  178.  
  179. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  180.  
  181. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  182.  
  183. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  184.  
  185. <link href='http://fonts.googleapis.com/css?family=Paprika' rel='stylesheet' type='text/css'>
  186.  
  187.  
  188. <link href='http://fonts.googleapis.com/css?family=Lemon' rel='stylesheet' type='text/css'>
  189.  
  190.  
  191. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  192.  
  193. <title>{Title}</title>
  194. <link rel="shortcut icon" href="{Favicon}">
  195. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  196. {block:Description}
  197. <meta name="description" content="{MetaDescription}" />
  198. {/block:Description}
  199.  
  200.  
  201.  
  202. <style type="text/css">
  203.  
  204.  
  205. body {background-color:{color:background}; color:{color:text}; font-family: tahoma, tahoma; font-size: 8px; text-align:center;
  206.  
  207. center; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed}
  208. a, a:link, a:active, a:visited {color:{color:link};text-transform: none; text-decoration: none}
  209. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  210. img a{border:0px;}
  211. img a:hover{border:0px;}
  212. b{font-weight: bold; color:{color:bold}}
  213. i{text-transform: italic; color:{color:text}}
  214. p{margin:5px 0 2px 0}
  215. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:background}}
  216.  
  217.  
  218.  
  219.  
  220. ::-webkit-scrollbar{width:3px;height:5px;}
  221. ::-webkit-scrollbar-button:start:decrement
  222. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  223. ::-webkit-scrollbar-track-piece{background-color:{color:bgrolagem};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  224. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:rolagem}; background-color:{color:rolagem};-webkit-border-radius:px;}
  225. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:rolagem}; background-color:{color:bgrolagem};-webkit-border-radius:px;}
  226.  
  227. /* navigation */
  228.  
  229. #navigation{position: fixed; float: right; z-index: -2; width: 150%; top: 45%; right: 100px; background-color:transparent; height: 100px;{color:background}
  230.  
  231. text-align: center; font-size: 10px;}
  232. .left{float:left; margin-left: 10px; width: 40px}
  233. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  234. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  235. .right{float:right; margin-right: 10px; width: 40px}
  236. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  237. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha(opacity=40)}
  238.  
  239.  
  240. .title {float: left; width: 155px; font-size: 23px; line-height: 20px; text-align: left; margin: 20px 5px 0 0}
  241. .title a{font-family: tahoma; font-size: 23px; line-height: 20px; color: {color:sidebartext}; text-transform: uppercase}
  242. .title a:hover {opacity: 0.6; filter:alpha (opacity=60); background-color: transparent}
  243.  
  244. .sidebarpic img{max-width: 235px; text-align:center; margin-top: 2px}
  245.  
  246. .sidebartext{clear: both; text-align: justify; background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80); margin: 10px 5px 0px 5px; padding: 5px; -moz-border-radius: 6px; border-radius: 6px }
  247. .sidebartext a{font-size:10px}
  248. .sidebartext a:hover{font-size:10px}
  249.  
  250. .userpic{float: left; margin: 0px 4px 2px 0; width:48px; height:auto}
  251.  
  252. .sidebarnavigation {float: right; width: 90px; text-align:left; margin: 20px 0 10px 0; }
  253. .sidebarnavigation a{width: 75px; font-size: 10px; text-transform: uppercase; display: block;list-style: none;
  254.  
  255.  
  256. text-decoration: none; color: {color: text}; background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80);
  257.  
  258. padding: 3px 0 3px 10px; margin:0 0px 1px 0; }
  259. .sidebarnavigation a:hover{width: 70px;font-size: 10px; text-transform: uppercase; display: block;list-style: none;
  260.  
  261. text-decoration: none; color:{color:text}; background-color: {color:linkhover}; padding: 3px 0 3px 15px; margin:0 0 1px 0}
  262.  
  263. .sidebarlinks{text-align:center; margin: 7px 0 2px 0}
  264. .sidebarlinks a{font-size: 10px; text-transform: none; display: block;list-style: none; text-decoration: none; color:
  265.  
  266. {color:text}; background-color: {color:entry}; opacity: 0.8; filter:alpha (opacity=80); padding: 1px 0 1px 10px; margin:0
  267.  
  268. 0px 1px 0;}
  269. .sidebarlinks a:hover{font-size: 10px; text-transform: uppercase; display: block;list-style: none; text-decoration: none;
  270.  
  271. color:{color:text}; background-color: {color:linkhover}; padding: 1px 0 1px 15px; margin:0 0 1px 0;}
  272.  
  273. .credit{clear: both; font-size: 9px; text-align: center; color:{color:text}; margin-top: 5px}
  274. .credit a{text-decoration: none;color:{color:sidebartext}}
  275. .credit a:hover{color:{color:linkbackground}; background-color: transparent}
  276.  
  277. .sidebarpages{margin: 5px 0 0 0; text-align: center;}
  278. .sidebarpages a{text-decoration: none;color:{color:sidebartext}}
  279. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  280.  
  281. .search{margin-top: 3px}
  282. .searcha {background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80); margin: 2px; padding: 2px 20px 2px 2px; width: 180px; font-family: georgia; border: 0px; font-size: 11px; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  283.  
  284.  
  285.  
  286. #tudo {text-align: center; width: 935px; margin: 0px auto 0px auto; padding: 0px; z-index: 100; }
  287.  
  288. #post {float: left; margin-top:50px; overflow:hidden; margin-left: 520px;z-index: 100; padding-bottom: 10px; opacity:1; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; padding-left:7px;padding-right:20px;line-height: 15px;border-bottom:1px solid {color:border};padding:5px; }
  289.  
  290. #post:hover {opacity:1; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  291.  
  292. .capost {width:500px; background-color: {color:entry}; padding: 15px; margin-bottom: 10px; text-align: justify; font-family: calibri; font-size: 12px;z-index: 100; }
  293.  
  294. .image{text-align: center; margin: 0 0 5px 0}
  295. .image img{width: 500px; border: 0px; margin: 0; padding: 0; }
  296.  
  297. #ask_form{width: 500px}
  298.  
  299. .search_result{font-size: 12px; text-align: center}
  300.  
  301. .source{display:none}
  302.  
  303.  
  304. h1{font-family: calibri; font-size:16px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  305. margin: 0 0 5px 0; text-align: center}
  306. h1 a{font-family: calibri;font-size:16px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  307. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  308.  
  309. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  310. .qquote{font-size: 20px; letter-spacing: 0px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  311.  
  312. 45px}
  313. .qsource{margin: 5px 15px 0 0; text-align: center}
  314.  
  315. .chat{line-height: 12px; list-style: none }
  316. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  317. .person1 {color: {color:text} }
  318. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  319. .person2 {color: {color:text}}
  320. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  321.  
  322. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};
  323.  
  324. -moz-border-radius: 6px; border-radius: 6px;}
  325. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  326. .playcount {font-style: italic}
  327.  
  328. .question {color:{color:text}; font-size: 11px; font-weight: normal; font-family: {font:text}; line-height:95%; background: transparent; position: relative; min-height:20px; padding:5px 15px; margin-bottom:2px; margin-right:-10px;;border-bottom: 4px double #9e9e9d;}
  329.  
  330. .questionarrow {font-size:30px; color:{color:background}; vertical-align:middle; margin-left:-5px!important;}
  331.  
  332. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text}}
  333. .asker a {color:{color:text};}
  334. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  335.  
  336. .asking {text-align:center; color:{color:text}; font:11px {font:text}; text-transform:none;}
  337. .asking a{color:{color:text};}
  338. .asking img {width:60px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  339.  
  340. .answer {color:{color:text};}
  341.  
  342. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  343.  
  344. .info{width: 490px; margin: 15px auto 0 auto; background-color:{color:background}; padding: 5px; opacity: 0.7;
  345. filter:alpha (opacity=70); -moz-border-radius: 6px; border-radius: 6px}
  346. .origin{font-size: 8px; text-align: left; font-family: pf tempesta five condensed;}
  347. .ibottom{margin: 5px 0 5px 0; font-family: pf tempesta five condensed, pf tempesta five condensed}
  348. .ibottom a:hover{background-color: {color:linkhover}; padding: 1px 0 1px 0}
  349. .date{float:left; text-transform: none; font-size: 8px}
  350. .permalink{float:right; text-transform: uppercase; font-size: 8px}
  351.  
  352. #clear{clear: both; width: 50px; height: 0px; background-color: transparent;}
  353.  
  354. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  355. margin: 0 0 2px 0; font-size: 10px}
  356.  
  357. .sidebartext{
  358. clear: both;
  359. text-align: left;
  360. background-color: transparent;
  361. opacity: 0.8;
  362. margin: 0px 0px 0px 0px;
  363. padding: 0px;
  364. font-family: arial;
  365. font-size: 8px;
  366. }
  367.  
  368.  
  369. .notes {width: 540px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  370. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  371. ol.notes li {background-color: {color:entry}; margin-bottom: 2px; padding: 5px; }
  372. .notes img{display: none; border:0px}
  373.  
  374. .anony { -webkit-transition: all 0.6s ease-out;opacity: 0.99; -moz-transition: all 0.6s ease-out;}
  375. .anony:hover { opacity: 0.88;-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  376.  
  377. #info {text-align: center; margin-left: -15px; margin-top:1px; font-size: 10px; height: 12px; font-family: calibri; width: 530px; text-transform: uppercase; z-index: 11;line-height:20px;border-top:1px solid {color:border};}
  378. #info a {font-size: 9px; text-transform: uppercase;}
  379.  
  380. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  381. #tags a {font-size: 9px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  382.  
  383. #pag {width: 150; margin-top:280px; margin-left:190px; position: fixed;}
  384. #pag a {float: left; display: block; width: 10px; height:8px; padding: 3px; font-family: tahoma; font-size: 18px; text-align: center; color: {color:link} ; }
  385.  
  386.  
  387.  
  388. .sidebartext a{font-size:8px;}
  389. .sidebartext a:hover{font-size:8px}
  390.  
  391. .sidebarnavigation {
  392. float: left;
  393. width: 90px;
  394. text-align:center;
  395. margin: 20px 0 10px 0;
  396. }
  397.  
  398. .sidebarnavigation a{
  399. width: 75px;
  400. font-size: 10px;
  401. font-family: tahoma;
  402. text-transform: lowercase;
  403. display: block;
  404. list-style: none;
  405. text-decoration: none;
  406. color: {color: text};
  407. background-color: {color:background};
  408. opacity: 0.8;
  409. filter:alpha (opacity=80);
  410. padding: 3px 0 3px 10px;
  411. margin:0 0px 1px 0;
  412. }
  413. .sidcredit{text-align: left; background-color: transparent;padding : 5px; font-size: 8px; margin-top: 5px; font-family: pf tempesta five condensed}
  414.  
  415. .sidebarnavigation a:hover{
  416. width: 70px;
  417. font-size: 10px;
  418. font-family: verdana;
  419. text-transform: none;
  420. display: block;
  421. list-style: none;
  422. text-decoration: none;
  423. color:{color:text};
  424. background-color: {color:linkhover};
  425. padding: 3px 0 3px 15px;
  426. margin:0 0 1px 0
  427. }
  428.  
  429.  
  430.  
  431.  
  432.  
  433. .frase2 {text-align: right;font-family: consolas; font-size: 25px; font-style: none;color: {color:frase};text-align: center; overflow: hidden; height: 25px; position: fixed; margin-left: 165px;line-height: 25px; background-color: ; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; margin-top: 85px; padding: 10px; z-index:1;padding:5px; z-index:100; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transform: scale(0.6) rotate(-10deg); -moz-transform: scale(0.6) rotate(-10deg); -o-transform: scale(0.6) rotate(-10deg);}
  434.  
  435. .frase {text-align: right;font-family:sacramento; font-size: 100px; font-style: none;height: 5px;color: {color:heart}; margin-left:185px;margin-top:380px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:220px;z-index:8000000000000000;line-height:0px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.1s ease-out; z-index:100; }
  436.  
  437. #sidebar {text-align: justify; overflow: hidden; height: 450px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 187px; width: 200px; background-color: transparent; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; color: {color:text}; margin-top: 10px; padding: 10px; }
  438.  
  439.  
  440. #sidebar2 {z-index:900000000; margin-top: 80px; margin-left: 215px; width: 100px; height: 220px; position: fixed; background-color: transparent; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-transform: scale(0.6) rotate(-10deg); -moz-transform: scale(0.6) rotate(-10deg); -o-transform: scale(0.6) rotate(-10deg); }
  441.  
  442. #sidebar2 img{width: 300px; height: 300px; border:10px solid #d6d6d5;margin-top:1px; filter: url(filters.svg#grayscale); -webkit-filter: grayscale(0);border:6px solid {color:border};}
  443.  
  444. #sidebar2 img:hover {width: 200px; height: 200px; filter: url(filters.svg#grayscale); -webkit-filter: grayscale(1);-webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s; margin-top: 20px; background-attachment: fixed;-webkit-transform: rotate(360deg);}
  445.  
  446. #sidebar2:hover {margin-top: 5px;-webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;padding: 10px; margin-top: 20px; background-attachment: fixed;-webkit-transform: rotate(360deg);}
  447.  
  448.  
  449. #sidebar3 {text-align: justify; overflow: hidden; height: 150px; font-size: 10px; font-family: muli; position: fixed; margin-left: 165px; width: 250px; background-color: transparent; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; color: {color:text}; margin-top: 325px; padding: 10px; padding:5px;line-height: 10px;}
  450.  
  451.  
  452.  
  453. .llinks {z-index:900000000; opacity: 0.0; height: auto; float: left; margin-left:216px; margin-top:150px; padding-left: 1; text-align: center; background-color: transparent; position: fixed; opacity:1; border-left:0px solid {color:border};-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;z-index: 100; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;padding:3px; z-index:100000;}
  454.  
  455. .llinks a {z-index:900000000; float: left; font-size:10px; font-family:consolas; text-align: left; height: 15px; margin-left:-65px; width: 180px; background-color: {color:bglinks}; color:{color:linkss}; border-bottom:0px solid {color:background};letter-spacing: 0px; opacity:1; text-transform:none; padding-left: 1px; line-height: 15px;z-index:900000000;border-bottom:1px solid {color:border}; }
  456.  
  457. .llinks a:hover{ z-index:900000000; opacity:0.8;-webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;height: 15px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;padding:3px;letter-spacing: 5px;}
  458.  
  459. #ll {opacity: 0.5;position:absolute; margin-top:-230px; width:; margin-left: -160px;background-color: {color:sidebar};-webkit-transform: rotate(-0deg);z-index:90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;color: #ffffff;}
  460.  
  461. #sid {width: 0px; height: 0px; float: left; margin-left:107px; margin-top: 45px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;opacity: 2; }
  462.  
  463.  
  464. @font-face {font-family: "pf tempesta five condensed";src: url('http://static.tumblr.com/2tpuq3y/63tm9hjri/pf_tempesta_five_condensed.ttf');}
  465.  
  466.  
  467. @font-face {font-family: "give you glory";src: url('http://static.tumblr.com/b5bnkcs/eavmab0i8/giveyouglory.ttf');}
  468.  
  469.  
  470. @font-face {font-family: 'Muli';font-style: normal;
  471. font-weight: 400;src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');}
  472.  
  473.  
  474.  
  475. iframe#tumblr_controls {
  476. position: fixed !important;
  477. top: 0 !important;
  478. right: 0 !important;
  479. }
  480. </style>
  481.  
  482.  
  483. <body>
  484.  
  485.  
  486.  
  487. <div id="post">
  488.  
  489. {block:Posts}
  490. <div class="capost">
  491.  
  492. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  493.  
  494. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  495.  
  496. {block:Photoset}{Photoset-500}{/block:Photoset}
  497.  
  498.  
  499. {block:Quote}
  500. <div class="quote">“{Quote}”</div>
  501. {block:Source}<div class="qsource"><b> — {Source}</b></div>
  502. {/block:Source}
  503. {/block:Quote}
  504.  
  505.  
  506. {block:Link}
  507. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  508. {block:Description}{Description}{/block:Description}
  509. {/block:Link}
  510.  
  511. {block:Chat}
  512. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  513. <div class="chat"><ul>{block:Lines}
  514. <li class="person{UserNumber}">{block:Label}
  515. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  516. {/block:Chat}
  517.  
  518. {block:Audio}
  519. <div class="player">{AudioPlayerBlack}</div>
  520. {block:Caption}{Caption}{/block:Caption}
  521. {/block:Audio}
  522.  
  523. {block:Video}{Video-500}{/block:Video}
  524.  
  525. {block:Answer}
  526. <table width="500px" cellspacing="0" cellpadding="0">
  527. <tr>
  528. <td width="415px" class="question">{Question}</td>
  529. <td width="30px"><span class="questionarrow"></span></td>
  530. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  531. </tr>
  532. </table>
  533. <div class="answer">{Answer}</div>
  534. {/block:answer}
  535.  
  536. <div id="cap">
  537. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  538. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  539. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  540.  
  541. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  542. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  543. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  544. {/block:ContentSource}</div></div>
  545. <br>
  546.  
  547.  
  548.  
  549. <div class="credito">
  550. {block:Date}<div id="info">
  551. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  552. </div></center>{/block:IfShowTags}{/block:Date}</div>
  553. </div>
  554.  
  555.  
  556.  
  557. {/block:Posts}
  558. {block:PostNotes}
  559. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  560. {/block:PostNotes}
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569. </div>
  570. <div id="sidebar1">
  571.  
  572. </div></div>
  573. </div>
  574.  
  575.  
  576.  
  577. </div>
  578.  
  579.  
  580. <div id="sidebar4">
  581.  
  582. </div></div>
  583. </div>
  584.  
  585.  
  586.  
  587. </div>
  588.  
  589.  
  590. </div>
  591. </div></div>
  592. </div>
  593.  
  594.  
  595.  
  596. </div>
  597.  
  598.  
  599. <div id="sidebar2"><img src="{image:sidebar}">
  600. </div>
  601.  
  602.  
  603. </div>
  604.  
  605.  
  606. </div></div>
  607.  
  608.  
  609.  
  610.  
  611.  
  612. <div id="sidebar3">
  613. {description}
  614.  
  615.  
  616. </div>
  617.  
  618.  
  619. </div></div>
  620. </div>
  621.  
  622. <center><div class="frase2">{text:frase}</div>
  623.  
  624.  
  625. </div>
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636. <div style="left:10px; top:0px; position: fixed;">
  637. <div class="sidcredit"><a href="http://efeit0-suicida.tumblr.com">©THEME</a>
  638. </div>
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646. <div class="llinks">
  647. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</a><p>
  648. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</a><p>
  649. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</a><p>
  650. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</a><p>
  651. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</a><p>
  652. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</a></div>
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663. </div>
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673. <div id="pag">
  674. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  675. </div></div></div>
  676.  
  677.  
  678.  
  679. </div>
  680.  
  681.  
  682. </div></div></div>
  683.  
  684. </table></div></div></div>
  685. </div>
  686. </div></div></div></div></div></div></div></div></div></div></div></div></div>
  687. </body>
  688. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement