SHOW:
|
|
- or go back to the newest paste.
| 1 | - | <%= link_to "Delete", :controller => "admin/stores", |
| 1 | + | <head> |
| 2 | - | :action => "destroy", :id => store, :method => :delete %> |
| 2 | + | |
| 3 | - | |
| 3 | + | <!-- THEME FEITO POR SILENCIADORES --> |
| 4 | - | map.namespace :admin do |admin| |
| 4 | + | |
| 5 | - | admin.resources :stores |
| 5 | + | <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'> |
| 6 | - | end |
| 6 | + | |
| 7 | - | |
| 7 | + | <link href='http://fonts.googleapis.com/css?family=Gabriela' rel='stylesheet' type='text/css'> |
| 8 | - | map.resources :stores |
| 8 | + | |
| 9 | - | |
| 9 | + | <link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'> |
| 10 | - | link_to 'Show', [:admin, @var] |
| 10 | + | |
| 11 | - | |
| 11 | + | <link href='http://fonts.googleapis.com/css?family=Kavoon' rel='stylesheet' type='text/css'> |
| 12 | - | form_for([:admin, @var]) |
| 12 | + | |
| 13 | ||
| 14 | <!-- DEFAULT VARIABLES --> | |
| 15 | <meta name="color:background" content="#FFFFFF" /> | |
| 16 | <meta name="color:text" content="#696969" /> | |
| 17 | <meta name="color:textsid" content="#FFFFFF" /> | |
| 18 | <meta name="color:bordasid" content="#FFFFFF" /> | |
| 19 | <meta name="color:links" content="#696969" /> | |
| 20 | <meta name="color:hover" content="#999" /> | |
| 21 | <meta name="color:ask" content="#FFF" /> | |
| 22 | <meta name="color:borda" content="#ddd" /> | |
| 23 | <meta name="color:post" content="#FFF" /> | |
| 24 | <meta name="color:negrito" content="#696969" /> | |
| 25 | ||
| 26 | <meta name="image:sidebar" content=""/> | |
| 27 | <meta name="image:background" content="" /> | |
| 28 | <meta name="text:titulo" content="Because I love you" /> | |
| 29 | <meta name="if:Controles transp" content=""/> | |
| 30 | <meta name="if:Uma coluna" content=""/> | |
| 31 | ||
| 32 | <meta name="text:Link1" content="/" /> | |
| 33 | <meta name="text:Link1 Title" content="link" /> | |
| 34 | <meta name="text:Link2" content="/" /> | |
| 35 | <meta name="text:Link2 Title" content="link" /> | |
| 36 | <meta name="text:Link3" content="/" /> | |
| 37 | <meta name="text:Link3 Title" content="link" /> | |
| 38 | <meta name="text:Link4" content="/" /> | |
| 39 | <meta name="text:Link4 Title" content="link" /> | |
| 40 | <meta name="text:Link5" content="/" /> | |
| 41 | <meta name="text:Link5 Title" content="link" /> | |
| 42 | <meta name="text:Link6" content="/" /> | |
| 43 | <meta name="text:Link6 Title" content="link" /> | |
| 44 | ||
| 45 | <meta name="image:background" content="" /> | |
| 46 | <meta name="image:sidebar" content="" /> | |
| 47 | ||
| 48 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| 49 | <title>{Title}</title>
| |
| 50 | {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
| |
| 51 | <link rel="shortcut icon" href="{Favicon}" />
| |
| 52 | <link rel="alternate" type="application/rss+xml" href="{RSS}" />
| |
| 53 | ||
| 54 | <style type="text/css"> | |
| 55 | ||
| 56 | /* --- CÓDIGOS DE SILENCIADORES - BASE --- */ | |
| 57 | body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family: cambria; font-size:12px; line-height:100%; text-align:justify;}
| |
| 58 | ||
| 59 | a:link, a:active, a:visited{color: {color:links}; text-decoration:none;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
| |
| 60 | a:hover{color:{color:hover};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
| |
| 61 | ||
| 62 | p{margin-top:5px; margin-bottom:5px}
| |
| 63 | blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
| |
| 64 | ||
| 65 | img a{border:none; width:100%}
| |
| 66 | . img a :hover {-webkit-filter: grayscale(90%)}
| |
| 67 | ||
| 68 | /* --- CÓDIGOS DE SILENCIADORES - REBLOG --- */ | |
| 69 | {block:IfReblognaohover}#lucc {text-align: right; margin-top:5px; font-size: 10px; font-family:calibri; text-transform: uppercase; z-index: 11; padding:3px; margin-bottom: 10px;color:{color:links};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
| |
| 70 | ||
| 71 | #lucc a {font-size:9px; font-family: calibri; text-transform: uppercase; color:{color:links};-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
| |
| 72 | ||
| 73 | #lucc a:hover {color:{color:hover};-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}{/block:IfReblognaohover}
| |
| 74 | ||
| 75 | .posts:hover .etc {opacity:1;bottom:5px;margin-left:0px;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out}
| |
| 76 | .etc {z-index:9999;position:absolute;opacity:0; margin-left:0px; padding:5px 10px 2px 5px;font-style:normal;font-size: 10px; font-family: calibri; bottom:5px;padding:3px;width:235px;display: block; overflow: hidden; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-transform:uppercase;-webkit-border-radius: 0px 0px 0px 0px;border-bottom:0px solid {color:borda};border-bottom:0px solid {color:borda};border-top:0px solid {color:borda};text-align:center;{block:PermalinkPage}width:385px{/block:PermalinkPage};{block:IfUmacoluna}width:385px;{block:IfUmacoluna};background-color:{color:post};{color:text};}
| |
| 77 | .etc a {{color:text};opacity:1;}
| |
| 78 | .etc a:hover {opacity:1;text-transform:uppercase;}
| |
| 79 | ||
| 80 | .posts:hover .etcc {opacity:1;top:6px;margin-left:0px;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
| |
| 81 | .etcc {z-index:9999;position:absolute;opacity:0; margin-left:0px; padding:5px 10px 2px 5px;font-size: 10px;font-style:normal;font-family: calibri; top:6px;display: block; overflow: hidden; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-transform:uppercase;-webkit-border-radius: 0px 0px 0px 0px;text-align:center;{color:text};background-color:{color:post};-webkit-border-radius: 0px 0px 0px 0px;padding:3px}
| |
| 82 | .etcc a {{color:text};opacity:1;}
| |
| 83 | .etcc a:hover {opacity:1;text-transform:uppercase;}
| |
| 84 | ||
| 85 | .posts:hover .etccc {opacity:1;bottom:5px;right:10px;margin-top:-2px;margin-left:0px;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out}
| |
| 86 | .etccc {z-index:9999;position:absolute;opacity:0;margin-top:-2px; margin-left:0px; padding:5px 10px 2px 5px;font-style:normal;font-size: 9px; font-family: calibri; bottom:5px;right:10px;padding:3px;display: block; overflow: hidden;display: block; overflow: hidden; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-transform:uppercase;-webkit-border-radius: 0px 0px 0px 0px;-webkit-border-radius: 10px 10px 0px 0px;border-left:0px solid {color:borda};border-top:0px solid {color:borda};border-right:0px solid {color:borda};text-align:center;background-color:{color:post};{color:text}}
| |
| 87 | .etccc a {{color:text};opacity:1;}
| |
| 88 | .etccc a:hover {opacity:1;border:0px solid {color:borda}}
| |
| 89 | ||
| 90 | #all {background-color:{color:background}; width: 814px; text-align: center; margin: 0px auto 0px auto;margin-left:120px;}
| |
| 91 | ||
| 92 | /*-- NEGRITO --*/ | |
| 93 | b, strong, bold {color:{color:negrito};}
| |
| 94 | ||
| 95 | /* --- CÓDIGOS DE SILENCIADORES - TITULO --- */ | |
| 96 | @font-face {font-family:"little days"; src: url('http://static.tumblr.com/ejm8w78/WPwlvia7a/little_days.ttf');}
| |
| 97 | ||
| 98 | #titulo {opacity: 0.6; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
| |
| 99 | #titulo :hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
| |
| 100 | ||
| 101 | #titulo {font-weight:; text-align: center; width: 200px; height: px; left: 180px; font-family: little days; top: 405px;position: fixed;padding-top: 0px; opacity: 9; font-size: 22px;-webkit-transform: rotate(0deg); font-style: none ;
| |
| 102 | border-top:px solid ; | |
| 103 | border-bottom:px solid ; padding-right: 6px; | |
| 104 | padding-left: 6px; line-height: 15px; | |
| 105 | height: 15px; color:{color:textsid};}
| |
| 106 | ||
| 107 | .imagem:hover #titulo {-webkit-transform: rotate(0deg);margin-top:-275px;background-color:transparent;margin-left: 70px;}
| |
| 108 | ||
| 109 | /*-- CÓDIGOS DE SILENCIADORES - LINKS SIDEBAR --*/ | |
| 110 | #links{z-index:10;width:212px;margin-left:-80px;height:17px;margin-top:343px;position:absolute;font-size:10px;line-height:17px;-webkit-transform: rotate(0deg);text-align: center;text-transform: none;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;line-height: 15px;height: 15px;text-transform:uppercase;opacity:0;position:fixed;color:{color:textsid};}
| |
| 111 | ||
| 112 | #links a{font-family: calibri;-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;text-shadow:0px 0px transparent, 0px 0px transparent;background-color:{color:brackground}}
| |
| 113 | ||
| 114 | #links a:hover{;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;color:{color:hover};}
| |
| 115 | ||
| 116 | .imagem:hover #links {width:215px;margin-left:80px;background-color:transparent;opacity:1;}
| |
| 117 | ||
| 118 | /* --- CÓDIGOS DE SILENCIADORES - SIDEBAR IMAGEM --- */ | |
| 119 | #sidebar{position:absolute;height:0px;width:0px;margin-top:0px;margin-left:0px;position:fixed; border:0px solid {color:borda}}
| |
| 120 | ||
| 121 | .imagem {position: absolute; width:210px; height:210px; margin-left:8px; margin-top: 5px;position:fixed;z-index:1;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
| |
| 122 | .imagem img {-webkit-filter: grayscale(0%); position:fixed; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; display: block; height:210px; width: 210px; background-color: ; padding:0px;margin-left:80px; margin-top:130px; opacity:1;box-shadow:inset 0 0 0 150px rgba(255,255,255,0);}
| |
| 123 | .imagem img:hover{-webkit-filter: grayscale(50%);opacity:0.9;}
| |
| 124 | ||
| 125 | /* --- CÓDIGOS DE SILENCIADORES - DESCRIÇÃO --- */ | |
| 126 | #description{z-index:9999;opacity:3;width:215px;margin-left:80px;margin-top:345px;font-family: calibri;font-size:10px;font-style:normal;text-align: justify;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;color:{color:textsid};}
| |
| 127 | ||
| 128 | .imagem:hover #description {-webkit-transform: rotate(0deg);margin-top:355px;background-color:transparent}
| |
| 129 | ||
| 130 | #involves {margin: 20px 0 -10px 20px; margin-right:0px; float:right; text-align: justify}
| |
| 131 | ||
| 132 | /* --- CÓDIGOS DE SILENCIADORES - CREDITOS --- */ | |
| 133 | #credits{position:absolute;margin-left:-287px;margin-top:-2px;position:fixed;font-size:12px;font-family:cambria;-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;opacity:1;width:180px;line-height: 20px;height: 20px;padding-left: -1px;background-color:{color:text}}
| |
| 134 | ||
| 135 | #credits a{-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;color:{color:background};}
| |
| 136 | ||
| 137 | #credits:hover{color:#fff;-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;color:{color:background};;margin-left:-130px;}
| |
| 138 | ||
| 139 | #credits:hover #ex {z-index:9999;margin-top:-20px; opacity:1;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
| |
| 140 | ||
| 141 | #ex {z-index:9999;margin-left:3px;height: 20px;width:100px;margin-top:-50px; opacity:0;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;text-align: center;background-color:{color:text};color:{color:background};}
| |
| 142 | ||
| 143 | /* --- CÓDIGOS DE SILENCIADORES - POST --- */ | |
| 144 | #container {width: 1000px;margin-left:150px;}
| |
| 145 | ||
| 146 | #entry {width: 550px; margin-top: -20px; margin-left: 520px;}
| |
| 147 | ||
| 148 | .posts {width: 250px; background-color: {color:post}; padding: 15px;padding: 6px; float: left; margin: 2px 0 0 2px;opacity:2; font-family: calibri;font-style:none; font-size: 12px; position: relative;border:1px solid {color:borda};{block:IfUmacoluna}width:400px;{/block:IfUmacoluna};{block:PermalinkPage}width:400px{/block:PermalinkPage};}
| |
| 149 | ||
| 150 | .posts img {max-width: 250px; margin-bottom: 2px;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;{block:IfUmacoluna}max-width:400px;{/block:IfUmacoluna};{block:PermalinkPage}width:500px{/block:PermalinkPage};-webkit-filter: grayscale(30%)}
| |
| 151 | ||
| 152 | .posts img:hover {-webkit-filter: grayscale(0%);opacity:0.9;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
| |
| 153 | ||
| 154 | h1{color:{color:text};font-family: calibri; font-size:14px; line-height:14px; letter-spacing:0px; font-weight:normal; text-align:center;background-color:{color:post};font-style:normal;}
| |
| 155 | ||
| 156 | #postquote {font-family: calibri; font-size: 12px; line-height: 15px; padding: 5px; text-align:justify;font-style:italic;}
| |
| 157 | #sourcequote {text-align: center; text-transform: none; margin-bottom: 3px;font-style:normal;font-family: calibri;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
| |
| 158 | ||
| 159 | .posts:hover #sourcequote {opacity:0;moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
| |
| 160 | ||
| 161 | /*-- ASKER - CÓDIGOS DE SILENCIADORES --*/ | |
| 162 | #pergunta a {color:{color:text};font-style:normal}
| |
| 163 | ||
| 164 | .pergunta {background: {color:post};text-align: justify; padding: 10px; margin-bottom: 5px; margin-left: 40px;font-style:normal; margin-right: auto; -webkit-border-top-right-radius: 100px; -webkit-border-bottom-right-radius: 100px;}
| |
| 165 | ||
| 166 | .pergunta a {color: {color:text};font-style:normal}
| |
| 167 | ||
| 168 | .pergunta g {color: {color:text};font-style:normal;}
| |
| 169 | ||
| 170 | .iconeask {float: left; margin-right: 2px; margin-bottom: 3px; border:2px solid {color:borda};font-style:normal;{block:PermalinkPage}width:30px{/block:PermalinkPage}}
| |
| 171 | ||
| 172 | .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;font-style:normal;}
| |
| 173 | ||
| 174 | div.treme img{position:relative;font-style:normal;{block:PermalinkPage}width:30px{/block:PermalinkPage}}
| |
| 175 | ||
| 176 | #ssource{margin-left:10px; display:none}
| |
| 177 | ||
| 178 | /* --- CÓDIGOS DE SILENCIADORES - CHAT --- */ | |
| 179 | .user_1 .label {color:{color:text}; font-weight:bold}
| |
| 180 | .user_2 .label {color:{color:text}; font-weight:bold}
| |
| 181 | .user_3 .label {color:{color:text}; font-weight:bold}
| |
| 182 | .user_4 .label {color:{color:text}; font-weight:bold}
| |
| 183 | .user_5 .label {color:{color:text}; font-weight:bold}
| |
| 184 | .user_6 .label {color:{color:text}; font-weight:bold}
| |
| 185 | ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
| |
| 186 | ||
| 187 | /* --- CÓDIGOS DE SILENCIADORES - NOTES --- */ | |
| 188 | .notes img{width:0px; position:relative; top:1px;-webkit-border-radius: 3px 3px 3px 3px;}
| |
| 189 | ol.notes, .notes li{width:400px; list-style:none;font:12px calibri; padding:5px;text-align: justify;text-transform:none;margin:0px 0px -1px -5px;}
| |
| 190 | ||
| 191 | /* --- CÓDIGOS DE SILENCIADORES - DETALHES --- */ | |
| 192 | ::-webkit-scrollbar-thumb:vertical { background-color: {color:text}; height: 5px;}
| |
| 193 | ::-webkit-scrollbar-thumb:horizontal {background-color: {color:text}; height: 5px;}
| |
| 194 | ::-webkit-scrollbar { height:5px; width: 5px; background-color: {color:post};}
| |
| 195 | ||
| 196 | /* --- CÓDIGOS DE SILENCIADORES - PAGINATION --- */ | |
| 197 | #pagination {font-family:calibri; font-size: 9px; text-align: center;}
| |
| 198 | #pagination a {margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
| |
| 199 | #pagination a:hover {color: {color:text};}
| |
| 200 | #pagination span.pagina_atual {background:; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:text}; font-weight: bold; text-decoration: none;}
| |
| 201 | .page {position:fixed; color:; padding: 5px; margin-top: 385px;margin-left: 100px; width:154px; height:12px;width:240px;text-align:center;}
| |
| 202 | ||
| 203 | /* --- CÓDIGOS DE SILENCIADORES - DETALHES --- */ | |
| 204 | #tumblr_controls{position: fixed!important}
| |
| 205 | #tumblr_controls{position: fixed!important}
| |
| 206 | #tumblr_controls{position: fixed!important}
| |
| 207 | #tumblr_controls{position: fixed!important}
| |
| 208 | ||
| 209 | /*-- CONTROLES BRANCOS --*/ | |
| 210 | ||
| 211 | {block:IfControlestransp}iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out;}{/block:IfControlestransp}
| |
| 212 | ||
| 213 | </style> | |
| 214 | <style type="text/css">{CustomCSS}</style>
| |
| 215 | </head> | |
| 216 | ||
| 217 | ||
| 218 | ||
| 219 | {block:IndexPage}
| |
| 220 | ||
| 221 | <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script> | |
| 222 | ||
| 223 | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> | |
| 224 | ||
| 225 | <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script> | |
| 226 | ||
| 227 | <script type="text/javascript"> | |
| 228 | $(window).load(function(){
| |
| 229 | var $wall = $('#entry');
| |
| 230 | $wall.imagesLoaded(function(){
| |
| 231 | $wall.masonry({
| |
| 232 | itemSelector: '.posts', | |
| 233 | isAnimated : true | |
| 234 | }); | |
| 235 | }); | |
| 236 | $wall.infinitescroll({
| |
| 237 | navSelector : "div#navigation", | |
| 238 | nextSelector : "div#navigation a#nextPage", | |
| 239 | itemSelector : '.posts', | |
| 240 | loadingImg : "http://th282.photobucket.com/albums/kk259/rxplastic/random%20gifs/th_t348183788_55788_6.gif", | |
| 241 | loadingText : "", | |
| 242 | donetext : " ", | |
| 243 | extraScrollPx : 1000, | |
| 244 | bufferPx : 10100, | |
| 245 | debug : false, | |
| 246 | errorCallback: function() {
| |
| 247 | $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
| |
| 248 | }}, | |
| 249 | function( newElements ) {
| |
| 250 | var $newElems = $( newElements ); | |
| 251 | $newElems.hide(); | |
| 252 | $newElems.imagesLoaded(function(){
| |
| 253 | $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
| |
| 254 | }); | |
| 255 | }); $('#entry').show(500);
| |
| 256 | }); | |
| 257 | </script> | |
| 258 | ||
| 259 | {/block:IndexPage}
| |
| 260 | ||
| 261 | ||
| 262 | <body> | |
| 263 | ||
| 264 | <div id="all"> | |
| 265 | <div id="credits"> | |
| 266 | <a href="http://silenciadores.tumblr.com/" title="Theme futurasuicida e silenciadores | orinally not copy.">Silenciadores</a> <font color='{color:background}'>&</font> <a href="http://futurasuicida.tumblr.com/" title="Theme futurasuicida e silenciadores | orinally not copy.">Futurasuicida</a> <font color='{color:background}'> @</font>
| |
| 267 | </div> | |
| 268 | ||
| 269 | <div class="imagem"><img src="{image:sidebar}">
| |
| 270 | <div id="links"> | |
| 271 | <a href="{text:Link1}" title="">{text:Link1 Title}</a>
| |
| 272 | <a href="{text:Link2}" title="">{text:Link2 Title}</a>
| |
| 273 | <a href="{text:Link3}" title="">{text:Link3 Title}</a>
| |
| 274 | <a href="{text:Link4}" title="">{text:Link4 Title}</a>
| |
| 275 | <a href="{text:Link5}" title="">{text:Link5 Title}</a>
| |
| 276 | <a href="{text:Link6}" title="">{text:Link6 Title}</a>
| |
| 277 | </div> | |
| 278 | <div id="description">{Description}</div>
| |
| 279 | <div id="titulo">{text:titulo}
| |
| 280 | </div> | |
| 281 | </div> | |
| 282 | ||
| 283 | <div id="sidebar"> | |
| 284 | <br/> | |
| 285 | </div> | |
| 286 | ||
| 287 | {block:IfPagination}
| |
| 288 | <div class="page"><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
| |
| 289 | {block:JumpPagination length="5"}
| |
| 290 | {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
| |
| 291 | {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
| |
| 292 | {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
| |
| 293 | {block:IfPagination}
| |
| 294 | ||
| 295 | <div id="involves"> | |
| 296 | <div id="container"> | |
| 297 | <div id="entry"> | |
| 298 | {block:Posts}
| |
| 299 | <div class="posts"> | |
| 300 | ||
| 301 | {block:Text}{block:Title}
| |
| 302 | <span class="etc"> | |
| 303 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 304 | <a href="{ReblogURL}" target="_blank">compartilhe</a>
| |
| 305 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 306 | </span> | |
| 307 | <h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
| |
| 308 | ||
| 309 | {block:Quote}
| |
| 310 | <span class="etc"> | |
| 311 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 312 | <a href="{ReblogURL}" target="_blank">compartilhe</a>
| |
| 313 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 314 | </span> | |
| 315 | <div id="postquote">“{Quote}”</div><br>
| |
| 316 | {block:Source}<div id="sourcequote"><p><b> — {Source}</b></p></div>{/block:Source}
| |
| 317 | {/block:Quote}
| |
| 318 | ||
| 319 | {block:Link}
| |
| 320 | <span class="etc"> | |
| 321 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 322 | <a href="{ReblogURL}" target="_blank">compartilhe</a>
| |
| 323 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 324 | </span> | |
| 325 | <a href="{URL}"><h1>{Name}</h1></a>
| |
| 326 | {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
| |
| 327 | ||
| 328 | {block:Photo}
| |
| 329 | <span class="etcc"> | |
| 330 | <a href="{Permalink}" title="">{NoteCount} notas</a> •
| |
| 331 | <a href="{ReblogURL}" title="" target="_blank">reblog</a>
| |
| 332 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 333 | </span> | |
| 334 | <center><img src="{PhotoURL-500}" width="500px"/></center>
| |
| 335 | {block:Caption}{Caption}{/block:Caption}{/block:Photo}
| |
| 336 | ||
| 337 | {block:Photoset}
| |
| 338 | <span class="etc"> | |
| 339 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 340 | <a href="{ReblogURL}" target="_blank">compartilhe </a>
| |
| 341 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 342 | </span> | |
| 343 | <center>{Photoset-300}</center>
| |
| 344 | {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
| |
| 345 | ||
| 346 | {block:Chat}
| |
| 347 | <span class="etc"> | |
| 348 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 349 | <a href="{ReblogURL}" target="_blank">compartilhe</a>
| |
| 350 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 351 | </span> | |
| 352 | <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
| |
| 353 | ||
| 354 | {block:Video}
| |
| 355 | <span class="etc"> | |
| 356 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 357 | <a href="{ReblogURL}" target="_blank">compartilhe</a>
| |
| 358 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 359 | </span> | |
| 360 | {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
| |
| 361 | ||
| 362 | ||
| 363 | {block:Answer}
| |
| 364 | <span class="etccc"> | |
| 365 | <a href="{Permalink}" title="">{NoteCount} notes</a>
| |
| 366 | </span> | |
| 367 | <div class="treme"> <img src="{AskerPortraitURL-30}" class="iconeask"></div>
| |
| 368 | <div id ="pergunta"class="pergunta"><b>{Asker} disse:</b> {Question}</div>
| |
| 369 | <div class="divisoria"></div> | |
| 370 | {Answer}
| |
| 371 | {/block:Answer}
| |
| 372 | ||
| 373 | {block:Audio}
| |
| 374 | <span class="etc"> | |
| 375 | <a href="{Permalink}">{NoteCount} notas</a> •
| |
| 376 | <a href="{ReblogURL}" target="_blank">compartilhe</a>
| |
| 377 | <a href="{ReblogParentURL}" title="{ReblogParentTitle}"></a>
| |
| 378 | </span> | |
| 379 | <span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
| |
| 380 | ||
| 381 | <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
| |
| 382 | <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
| |
| 383 | {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
| |
| 384 | {/block:ContentSource}</div>
| |
| 385 | ||
| 386 | {block:IfReblognaohover}
| |
| 387 | <div id="lucc"> | |
| 388 | {block:Date} {block:Date}{/block:Date}{block:NoteCount} <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}<a href="{ReblogParentURL}"></a>{block:RebloggedFrom}{/block:RebloggedFrom}{block:RebloggedFrom} ∙ <a href="{ReblogRootURL}" title="{ReblogRootTitle}"></a>{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank">reblog</a>
| |
| 389 | </div> | |
| 390 | {/block:IfReblognaohover}
| |
| 391 | ||
| 392 | ||
| 393 | </div> | |
| 394 | ||
| 395 | {block:PostNotes}{PostNotes}{/block:PostNotes}
| |
| 396 | {/block:Posts}
| |
| 397 | ||
| 398 | </div></div></div> | |
| 399 | ||
| 400 | {block:IndexPage}
| |
| 401 | <div class="column navigation" id="navigation"> | |
| 402 | {block:Pagination}
| |
| 403 | {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
| |
| 404 | {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
| |
| 405 | </div> | |
| 406 | {/block:IndexPage}
| |
| 407 | </div></div></div></div> | |
| 408 | ||
| 409 | <br></center></div></div></div></div></div></div> | |
| 410 | ||
| 411 | </body> | |
| 412 | </html> |