Advertisement
desapontarse-themes

THEME 1

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