Advertisement
desapontarse-themes

Theme 2

Nov 26th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 KB | None | 0 0
  1. <!------------THEME BY DESAPONTARSE.TUMBLR.COM DONT COPY ------------------>
  2.  
  3. <html>
  4. <head>
  5.  
  6. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="image:Sidebar" content="none"/>
  10. <meta name="color:Background" content="#eee"/>
  11. <meta name="color:Menu" content="A1A1A1"/>
  12. <meta name="color:Titulos" content="#fff"/>
  13. <meta name="color:text" content="#A1A1A1"/>
  14. <meta name="color:links1" content="#A1A1A1"/>
  15. <meta name="color:hover" content="#000"/>
  16. <meta name="color:hovermenu" content="#00000"/>
  17.  
  18. <meta name="text:Link1" content="/"/>
  19. <meta name="text:Link1Titulo" content="LINK 1"/>
  20. <meta name="text:Link2" content="/"/>
  21. <meta name="text:Link2Titulo" content="LINK 2"/>
  22. <meta name="text:Link3" content="/ask"/>
  23. <meta name="text:Link3Titulo" content="LINK 3"/>
  24. <meta name="text:Link4" content="/submit"/>
  25. <meta name="text:Link4Titulo" content="LINK 4"/>
  26. <meta name="text:Link5" content="/"/>
  27. <meta name="text:Link5Titulo" content="LINK 5"/>
  28. <meta name="text:Link6" content="/"/>
  29. <meta name="text:Link6Titulo" content="LINK6"/>
  30.  
  31.  
  32.  
  33. <meta name="if:Mostrar Descricao Imagens" content="1"/>
  34.  
  35.  
  36.  
  37.  
  38. <!--------------- TYPING/MOVING TITLE ----------------------->
  39. <script type="text/javascript">
  40.  
  41. function tb8_makeArray(n){
  42. this.length = n;
  43. return this.length;
  44. }
  45. tb8_messages = new tb8_makeArray(1);
  46. tb8_messages[0] = "{title}";
  47. tb8_rptType = 'infinite';
  48. tb8_rptNbr = 5;
  49. tb8_speed = 100;
  50. tb8_delay = 2000;
  51. var tb8_counter=1;
  52. var tb8_currMsg=0;
  53. var tb8_tekst ="";
  54. var tb8_i=0;
  55. var tb8_TID = null;
  56. function tb8_pisi(){
  57. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  58. document.title = tb8_tekst;
  59. tb8_sp=tb8_speed;
  60. tb8_i++;
  61. if (tb8_i==tb8_messages[tb8_currMsg].length){
  62. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  63. }
  64. if (tb8_currMsg == tb8_messages.length){
  65. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  66. clearTimeout(tb8_TID);
  67. return;
  68. }
  69. tb8_counter++;
  70. tb8_currMsg = 0;
  71. }
  72. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  73. }
  74. tb8_pisi()
  75. </script>
  76. <!--------------FIM TYPING MOVE TITLE ---------------------->
  77.  
  78.  
  79. <!-- Favicon -->
  80. <link rel="shortcurt icon" href="{Favicon}">
  81.  
  82.  
  83.  
  84. <!-- Aqui no head você insere javas, fontes e etc. -->
  85. <link href='https://fonts.googleapis.com/css?family=Oswald|Lobster' rel='stylesheet' type='text/css'>
  86. </head>
  87.  
  88. <style>
  89. body
  90. {background-color:{color:background};
  91. background-position: center;
  92. background-attachment: absolute;
  93. background-repeat: repeat;
  94. font-family: "Consolas"; font-size: 10px;
  95. color:{color:text};}
  96.  
  97. body {cursor:url(http://static.tumblr.com/y3igvfg/6vUm8ca4e/cur838.gif), auto;}
  98. a:hover {cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress;}
  99. /* Seleção Colorida - dependedd.tumblr.com */
  100. ::selection {
  101. background: #ccc; /* Fundo da Seleção */
  102. color: #fff; /* Cor da letra */
  103. }
  104.  
  105. ::-moz-selection {
  106. background: #ccc; /* Fundo da Seleção (Mesma cor acima)*/
  107. color: #fff; /* Cor da letra (mesma cor acima) */
  108. }
  109.  
  110. iframe#tumblr_controls {opacity:0.5; filter:alpha(opacity=50); -webkit-transition-duration:.90s;}
  111. 2
  112.  
  113. 3
  114. iframe#tumblr_controls:hover {opacity:1.0; filter:alpha(opacity=100); -webkit-transition-duration:.90s;}
  115.  
  116. /************************ Barra de rolagem ****************************/
  117. ::-webkit-scrollbar
  118. {width: 10px; height: 10px;}
  119. ::-webkit-scrollbar-track-piece
  120. {background-color: #ffffff; -webkit-border-radius: 3px;}
  121. ::-webkit-scrollbar-thumb:vertical
  122. {height: 6px; background-color: #000000; -webkit-border-radius: 3px;}
  123.  
  124.  
  125. #cred {bottom:50px; left:50px; color:{color:links1}; text-transform: uppercase; font-family:'calibri'; position:fixed; font-size:10px; }
  126.  
  127.  
  128.  
  129. a {color: {color:links1}; transition: .5s; text-decoration: none;}
  130. a:hover {color: {color:hovermenu}; text-decoration: none;}
  131.  
  132.  
  133. b, strong, bold {color: {color:text};}
  134. u, underline {color: {color:text}; border-bottom: 1px dashed {color:text}; text-decoration: none;}
  135. i, em {color: {color:text};}
  136. s, strike {color: {color:text};}
  137.  
  138. p {margin: 5px 0px 5px 0px;}
  139.  
  140. ul {margin: 2px 0px 2px 0px;}
  141.  
  142. ol {margin: 2px 0px 2px 0px;}
  143.  
  144. blockquote {background: {color:Posts}; padding: 5px 5px 5px 10px; border-left: 3px solid {color:Titulos}; margin: 5px 5px 5px 5px; color: {color:Titulos};}
  145.  
  146. {block:IndexPage}
  147. blockquote img {max-width: 220px;}
  148. blockquote blockquote img {max-width: 210px;}
  149. blockquote blockquote blockquote img {max-width: 200px;}
  150. blockquote blockquote blockquote blockquote img {max-width: 190px;}
  151. {/block:IndexPage}
  152.  
  153. /*********SIDEBAR***********/
  154. #side {background:transparent; position:fixed; z-index:9999; margin-top:100px; margin-left:200px; width:200px; height:200px;
  155. -webkit-border-radius: 100px;
  156. -moz-border-radius: 100px;
  157. border-radius: 100px;
  158. transform: scale(0.5) rotateY(180deg); transition: .5s;
  159.  
  160. }
  161.  
  162. #side:hover {transform: scale(1.0) rotateY(0deg) }
  163.  
  164. #imgside {width: 200px; height: 200px; position:absolute; overflow: hidden; opacity: 2.0; transition: .5s; position: relative; z-index: 1;
  165. -webkit-border-radius: 110px;
  166. -moz-border-radius: 110px;
  167. border-radius: 110px;
  168.  
  169. }
  170.  
  171. #side:hover #imgside {opacity: 1.0; border: 6px solid #fff; z-index:9999; }
  172. .imgside {width: 200px; z-index:9999; }
  173.  
  174.  
  175. #menu1 {width: 200px; height: 0px; text-align: left; position: absolute; top: 20px; left: 0px; background: none; transform: rotate(27deg); opacity: 0; transition: .5s; z-index:2;}
  176. .menu1 {transform: rotate(-27deg); margin: 30px 0px 0px 20px; margin-left:80px;}
  177. #menu1 .boxm {box-shadow: 3px 0px 0px {color:hovermenu} inset; padding-left: 9px;}
  178. #menu1 .boxm:hover {box-shadow: 120px 0px 0px {color:hovermenu} inset; }
  179. #side:hover #menu1 {opacity: 2.0; left: -110px;}
  180.  
  181.  
  182. #menu2 {width: -335x; height: 240px; text-align: right; position: absolute; top: 20px; right: 0px; background: none; transform: rotate(-27deg); opacity: 0; transition: .5s; z-index: 2;}
  183. .menu2 {transform: rotate(27deg); margin: 27px 0px 0px -30px;}
  184. #menu2 .boxm {box-shadow: -3px 0px 0px {color:hovermenu} inset; padding-left: 9px;}
  185. #menu2 .boxm:hover {box-shadow: -120px 0px 0px {color:hovermenu} inset;}
  186. #side:hover #menu2 {opacity: 1; right: -100px;}
  187.  
  188.  
  189. #menu1 a {text-decoration: none;}
  190. #menu2 a {text-decoration: none;}
  191.  
  192. .boxm {background: {color:Titulos}; padding: 5px; margin-bottom: 5px; color: {color:Menu}; font-family: 'Yanone Kaffeesatz'; font-size: 11px; transition: .5s; font-weight: bold; width: 225px; letter-spacing: 1px;}
  193. .boxm:hover {color: {color:links1}; letter-spacing: 3px; padding-left: 9px;}
  194.  
  195. #desc {text-align: justify; margin-top: 20px; margin-left:0px; opacity: 0; transition: .5s; position: absolute; top: 50%; z-index: 0; font-style: italic;}
  196. #side:hover #desc {opacity: 1; top: 100%;}
  197.  
  198. /***********POSTS*************/
  199.  
  200. #posts{float:center; width:520px; margin-left:500px;margin-top:0px;height:2px;}
  201. .entry{ width: 450px; background:tranparent; padding: 3px; margin-right:3px; margin-bottom:1px; text-align:left;padding: 10px; , 2px;border:1px solid #a1a1a1 ;height:auto; }
  202.  
  203. h1 {font-family:georgia; text-align: center; font-size: 16px; text-transform: none; color:{color:text}; font-weight: normal; line-height: 18px;}
  204. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: #888; font-weight: normal; line-height: 18px;}
  205. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:links}; font-weight: normal; line-height: 18px;}
  206.  
  207.  
  208. /*/ IMAGEM DOS POST /*/
  209. .image img { width:450px;}
  210.  
  211.  
  212. /*/ QUOTE /*/
  213. .qsource {font-weight:normal;text-transform:uppercase;font-size:9px;text-align:right; padding:4px;}
  214. .quote {background-color:transparent; border-radius:3px;text-align:justify; line-height:15px; padding:3px;margin-left:-2px;margin-bottom:3px; margin-top:2px;}
  215.  
  216. a:link, a:active, a:visited{ color: {color:text}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  217. a:hover{color:{color:hover}; text-shadow:0px 0px 9px #888; }
  218.  
  219.  
  220. /** CHAT **/
  221.  
  222. .chat {background: #fff; margin: 0; font-size: 12px; font-family: 'Play';}
  223. .chat .lines {font-family: 'Play'; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f0f0f0; padding: 5px; margin-bottom: 2px; font-size: 12px; color: #888888; text-shadow: 1px 1px 0px #eee; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  224. .chat .lines:hover {background: #e0e0e0; transition-duration: 1s; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;}
  225. .chat .lines span {font-weight: bold;}
  226.  
  227. /*ESTILO DE ASK POR MAY, DO MIR4GEM.TUMBLR.COM E DO HTML-PARTY.TUMBLR.COM! É BOM NÃO TIRAR ISSO AQUI :@@ */
  228. .boxask {background: #e9e9e9; padding: 10px; font: normal 11px georgia; text-align:left; border-radius: 7px; z-index: 1;}
  229. .seta {background: #e9e9e9; width: 10px; height: 10px; -webkit-transform: rotate(45deg); margin-left: 20px; margin-top: -5px; z-index: 1;}
  230. .perguntou {font-size: 8px; font-family: "handy"; text-transform: uppercase;margin-left: 14px;}
  231. .perguntou img {-webkit-border-radius: 5px;
  232. -moz-border-radius: 5px;
  233. border-radius: 5px;}
  234. .resposta {background: #F5F5F5; width:98%;padding: 2px;}
  235.  
  236. /* --- Notes Hover por HTMLASK/HEARTUSUFFIX.TUMBLR.COM --- */
  237. .notas {margin-top: 1px; opacity: 0; margin-left: 5px;; position: absolute; -webkit-transition-duration: 0.4s; }
  238. .notas a{margin-right:-5px;}
  239. .entry:hover .notas{opacity: 1; margin-top: 10px;}
  240.  
  241. /*--- Fim das notes hover ---*/
  242.  
  243.  
  244. /****VIA/SOURCE*********/
  245.  
  246.  
  247. /********PERMALINK***********/
  248. #lpermalink {font-family:'Lora', cursive; font-size:12px; font-style:italic; padding:5px; margin-bottom:1px; background:#f5f5f5; border-left:px solid #aaa; transition:all 1s ease; ;}
  249. #lpermalink:hover {padding-left:10px; border-left:5px solid #eccccc;}
  250. #lpermalink img {float:; padding:px; width:10px; height:10px; opacity:1!important;}
  251. .notes img {display:block; float:left; margin-right:.75em; border-radius:100%;}
  252. ol.notes li {list-style-type:none; margin:0 0 1px; line-height:18px; padding:5px; background:#f5f5f5; border-left:2px solid #aaa; transition:all 1s ease;}
  253. ol.notes li:hover {padding-left:10px; border-left:5px solid #eccccc;}
  254. </style>
  255.  
  256.  
  257. <body>
  258.  
  259.  
  260. <div id="side">
  261. <a href="/"><div id="imgside"><img src="https://41.media.tumblr.com/25b80c233ef03abde287cbcc61c7033a/tumblr_nt5shqsvCm1syd6kmo1_500.png" class="imgside" /></div></a>
  262.  
  263.  
  264.  
  265. <div id="menu1">
  266. <div class="menu1">
  267. <a href="{text:Link1}"><div class="boxm">{text:Link1Titulo}</div></a>
  268. <a href="{text:Link2}"><div class="boxm">{text:Link2Titulo}</div></a>
  269. <a href="{text:Link3}"><div class="boxm">{text:Link3Titulo}</div></a>
  270. </div>
  271. </div>
  272.  
  273. <div id="menu2">
  274. <div class="menu2">
  275. <a href="{text:Link4}"><div class="boxm">{text:Link4Titulo}</div></a>
  276. <a href="{text:Link5}"><div class="boxm">{text:Link5Titulo}</div></a>
  277. <a href="{text:Link6}"><div class="boxm">{text:Link6Titulo}</div></a>
  278. </div> </div>
  279.  
  280. <div id="desc">{Description}</div>
  281.  
  282. </div>
  283.  
  284. <div id="cred">
  285. <a href= "http://desapontarse.tumblr.com"> Desapontarse &copy;</a>
  286. </div> </a>
  287.  
  288. <!-------------------- POSTS -------------------->
  289.  
  290. <div id="posts" font-family="consolas">
  291. {block:Posts}
  292. <div class="entry">{block:IndexPage}<div class="notas"><a href="{reblogurl}" target="_blank"><img src="http://www.themecloud.co/themes/narnia/reblog.png" /></a> <a href="{permalink}"><img src="http://www.themecloud.co/themes/narnia/like.png" /></a></div>{/block:IndexPage}
  293.  
  294.  
  295. <!--TEXTOS-->
  296. {block:Text}
  297. {block:Title}<h1>{Title}</h1>{/block:Title}
  298. <span class="txt">{Body}</span>
  299. {/block:Text}
  300.  
  301. <!--FOTOS-->
  302. {block:Photo}
  303. {LinkOpenTag}
  304. <div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  305. {block:Caption}{/block:Caption}
  306. {/block:Photo}
  307.  
  308. <!--PHOTOSET-->
  309. {block:Photoset}
  310. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  311. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  312. {block:Caption}{/block:Caption}
  313. {/block:Photoset}
  314.  
  315. <!--VIDEOS-->
  316. {block:Video}
  317. {block:IndexPage}{Video-250}{/block:IndexPage}
  318. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  319. </div>
  320. {block:Caption}{Caption}{/block:Caption}
  321. {/block:Video}
  322.  
  323. <!--MUSICAS-->
  324. {block:Audio}
  325. {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}
  326. {AudioPlayerWhite}
  327. {block:Caption}{Caption}{/block:Caption}
  328. {/block:Audio}
  329.  
  330. <!--CITAÇÕES-->
  331. {block:Quote}
  332. <div class="quote">{Quote}
  333. </div>
  334. {/block:Quote}
  335.  
  336. <!--DIALOGOS-->
  337. {block:Chat}
  338. {block:Lines}
  339. <div class="chat">
  340. <div class="lines">{block:Label}
  341. <span>{Label}</span>
  342. {/block:Label}
  343. {Line}</div></div>
  344. {/block:Lines}
  345. {/block:Chat}
  346.  
  347. <!--LINKS-->
  348. {block:Link}
  349. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  350. {block:Description}{Description}{/block:Description}
  351. {/block:Link}
  352.  
  353. <!--ASK-->
  354. {block:Answer}
  355.  
  356. <div class="boxask">{Question}</div>
  357. <div class="seta"></div><br>
  358. <div class="perguntou"><img src="{AskerPortraitURL-24}" border="0" align="left"/>&nbsp;&nbsp;
  359. {Asker}:</div><br>
  360. <div class="resposta">{Answer}</div>
  361. {/block:Answer}
  362.  
  363.  
  364. <!------ PMLINK ------>
  365.  
  366. {block:PermalinkPage}
  367. {block:Caption}{/block:Caption}
  368. <hr align="center" width="300" size="1" color=grey>
  369. {block:HasTags}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/gZonj46ic/tagged.png"> {lang:Tagged}:{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  370. {block:Date}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/M4Nnj46j1/timeago.png"> {TimeAgo},{MonthNumber}/{DayOfMonth}/{Year}.</div>{/block:Date}
  371. {block:NoteCount}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/NDRnj46jg/notecount.png"> {NoteCountWithLabel}.</div>{/block:NoteCount}
  372. {block:RebloggedFrom}<div id="lpermalink"><img
  373. src="http://static.tumblr.com/5u1fog0/Hhznj46jy/via.png"> Via <a
  374. href="{ReblogParentURL}">{ReblogParentName}</a>, by <a href"{ReblogRootURL}">
  375. {ReblogRootName}</a>.</div>{block:RebloggedFrom}
  376.  
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378. {/block:PermalinkPage}
  379.  
  380. </div>
  381.  
  382.  
  383. </body>
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement