Advertisement
simonecereja

Theme Spider

Aug 22nd, 2012
2,882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.73 KB | None | 0 0
  1. <!-----------------------------------------------------------------------------------------------
  2.  
  3.  
  4.  
  5. Theme feito totalmente por Simone Montilares (cerejadosundae.tumblr.com). NÃO RETIRE OS CRÉDITOS, NEM COPIE NEM PLAGIE EU CONHEÇO MEUS CÓDIGO E ISSO NÃO FICARÁ BARATO, NÃO USE COMO BASE JAMAIS. ROUBAR É CRIME.
  6.  
  7.  
  8.  
  9. ------------------------------------------------------------------------------------------------>
  10.  
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript">
  14. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  15.  
  16. function tb8_makeArray(n){
  17.  
  18. this.length = n;
  19.  
  20. return this.length;
  21.  
  22. }
  23.  
  24. tb8_messages = new tb8_makeArray(1);
  25.  
  26. tb8_messages[0] = "{Title}";
  27.  
  28. tb8_rptType = 'infinite';
  29.  
  30. tb8_rptNbr = 5;
  31.  
  32. tb8_speed = 100;
  33.  
  34. tb8_delay = 2000;
  35.  
  36. var tb8_counter=1;
  37.  
  38. var tb8_currMsg=0;
  39.  
  40. var tb8_tekst ="";
  41.  
  42. var tb8_i=0;
  43.  
  44. var tb8_TID = null;
  45.  
  46. function tb8_pisi(){
  47.  
  48. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  49.  
  50. document.title = tb8_tekst;
  51.  
  52. tb8_sp=tb8_speed;
  53.  
  54. tb8_i++;
  55.  
  56. if (tb8_i==tb8_messages[tb8_currMsg].length){
  57.  
  58. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  59.  
  60. }
  61.  
  62. if (tb8_currMsg == tb8_messages.length){
  63.  
  64. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  65.  
  66. clearTimeout(tb8_TID);
  67.  
  68. return;
  69.  
  70. }
  71.  
  72. tb8_counter++;
  73.  
  74. tb8_currMsg = 0;
  75.  
  76. }
  77.  
  78. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  79.  
  80. }
  81.  
  82. tb8_pisi()
  83.  
  84. </script>
  85.  
  86.  
  87.  
  88.  
  89. <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
  90.  
  91. <script type="text/javascript">
  92.  
  93. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  94.  
  95. </script>
  96.  
  97.  
  98.  
  99.  
  100. <head profile="http://gmpg.org/xfn/11"> <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  101. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  102. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  103. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  104. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  105.  
  106. <title>{title}</title>
  107. <link rel="shortcut icon" href="{Favicon}" />
  108. <meta name="color:title" content="#969696"/>
  109. <meta name="color:negrito" content="#737373"/>
  110. <meta name="color:letras" content="#AAAAAA"/>
  111. <meta name="color:menu" content="#6FA8A3"/>
  112. <meta name="color:menuhover" content="#ABCCC9"/>
  113. <meta name="color:textlinks" content="#fff"/>
  114. <meta name="color:textlinkhover" content="#fff"/>
  115. <meta name="color:links" content="#AAAAAA" />
  116. <meta name="color:linkshover" content="#6FA8A3" />
  117. <meta name="color:border" content="#ABCCC9"/>
  118.  
  119. <meta name="color:boxcentral" content="#48484A" />
  120.  
  121. <meta name="color:backgroundbox" content="#3C3C3E"/>
  122. <meta name="color:letrasidebar" content="#fff"/>
  123. <meta name="color:backgroundtheme" content="#2F2F30"/>
  124. <meta name="color:scroll" content="#737373"/>
  125. <meta name="color:frase" content="#aaa"/>
  126. <meta name="image:background" content=""/>
  127.  
  128. <meta name="image:imageside" content="http://25.media.tumblr.com/tumblr_m8vll5AGYy1rbvowbo1_500.png"/>
  129. <meta name="text:subtitle" content="" />
  130. <meta name="text:subtitle" content="" />
  131. <meta name="text:frase" content="Sua frase" />
  132.  
  133. <meta name="text:Link1" content="link" />
  134. <meta name="text:Link1 Title" content="link1" />
  135. <meta name="text:Link2" content="Link" />
  136. <meta name="text:Link2 Title" content="link2" />
  137. <meta name="text:Link3" content="link" />
  138. <meta name="text:Link3 Title" content="link3" />
  139. <meta name="text:Link4" content="Link" />
  140. <meta name="text:Link4 Title" content="link4" />
  141. <meta name="text:Link5" content="link" />
  142. <meta name="text:Link5 Title" content="link5" />
  143.  
  144. </head>
  145.  
  146. <style type="text/css">
  147. ::-webkit-scrollbar{width:6px;height:3px;}
  148. ::-webkit-scrollbar-button:start:decrement
  149. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  150. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  151. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:scroll};-webkit-border-radius:px;}
  152. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  153.  
  154. @font-face {font-family:existence; src: url('http://static.tumblr.com/zvqacv0/zVAm5glze/champagne___limousines.ttf');}
  155.  
  156.  
  157. /*** Background ***/
  158. body{background: {color:backgroundtheme} Url('{image:background}');color:{color:letras}; font:normal 11px 'Lucida Grande',Verdana,sans-serif; background-attachment:fixed; background-repeat:repeat; }
  159.  
  160.  
  161. /*** Papa ***/
  162. #pagina {font: normal 12px arial; color: #000; width: 350px; padding: 2px, text-align: center;}
  163.  
  164. /*** Conteudo ***/
  165. #conteudo {margin-left:400px; margin-top:2px; width: 350px; padding: 5px; }
  166. #conteudo .post {margin-bottom:20px;}
  167.  
  168. .descr .descripsm {margin-left: -157px; background:{color:backgroundbox};
  169. text-align: left; ;width:140px;height:85px;
  170. position: absolute; margin-top:-95px; padding: 4px;border-radius:2px;
  171.  line-height: 10px;
  172. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  173. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0; font-family: trebuchet ms; font-size: 10px;  
  174. }
  175. #tri{border-right: 15px solid {color:backgroundbox};;border-top:15px solid transparent;border-bottom: 0px solid transparent;
  176. border-left: 15px solid transparent;width: 0px;height: 0px;margin-top:-15px; margin-left:17px; }
  177.  
  178.  
  179. .descr:hover .descripsm {opacity: 1;margin-left: -0px; }
  180.  
  181.  
  182.  
  183.  
  184. .descr .frase {margin-left: -7px;
  185. text-align: left; ;width:150px;height:20px;
  186. position: absolute; padding: 4px;
  187.  line-height: 10px;
  188. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  189. -o-transition: all 1s ease;transition: all 1s ease; margin-top: 45px; font-family: pacifico;text-align:center;
  190. font-size:15px;color:{color:frase};
  191.  
  192.  
  193. }
  194.  
  195. .descr:hover .frase {opacity: 1;margin-top: 15px; }
  196. .descr .sidebarmenu {margin-left: -7px;
  197. text-align: left; ;width:150px;height:20px;
  198. position: absolute; padding: 4px;margin-top: 572px;
  199.  line-height: 10px;
  200. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  201. -o-transition: all 1s ease;transition: all 1s ease; opacity: 0;
  202. }
  203.  
  204. .descr:hover .sidebarmenu {opacity: 1;margin-top: 0px;margin-bottom:5px;}
  205.  
  206. .imageside img{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  207. -o-transition: all 1s ease;transition: all 1s ease;margin-top:80px;width:140px; height:170px;background:{color:border}; padding:4px;}
  208. .descr .imageside {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  209. -o-transition: all 1s ease;transition: all 1s ease;}
  210. .descr:hover .imageside {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;
  211. -o-transition: all 1s ease;transition: all 1s ease;margin-top:165px;align:center;}
  212. .descr { overflow:hidden;position: fixed;
  213. background: {color:boxcentral};
  214. padding: 3px;width:150px;height:80%;
  215. margin-left: 247px;
  216. bottom:-10px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;-webkit-border-top-left-radius: 8px;
  217. -webkit-border-top-right-radius: 8px;
  218. -moz-border-radius-topleft: 8px;
  219. -moz-border-radius-topright: 8px;
  220. border-top-left-radius: 8px;
  221. border-top-right-radius: 8px;}
  222.  
  223.  
  224. /* Chat por Anna (livelikeasuicide) *********/
  225. .chat {background: {color:backgroundbox}; margin: 0; font-size:
  226.  
  227. 11px; font-family: calibri;}
  228. .chat .chat1 {margin-left: 0px;font-size: 
  229. 8px; }
  230. .chat .chat1 .chat2 {background: {color:links}; color: #fff;font-size: 
  231. 9px;
  232. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  233. .chat .chat1 .chat2.even {background: {color:linkshover};
  234. color: #fff;font-size: 
  235. 9px; } /* Segunda linha */
  236. .chat .chat1 .chat2 span{}
  237. /*--- textarea etc ------- */
  238. input, textarea, option, select, button
  239. {font-family: Verdana, Helvetica; font-size: 8px;
  240. color: {color:menu};
  241. padding: 1px;
  242. background:{color:frase} ;
  243. border: 1px solid #f9e5f1;
  244. -moz-border-radius: 4px;
  245.  
  246. -webkit-border-radius: 5px;
  247. -moz-border-radius: 5px;
  248. border-radius: 5px;}
  249.  
  250. .sidebar2 {position: fixed;
  251. background-repeat: no-repeat;
  252.  
  253. margin-left: 945px;
  254. margin-top:150px;}
  255.  
  256.  
  257. .borda{
  258. padding : 3px;background-color:transparent;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;
  259.  
  260. border-radius:0px;}
  261. .borda:hover{-webkit-filter: grayscale(100%);
  262. -moz-filter: grayscale(100%);
  263. -ms-filter: grayscale(100%);
  264. -o-filter: grayscale(100%);
  265.  
  266. padding : 3px;background-color: {color:border};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  267. /*** Notes enfeitados por things-to-help-you  ******/
  268. ol.notes { display : block;border-left : 1px solid {color:boxcentral};background-repeat : no-repeat;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundbox}; list-style-type: none; font-size: 10px;}
  269. ol.notes li.note {border-top: solid 1px {color:boxcentral}; padding: 4px;}
  270. ol.notes li.note img.avatar {display: none;}
  271. ol.notes li.note span.action {font-weight: none;}
  272. ol.notes li.note .answer_content {font-weight: normal;}
  273. ol.notes li.note blockquote {display: none;}
  274. ol.notes li.note blockquote a {text-decoration: none;}
  275. ful { list-style: none; }
  276. ol { list-style-position: inside; }
  277. * { margin: 0; padding: 0; outline: none; }
  278. .caixa  {overflow: hidden;background: {color:backgroundbox}; padding: 7px;
  279. font-family: Verdana, Geneva, sans-serif;
  280. color: {color:textlinks};text-align: justify;outline: 0px solid #; margin-bottom: 0px;}
  281. .extra {border-left: 4px solid {color:border}; display : block;border-bottom : 0px solid #fff;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgrounbox}; line-height: 18px;color:{color:letrasidebar};}
  282. .extrass {border-left: 4px solid {color:border}; display : block;border-bottom : 1px solid #d4c8da;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: {color:backgroundbox}; line-height: 18px;}
  283. .extra a {padding-right: 6px; color: {color:letrasidebar}; border-right: dotted 1px #e7daee; text-shadow: 1px 1px 1px #;}
  284. .home {
  285. height:15px; width:15px;align:center;}
  286. .bordaborda {
  287. height:20px; width:15px;align:center;margin-left:3px;margin-top:5px;}
  288. .bordasmm321 {height:96px;width:96px;-webkit-border-radius: 100px;
  289. -moz-border-radius: 100px;
  290. border-radius: 100px;opacity:0.8;}
  291. .bordasm1{
  292. padding : 5px;background-color: {color:menu};
  293.  
  294. border-radius:0px;width:74px;}
  295.  
  296. .bordasm {
  297. padding : 0px;
  298. -webkit-border-radius: 80px;
  299. -moz-border-radius: 80px;
  300. border-radius: 80px;}
  301.  
  302. .bordasm321 {height:40px;width:40px;background:{color:linkshover};margin:2px 0px 0px 2px;padding : 2px;opacity:0.6;}
  303. .bordasm321:hover{opacity:1;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;background:{color:links};}
  304.  
  305. .bordasm123 {width:60px; height:60px;
  306. -webkit-border-radius: 50px;
  307. -moz-border-radius: 50px ;
  308. border-radius: 50px;
  309. }
  310.  
  311.  
  312.  
  313.  
  314. .smsource{text-align: right; text-transform: none;margin-bottom: 3px;font-family: verdana;font-size:8pt; }
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. .box {background: {color:backgroundbox}; margin-bottom: 1px; padding: 5px; text-align: justify; border-radius: 0px;}
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  331.  
  332.  
  333.  
  334.  
  335. /*** boxnotes em hover por amandaleocadio ***/
  336. .box .boxnotes {margin-left: 450px; width:130px;
  337. text-align: left; height:55px;
  338. position: absolute; margin-top: -5px; padding: 4px;
  339.  line-height: 10px;
  340. -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
  341. -o-transition: all 0.2s ease; opacity: 0;font-family: ronda; font-size: 18px;  text-transform: uppercase;
  342. }
  343.  
  344. .box .boxnotes img {width:80px;
  345. -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
  346. -o-transition: all 0.2s ease;transition: all 1s ease; }
  347. .box:hover .boxnotes img {width:64px;}
  348.  
  349.  
  350. .box:hover .boxnotes {opacity: 1; font-size: 8px;  text-transform: uppercase; }
  351. /*** fim da boxnotes ***/
  352.  
  353.  
  354.  
  355.  
  356. h1{color:{color:title} !important;font-family:georgia; font-style:italic;font-size:15px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  357. /*** BlockQuote ***/
  358. blockquote {
  359. margin: -2px;
  360. padding: 3px;}
  361.  
  362. h2{color:{color:frase} !important;font-family:calibri;
  363. font-size:20px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:center;letter-spacing: -1px;}
  364.  
  365. h3{color:{color:title} !important;font-family:verdana; font-size:11px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:2px;text-align:left;}
  366.  
  367. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  368. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  369.  
  370. /*** Seleção colorida Sm ***/
  371. ::-moz-selection
  372. {
  373. background: #28B5BF;
  374. color: #f3f3f3;
  375. }
  376. ::selection
  377. {
  378. background: #28B5BF;
  379. color:#fff;
  380. }
  381.  
  382.  
  383.  
  384.  
  385. /** Menu SM**/
  386. .nav { background:{color:menu}; display: inline-block; padding: 1px; text-align: center; line-height: 10px; height: 10px;color:{color:textlinks}; text-transform: uppercase; width:152px; float: center; margin:1px 1px 1px 1px; font-family:calibri;
  387. font-size:9.5px; !important;text-decoration: none; letter-spacing: 0.10em; text-transform:uppercase; }
  388. .nav:hover { background:{color:menuhover}; display: inline-block; padding: 1px; text-align: center; color:{color:textlinkshover}; text-transform: uppercase; float: center; margin:1px 1px 1px 1px; font-family:calibri;
  389. !important;text-decoration: none; letter-spacing: 0.10em; text-transform:uppercase; }
  390.  
  391.  
  392. #aspas{position:absolute;
  393. margin-left:3px;
  394. margin-top:-8px;
  395. font-size:50px;
  396. opacity:0.3;
  397. filter: alpha(opacity = 90);
  398. color: {color:border}; }
  399. .quote{margin-top:10px;margin-left:8px;font-family:georgia; font-style:italic;}
  400.  
  401.  
  402. b, strong, bold {color:{color:negrito};}
  403. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:letras};}
  404. i, em{color: {color:letras};}
  405. s {color: {color:letras};}
  406.  
  407.  
  408.  
  409. /*** PAGINACAO BY RITAMAFALDA ***/
  410. .pagi {font-family:georgia; font-size: 50px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right: 30px; bottom: 50px; position: fixed;}
  411. .pagi1 {font-family:georgia; font-size: 50px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; left: 30px; bottom: 50px; position: fixed;}
  412. a.pagl {color: {color:links}; text-decoration: none;}
  413. a.pagl:hover {color:{color:linkshover};}
  414. .date {width: 99%; background:{color:backgroundbox}; font-weight:normal; text-align:right; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 8px; font-family:arial; font-size:8px; text-transform: uppercase; text-transform:uppercase; }
  415. tags {width: 99%; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 3px; text-align:left;background: {color:backgroundbox};text-shadow:0 0px 0px #000; border-radius: 02px; font-size: 8px; font-family:tinytots; text-transform: uppercase; }
  416.  
  417. .tag {width: 99%; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-align:left;text-shadow:0 0px 0px #000; fborder-radius: 02px;font-size: 8px; font-family:ronda; }
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427. .box1 { width:193px;height:20px; margin-bottom: 0px;padding:3px; text-align: justify; }
  428.  
  429.  
  430. .box2 {background: {color:backgroundbox};width: 15px; margin-bottom: 0px; padding: 3px; text-align: justify; }
  431. /*** Ask Por Simone (cerejadosundae)***/
  432. .ask {width: 99%; background:{color:backgroundtheme}; font-weight:normal; padding:3px; margin-bottom: 1px; text-shadow:0 px 0px #fff;color:{color:letras}; font-size: 11px; }
  433. .asker {width: 99%;height:18px; background: {color:menu}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:textlinks}; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;
  434. }
  435. .asker a{background:#; color:{color:textlinks};}
  436. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 3px solid {color:menu};margin-top:-3px;}
  437. .resposta {background:{color:backgroundbox}; font-weight:normal; padding:10px; margin-bottom: 1px; text-shadow:0 0px 0px #fff;color:{color:letras}; font-size: 11px; }
  438.  
  439. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  440.  
  441. .caixinha{font-size: 15px;font-family:'Trebuchet MS';width:350px;background:{color:menuhover2};color:#fff;text-align: center;font-weight:normal; text-shadow: 0 0px 0px #000; padding:4px;letter-spacing:0px;opacity:0.6; margin-bottom:4px; float:center;-webkit-border-top-right-radius: 12px;
  442. -webkit-border-bottom-right-radius: 12px;
  443. -moz-border-radius-topright: 12px;
  444. -moz-border-radius-bottomright: 12px;
  445. border-top-right-radius: 12px;
  446. border-bottom-right-radius: 12px;border-top:1px solid {color:boxinterno};
  447. border-bottom:1px solid {color:boxinterno};}
  448.  
  449.  
  450. /* Paginação by: felicitytonight.tumblr.com */
  451. page {background:transparent; background:{color:backgroundbox}; margin:0px; padding:0px; margin-bottom:-0px; cursor:hand; text-align:center; letter-spacing:1px; font-family:'Tahoma'; font-size:15px; font-style:bold;}
  452.  
  453. @font-face {font-family: "Edo";
  454.  
  455.  
  456.  
  457. src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
  458. #seta {width: 30px; position: absolute; padding: 8px; background-color: transparent; margin-top: -60px; color:{color:links}; font-size: 60px; -webkit-transform: rotate(0deg); margin-left: 10px;}
  459.  
  460. #seta2 {width: 30px; position: absolute; padding: 8px; background-color: transparent; margin-top: -60px; color:{color:linkshover}; font-size: 60px; -webkit-transform: rotate(0deg); margin-left: 10px;}
  461.  
  462.  
  463. .caixinha1{font-size: 15px;width:320px; font-family:'Trebuchet MS'; cursive;; background: {color:linkshover};text-align: center;font-weight:normal; text-shadow: 0 0px 0px #000; padding:4px;letter-spacing:0px; margin-bottom:4px; color:#fff; margin-left: -15px;}
  464. .caixinha2{font-size: 15px; line-height: 20px;font-family:'Trebuchet MS'; cursive;color: {color:links};padding:4px;text-align: center;height:20px; font-weight:normal; text-shadow: 0 0px 0px #000; letter-spacing:0px;margin-bottom:4px; background:{backgroundtheme};text-align:center;border-top:1px dashed {color:links}; border-bottom: 1px dashed {color:links}; }
  465. .notepost{width: 99%; background: #F8F8F8; font-weight:italic; text-align:right; letter-spacing:1px; text-shadow:0 0px 0px #fff; font-size: 7pt; margin-bottom: 1px; padding: 3px; border-radius: 3px; }
  466. .entries {
  467. background-repeat: no-repeat;
  468. margin-left:450px; margin-top:10px;width:480px;border: 4px double {color:backgroundbox};}
  469.  
  470.  
  471. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  472.  
  473.  
  474.  
  475.  
  476. /*** Seleção Colorida - By; MADLYLUV.com ***/
  477. ::-moz-selection
  478. {color: #000;
  479. background: #eee;}
  480.  
  481. ::selection
  482. {color: #000;
  483. background: #eee;}
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491. </style>
  492.  
  493. <body>
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502. <!-- DESCRICAO --><div class="descr">
  503. <div class="frase">{text:frase}</div>
  504.  
  505.  
  506.  
  507.  
  508. <div class="sidebar">
  509.  
  510.  
  511.  
  512.  
  513. <div class="sidebarmenu"> {block:ifLink1}<a href="{text:Link1}"><div class="nav">{text:Link1 Title}</div></a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}"><div class="nav">{text:Link2 Title}</div></a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}"><div class="nav">{text:Link3 Title}</div></a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}"><div class="nav">{text:Link4 Title}</div></a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}"><div class="nav">{text:Link5 Title}</div></a>{/block:ifLink5}
  514.  
  515. </div>
  516.  
  517.  
  518. <div class="descripsm"><div id="tri"></div>{block:Description}{Description}{/block:Description}</div>
  519. <div class="imageside"><img src="{image:imageside}"/></div>
  520.  
  521. </div></div>
  522. <!-- TAGS PRINCIPAIS DO POST -->
  523.  
  524. <div class="entries">
  525.  
  526.  
  527.  
  528. {block:Posts}
  529.  
  530.  
  531.  
  532. {block:Regular}<div class="box"><div class="boxnotes">
  533. <center>
  534.  
  535.  
  536.  
  537.  
  538. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  539. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  540.  
  541.  
  542. </center>
  543. </div>
  544. {block:Title}<h1>{Title}</h1>{/block:Title}<br><br>
  545. <div class="entry">{Body}</div>
  546.  
  547. <div class="divdate"></div>
  548.  
  549. <div class="tag">
  550. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href="{ReblogParentURL}"> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  551. <a href="{Permalink}">{TimeAgo}</a></div>
  552.  
  553.  
  554. </div>
  555. {/block:Regular}
  556.  
  557.  
  558.  
  559.  
  560. {block:Photo}
  561. <div class="post"><div class="box"><div class="boxnotes">
  562. <center>
  563.  
  564.  
  565.  
  566. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  567. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  568.  
  569.  
  570.  
  571. </center>
  572. </div>
  573. <center>
  574. <img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=465px class="borda"></center>
  575. {block:Caption}
  576. <div class="caption">{Caption}</div>
  577. {/block:Caption}
  578. <div style="clear:both;"></div>
  579. <BR>
  580.  
  581. <div class="divdate"></div>
  582.  
  583.  
  584.  
  585.  
  586. <div class="tag">
  587. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}(<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a> /<a href="{ReblogParentURL}"
  588. title="{ReblogParentTitle}">via</a>)
  589. </span>{/block:RebloggedFrom}</span>· </a>
  590. <a href="{Permalink}">{TimeAgo}</a></div>
  591.  
  592.  
  593. </div>
  594. {/block:Photo}
  595.  
  596.  
  597.  
  598.  
  599.  
  600. {block:Answer}<div class="post"><div class="box">
  601. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>Pergunta feita por: {Asker}
  602. </div>
  603. <div class="ask">
  604. {Question} </div>
  605. <div class="resposta">{Answer}</div>
  606.  
  607.  
  608.  
  609.  
  610. <BR>
  611.  
  612. <div class="divdate"></div>
  613.  
  614.  
  615. <div class="date"> <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a>
  616.  
  617. </div>
  618.  
  619. </div>
  620. </div>
  621.  
  622. {block:Answer}
  623.  
  624.  
  625.  
  626.  
  627.  
  628. {block:Quote}
  629. <div class="post"><div class="box"><div class="boxnotes">
  630. <center>
  631.  
  632.  
  633.  
  634.  
  635. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  636. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  637.  
  638.  
  639.  
  640. </center>
  641. </div>
  642. <div id="aspas">❝</div><div class="quote">
  643. {Quote}</div>
  644. </span>{block:Source}<div class="smsource">&mdash; {Source}</div>{/block:Source}
  645. <br>
  646. <div class="divdate"></div>
  647.  
  648.  
  649.  
  650. <div class="tag">
  651. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href=”{ReblogParentURL}”> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  652. <a href="{Permalink}">{TimeAgo}</a></div>
  653.  
  654.  
  655.  
  656. </div></div>
  657. {/block:Quote}
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665. {block:Link}
  666. <div class="post"><div class="box"><div class="boxnotes">
  667. <center>
  668.  
  669.  
  670.  
  671. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  672. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  673.  
  674.  
  675.  
  676. </center>
  677. </div><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  678. {block:Description}
  679. <div class="description">{Description}</div>
  680. {/block:Description}
  681.  
  682. <BR>
  683. <div class="divdate"></div>
  684.  
  685.  
  686. <div class="tag">
  687. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href=”{ReblogParentURL}”> (Via</a>{/block:RebloggedFrom} {block:ContentSource}•<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  688. <a href="{Permalink}">{TimeAgo}</a></div>
  689.  
  690.  
  691.  
  692.  
  693. </div></div>
  694. {/block:Link}
  695.  
  696.  
  697. {block:chat}
  698.  
  699. <div class="post"><div class="box"><div class="boxnotes">
  700. <center>
  701.  
  702.  
  703.  
  704.  
  705. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  706. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  707.  
  708.  
  709.  
  710. </center>
  711. </div>
  712. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>
  713. {/block:Title}
  714. <div class="chat">
  715. <div class="chat1">
  716. {block:Lines}
  717. <div class="chat2 {Alt}">
  718. {block:Label}
  719. <span>{Label}</span>
  720. {/block:Label}
  721. {Line}</div>
  722. {/block:Lines}
  723. </div>
  724. </div>
  725. <BR>
  726. <div class="divdate"></div>
  727.  
  728.  
  729.  
  730.  
  731. <div class="tag">
  732. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href=”{ReblogParentURL}”> (Via</a>{/block:RebloggedFrom} {block:ContentSource}•<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  733. <a href="{Permalink}">{TimeAgo}</a></div>
  734.  
  735.  
  736.  
  737.  
  738.  
  739. </div></div>
  740. {/block:Chat}
  741.  
  742.  
  743.  
  744.  
  745. {block:Audio}
  746. <div class="post"><div class="box"><div class="boxnotes">
  747. <center>
  748.  
  749.  
  750.  
  751. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  752. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  753.  
  754.  
  755.  
  756. </center>
  757. </div>
  758. {AudioPlayerWhite}
  759. {block:Caption}
  760. <div class="caption">{Caption}</div>
  761. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  762. {/block:Caption}
  763.  
  764.  
  765. <div class="divdate"></div>
  766.  
  767.  
  768. <div class="tag">
  769. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href=”{ReblogParentURL}”> (Via</a>{/block:RebloggedFrom} {block:ContentSource}•<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  770. <a href="{Permalink}">{TimeAgo}</a></div>
  771.  
  772.  
  773.  
  774.  
  775. </div></div>
  776. {/block:Audio}
  777.  
  778.  
  779.  
  780.  
  781. {block:Video}
  782. <div class="post"><div class="box"><div class="boxnotes">
  783. <center>
  784.  
  785.  
  786. <a class="tags" href="{Permalink}"><a class="notes" href="{Permalink}"> {block:Date}{NoteCount} Notes{/block:Date}</a><br>
  787. <a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"class="" title=""></a>
  788.  
  789.  
  790.  
  791. </center>
  792. </div>
  793. <class="borda"><center>
  794. {Video-400}</center>
  795. <br>
  796. {block:Caption}
  797. <div class="caption">{Caption}</div>
  798. {/block:Caption}
  799.  
  800. <BR>
  801. <div class="divdate"></div>
  802.  
  803.  
  804.  
  805. <div class="tag">
  806. {block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a><br> {block:RebloggedFrom}<a href=”{ReblogParentURL}”> (Via</a>{/block:RebloggedFrom} {block:ContentSource}<a href=”{SourceURL}” target=blank>/source)</a>{/block:ContentSource} · </a>
  807. <a href="{Permalink}">{TimeAgo}</a></div>
  808.  
  809.  
  810.  
  811. </div></div>
  812. {/block:Video}
  813.  
  814.  
  815. {/block:Posts}{block:PostNotes}
  816. <div class="caixa">
  817.  
  818. <div class="caixa">
  819. {PostNotes}
  820. </div>
  821. {/block:PostNotes}</div>
  822.  
  823. <center>
  824. <!---------------- FINAL DE TAGS DO POST ------------->
  825. </div>
  826.  
  827. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. </div></div></div></div></div></div>
  835.  </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  836.  </div></div></div></div></div></div></div></div></div></div></div></div>
  837. </body>
  838. </head>
  839. </html><div style="position:fixed; bottom:25px;font-size: 10px;font-family: trebuchet ms; left:5px;"><center>
  840.  
  841. <!-- Paginação by: felicitytonight.tumblr.com -->
  842. <page>{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</page>
  843.  
  844. <br>
  845. <a href="http://cerejadosundae.tumblr.com/"title="det. escritordapaz, tthy"> © CREDITS</span></a></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement