sábado, 26 de janeiro de 2013

Retirando a borda do template viagem


Vá para o HTML e aperte Ctrl f!E procure na caixinha que aparecer o seguinte:
content-outer .content-cap-top {
Veja a imagem abaixo e faça o que está pedindo.
 Você irá ver que a área de postagens estará transparente.
Vá em Desing de modelo:
Então coloque a cor desejada ^ ^"
Resultado~~

modelos de datas


Para usar é muito simples: Procure por .main-inner h2.date-header { e apague até a chave de fechamento, representada por }. Se você não encontrou o código, realmente não sei o que fazer, pois ele se encontra em todos os templates feitos no modelo travel. Depois de apagar, cole no lugar o código referente ao modelo de data que deseja e, se precisar, configure conforme achar melhor. Talvez você precise mudar algumas coisas como a localização da data, vai variar do tamanho da área de postagem de cada um e não é difícil. 




.main-inner h2.date-header {
width:94px;
height:18px;
margin-left:-118px;
float: left;
text-align: center;
font-size: 11px;
padding: 10px;
background: url(http://i1234.photobucket.com/albums/ff411/SweetLG/01-9.png) no-repeat center;
color: #ffffff;
text-shadow:0 1px #ccc;
margin-top: 20px;
-webkit-transition-duration: .30s;
}
.main-inner h2.date-header:hover {
color: #ba930c;
background: url(http://i1234.photobucket.com/albums/ff411/SweetLG/02-10.png) no-repeat center;
-webkit-transition-duration: .30s;
}




.main-inner h2.date-header {
 font: Tahoma;
    color: #fff;
    text-shadow:0 1px #a4cce6;
    margin-left: -85px;
    background: #89c0e2;
    float: left;
    font-size: 12px;
    padding-bottom: 20px;
padding-top: 20px;
padding-left: 3px;
padding-right: 3px;
-webkit-border-radius: 100px;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius: 100px;
-moz-border-radius-bottomright: 0;
border-radius: 100px;
border-bottom-right-radius: 0;
box-shadow: inset 0 0 30px #67869a, 0 0 2px #7596ab;
-webkit-transition-duration: .50s;
    }
    .main-inner h2.date-header:hover {
    background: #f86c6c;
box-shadow: inset 0 0 30px #ab4b4b, 0 0 2px #ab4b4b;
 text-shadow:0 0px #a4cce6;
-webkit-border-radius: 100px;
-webkit-border-bottom-right-radius: 100;
-moz-border-radius: 100px;
-moz-border-radius-bottomright: 100;
border-radius: 100px;
border-bottom-right-radius: 100;
-webkit-transition-duration: .50s;
    }
 

modelo sidebar


"Antes, preciso que realizem um passo para preparação. Os códigos vão ser aplicados em .sidebar .widget  e .sidebar h2, então você precisaapagar tudo que refere-se a isto e só depois aplicar os códigos." Como assim? Procure por estes dois códigos e apague, no lugar deles coloque o código referente ao modelo que escolheu. Se ainda não entendeu, me procure pela ask que eu irei explicar calmamente até você entender.



.sidebar .widget {
width:100% !important;
background:#fff;
border-bottom:5px #faafd0 solid;
margin:15px 0 !important;
border-radius:0 0 0 0;
padding:10px;
box-shadow: inset 0 0 16px #eee, 0 0 5px #ccc;
overflow:hidden
}
.sidebar h2 {
font-family: Verdana;
font-size: 18px;
color: #fff;
background: url(http://i1234.photobucket.com/albums/ff411/SweetLG/84-1.png) no-repeat center;
height: 25px;
width: 300px;
text-align: center;
margin-top:-5px ;
margin-left:-9px ;
margin-bottom:10px;
padding:5px;
width:112%;
}



.sidebar .widget {
width:100% !important;
background:#fff;
border-bottom:10px #ffc0cb solid;
margin:15px 0 !important;
border-radius:0 0 0 0;
padding:10px;
box-shadow: inset 0 0 16px #eee, 0 0 5px #ccc;
overflow:hidden
}
.sidebar h2 {
font-family: Verdana;
font-size: 18px;
color: #fff;
background: url(http://i1234.photobucket.com/albums/ff411/SweetLG/86.png) no-repeat center;
height: 35px;
width: 200px;
text-align: center;
text-shadow: 1px 2px 3px #dd8b99;
margin-top:-12px ;
margin-left:-25px ;
margin-bottom:12px;
padding:6px;
width:115%;
}


Modelo I


.sidebar .widget {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding-bottom: 12px;
margin: 0px 0;
Background: #ffffff;
margin-top:41px;
padding:11px;
box-shadow: 1px 2px 3px 1px #e1dddd;
}

.sidebar h2 {
text-align:center;
background-color: #ee91af;
-moz-box-shadow: inset 0 0 10px #d85882;
-webkit-box-shadow: inset 0 0 10px #d85882;
box-shadow: inset 0 0 10px #d85882;
padding:2px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
display:inline;
float:right;
margin-top:-38px;


Modelo II


.sidebar .widget {
border-bottom: 5px solid #ff74b5;
border-top: 5px solid #1cc9a6;
padding-bottom: 20px;
margin: 10px 0;
background: #fff;
padding:12px;
box-shadow: inset 0 0 15px #ebe9e9, 0 0 3px #ccc;
}

.sidebar .widget h2 {
background:#ffcddd;
color:#fff;
font-size:16px;
text-shadow:0 1px #ddd ;
margin-top:-12px;
margin-left:-13px;
margin-bottom:10px ;
padding:5px;
width:107%;
}

segunda-feira, 7 de janeiro de 2013

´ ▽ ` )ノ ヽ(o`皿′o)ノ (・∀・ ) ( ̄(エ) ̄) ( ̄へ ̄) (  ゚,_ゝ゚) (ι´Д`)ノ (・ェ-) ლ(́◉◞౪◟◉‵ლ) щ(ಠ益ಠщ) (ノಠ益ಠ)ノ彡┻━┻ 。◕ ‿ ◕。 ಠ_ಠ ( °٢° ) ʘ‿ʘ ಥ⌣ಥ ಥ‿ಥ (ΘεΘ;) (n˘v˘•) ¬(✪㉨✪) ヽ(๏∀๏ )ノ (╹ェ╹)╮ (─▽─) щ(ಥДಥщ) ≖‿≖ (ノ◕ヮ◕)ノ*:・゚✧ (⊙ヮ⊙) ᕦ(ò_óˇ)ᕤ ᕙ(⇀‸↼‶)ᕗ ( ಠ◡ಠ ) (•⊙ω⊙•) ‘︿’ ( ´∀`)☆ (≧ω≦) (´ー`) (つд`) ( ̄。 ̄) (*~▽~) ( ^▽^)σ )~O~) (=゜ω゜) (´ω`) (ノ_・。) (-_- )ノ (´ヘ`;) ( ´∀`) ((((゜д゜;)))) (=ω=;) (。・_・。) (o´ω`o) (^▽^) (*´д`*) ( ̄□ ̄) ∩(︶▽︶)∩ (✿◠‿◠) (◡‿◡✿) (◕‿◕✿) (✖╭╮✖) (≧◡≦) (¬_¬) (◑‿◐) (◕‿-) ✖‿✖ (-’_’-) (╥_╥) (╯_╰) (╯3╰) (o_-) (¬‿¬) (◣_◢) (∪ ◡ ∪) (≧ω≦) o(≧o≦)o (⋋▂⋌) (=´∀`)人(´∀`=)!(◎_◎) (^O^☆♪@(・●・)@*・゜゚・*:.。..。.:*・’(*゚▽゚*)’・*:.。. .。.:*・゜゚・*o(^▽^)o (^-^)/(^O^)/\(^o^)/ ( ´ ▽ ` )ノ(^ー^)ノヾ(@⌒ー⌒@)ノ( T_T)\(^-^ )(`_´)ゞ( ̄^ ̄)ゞ(^^) (^ ^) (^_^) (^-^) (^o^) (^O^) (^○^) (^。^)) ^o^((⌒▽⌒) ( ̄▽ ̄) (^∇^) (^O^) (*^^*) (*^_^*) (*^◯^*)(o^^o)(#^.^#)(*^o^*)\(//∇//)\♪───≧∇≦────♪*・゜゚・:.。..。.:*・’(*▽*)’*:.。. .。.:*・゜゚・*☆*:.。. o(≧▽≦)o .。.:*☆(((o(*゚▽゚*)o)))p(^_^)q(^_^)☆(^_-)(^_−)−☆☆〜(ゝ。∂)(^ー゜)(^з^)-☆( ^ ^ )/□( ^ ^ )/■♪(*^^)o∀*∀o(^^*)♪d(^_^o)( ̄ー ̄)v(^_^v)♪♪(v^_^)v♪( ´▽`)

click

Click na imagem créditos da Kawaii the world