SP-Design

Seja bem-vindo ao SP-Design. Aqui, lhe ajudaremos com o tema de seu Fórum/Blog/site, vocês poderão solicitar e fornecer ajuda a outros usuários sobre o design e estrutura, tanto grafica, tanto em css e templantes.


Regulamento e informações:      
Equipe SP-Design
Regras do fórum
Como entrar na equipe Staff
Seções do fórum:
Pedidos Graficos
Pedidos de Códigos
SP-Design e você
Antes de postar uma dúvida:
Função busca
Perguntas e respostas frequêntes
Tutoriais, dicas e astúcias
Feliz ano novo para você!
Leia a carta de boas festas da equipe SPD.
Área Vip, os códigos mais inovadores
Obtenha os códigos mais inovadores de nosso fórum, atraves de pontos de Cash.
Leia as Regras do SP-Design
Acabou de chegar? Para se "enturmar" rapidamente leia as regras desse fórum.
Tutoriais e Dicas
Veja aqui nossos tutoriais inéditos, e muitos outros tutoriais sobre Design.
Publique no SPublicidade
Publique, peça opinião de pessoas experientes, divulgue o seu trabalho com o SPublicidade
Modifique o visual do seu fórum
Dúvidas sobre códigos HTML, CSS, BBCode e JQuery. Também, poderá tirar dúvidas sobre Templantes.
Faça Pedidos Gráficos para seu fórum
Este é um serviço gratuito para customização e criação de banners, logos, avatares, ícones...
Novo Administrador na comunidade
Pro Administradores adicionam novo administrador na equipe SPD.

O que voçe achou

Meu tema para forum I_vote_lcap100%Meu tema para forum I_vote_rcap 100% [ 1 ]
Meu tema para forum I_vote_lcap0%Meu tema para forum I_vote_rcap 0% [ 0 ]
Meu tema para forum I_vote_lcap0%Meu tema para forum I_vote_rcap 0% [ 0 ]
Total de votos : 1

Votação encerrada

Ver o tópico anterior Ver o tópico seguinte Ir para baixo  Mensagem [Página 1 de 1]

TiagoDJ-7.0

TiagoDJ-7.0
sou nível 12

Qua 06 Fev 2013, 8:38 am

eu queri que voçe avaliasse esse meu tema
meu site com o tema
os codico que eu utilize
css:
Código:
    #cssmenu ul,
    #cssmenu li,
    #cssmenu span,
    #cssmenu a {
      margin: 0;
      padding: 0;
      position: relative;
    }
    #cssmenu {
      height: 49px;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      background: #141414;
      background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
      background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
      background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
      background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
      background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
      background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
      border-bottom: 2px solid #0fa1e0;
    }
    #cssmenu:after,
    #cssmenu ul:after {
      content: '';
      display: block;
      clear: both;
    }
    #cssmenu a {
      background: #141414;
      background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
      background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
      background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
      background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
      background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
      background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
      color: #ffffff;
      display: inline-block;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      font-size: 12px;
      line-height: 49px;
      padding: 0 20px;
      text-decoration: none;
    }
    #cssmenu ul {
      list-style: none;
    }
    #cssmenu > ul {
      float: left;
    }
    #cssmenu > ul > li {
      float: left;
    }
    #cssmenu > ul > li:hover:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #0fa1e0;
      margin-left: -10px;
    }
    #cssmenu > ul > li:first-child > a {
      border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
      -webkit-border-radius: 5px 0 0 0;
    }
    #cssmenu > ul > li:last-child > a {
      border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
      -webkit-border-radius: 0 5px 0 0;
    }
    #cssmenu > ul > li.active a {
      box-shadow: inset 0 0 3px #000000;
      -moz-box-shadow: inset 0 0 3px #000000;
      -webkit-box-shadow: inset 0 0 3px #000000;
      background: #070707;
      background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
      background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
      background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
      background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
      background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
      background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
    }
    #cssmenu > ul > li:hover > a {
      background: #070707;
      background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
      background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
      background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
      background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
      background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
      background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
      box-shadow: inset 0 0 3px #000000;
      -moz-box-shadow: inset 0 0 3px #000000;
      -webkit-box-shadow: inset 0 0 3px #000000;
    }
    #cssmenu .has-sub {
      z-index: 1;
    }
    #cssmenu .has-sub:hover > ul {
      display: block;
    }
    #cssmenu .has-sub ul {
      display: none;
      position: absolute;
      width: 200px;
      top: 100%;
      left: 0;
    }
    #cssmenu .has-sub ul li {
      *margin-bottom: -1px;
    }
    #cssmenu .has-sub ul li a {
      background: #0fa1e0;
      border-bottom: 1px dotted #6fc7ec;
      filter: none;
      font-size: 11px;
      display: block;
      line-height: 120%;
      padding: 10px;
    }
    #cssmenu .has-sub ul li:hover a {
      background: #0c7fb0;
    }
    #cssmenu .has-sub .has-sub:hover > ul {
      display: block;
    }
    #cssmenu .has-sub .has-sub ul {
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
    }
    #cssmenu .has-sub .has-sub ul li a {
      background: #0c7fb0;
      border-bottom: 1px dotted #6db2d0;
    }
    #cssmenu .has-sub .has-sub ul li a:hover {
      background: #095c80;
    }

        #format-buttons .button2, .submit-buttons input.button2, .submit-buttons input.button1, #quick_reply input.button2, #quick_reply .button2{
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        background: #F6F6F6;
        border: 1px solid #DBDBDB;
        border-radius: 0 0 4px 4px;
        bottom: -14px;
        border-top:none;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
        color: #616161;
        float: left;
        height: 14px;
        left: 13.8em;
        margin: 2px;
        padding: 5px;
        text-align: center;
        text-decoration: none!important;
        transition: all .2s ease-in-out;
        width: 8em;
        }
        #format-buttons .button2:hover, .submit-buttons input.button2:hover, .submit-buttons input.button1:hover, #quick_reply input.button2:hover, #quick_reply .button2:hover{color: #4C4C4C;
        border-color: #9A9A9A;}

    /*----------[PERFILEMU]------------*/
            .postprofile {
            background-color: #EAEAEA;
            border: 1px solid #F5F3F3;
            border-bottom: 1px solid #B4B4B4;
            height: 95px;
            margin-left: -10px;
            margin-top: 19px;
            padding: 5px;
            position: absolute;
            width: 966px;
            }
            .post {
            background: #F0F0F0;
            border: 1px solid #D0D2D3;
            }
            .post span.corners-top {
            display: none;
            }
            .postbody {
            width: 102%;
            margin-top: 130px;
            margin-right: -10px;
            }
            .postbody ul.profile-icons {
            margin: 2px 2px;
            }
            .postbody .topic-title {
            border-bottom: 1px solid #A8A8A8;
            display: block;
            padding: 5px 0 0 5px;
            }
            p.author {
            background: #1F2F35 url(http://i.imgur.com/xkjbF.gif) repeat-x 0 -5px;
            color: #D5EAC2;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 11px;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            margin-top: -165px!important;
            padding: 5px;
            position: absolute;
            width: 968px;
            }
            .postbody .content {
            margin: 10px;
            min-height: 100px;
            }
            .postbody .topic-title a {
            font: 11px Arial, Helvetica, sans-serif;
            font-weight: bold;
            }

            .postprofile dd + dd + dd {
            float: right;
            margin-right: 10px;
            margin-top: -15px;
            }
            .postprofile dt strong a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
            margin-left: 120px;
            position: absolute!important;
            top: 5px;
            }

            .postprofile dd + dd + dd + dd + dd {
            right: 0px;
            display: block;
            position: absolute!important;
            bottom: 5px;
            margin-right: 10px;}

            .postprofile dl dt a img {
            border: 1px solid #474747;
            box-shadow: 0 0 4px black;
            height: 90px;
            width: 90px;
            }
            .postprofile dl dd {
            float: left;
            padding-left: 20px;
            padding-top: 15px;
            }
            .postprofile dl dt {
            float: left;
            }
            .postbody .topic-title a {
            position: relative;
            top: -5px;
            }
            .postprofile dt img {
            max-width: 90px;
            max-height: 90px;
            }
            .panel .postprofile {
            margin-top: 3px;
            }
            .postprofile dt img, .postprofile dd img {
            max-width: 90px;
            max-height: 90px;
            float: left;
            }
            .postprofile dt a {
            float: right;
            }
            .panel {
            margin-top: 15px;
            background: #F0F0F0;
            border: 1px solid #D0D2D3;}

        #loginbox {-moz-border-radius: 5px;-moz-box-shadow: 0 0 20px #222;-webkit-border-radius: 5px;-webkit-box-shadow: 0 0 20px #222;border-radius: 5px;box-shadow: 0 0 20px #222;font-family: Arial, tahoma, Sans-Serif;font-size: 13px;height: 180px;left: 50px !important;margin: -200px auto auto -300px !important;position: fixed;top: 50%!important;width: 600px;}.loginbox_content {-webkit-transition: 5s;background: #F8F8F8;height: 100%;width: 100%;}.loginbox_head {background: #EEE url(http://i.imgur.com/x1C6p.png) repeat-x 0 0;border-bottom: 1px solid #DDD;display: inline-block;height: 35px;line-height: 35px;vertical-align: middle;width: 100%;}.loginbox_head strong {padding-left: 20px;}.loginbox_head span a {-moz-border-radius: 4px;-webkit-border-radius: 4px;background: #999;border: 1px solid #777;border-radius: 2px;color: white;display: inline-block;float: right;font-weight: bolder;height: 16px;line-height: 14px;margin-right: 10px;margin-top: 7px;position: relative;text-align: center;width: 16px;}.loginbox_username {float: left;font-weight: 700;margin-top: 10px;padding: 10px 20px;width: 250px;}#quick_login_password, #quick_login_username {-moz-box-shadow: inset 0 2px 5px #f0f0f0;-moz-transition: .4s;-ms-transition: .4s;-o-transition: .4s;-webkit-box-shadow: inset 0 2px 5px #F0F0F0;-webkit-transition: .4s;background: #F9F9F9;border: 1px solid #CCC;box-shadow: inset 0 2px 5px #F0F0F0;font-size: 13px;margin: 5px 0;outline: 0;padding: 5px;transition: .4s;width: 260px;}.loginbox_password {float: right;margin-top: 10px;padding: 10px 40px 10px 0;width: 250px;}.loginbox_password label {font-weight: 700;}.forgot.right {float: right;position: relative;top: -65px;}.forgot.right a {color: #666;display: inline-block;font-size: 11px;position: relative;right: -25px;top: 2px;width: 120px;}.loginbox_submit {left: -273px;padding-left: 16px;position: relative;top: 72px;}.loginbox_submit label {margin-left: 5px;position: absolute;top: 0;}.loginbox_submit_button {float: right;margin-right: 20px;margin-top: 50px;position: absolute;right: 0;}#signin_submit_remember {-moz-border-radius: 2px;-moz-box-shadow: inset 0 0 2px #ccc;-moz-transition: 0.5s,box-shadow 0;-ms-transition: 0.5s,box-shadow 0;-o-transition: 0.5s,box-shadow 0;-webkit-border-radius: 2px;-webkit-box-shadow: inset 0 0 2px #CCC;-webkit-transition: 0.5s,box-shadow 0;background: #777 url(http://i.imgur.com/Db0w3.png) repeat-x;border: 1px solid #555;border-radius: 2px;box-shadow: inset 0 0 2px #CCC;color: white;cursor: pointer;padding: 10px 50px;transition: 0.5s,box-shadow 0;}

    /*profile*/
    #profile-advanced-right {
    float: left;
    width: 260px;
    background-color: #F1F1F1;
    background-image: url('http://i46.tinypic.com/mmr9mh.png');
    background-repeat: repeat-x;
    border: 1px solid #C1C1C1;
    padding-top: 20px;
    border-radius: 6px;
    }
    #profile-advanced-layout {
    float: right;
    margin-left: -360px;
    width: 100%;
    margin-right: 0px;
    margin-top: 18px;
    }
    #profile-advanced-left {
    margin-left: 265px;
    margin-right: 0px;
    }
    #profile-advanced-layout #new-message {
    position: relative;
    }


    #profile-advanced-right .module.main .main-head {
      background: transparent;
    }

    #profile-advanced-right .module.main .main-head em {
      color: black;
    }

    #profile-advanced-right .module.main {
    color: #424242;
    background-color: #F1F1F1;
    border: 0px;
    border-radius: 0px;
    background: transparent url(http://www.purevb.com/demo/images/gradients/bottom-shadow.png) repeat-x left bottom;
    }

    #profile-advanced-right .module .main-content {
      background-color: #F1F1F1;
    }

    #profile-advanced-right .module .main-content  img {
    border: 3px solid white;
    outline: 1px solid #D9D9D9;
    max-width: 220px;
    height: auto;
    }

    #tabs ul li a {
      font-weight: bold;
      border-radius: 6px 6px 0 0;
      color: #424242;
      background-color: #F1F1F1;
      border-color: #C1C1C1;
      background-image: url('http://i50.tinypic.com/2rcpvd3.png');
      background-repeat: repeat-x;
    }
    #tabs ul li.activetab a:hover {
    background-color: #363636;
    }
    #tabs ul li a:hover {
    background-color: #F4F4F4;
    border-color: #333;
    }
    #tabs ul li.activetab a {
    color: white;
    background-color: #363636;
    border-color: #363636;
    background-image: url('http://i50.tinypic.com/9qky9y.png');
    background-repeat: repeat-x;
    text-decoration: none;
    }
    #profile-advanced-details .main-head {
      border-radius: 0px;
      border-top: 3px solid #363636;
      background: #F1F1F1;
    }
    #profile-advanced-details .main-head .subtitle {
      color: black;
    }


        /* Fancybox by Baivong */
        .fancybox-tmp iframe,.fancybox-tmp object{vertical-align:top;margin:0;padding:0}
        .fancybox-wrap{position:absolute;top:0;left:0;z-index:1002}
        .fancybox-outer{background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:0;padding:0}
        .fancybox-opened{z-index:1003}
        .fancybox-opened .fancybox-outer{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}
        .fancybox-inner{width:100%;height:100%;position:relative;outline:none;overflow:hidden;margin:0;padding:0}
        .fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:10px}
        .fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;border:0;vertical-align:top;margin:0;padding:0}
        .fancybox-image{max-width:100%;max-height:100%}
        #fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-21px;margin-left:-21px;width:42px;height:42px;background:url(http://i48.servimg.com/u/f48/16/58/89/73/fancyb10.gif);opacity:0.8;cursor:pointer;z-index:1010}
        .fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(http://i48.servimg.com/u/f48/16/58/89/73/fancyb10.png)}
        .fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:1004}
        .fancybox-tmp{position:absolute;top:-9999px;left:-9999px;overflow:visible;visibility:hidden;padding:0}
        #fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index: 999;background:#000}
        .fancybox-title{display:none}
        .fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index: 999;text-align:center}
        .fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px}
        .fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
        .fancybox-title-inside-wrap{margin-top:10px}
        .fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px}








    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
    }

    body {
      color: #000000;
        background: #EDEDED;
      font-size: 80%;
      font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
      text-align: left;
    }

    h1, h2, h3, h4, h5, h6 {
      font-weight: bold;
    }
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.2em; }
    h4 { font-size: 1.0em; }
    h5 { font-size: 0.9em; }
    h6 { font-size: 0.8em; }

    a {
      color: #4690d6;
      text-decoration: none;
    }

    a:hover {
      color: #0054a7;
      text-decoration: underline;
    }

    p {
      margin: 0px 0px 15px 0;
    }

    img {
      border: none;
    }

    h2 {
      border-bottom: 1px solid #555555;
      margin-bottom: 20px;
    }

    ul {
      list-style: none;
    }

    .elgg-page {
      width: 880px;
      margin: auto;
      margin-top: 20px;
    }
    .elgg-page-header {
      border-right: 1px solid #666666;
      padding: 15px 50px 10px;
      background: white;
    }
    .elgg-page-body {
      border-bottom: 1px solid #666666;
      border-right: 1px solid #666666;
      padding: 0 40px 5px;
      background: white;
    }

    .elgg-page-body:after,
    .elgg-page-header:after {
      display: block;
      content: '.';
      line-height: 0;
      height: 0;
      visibility: hidden;
      clear: both;
    }

    .elgg-sidebar {
      float: left;
      width: 250px;
    }
    .elgg-body {
      overflow: hidden;
      min-height: 320px;
      padding-bottom: 10px;
      position: relative;
    }
    .elgg-page-footer {
      width: 800px;
      height: 20px;
      clear: both;
      padding: 10px 20px 0 20px;
      margin: auto;
      margin-bottom: 40px;
    }

    .elgg-install-nav {
      width: 100%;
      text-align: right;
      position: absolute;
      bottom: 0px;
    }

    .elgg-page-footer a {
      color: white;
    }

    .elgg-page-footer li {
      float: left;
      list-style: none;
      margin-right: 20px;
    }

    .elgg-sidebar ol {
      padding-left: 30px;
    }

    .elgg-sidebar li {
      font-size: 1.2em;
      margin-bottom: 5px;
    }

    .past {
      text-decoration: line-through;
    }
    .present {
      font-weight: bold;
    }

    .future {
      color: #cccccc;
    }

    h3 {
      margin: 15px 0 5px;
    }

    form > div {
      margin-bottom: 15px;
    }
    label {
      font-weight: bold;
      color: #000000;
      font-size: 140%;
    }
    .elgg-combo-label {
      font-size: 120%;
    }
    input[type="text"],
    input[type="password"]  {
      font: 120% Arial, Helvetica, sans-serif;
      padding: 5px;
      border: 1px solid #cccccc;
      color: #666666;
      width: 96%;
    }
    .database-settings input[type="text"],
    .database-settings input[type="password"] {
      width: 220px;
    }
    input[type="password"]:focus, input[type="text"]:focus {
      border: solid 1px #4690d6;
      background: #e4ecf5;
      color: #333333;
    }
    input[type="submit"] {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background: #4690d6;
      border: 4px solid #4690d6;
     
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
     
      width: auto;
      height: 35px;
      padding: 2px 6px;
      margin: 10px 0;
      cursor: pointer;
      float: right;
    }
    input[type="submit"]:hover {
      background: #0054a7;
      border: 4px solid #0054a7;
    }
    select {
      display: block;
      padding: 5px;
    }

    .install-help {
      font-size: 90%;
    }

    .elgg-require-database {
      padding-bottom: 50px;
    }

    .elgg-install-nav a {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      background: #4690d6;
      border: 4px solid #4690d6;
     
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
     
      padding: 2px 9px;
      margin: 10px;
      cursor: pointer;
      float: right;
    }

    .elgg-install-nav a:hover {
      text-decoration: none;
      background: #0054a7;
      border: 4px solid #0054a7;
    }
    .elgg-install-nav .elgg-state-disabled,
    .elgg-install-nav .elgg-state-disabled:hover {
      background: #555555;
      border-color: #555555;
      cursor: default;
    }

    .elgg-system-messages li {
      padding: 3px 10px 3px 10px;
      margin-bottom: 20px;
    }

    .elgg-state-success {
      border: 1px solid #00cc00;
      background: #ccffcc;
    }

    .elgg-state-error {
      border: 1px solid #D3322A;
      background: #F7DAD8;
    }

    .elgg-state-warning {
      border: 1px solid #ded0a9;
      background: #FEF5AA;
    }

    .elgg-body li {
      margin-top: 5px;
      padding: 5px;
    }

    .pass {
      border: 1px solid #00cc00;
      background: #ccffcc;
    }

    .warning {
      border: 1px solid #ded0a9;
      background: #FEF5AA;
    }

    .failure {
      border: 1px solid #D3322A;
      background: #F7DAD8;
    }

    .info {
      border: 1px solid #aaaaaa;
      background: #ffffff;
    }

    .messages {
      padding: 3px 10px 3px 10px;
      margin: 20px 0px 10px 0px;
      width: 95%;
    }






    /* Clearlooks 2 */

    /* Reset */
    .clearlooks2, .clearlooks2 div, .clearlooks2 span, .clearlooks2 a {vertical-align:baseline; text-align:left; position:absolute; border:0; padding:0; margin:0; background:transparent; font-family:Arial,Verdana; font-size:11px; color:#000; text-decoration:none; font-weight:normal; width:auto; height:auto; overflow:hidden; display:block}

    /* General */
    .clearlooks2 {position:absolute; direction:ltr}
    .clearlooks2 .mceWrapper {position:static}
    .mceEventBlocker {position:fixed; left:0; top:0; background:url(img/horizontal.gif) no-repeat 0 -75px; width:100%; height:100%}
    .clearlooks2 .mcePlaceHolder {border:1px solid #000; background:#888; top:0; left:0; opacity:0.5; -ms-filter:'alpha(opacity=50)'; filter:alpha(opacity=50)}
    .clearlooks2_modalBlocker {position:fixed; left:0; top:0; width:100%; height:100%; background:#FFF; opacity:0.6; -ms-filter:'alpha(opacity=60)'; filter:alpha(opacity=60); display:none}

    /* Top */
    .clearlooks2 .mceTop, .clearlooks2 .mceTop div {top:0; width:100%; height:23px}
    .clearlooks2 .mceTop .mceLeft {width:6px; background:url(img/corners.gif)}
    .clearlooks2 .mceTop .mceCenter {right:6px; width:100%; height:23px; background:url(img/horizontal.gif) 12px 0; clip:rect(auto auto auto 12px)}
    .clearlooks2 .mceTop .mceRight {right:0; width:6px; height:23px; background:url(img/corners.gif) -12px 0}
    .clearlooks2 .mceTop span {width:100%; text-align:center; vertical-align:middle; line-height:23px; font-weight:bold}
    .clearlooks2 .mceFocus .mceTop .mceLeft {background:url(img/corners.gif) -6px 0}
    .clearlooks2 .mceFocus .mceTop .mceCenter {background:url(img/horizontal.gif) 0 -23px}
    .clearlooks2 .mceFocus .mceTop .mceRight {background:url(img/corners.gif) -18px 0}
    .clearlooks2 .mceFocus .mceTop span {color:#FFF}

    /* Middle */
    .clearlooks2 .mceMiddle, .clearlooks2 .mceMiddle div {top:0}
    .clearlooks2 .mceMiddle {width:100%; height:100%; clip:rect(23px auto auto auto)}
    .clearlooks2 .mceMiddle .mceLeft {left:0; width:5px; height:100%; background:url(img/vertical.gif) -5px 0}
    .clearlooks2 .mceMiddle span {top:23px; left:5px; width:100%; height:100%; background:#FFF}
    .clearlooks2 .mceMiddle .mceRight {right:0; width:5px; height:100%; background:url(img/vertical.gif)}

    /* Bottom */
    .clearlooks2 .mceBottom, .clearlooks2 .mceBottom div {height:6px}
    .clearlooks2 .mceBottom {left:0; bottom:0; width:100%}
    .clearlooks2 .mceBottom div {top:0}
    .clearlooks2 .mceBottom .mceLeft {left:0; width:5px; background:url(img/corners.gif) -34px -6px}
    .clearlooks2 .mceBottom .mceCenter {left:5px; width:100%; background:url(img/horizontal.gif) 0 -46px}
    .clearlooks2 .mceBottom .mceRight {right:0; width:5px; background: url(img/corners.gif) -34px 0}
    .clearlooks2 .mceBottom span {display:none}
    .clearlooks2 .mceStatusbar .mceBottom, .clearlooks2 .mceStatusbar .mceBottom div {height:23px}
    .clearlooks2 .mceStatusbar .mceBottom .mceLeft {background:url(img/corners.gif) -29px 0}
    .clearlooks2 .mceStatusbar .mceBottom .mceCenter {background:url(img/horizontal.gif) 0 -52px}
    .clearlooks2 .mceStatusbar .mceBottom .mceRight {background:url(img/corners.gif) -24px 0}
    .clearlooks2 .mceStatusbar .mceBottom span {display:block; left:7px; font-family:Arial, Verdana; font-size:11px; line-height:23px}

    /* Actions */
    .clearlooks2 a {width:29px; height:16px; top:3px;}
    .clearlooks2 .mceClose {right:6px; background:url(img/buttons.gif) -87px 0}
    .clearlooks2 .mceMin {display:none; right:68px; background:url(img/buttons.gif) 0 0}
    .clearlooks2 .mceMed {display:none; right:37px; background:url(img/buttons.gif) -29px 0}
    .clearlooks2 .mceMax {display:none; right:37px; background:url(img/buttons.gif) -58px 0}
    .clearlooks2 .mceMove {display:none;width:100%;cursor:move;background:url(img/corners.gif) no-repeat -100px -100px}
    .clearlooks2 .mceMovable .mceMove {display:block}
    .clearlooks2 .mceFocus .mceClose {right:6px; background:url(img/buttons.gif) -87px -16px}
    .clearlooks2 .mceFocus .mceMin {right:68px; background:url(img/buttons.gif) 0 -16px}
    .clearlooks2 .mceFocus .mceMed {right:37px; background:url(img/buttons.gif) -29px -16px}
    .clearlooks2 .mceFocus .mceMax {right:37px; background:url(img/buttons.gif) -58px -16px}
    .clearlooks2 .mceFocus .mceClose:hover {right:6px; background:url(img/buttons.gif) -87px -32px}
    .clearlooks2 .mceFocus .mceClose:hover {right:6px; background:url(img/buttons.gif) -87px -32px}
    .clearlooks2 .mceFocus .mceMin:hover {right:68px; background:url(img/buttons.gif) 0 -32px}
    .clearlooks2 .mceFocus .mceMed:hover {right:37px; background:url(img/buttons.gif) -29px -32px}
    .clearlooks2 .mceFocus .mceMax:hover {right:37px; background:url(img/buttons.gif) -58px -32px}

    /* Resize */
    .clearlooks2 .mceResize {top:auto; left:auto; display:none; width:5px; height:5px; background:url(img/horizontal.gif) no-repeat 0 -75px}
    .clearlooks2 .mceResizable .mceResize {display:block}
    .clearlooks2 .mceResizable .mceMin, .clearlooks2 .mceMax {display:none}
    .clearlooks2 .mceMinimizable .mceMin {display:block}
    .clearlooks2 .mceMaximizable .mceMax {display:block}
    .clearlooks2 .mceMaximized .mceMed {display:block}
    .clearlooks2 .mceMaximized .mceMax {display:none}
    .clearlooks2 a.mceResizeN {top:0; left:0; width:100%; cursor:n-resize}
    .clearlooks2 a.mceResizeNW {top:0; left:0; cursor:nw-resize}
    .clearlooks2 a.mceResizeNE {top:0; right:0; cursor:ne-resize}
    .clearlooks2 a.mceResizeW {top:0; left:0; height:100%; cursor:w-resize;}
    .clearlooks2 a.mceResizeE {top:0; right:0; height:100%; cursor:e-resize}
    .clearlooks2 a.mceResizeS {bottom:0; left:0; width:100%; cursor:s-resize}
    .clearlooks2 a.mceResizeSW {bottom:0; left:0; cursor:sw-resize}
    .clearlooks2 a.mceResizeSE {bottom:0; right:0; cursor:se-resize}

    /* Alert/Confirm */
    .clearlooks2 .mceButton {font-weight:bold; bottom:10px; width:80px; height:30px; background:url(img/button.gif); line-height:30px; vertical-align:middle; text-align:center; outline:0}
    .clearlooks2 .mceMiddle .mceIcon {left:15px; top:35px; width:32px; height:32px}
    .clearlooks2 .mceAlert .mceMiddle span, .clearlooks2 .mceConfirm .mceMiddle span {background:transparent;left:60px; top:35px; width:320px; height:50px; font-weight:bold; overflow:auto; white-space:normal}
    .clearlooks2 a:hover {font-weight:bold;}
    .clearlooks2 .mceAlert .mceMiddle, .clearlooks2 .mceConfirm .mceMiddle {background:#D6D7D5}
    .clearlooks2 .mceAlert .mceOk {left:50%; top:auto; margin-left: -40px}
    .clearlooks2 .mceAlert .mceIcon {background:url(img/alert.gif)}
    .clearlooks2 .mceConfirm .mceOk {left:50%; top:auto; margin-left: -90px}
    .clearlooks2 .mceConfirm .mceCancel {left:50%; top:auto}
    .clearlooks2 .mceConfirm .mceIcon {background:url(img/confirm.gif)}


        #mudaButton:hover{background: rgba(50, 50, 50, 0.9);}
        #mudaButton{padding: 5px;cursor:pointer;padding-left: 9px;border: 1px solid black;background: rgba(50, 50, 50, 0.7);padding-right: 9px;font-weight: 800;}
        #mudaCaixa{height: 30px;background: rgba(50, 50, 50, 0.2);color: black;border-top:0px;
        border-right:0px;border-bottom:0px;border-left: 2px solid black;font-weight: 800;font: arial;
        width:300px;}
        #formMuda{max-width:400px;padding:14px;margin-top:7px;border: 2px solid darkblue;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;background: #218AE0;}
        #fundoButton:hover{color:black;}
        #fundoButton{padding: 9px;border-top: 2px solid darkblue;border-left: 2px solid darkblue;
        border-right: 2px solid darkblue;color: #fafafa;font-weight:bold;font: verdana;cursor:pointer;
        border-top-left-radius: 8px;border-top-right-radius: 8px;background: #218AE0;}
obs:nao deu para coloca tudo em so uma message
a parte
do js esta abaixo



Última edição por TiagoDJ-7.0 em Qua 06 Fev 2013, 8:47 am, editado 1 vez(es)

TiagoDJ-7.0

TiagoDJ-7.0
sou nível 12

Qua 06 Fev 2013, 8:41 am

esse e o js
Código:
    jQuery(document).ready(function(){
            var nick = (jQuery('#logout').length) ? jQuery('#logout img').attr('alt').replace('Sair', '').replace('[', '').replace(']', '') : '' ;
            var con=(jQuery('#logout').length)?'<a href="/profile?mode=editprofile" style="position: relative;">Conectado como  <b> '+nick+'</b><ul></ul></a><a href="/login?logout=1">Sair</a>' : 'Bem vindo Visitante!<a href="/login"style="position: relative;">Login</a><a href="/register">Criar Conta</a>';jQuery('body').prepend('<span id="conectFor"> '+con+'</span>');jQuery('#conectFor ul').prepend('<li><a href="/profile?mode=editprofile">Informações</a></li><li><a href="/profile?mode=editprofile&page_profil=preferences">Preferencias</a></li><li><a href="/profile?mode=editprofile&page_profil=signature">Assinatura</a></li><li><a href="/search?search_id=draftsearch">Rascunhos</a></li><li><a href="/profile?mode=editprofile&page_profil=friendsfoes">Amigos</a></li><li><a href="/profile?mode=editprofile&page_profil=attachments">Anexos</a></li><li><a href="/profile?mode=editprofile&page_profil=avatars">Avatar</a></li><li><a href="/search?search_id=watchsearch"class="offp">Topicos Supervisionados</a></li><li><a href="/search?search_id=favouritesearch"target="_blank">Tópicos favoritos</a></li><li><a href="/search?search_id=newposts"target="_blank">Novas mensagens</a></li>')});


    jQuery(document).ready(function(){
            if(jQuery('body #i_icon_mini_new_message').length && jQuery('body #i_icon_mini_new_message') != null){
            jQuery('body').prepend('<div><span style="float:right" id="alertMp"><h1><b>VOCÊ TEM NOVAS MPS!</h1><br> CLIQUE<a style="font-size:18px;color:red" href="/privmsg?folder=inbox"> AQUI</a> PARA VER-LAS!</b></span></div>');
            }
            });

    (function(u,q,e){var l=e(u),r=e(q),a=e.fancybox=function(){a.open.apply(this,arguments)},s=!1,t=null;e.extend(a,{version:"2.0.4",defaults:{padding:15,margin:20,width:800,height:600,minWidth:200,minHeight:200,maxWidth:9999,maxHeight:9999,autoSize:!0,fitToView:!0,aspectRatio:!1,topRatio:0.5,fixed:!e.browser.msie||6<e.browser.version||!q.documentElement.hasOwnProperty("ontouchstart"),scrolling:"auto",wrapCSS:"fancybox-default",arrows:!0,closeBtn:!0,closeClick:!1,nextClick:!1,mouseWheel:!0,autoPlay:!1,playSpeed:3E3,modal:!1,loop:!0,ajax:{},keys:{next:[13,32,34,39,40],prev:[8,33,37,38],close:[27]},tpl:{wrap:'<div class="fancybox-wrap"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div>',image:'<img class="fancybox-image" src="{href}" alt="" />',iframe:'<iframe class="fancybox-iframe" name="fancybox-frame{rnd}" frameborder="0" hspace="0" '+(e.browser.msie?'allowtransparency="true""':"")+' scrolling="{scrolling}" src="{href}"></iframe>',swf:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{href}" /><embed src="{href}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="100%" height="100%" wmode="transparent"></embed></object>',error:'<p class="fancybox-error">The requested content cannot be loaded.<br/>Please try again later.</p>',closeBtn:'<div title="Close" class="fancybox-item fancybox-close"></div>',next:'<a title="Next" class="fancybox-item fancybox-next"><span></span></a>',prev:'<a title="Previous" class="fancybox-item fancybox-prev"><span></span></a>'},openEffect:"fade",openSpeed:250,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:300,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:300,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:{speedIn:0,speedOut:300,opacity:0.8,css:{cursor:"pointer"},closeClick:!0},title:{type:"float"}}},group:{},opts:{},coming:null,current:null,isOpen:!1,isOpened:!1,wrap:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(b,c){e.isArray(b)||(b=[b]);if(b.length)a.close(!0),a.opts=e.extend(!0,{},a.defaults,c),a.group=b,a._start(a.opts.index||0)},cancel:function(){if(!(a.coming&&!1===a.trigger("onCancel"))&&(a.coming=null,a.hideLoading(),a.ajaxLoad&&a.ajaxLoad.abort(),a.ajaxLoad=null,a.imgPreload))a.imgPreload.onload=a.imgPreload.onabort=a.imgPreload.onerror=null},close:function(b){a.cancel();if(a.current&&!1!==a.trigger("beforeClose"))a.unbindEvents(),!a.isOpen||b&&!0===b[0]?(e(".fancybox-wrap").stop().trigger("onReset").remove(),a._afterZoomOut()):(a.isOpen=a.isOpened=!1,e(".fancybox-item").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.closeMethod]())},play:function(b){var c=function(){clearTimeout(a.player.timer)},d=function(){c();if(a.current&&a.player.isActive)a.player.timer=setTimeout(a.next,a.current.playSpeed)},g=function(){c();e("body").unbind(".player");a.player.isActive=!1;a.trigger("onPlayEnd")};if(a.player.isActive||b&&!1===b[0])g();else if(a.current&&(a.current.loop||a.current.index<a.group.length-1))a.player.isActive=!0,e("body").bind({"afterShow.player onUpdate.player":d,"onCancel.player beforeClose.player":g,"beforeLoad.player":c}),d(),a.trigger("onPlayStart")},next:function(){a.current&&a.jumpto(a.current.index+1)},prev:function(){a.current&&a.jumpto(a.current.index-1)},jumpto:function(b){a.current&&(b=parseInt(b,10),1<a.group.length&&a.current.loop&&(b>=a.group.length?b=0:0>b&&(b=a.group.length-1)),"undefined"!==typeof a.group[b]&&(a.cancel(),a._start(b)))},reposition:function(b){a.isOpen&&a.wrap.css(a._getPosition(b))},update:function(){a.isOpen&&(s||(t=setInterval(function(){if(s&&(s=!1,clearTimeout(t),a.current)){if(a.current.autoSize)a.inner.height("auto"),a.current.height=a.inner.height();a._setDimension();a.current.canGrow&&a.inner.height("auto");a.reposition();a.trigger("onUpdate")}},100)),s=!0)},toggle:function(){if(a.isOpen)a.current.fitToView=!a.current.fitToView,a.update()},hideLoading:function(){e("#fancybox-loading").remove()},showLoading:function(){a.hideLoading();e('<div id="fancybox-loading"></div>').click(a.cancel).appendTo("body")},getViewport:function(){return{x:l.scrollLeft(),y:l.scrollTop(),w:l.width(),h:l.height()}},unbindEvents:function(){a.wrap&&a.wrap.unbind(".fb");r.unbind(".fb");l.unbind(".fb")},bindEvents:function(){var b=a.current,c=b.keys;b&&(l.bind("resize.fb, orientationchange.fb",a.update),c&&r.bind("keydown.fb",function(b){var g;if(!b.ctrlKey&&!b.altKey&&!b.shiftKey&&!b.metaKey&&0>e.inArray(b.target.tagName.toLowerCase(),["input","textarea","select","button"]))g=b.keyCode,-1<e.inArray(g,c.close)?(a.close(),b.preventDefault()):-1<e.inArray(g,c.next)?(a.next(),b.preventDefault()):-1<e.inArray(g,c.prev)&&(a.prev(),b.preventDefault())}),e.fn.mousewheel&&b.mouseWheel&&1<a.group.length&&a.wrap.bind("mousewheel.fb",function(b,c){var f=e(b.target).get(0);if(0===f.clientHeight||f.scrollHeight===f.clientHeight)b.preventDefault(),a[0<c?"prev":"next"]()}))},trigger:function(b){var c,d=a[-1<e.inArray(b,["onCancel","beforeLoad","afterLoad"])?"coming":"current"];if(d){e.isFunction(d[b])&&(c=d[b].apply(d,Array.prototype.slice.call(arguments,1)));if(!1===c)return!1;d.helpers&&e.each(d.helpers,function(c,f){if(f&&"undefined"!==typeof a.helpers[c]&&e.isFunction(a.helpers[c][b]))a.helpers[c][b](f,d)});e.event.trigger(b+".fb")}},isImage:function(a){return a&&a.match(/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i)},isSWF:function(a){return a&&a.match(/\.(swf)(.*)?$/i)},_start:function(b){var c={},d=a.group[b]||null,g,f,k;if("object"===typeof d&&(d.nodeType||d instanceof e))g=!0,e.metadata&&(c=e(d).metadata());c=e.extend(!0,{},a.opts,{index:b,element:d},e.isPlainObject(d)?d:c);e.each(["href","title","content","type"],function(b,f){c[f]=a.opts[f]||g&&e(d).attr(f)||c[f]||null});if("number"===typeof c.margin)c.margin=[c.margin,c.margin,c.margin,c.margin];c.modal&&e.extend(!0,c,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{css:{cursor:"auto"},closeClick:!1}}});a.coming=c;if(!1===a.trigger("beforeLoad"))a.coming=null;else{f=c.type;b=c.href;if(!f)g&&(k=e(d).data("fancybox-type"),!k&&d.className&&(f=(k=d.className.match(/fancybox\.(\w+)/))?k[1]:null)),!f&&b&&(a.isImage(b)?f="image":a.isSWF(b)?f="swf":b.match(/^#/)&&(f="inline")),f||(f=g?"inline":"html"),c.type=f;"inline"===f||"html"===f?(c.content=c.content||("inline"===f&&b?e(b):d),c.content.length||(f=null)):(c.href=b||d,c.href||(f=null));c.group=a.group;"image"===f?a._loadImage():"ajax"===f?a._loadAjax():f?a._afterLoad():a._error("type")}},_error:function(b){e.extend(a.coming,{type:"html",autoSize:!0,minHeight:"0",hasError:b,content:a.coming.tpl.error});a._afterLoad()},_loadImage:function(){a.imgPreload=new Image;a.imgPreload.onload=function(){this.onload=this.onerror=null;a.coming.width=this.width;a.coming.height=this.height;a._afterLoad()};a.imgPreload.onerror=function(){this.onload=this.onerror=null;a._error("image")};a.imgPreload.src=a.coming.href;a.imgPreload.complete||a.showLoading()},_loadAjax:function(){a.showLoading();a.ajaxLoad=e.ajax(e.extend({},a.coming.ajax,{url:a.coming.href,error:function(b,c){"abort"!==c?a._error("ajax",b):a.hideLoading()},success:function(b,c){if("success"===c)a.coming.content=b,a._afterLoad()}}))},_preload:function(){var b=a.group,c=a.current.index,d=function(b){if(b&&a.isImage(b))(new Image).src=b};1<b.length&&(d(e(b[c+1]||b[0]).attr("href")),d(e(b[c-1]||b[b.length-1]).attr("href")))},_afterLoad:function(){a.hideLoading();!a.coming||!1===a.trigger("afterLoad",a.current)?a.coming=!1:(a.isOpened?(e(".fancybox-item").remove(),a.wrap.stop(!0).removeClass("fancybox-opened"),a.inner.css("overflow","hidden"),a.transitions[a.current.prevMethod]()):(e(".fancybox-wrap").stop().trigger("onReset").remove(),a.trigger("afterClose")),a.unbindEvents(),a.isOpen=!1,a.current=a.coming,a.coming=!1,a.wrap=e(a.current.tpl.wrap).addClass("fancybox-tmp "+a.current.wrapCSS).appendTo("body"),a.outer=e(".fancybox-outer",a.wrap).css("padding",a.current.padding+"px"),a.inner=e(".fancybox-inner",a.wrap),a._setContent(),a.trigger("beforeShow"),a._setDimension(),a.wrap.hide().removeClass("fancybox-tmp"),a.bindEvents(),a._preload(),a.transitions[a.isOpened?a.current.nextMethod:a.current.openMethod]())},_setContent:function(){var b,c,d=a.current,g=d.type;switch(g){case"inline":case"ajax":case"html":b=d.content;"inline"===g&&b instanceof e&&(b=b.show().detach(),b.parent().hasClass("fancybox-inner")&&b.parents(".fancybox-wrap").trigger("onReset").remove(),e(a.wrap).bind("onReset",function(){b.appendTo("body").hide()}));if(d.autoSize)c=e('<div class="fancybox-tmp"></div>').appendTo(e("body")).append(b),d.width=c.outerWidth(),d.height=c.outerHeight(!0),b=c.contents().detach(),c.remove();break;case"image":b=d.tpl.image.replace("{href}",d.href);d.aspectRatio=!0;break;case"swf":b=d.tpl.swf.replace(/\{width\}/g,d.width).replace(/\{height\}/g,d.height).replace(/\{href\}/g,d.href);break;case"iframe":b=d.tpl.iframe.replace("{href}",d.href).replace("{scrolling}",d.scrolling).replace("{rnd}",(new Date).getTime())}if(-1<e.inArray(g,["image","swf","iframe"]))d.autoSize=!1,d.scrolling=!1;a.inner.append(b)},_setDimension:function(){var b=a.wrap,c=a.outer,d=a.inner,g=a.current,f=a.getViewport(),k=g.margin,i=2*g.padding,h=g.width+i,j=g.height+i,l=g.width/g.height,o=g.maxWidth,m=g.maxHeight,n=g.minWidth,p=g.minHeight;f.w-=k[1]+k[3];f.h-=k[0]+k[2];-1<h.toString().indexOf("%")&&(h=f.w*parseFloat(h)/100);-1<j.toString().indexOf("%")&&(j=f.h*parseFloat(j)/100);g.fitToView&&(o=Math.min(f.w,o),m=Math.min(f.h,m));n=Math.min(h,n);p=Math.min(h,p);o=Math.max(n,o);m=Math.max(p,m);g.aspectRatio?(h>o&&(h=o,j=(h-i)/l+i),j>m&&(j=m,h=(j-i)*l+i),h<n&&(h=n,j=(h-i)/l+i),j<p&&(j=p,h=(j-i)*l+i)):(h=Math.max(n,Math.min(h,o)),j=Math.max(p,Math.min(j,m)));h=Math.round(h);j=Math.round(j);e(b.add(c).add(d)).width("auto").height("auto");d.width(h-i).height(j-i);b.width(h);k=b.height();if(h>o||k>m)for(;(h>o||k>m)&&h>n&&k>p;)j-=10,g.aspectRatio?(h=Math.round((j-i)*l+i),h<n&&(h=n,j=(h-i)/l+i)):h-=10,d.width(h-i).height(j-i),b.width(h),k=b.height();g.dim={width:h,height:k};g.canGrow=g.autoSize&&j>p&&j<m;g.canShrink=!1;g.canExpand=!1;if(h-i<g.width||j-i<g.height)g.canExpand=!0;else if((h>f.w||k>f.h)&&h>n&&j>p)g.canShrink=!0;b=k-i;a.innerSpace=b-d.height();a.outerSpace=b-c.height()},_getPosition:function(b){var c=a.current,d=a.getViewport(),e=c.margin,f=a.wrap.width()+e[1]+e[3],k=a.wrap.height()+e[0]+e[2],i={position:"absolute",top:e[0]+d.y,left:e[3]+d.x};if(c.fixed&&(!b||!1===b[0])&&k<=d.h&&f<=d.w)i={position:"fixed",top:e[0],left:e[3]};i.top=Math.ceil(Math.max(i.top,i.top+(d.h-k)*c.topRatio))+"px";i.left=Math.ceil(Math.max(i.left,i.left+0.5*(d.w-f)))+"px";return i},_afterZoomIn:function(){var b=a.current;a.isOpen=a.isOpened=!0;a.wrap.addClass("fancybox-opened").css("overflow","visible");a.update();a.inner.css("overflow","auto"===b.scrolling?"auto":"yes"===b.scrolling?"scroll":"hidden");if(b.closeClick||b.nextClick)a.inner.css("cursor","pointer").bind("click.fb",b.nextClick?a.next:a.close);b.closeBtn&&e(b.tpl.closeBtn).appendTo(a.wrap).bind("click.fb",a.close);b.arrows&&1<a.group.length&&((b.loop||0<b.index)&&e(b.tpl.prev).appendTo(a.wrap).bind("click.fb",a.prev),(b.loop||b.index<a.group.length-1)&&e(b.tpl.next).appendTo(a.wrap).bind("click.fb",a.next));a.trigger("afterShow");if(a.opts.autoPlay&&!a.player.isActive)a.opts.autoPlay=!1,a.play()},_afterZoomOut:function(){a.trigger("afterClose");a.wrap.trigger("onReset").remove();e.extend(a,{group:{},opts:{},current:null,isOpened:!1,isOpen:!1,wrap:null,outer:null,inner:null})}});a.transitions={getOrigPosition:function(){var b=a.current.element,c={},d=50,g=50,f;b&&b.nodeName&&e(b).is(":visible")?(f=e(b).find("img:first"),f.length?(c=f.offset(),d=f.outerWidth(),g=f.outerHeight()):c=e(b).offset()):(b=a.getViewport(),c.top=b.y+0.5*(b.h-g),c.left=b.x+0.5*(b.w-d));return c={top:Math.ceil(c.top)+"px",left:Math.ceil(c.left)+"px",width:Math.ceil(d)+"px",height:Math.ceil(g)+"px"}},step:function(b,c){var d,e,f;if("width"===c.prop||"height"===c.prop)e=f=Math.ceil(b-2*a.current.padding),"height"===c.prop&&(d=(b-c.start)/(c.end-c.start),c.start>c.end&&(d=1-d),e-=a.innerSpace*d,f-=a.outerSpace*d),a.inner[c.prop](e),a.outer[c.prop](f)},zoomIn:function(){var b=a.wrap,c=a.current,d,g;d=c.dim;if("elastic"===c.openEffect){g=e.extend({},d,a._getPosition(!0));delete g.position;d=this.getOrigPosition();if(c.openOpacity)d.opacity=0,g.opacity=1;b.css(d).show().animate(g,{duration:c.openSpeed,easing:c.openEasing,step:this.step,complete:a._afterZoomIn})}else b.css(e.extend({},d,a._getPosition())),"fade"===c.openEffect?b.fadeIn(c.openSpeed,a._afterZoomIn):(b.show(),a._afterZoomIn())},zoomOut:function(){var b=a.wrap,c=a.current,d;if("elastic"===c.closeEffect){"fixed"===b.css("position")&&b.css(a._getPosition(!0));d=this.getOrigPosition();if(c.closeOpacity)d.opacity=0;b.animate(d,{duration:c.closeSpeed,easing:c.closeEasing,step:this.step,complete:a._afterZoomOut})}else b.fadeOut("fade"===c.closeEffect?c.closeSpeed:0,a._afterZoomOut)},changeIn:function(){var b=a.wrap,c=a.current,d;"elastic"===c.nextEffect?(d=a._getPosition(!0),d.opacity=0,d.top=parseInt(d.top,10)-200+"px",b.css(d).show().animate({opacity:1,top:"+=200px"},{duration:c.nextSpeed,complete:a._afterZoomIn})):(b.css(a._getPosition()),"fade"===c.nextEffect?b.hide().fadeIn(c.nextSpeed,a._afterZoomIn):(b.show(),a._afterZoomIn()))},changeOut:function(){var b=a.wrap,c=a.current,d=function(){e(this).trigger("onReset").remove()};b.removeClass("fancybox-opened");"elastic"===c.prevEffect?b.animate({opacity:0,top:"+=200px"},{duration:c.prevSpeed,complete:d}):b.fadeOut("fade"===c.prevEffect?c.prevSpeed:0,d)}};a.helpers.overlay={overlay:null,update:function(){var a,c;this.overlay.width(0).height(0);e.browser.msie?(a=Math.max(q.documentElement.scrollWidth,q.body.scrollWidth),c=Math.max(q.documentElement.offsetWidth,q.body.offsetWidth),a=a<c?l.width():a):a=r.width();this.overlay.width(a).height(r.height())},beforeShow:function(b){if(!this.overlay)this.overlay=e('<div id="fancybox-overlay"></div>').css(b.css||{background:"black"}).appendTo("body"),this.update(),b.closeClick&&this.overlay.bind("click.fb",a.close),l.bind("resize.fb",e.proxy(this.update,this)),this.overlay.fadeTo(b.speedIn||"fast",b.opacity||1)},onUpdate:function(){this.update()},afterClose:function(a){this.overlay&&this.overlay.fadeOut(a.speedOut||"fast",function(){e(this).remove()});this.overlay=null}};a.helpers.title={beforeShow:function(b){var c;if(c=a.current.title)c=e('<div class="fancybox-title fancybox-title-'+b.type+'-wrap">'+c+"</div>").appendTo("body"),"float"===b.type&&(c.width(c.width()),c.wrapInner('<span class="child"></span>'),a.current.margin[2]+=Math.abs(parseInt(c.css("margin-bottom"),10))),c.appendTo("over"===b.type?a.inner:"outside"===b.type?a.wrap:a.outer)}};e.fn.fancybox=function(b){function c(b){var c=[],i,h=this.rel;if(!b.ctrlKey&&!b.altKey&&!b.shiftKey&&!b.metaKey)b.preventDefault(),b=e(this).data("fancybox-group"),"undefined"!==typeof b?i=b?"data-fancybox-group":!1:h&&""!==h&&"nofollow"!==h&&(b=h,i="rel"),i&&(c=g.length?e(g).filter("["+i+'="'+b+'"]'):e("["+i+'="'+b+'"]')),c.length?(d.index=c.index(this),a.open(c.get(),d)):a.open(this,d)}var d=b||{},g=this.selector||"";g?r.undelegate(g,"click.fb-start").delegate(g,"click.fb-start",c):e(this).unbind("click.fb-start").bind("click.fb-start",c);return this}})(window,document,jQuery);(function($){var F=$.fancybox;F.helpers.buttons={tpl:'<div id="fancybox-buttons"><ul><li><a class="btnPrev" title="Previous" href="javascript:;"></a></li><li><a class="btnPlay" title="Start slideshow" href="javascript:;"></a></li><li><a class="btnNext" title="Next" href="javascript:;"></a></li><li><a class="btnToggle" title="Toggle size" href="javascript:;"></a></li><li><a class="btnClose" title="Close" href="javascript:jQuery.fancybox.close();"></a></li></ul></div>',list:null,buttons:{},update:function(){var toggle=this.buttons.toggle.removeClass('btnDisabled btnToggleOn');if(F.current.canShrink){toggle.addClass('btnToggleOn')}else if(!F.current.canExpand){toggle.addClass('btnDisabled')}},beforeLoad:function(opts){if(F.group.length<2){F.coming.helpers.buttons=false;F.coming.closeBtn=true;return}F.coming.margin[opts.position==='bottom'?2:0]+=30},onPlayStart:function(){if(this.list){this.buttons.play.attr('title','Pause slideshow').addClass('btnPlayOn')}},onPlayEnd:function(){if(this.list){this.buttons.play.attr('title','Start slideshow').removeClass('btnPlayOn')}},afterShow:function(opts){var buttons;if(!this.list){this.list=$(opts.tpl||this.tpl).addClass(opts.position||'top').appendTo('body');this.buttons={prev:this.list.find('.btnPrev').click(F.prev),next:this.list.find('.btnNext').click(F.next),play:this.list.find('.btnPlay').click(F.play),toggle:this.list.find('.btnToggle').click(F.toggle)}}buttons=this.buttons;if(F.current.index>0||F.current.loop){buttons.prev.removeClass('btnDisabled')}else{buttons.prev.addClass('btnDisabled')}if(F.current.loop||F.current.index<F.group.length-1){buttons.next.removeClass('btnDisabled');buttons.play.removeClass('btnDisabled')}else{buttons.next.addClass('btnDisabled');buttons.play.addClass('btnDisabled')}this.update()},onUpdate:function(){this.update()},beforeClose:function(){if(this.list){this.list.remove()}this.list=null;this.buttons={}}}}(jQuery));(function(d){function e(a){var b=a||window.event,c=[].slice.call(arguments,1),f=0,e=0,g=0,a=d.event.fix(b);a.type="mousewheel";b.wheelDelta&&(f=b.wheelDelta/120);b.detail&&(f=-b.detail/3);g=f;b.axis!==void 0&&b.axis===b.HORIZONTAL_AXIS&&(g=0,e=-1*f);b.wheelDeltaY!==void 0&&(g=b.wheelDeltaY/120);b.wheelDeltaX!==void 0&&(e=-1*b.wheelDeltaX/120);c.unshift(a,f,e,g);return(d.event.dispatch||d.event.handle).apply(this,c)}var c=["DOMMouseScroll","mousewheel"];if(d.event.fixHooks)for(var h=c.length;h;)d.event.fixHooks[c[--h]]=d.event.mouseHooks;d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],e,false);else this.onmousewheel=e},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],e,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);var CopyrightNoticeEn='Copyright ©  by FmVi. All Rights Reserved. Use, modification, and/or distribution of this script is not allowed without direct permission from baivong (baivong@ymail.com). This entire copyright notice must remain in the original, copied, or modified script';var CopyrightNoticeVi='Bản quyền © FmVi. Giữ toà n quyền. Việc sá»­ dụng, sá»­a đổi , và / hoặc phân phối mã nà y mà không được phép trá»±c tiếp từ baivong (baivong@ymail.com) là không được phép. Toà n bá»™ thông báo bản quyền nà y phải được giữ nguyên khi sao chép, hoặc sá»­a đổi';function fancyfmvi(){$(".entry-content a[href$='.jpeg'], .entry-content a[href$='.bmp'], .entry-content a[href$='.jpg'], .entry-content a[href$='.png'], .entry-content a[href$='.gif']").each(function(){var glink=$(this).parents(".post").find(".posthead").attr("id");$(this).attr({"class":"fancyimg-fmvi","data-fancybox-group":glink});fancyimage()});$(".entry-content").find("img").not("img[src*='imgfast.net/users']").each(function(){var gimg=$(this).parents(".post").find(".posthead").attr("id");$(this).load(function(){if(($(this).attr("class")!="not-fancyImg")&&($(this).attr("src")!="http://i48.servimg.com/u/f48/16/58/89/73/errorf10.jpg")&&($(this).attr("src")!="http://i48.servimg.com/u/f48/16/58/89/73/flag_r10.png")&&($(this).attr("src").indexOf("https")!="0")){var imgfancy=$(this).attr("src");$(this).replaceWith('<a title="Click để xem kích thÆ°á»›c thật" alt="www.fmvi.vn" data-fancybox-group="'+gimg+'" class="fancyimg-fmvi" href="'+imgfancy+'"><img src="'+imgfancy+'" /></a>');fancyimage()}})});$("a[href^='http://www.youtube'][href*='v=']").each(function(){var linkytb=$(this);var ax=linkytb.attr("href").slice(linkytb.attr("href").indexOf("v=")+2,linkytb.attr("href").indexOf("v=")+13);if(linkytb.attr("href").indexOf("list=")!=-1){var ay=linkytb.attr("href").slice(linkytb.attr("href").indexOf("list=")+5)+"&";var by=ay.slice(0,ay.indexOf("&"));linkytb.replaceWith('<p align="center"><a style="position: relative" class="fancy-ytbFmvi fancybox.iframe" href="http://www.youtube.com/embed/videoseries?list='+by+'&hl=vi_VN&autoplay=1"><img class="not-fancyImg" src="http://i1.ytimg.com/vi/'+ax+'/0.jpg" /><span class="iconPlayer"></span></a></p>')}else{linkytb.replaceWith('<p align="center"><a style="position: relative" class="fancy-ytbFmvi fancybox.iframe" href="http://www.youtube.com/v/'+ax+'&hl=vi_VN&autoplay=1"><img class="not-fancyImg" src="http://i1.ytimg.com/vi/'+ax+'/0.jpg" /><span class="iconPlayer"></span></a></p>')}});$(".fancy-ytbFmvi").fancybox({width:640,height:390,fitToView:false,autoSize:false,closeClick:false,openEffect:'none',closeEffect:'none'})}function fancyimage(){$(".fancyimg-fmvi").fancybox({openSpeed:'slow',closeSpeed:'slow',minWidth:32,minHeight:32,openEffect:'elastic',closeEffect:'elastic',prevEffect:'fade',nextEffect:'fade',closeBtn:false,helpers:{title:{type:'inline'},buttons:{}}})}$(function(){if($("#i_icon_mini_new_message").length){var tinmoi=$("#i_icon_mini_new_message").attr("alt").match(/[0-9]+/);$.fancybox('<div id="FMvi-pm" style="width: 220px;text-align: center"><a href="/privmsg?folder=inbox"><img style="cursor:pointer" width="154" height="178" onmouseout="this.src=\'http://i48.servimg.com/u/f48/16/58/89/73/e-mail11.png\'" src="http://i48.servimg.com/u/f48/16/58/89/73/e-mail11.png" onmouseover="this.src=\'http://i48.servimg.com/u/f48/16/58/89/73/email_11.png\'" /></a><p style="padding-top: 10px" class="closeWIndowF">Você recebeu <font color="blue">'+tinmoi+'</font> nova(s) mensagem(ens).</p></div>')}})


    jQuery(document).ready(function() {
      var cont=jQuery('.postmain .postfoot .user-contact').html();
      jQuery('.postbody .user .user-info').append('<br>'+cont+'<br>');
      jQuery('.postmain .postfoot .user-contact').css('visibility','hidden');
    });


    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1&appId=172163059587590";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>



feito por mi mesmos
testado na vesao para PunBB
se pega em mais me diga aqui para que eu possa acreseta

Ver o tópico anterior Ver o tópico seguinte Ir para o topo  Mensagem [Página 1 de 1]

Você não está conectado. Conecte-se ou registre-se



Permissões neste sub-fórum
Não podes responder a tópicos

TiagoDJ-7.0, Seg 03 Mar 2014, 3:21 pm

Tenma Hiraga, Dom 12 Jan 2014, 2:49 pm

TiagoDJ-7.0, Ter 31 Dez 2013, 5:50 pm

Crowley, Ter 31 Dez 2013, 8:42 am

TiagoDJ-7.0, Sex 27 Dez 2013, 9:33 pm

Ghost, Sex 27 Dez 2013, 6:37 pm

Crowley, Sex 27 Dez 2013, 12:53 pm

Crowley, Sex 27 Dez 2013, 12:46 pm

Destaque do Fórum
Destaque do Fórum

Carregando avatar...
Muito Obrigado
Parabens para o Membro destaque do fórum, pela sua ótima competencia em nosso fórum, um agradecimento dos Usuários e de toda a equipe a você !! Muito Obrigado !!

Quer um Widget igual a este ?
peça o seu aqui >>>

 

Atualizado com e-referrer
Publicidade | SEJA NOSSO PARCEIRO
Naruto Rpg FutureLes power infoMaster ExpShiftactifThe forum of Codes

2012 © SP-Design - Ajuda na criação de códigos e na aparência de seu Fórum™ - Design de Cyllaz - Todos os direitos reservados ®