Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Cum pun statisticile la mijloc

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Cum pun statisticile la mijloc

Mesaj Scris de Pascu Emanuel Sam Apr 21, 2012 7:54 pm

Salut, cam titlul spune tot.

Demo: Cum pun statisticile la mijloc UZipP

As vrea ca statisticile sa ramana tot asa dar sa le pun la centru si sa ramana tot asa distanta.

Multumesc !


Ultima editare efectuata de catre Pascu Emanuel in Dum Apr 22, 2012 7:40 pm, editata de 1 ori
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Omu Sam Apr 21, 2012 7:56 pm

A mai fost postata intrebarea A face cu ochiul
https://help.forumgratuit.ro/t32670-statistici-pe-phpbb3
Omu a scris:Incearca:
Cod:
p.page-bottom {
margin-right: -70px;

sau

Cod:
p.page-bottom {
margin-left: 70px;
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Pascu Emanuel Sam Apr 21, 2012 7:58 pm

Nu sunt bune codurile fiindca imi da eroare in CSS.
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Omu Sam Apr 21, 2012 8:00 pm

Pai daca te uitai atent ti-ai fi dat seama ca am uitat sa inchid cu } ..

Cod:
    p.page-bottom {
    margin-right: -70px;}

sau
Cod:

    p.page-bottom {
    margin-left: 70px;}
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Pascu Emanuel Sam Apr 21, 2012 8:02 pm

Niciun cod ce mi-ai dat nu face niciun efect.
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Omu Sam Apr 21, 2012 8:05 pm

Cod:
p.page-bottom {
text-align:center;}
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Pascu Emanuel Sam Apr 21, 2012 8:07 pm

Nici asa nu merge. Deci eu vreau chenarele alea mai lungi si sa fie distanta intre ele si sa fie cumva pozitionate la centru.
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Zeus Sam Apr 21, 2012 8:10 pm

Omu a scris:
Cod:
p.page-bottom {
text-align:center;}

Nu merge. Râset

Uite codu corect:
Cod:
p.page-bottom {
display: inline-block;
padding: 0 20px;
}
Zeus

Zeus
Membru onorific
Membru onorific

Mesaje : 4160
Varsta : 27
Localizare : Bucuresti, Romania
Data înscrierii : 19/02/2012
Mulțumiri : 644
Google Chrome phpBB3

https://github.com/zeusmaximus
Zeus a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Omu Sam Apr 21, 2012 8:11 pm

La mine merg perfect..
Probabil ai alte coduri CSS care il impiedica pe acesta sa isi faca treaba Râset
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Pascu Emanuel Sam Apr 21, 2012 8:12 pm

Alt cod care nu merge.

Edit: Poftim Omu Css:

Sa modifici tu ce nu e bine:

Cod:
.postprofile dl dt {
text-align: center !important;}

.postprofile dl dd {
text-align: center !important;}

.postprofile dt {
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: transparent;}

.postprofile dd:nth-child(2){
border-bottom:none;
border-radius:0px;}

.postprofile dd:nth-child(4){
border-radius:0px;
border-top:0px;
border-bottom:0px;}

.postprofile dd:last-child{
border-top:0px;
padding-top:10px;}

.postprofile dd:nth-child(3),
.postprofile dd:nth-last-child(2){
display:none;}

.postprofile dd:nth-child(3),
.postprofile dd:nth-last-child(2){
border:none;} 
 
.lastpost {
border: 1px solid grey;
background: transparent;
border-radius: 4px;
box-shadow: 0px 0px 4px grey;}
   
/* Code */
    dl.codebox code {
      color: #536482;}

    dl.codebox {
    border: 1px solid #C9D2D8;
    font-size: 1em;
    padding: 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
      border-radius: 6px;
    }

    blockquote, blockquote blockquote, blockquote blockquote blockquote {
    border-color: #9fd1ff;
    background: #f9f9f9 url("http://i72.servimg.com/u/f72/14/52/34/74/3010.png") 6px 8px no-repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
      border-radius: 6px;
    font-weight: bold;
    }

    .content {
      min-height: 3em;
      overflow: hidden;
      line-height: 1.4em;
      font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
      font-size: 1em;
      color: #333333;
    }
    /* End Code */

    /*Contur Statistici*/
                #page-body p.page-bottom {
                border: 1px solid #ccc;
                padding:5px;
                position: relative;
                -webkit-border-radius: 6px;
                -moz-border-radius: 6px;
                border-radius: 6px;
                font-family: Trebuchet MS,Arial,Tahoma;
                display:inline-block;
                margin-left:40px;
                height: 15px;
                font-weight : normal;
                font-size: 1.2em;
                text-align:center;
                background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
                background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
        }
    /*End Contur Statisctici*/

        /*Tabel Legenda*/
    p em b a.gensmall { font-style: normal; }
    p em { font-style: italic;
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:10px;
    margin-left:-5.5px;
    padding:5px;
    position:relative;
    top: -2px;
    width: auto;
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 3px;
    border: 1px solid #DCDCDC;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    }
    /*End Tabel Legenda*/

    .clearfix{border:none !important;}

    .tooltip {
            border-bottom: 1px dotted #000000; color: #000000; outline: none;
            cursor: help; text-decoration: none;
            position: relative;
          }
          .tooltip span {
            margin-left: -999em;
            position: absolute;
          }
          .tooltip:hover span {
            border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
            font-family: Calibri, Tahoma, Geneva, sans-serif;
            position: absolute; left: 1em; top: 2em; z-index: 99;
            margin-left: 0; width: 250px;
          }
          .tooltip:hover img {
            border: 0; margin: -10px 0 0 -55px;
            float: left; position: absolute;
          }
          .tooltip:hover em {
            font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
            display: block; padding: 0.2em 0 0.6em 0;
          }
          .classic { padding: 0.8em 1em; }
          .custom { padding: 0.5em 0.8em 0.8em 2em; }
          * html a:hover { background: transparent; }
          .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
          .critical { background: #FFCCAA; border: 1px solid #FF3334;  }
          .help { background: #9FDAEE; border: 1px solid #2BB0D7;  }
          .info { background: #9FDAEE; border: 1px solid #2BB0D7;  }
          .warning { background: #FFFFAA; border: 1px solid #FFAD33; }

    Articol complet http://www.forumulandrei.com/t845-tooltips-folosind-pagina-css#ixzz1sbSoMurA

    /*BBCode*/
    .noteclassic, .noteimportant, .notewarning, .notetip, .notehelp, .notesuggest, .notevalidation, .noteerror, .notetabelmoderare, .notetutorial, .notehtml, .notecss, .noteps, .notesuport{
    box-shadow: 2px 2px 3px #999999;
    width:650px;
    border-radius:10px 10px;
    -moz-border-radius:10px 10px;
    -webkit-border-radius:10px 10px;
    padding:25px 20px 15px 80px;
    margin:10px 0px 15px 5px;
    -webkit-box-shadow:2px 2px 3px #999;
    -moz-box-shadow:2px 2px 3px #999;
    min-height:40px;
    height:auto !important;
    overflow:visible;
    position:relative;
    top:6px;
    left:5px;
    -moz-box-shadow: 0px 0px 6px #0066ff;
    -webkit-box-shadow: 0px 0px 6px #0066ff;
    box-shadow: 0px 0px 6px #0066ff;
    border-radius: 5px;
    border:1px solid #999999;
    background-position:20px 50%;
    background-repeat:no-repeat;
    }
    .noteclassic {
    background-color:#EEF;
    background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/note10.png);
    }
    .noteimportant {
    background-color:#FFC;
    background-image:url(http://www.shapes4free.com/wp-content/themes/shapes4free_theme/img/icons/icon-info-48x48.png);
    }
    .notewarning {
    background-color: #FDD;
    background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/warnin10.png);
    }
    .notetip {
    background-color:#E4F6F8;
    background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/tip10.png);
    }
    .notehelp {
    background-color:#D8F3C9;
    background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/help10.png);
    }

    .notesuggest{
    background-color:#F1AF84;
    background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_h10.png);
    }

    .notevalidation{
    background-color:#FFCCBA;
    background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_v10.png);
    }

    .noteerror{
    background-color:#FFBABA;
    background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_r10.png);
    }

    .notesuccess{
    background-color:#DFF2BF;
    background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_v10.png);
    }

    .notetabelmoderare {
    background-color:#004D99;
    background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/warnin14.png);
        }

    .notetutorial {
    background-color:#FFC;
    background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/510.png);
        }

    .notehtml {
    background-color:#FFC;
    background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/211.png);
        }

    .notecss {
    background-color:#FFC;
    background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/111.png);
        }

    .noteps {
    background-color:#004D99;
    background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/310.png);
        }

    .notesuport {
    background-color:#004D99;
    background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/410.png);
        }

        .tabelmoderare {
        background: #FAADAD;
        border: 1px solid #C20000;
      -moz-box-shadow: 0px 0px 6px #0066ff;
    -webkit-box-shadow: 0px 0px 6px #0066ff;
    box-shadow: 0px 0px 6px #0066ff;
    border-radius: 5px;
    border:1px solid #999999;
    background-position:20px 50%;
    background-repeat:no-repeat;
        width: 100%;
        padding: 3px;
        border-radius: 4px;
        color: #A11F1F;
        text-shadow: 0px 0px 0px white;
        }

    .signature_div {
      border: 1px solid #d7d7d7;
      border-radius: 4px;
      padding: 5px;
    }

    #i_logo{
    -moz-transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    }

    #i_logo:hover{
    margin-left:100px;
    }

    #text_editor_textarea{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    background: white no-repeat bottom right;
    -webkit-box-shadow: 0px 2px 5px #969AA3;
    box-shadow: 0px 0px 5px #969AA3;}

    /*Profile*/
        .row1, .row1 {background-color: #f1f1f1;}

        .row1 {
        background: #f1f1f1;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        box-shadow: 0px 0px 5px #f1f1f1;
        }
        .postprofile {
        padding: 5px;
        border-color: #d7d7d7;
        border-left-style: danshed;
        border-left-width: 1px;
          border: 1px solid #D7D7D7;
        background: #EBEBEB;
        color: #232323;
        font-style: normal;
        font-size: 10px;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        top: -7px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        }

        .postbody .topic-title a {
        border: 1px solid #D7D7D7;
        background: #EBEBEB;
        color: #232323;
        font-style: normal;
        font-size: 13px;
        padding-left: 6px;
        padding-right: 6px;
        position: relative;
        top: -7px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        }

        .postprofile dd{
        border: 1px solid #D7D7D7;
        background: #EBEBEB;
        color: #232323;
        padding-left: 6px;
        padding-right: 6px;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background: url('http://i62.servimg.com/u/f62/15/42/26/78/11110.png');
            }

        .postprofile {
        border: 1px solid #D7D7D7;
        position: relative;
        top: 0px;
        left: 11px;
        padding: 5px;
        background: #EBEBEB;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        }
        .row1, row2 {padding-bottom: 2px;}
    /*End Profile*/

    /* -- Scroll back to top -- */
    #fgcbacktop{
      position:fixed;
      bottom:-60px;
      right:10px;
      background:#EEEEEE;
      padding:10px;
      border:1px solid #fff;
      border-bottom:none;
      box-shadow:0px 0px 5px rgba(0,0,0,0.5);
      -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
      -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
      border-radius:5px 5px 0 0;
      -moz-border-radius:5px 5px 0 0;
      -webkit-border-radius:5px 5px 0 0;
      transition:all 0.3s;
      -webkit-transition:all 0.3s;
      -moz-transition:all 0.3s;
      -o-transition:all 0.3s;
      cursor:pointer;
    }

    #fgcbacktop:hover{background:#F4F4F4;}

    #fgcbacktop:hover a{color:#000;text-decoration:none !important;}
   
    #fgcbacktop a{
      font-family:Trebuchet MS;
      font-weight:bold;
      font-size:13px;
      /*line-height:1;*/
      color:#4D4D4D;
      transition:all 0.3s;
      text-shadow:1px 1px 0px #fff;
      -webkit-transition:all 0.3s;
      -moz-transition:all 0.3s;
      -o-transition:all 0.3s;
    }

    .row1 {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    }
    .row2 {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    }
    .row3 {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    }

    form#quick_reply #textarea_content textarea#text_editor_textarea {
    background: url(http://i48.servimg.com/u/f48/15/98/60/20/webbc10.png) no-repeat center;
    }

    #search-box #keywords {
    padding: 5px;
    border-radius : 6px;
    background: url('http://i42.servimg.com/u/f42/15/42/26/78/meniu110.png');
    border: 1px solid #c2c2c2;
    }

    #search-box {
    background: url('http://i42.servimg.com/u/f42/15/42/26/78/body-b18.png');
    position: absolute;
    top: 13px;
    right: -5px;
    padding: 10px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 0px solid #;
    }

    #search-box #keywords:hover {border: 1px solid #a6a6a6;}

    a.button1, a.button2, button.button2, input.button1, input.button2 {
    margin-left: 5px;padding: 5px;
    border-radius : 6px;
    font-weight: bold;
    color: #000;
    background: url('http://i42.servimg.com/u/f42/15/42/26/78/meniu110.png');
    border: 1px solid #c2c2c2;
    }

    a.button1, a.button2, button.button2, input.button1, input.button2:hover {
    margin-left: 5px;padding: 5px;
    border-radius : 6px;
    font-weight: bold;
    color: #232323;
    border: 1px solid #a6a6a6;
    background: url('http://i42.servimg.com/u/f42/15/42/26/78/meniu110.png');
    }

    ul.navlinks {
    border-bottom: 0px solid white;
    }

    .codebox {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}

    dl.codebox {
    color:#606060;
    padding:6px;
    border-radius: 5px;
    border: solid 1px #b7b7b7;
    -moz-box-shadow:0px 0px 7px #B9C4D1,inset 0px 2px 8px #A5A5A5;
    -webkit-box-shadow:0px 0px 7px #B9C4D1,inset 0px 2px 8px #A5A5A5;
    box-shadow:0px 0px 7px #B9C4D1,inset 0px 2px 8px #A5A5A5;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
      filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
      }

    .linklist {
    display:none !important;}

    dd.moderation span {display:none !important;}

    /*--Titlul-Categoriilor--*/
    .table-title, .table-title h2 {
    background-color:#DBDBDB;
    color: white;
    display: inline;
    font-size: 1em;
    border-style:dashed;
    border-width:1px;
    border-color:#DBDBDB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity:0.4;
    filter:alpha(opacity=40);
    }
    .table-title, .table-title h2:hover{
    opacity:1.0;
      filter:alpha(opacity=100);
    }
    /*--Titlul-Categoriilor-Sfarsit--*/

    .clearfix {
    border: 1px solid #d7d7d7;
    }

    .postprofile a img {
    opacity: 0.7;
    }
    .postprofile a img:hover {
    opacity: 1.0;
    }

    .postprofile {
    position: relative;
    font-family: Trebuchet MS,Tahoma,Arial;
    font-style:Tahoma;
    font-family:Arial;
      text-transform: none;
      border-bottom: 1px solid #595959;
      margin-bottom: 3px;
      padding-bottom: 2px;
      font-size: 1.2em;
            font-style: Arial;
      color: #595959;
      margin-top: 20px;
    background: #2E2E2E opacity: 0.23;
    border: 1px dashed #a1a1a1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    }

    .h3 {
      font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
      text-transform: none;
      border-bottom: 1px solid #595959;
      margin-bottom: 3px;
      padding-bottom: 2px;
      font-size: 1.2em;
            font-style: italic;
      color: #595959;
      margin-top: 20px;
      }

    a:hover{
        text-decoration: none !important;
        }

    body#phpbb div#wrap {
      width: 82%;
            padding: 5px;
            margin-top: 165px;
            margin-bottom: 10px;
            border: 3px solid #ccc;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
            -webkit-box-shadow: 0px 0px 8px #666666;
            -moz-box-shadow: 0px 0px 8px #666666;
            box-shadow: 0px 0px 8px #666666;
      }

    .headerbar {
    position: absolute;
    top: 20px;
    padding-bottom: 10px;
    background: none;
    }
    div#page-header span.corners-top {
    display: none;
    }
    div#page-header span.corners-bottom {
    display: none;
    }

    #logo {
    margin-left:330px;
    }

    #logo-desc p {
    display: none;
    }

    #site-title,#site-title h1 {
            display: none;
      }

    /*---------MENU--------*/
    .navlinks{
      background: url(http://www.elegantthemes.com/preview/Magnificent/wp-content/themes/Magnificent/images/menu-bg.png);
    height: 42px;
    width: 100%;
      position:absolute;
      top:120px;
      margin-left: -123px;
      text-align: center;
      border-left:0 solid #29447E!important;
      border-right:0 solid #29447E!important;
      border-top:0px solid #29447E!important;
      border-bottom:0px solid #29447E!important;
    }
    ul.navlinks {
      padding:17px 0 0 0;
      font-weight: normal;
      text-align: center;}
    .navbar {background-color: transparent;}
    .navlinks ul{
      height:10px!important;
    }
    .navlinks a{
            font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
      font-weight: normal;
            font-size: 13px;
      margin-top: -5px;
      text-align: center;
            font-style: italic;
            text-decoration:none!important;
            color: #5f5f5f;
            text-shadow: 1px 1px 1px #fff;
    }
    .navlinks a:hover{
            color: #5f5f5f;
            text-shadow: 1px 1px 1px #fff;
    }
    .navlinks li{
            text-shadow: #777 0 1px 2px;
            text-align:center!important;
            padding:8px;
            padding-top: 8px;
    }

    .navlinks li:hover{
          padding:8px;
          background: rgba(133, 130, 130, .30);
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          -webkit-box-shadow: inset 0px 2px 2px #727272;
          -moz-box-shadow: inset 0px 2px 2px #727272;
          box-shadow: inset 0px 2px 2px #727272;
    }

    ul.navlinks span.new-message{
      color:red!important;
    }
    ul.navlinks span.new-message:hover{
      color:red!important;
      text-decoration:none;
    }
    ul.linklist li a img {
    display: none;
    }
    /*--------End-MENU--------*/

    .table-title, .table-title h2 {
            color: #5f5f5f;
            text-shadow: 1px 1px 1px #fff;
    }

    #page-footer .linklist {
            font-style: italic;
            color: #5f5f5f;
            text-shadow: 1px 1px 1px #fff;
    }


    .inputbox {
    background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;

    }

    a.button2, input.button2, button.button2 {
    background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
            font-family:Tahoma;
            font-weight: bold;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;

    }

    a.button1, input.button1 {
    background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
      font-weight: bold;
      border: 1px solid #666666;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
      }

    /*---------PROFILE-BUTTONS--------*/
    ul.profile-icons li a img {
    filter:alpha(opacity=100);
    -moz-opacity: 0.80;
    opacity: 1.0;}

    ul.profile-icons li a img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 0.30;
    opacity: 0.7;
    position: relative;
    bottom: -2px;
    padding: 0px;}
    /*--------End-PROFILE-BUTTONS--------*/
    /*---------PRIVATE-MESSAGES--------*/
    ul#privmsgs-menu li a img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 0.5;}

    ul#privmsgs-menu li a img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 0.85;
    opacity: 1.0;}
    /*--------End-PRIVATE-MESSAGES--------*/

    /*---------POST-BUTTONS--------*/
    .buttons a img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 0.5;}

    .buttons a img:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 0.85;
    opacity: 1.0;
    -webkit-transform: rotate(-2.2deg) scale(0.9); -moz-transform: rotate(-2.2deg) scale(0.9);
    }

    .buttons a img:active {
    -webkit-transform: rotate(-2.0deg) scale(1.1); -moz-transform: rotate(-2.0deg) scale(1.1);
    }


    /*--------End-POST-BUTTONS--------*/

    fieldset.submit-buttons {
    background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
            font-family:Tahoma;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
    }

    fieldset.submit-buttons input {
    background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
            font-family:Tahoma;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;

    }

    div#page-footer .copyright {
    margin-bottom: -20px;
    font-style: italic;
    }

    #page-body p.page-bottom {
            border: 1px solid #ccc;
            padding:5px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
            border-radius: 6px;
            font-family: Trebuchet MS,Arial,Tahoma;
            display:inline-block;
      margin-left:50px;
            margin-right:auto;
            height: 20px;
            font-weight : normal;
      font-size: 1.2em;
            text-align:center;
    }

    #page-body p.page-bottom:after{content: "  »"}
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Omu Sam Apr 21, 2012 8:22 pm

Incearca asta:

Cod:
    .postprofile dl dt {
    text-align: center !important;}

    .postprofile dl dd {
    text-align: center !important;}

    .postprofile dt {
        margin-top: 10px;
        border: 1px solid #dcdcdc;
        padding: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: transparent;}

    .postprofile dd:nth-child(2){
    border-bottom:none;
    border-radius:0px;}

    .postprofile dd:nth-child(4){
    border-radius:0px;
    border-top:0px;
    border-bottom:0px;}

    .postprofile dd:last-child{
    border-top:0px;
    padding-top:10px;}

    .postprofile dd:nth-child(3),
    .postprofile dd:nth-last-child(2){
    display:none;}

    .postprofile dd:nth-child(3),
    .postprofile dd:nth-last-child(2){
    border:none;}
   
    .lastpost {
    border: 1px solid grey;
    background: transparent;
    border-radius: 4px;
    box-shadow: 0px 0px 4px grey;}
     
    /* Code */
        dl.codebox code {
          color: #536482;}

        dl.codebox {
        border: 1px solid #C9D2D8;
        font-size: 1em;
        padding: 3px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
          border-radius: 6px;
        }

        blockquote, blockquote blockquote, blockquote blockquote blockquote {
        border-color: #9fd1ff;
        background: #f9f9f9 url("http://i72.servimg.com/u/f72/14/52/34/74/3010.png") 6px 8px no-repeat;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
          border-radius: 6px;
        font-weight: bold;
        }

        .content {
          min-height: 3em;
          overflow: hidden;
          line-height: 1.4em;
          font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
          font-size: 1em;
          color: #333333;
        }
        /* End Code */

        /*Contur Statistici*/
                    #page-body p.page-bottom {
                    border: 1px solid #ccc;
                    padding:5px;
                    position: relative;
                    -webkit-border-radius: 6px;
                    -moz-border-radius: 6px;
                    border-radius: 6px;
                    font-family: Trebuchet MS,Arial,Tahoma;
                    display:inline-block;
                    margin-left:40px;
                    height: 15px;
                    font-weight : normal;
                    font-size: 1.2em;
                    text-align:center;
                    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
                    background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
            }
        /*End Contur Statisctici*/

            /*Tabel Legenda*/
        p em b a.gensmall { font-style: normal; }
        p em { font-style: italic;
        font-family:Trebuchet MS;
        font-weight:bold;
        font-size:10px;
        margin-left:-5.5px;
        padding:5px;
        position:relative;
        top: -2px;
        width: auto;
        height: 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 3px;
        border: 1px solid #DCDCDC;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
        background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
        }
        /*End Tabel Legenda*/

        .clearfix{border:none !important;}

        .tooltip {
                border-bottom: 1px dotted #000000; color: #000000; outline: none;
                cursor: help; text-decoration: none;
                position: relative;
              }
              .tooltip span {
                margin-left: -999em;
                position: absolute;
              }
              .tooltip:hover span {
                border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
                box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
                font-family: Calibri, Tahoma, Geneva, sans-serif;
                position: absolute; left: 1em; top: 2em; z-index: 99;
                margin-left: 0; width: 250px;
              }
              .tooltip:hover img {
                border: 0; margin: -10px 0 0 -55px;
                float: left; position: absolute;
              }
              .tooltip:hover em {
                font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
                display: block; padding: 0.2em 0 0.6em 0;
              }
              .classic { padding: 0.8em 1em; }
              .custom { padding: 0.5em 0.8em 0.8em 2em; }
              * html a:hover { background: transparent; }
              .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
              .critical { background: #FFCCAA; border: 1px solid #FF3334;  }
              .help { background: #9FDAEE; border: 1px solid #2BB0D7;  }
              .info { background: #9FDAEE; border: 1px solid #2BB0D7;  }
              .warning { background: #FFFFAA; border: 1px solid #FFAD33; }

        Articol complet http://www.forumulandrei.com/t845-tooltips-folosind-pagina-css#ixzz1sbSoMurA

        /*BBCode*/
        .noteclassic, .noteimportant, .notewarning, .notetip, .notehelp, .notesuggest, .notevalidation, .noteerror, .notetabelmoderare, .notetutorial, .notehtml, .notecss, .noteps, .notesuport{
        box-shadow: 2px 2px 3px #999999;
        width:650px;
        border-radius:10px 10px;
        -moz-border-radius:10px 10px;
        -webkit-border-radius:10px 10px;
        padding:25px 20px 15px 80px;
        margin:10px 0px 15px 5px;
        -webkit-box-shadow:2px 2px 3px #999;
        -moz-box-shadow:2px 2px 3px #999;
        min-height:40px;
        height:auto !important;
        overflow:visible;
        position:relative;
        top:6px;
        left:5px;
        -moz-box-shadow: 0px 0px 6px #0066ff;
        -webkit-box-shadow: 0px 0px 6px #0066ff;
        box-shadow: 0px 0px 6px #0066ff;
        border-radius: 5px;
        border:1px solid #999999;
        background-position:20px 50%;
        background-repeat:no-repeat;
        }
        .noteclassic {
        background-color:#EEF;
        background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/note10.png);
        }
        .noteimportant {
        background-color:#FFC;
        background-image:url(http://www.shapes4free.com/wp-content/themes/shapes4free_theme/img/icons/icon-info-48x48.png);
        }
        .notewarning {
        background-color: #FDD;
        background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/warnin10.png);
        }
        .notetip {
        background-color:#E4F6F8;
        background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/tip10.png);
        }
        .notehelp {
        background-color:#D8F3C9;
        background-image:url(http://i20.servimg.com/u/f20/14/50/49/34/help10.png);
        }

        .notesuggest{
        background-color:#F1AF84;
        background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_h10.png);
        }

        .notevalidation{
        background-color:#FFCCBA;
        background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_v10.png);
        }

        .noteerror{
        background-color:#FFBABA;
        background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_r10.png);
        }

        .notesuccess{
        background-color:#DFF2BF;
        background-image:url(http://i48.servimg.com/u/f48/16/28/30/49/knob_v10.png);
        }

        .notetabelmoderare {
        background-color:#004D99;
        background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/warnin14.png);
            }

        .notetutorial {
        background-color:#FFC;
        background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/510.png);
            }

        .notehtml {
        background-color:#FFC;
        background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/211.png);
            }

        .notecss {
        background-color:#FFC;
        background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/111.png);
            }

        .noteps {
        background-color:#004D99;
        background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/310.png);
            }

        .notesuport {
        background-color:#004D99;
        background-image:url(http://i44.servimg.com/u/f44/16/84/62/04/410.png);
            }

            .tabelmoderare {
            background: #FAADAD;
            border: 1px solid #C20000;
          -moz-box-shadow: 0px 0px 6px #0066ff;
        -webkit-box-shadow: 0px 0px 6px #0066ff;
        box-shadow: 0px 0px 6px #0066ff;
        border-radius: 5px;
        border:1px solid #999999;
        background-position:20px 50%;
        background-repeat:no-repeat;
            width: 100%;
            padding: 3px;
            border-radius: 4px;
            color: #A11F1F;
            text-shadow: 0px 0px 0px white;
            }

        .signature_div {
          border: 1px solid #d7d7d7;
          border-radius: 4px;
          padding: 5px;
        }

        #i_logo{
        -moz-transition-duration: 1.5s;
        -webkit-transition-duration: 1.5s;
        -o-transition-duration: 1.5s;
        }

        #i_logo:hover{
        margin-left:100px;
        }

        #text_editor_textarea{
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #D3D3D3;
        background: white no-repeat bottom right;
        -webkit-box-shadow: 0px 2px 5px #969AA3;
        box-shadow: 0px 0px 5px #969AA3;}

        /*Profile*/
            .row1, .row1 {background-color: #f1f1f1;}

            .row1 {
            background: #f1f1f1;
            border: 1px solid #d7d7d7;
            border-radius: 5px;
            box-shadow: 0px 0px 5px #f1f1f1;
            }
            .postprofile {
            padding: 5px;
            border-color: #d7d7d7;
            border-left-style: danshed;
            border-left-width: 1px;
              border: 1px solid #D7D7D7;
            background: #EBEBEB;
            color: #232323;
            font-style: normal;
            font-size: 10px;
            padding-left: 6px;
            padding-right: 6px;
            position: relative;
            top: -7px;
            -webkit-border-bottom-right-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-bottomright: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            }

            .postbody .topic-title a {
            border: 1px solid #D7D7D7;
            background: #EBEBEB;
            color: #232323;
            font-style: normal;
            font-size: 13px;
            padding-left: 6px;
            padding-right: 6px;
            position: relative;
            top: -7px;
            -webkit-border-bottom-right-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-bottomright: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            }

            .postprofile dd{
            border: 1px solid #D7D7D7;
            background: #EBEBEB;
            color: #232323;
            padding-left: 6px;
            padding-right: 6px;
            -webkit-border-bottom-right-radius: 0px;
            -webkit-border-bottom-left-radius: 0px;
            -moz-border-radius-bottomright: 8px;
            -moz-border-radius-bottomleft: 8px;
            -moz-border-radius-topright: 8px;
            -moz-border-radius-topleft: 8px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            background: url('http://i62.servimg.com/u/f62/15/42/26/78/11110.png');
                }

            .postprofile {
            border: 1px solid #D7D7D7;
            position: relative;
            top: 0px;
            left: 11px;
            padding: 5px;
            background: #EBEBEB;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            }
            .row1, row2 {padding-bottom: 2px;}
        /*End Profile*/

        /* -- Scroll back to top -- */
        #fgcbacktop{
          position:fixed;
          bottom:-60px;
          right:10px;
          background:#EEEEEE;
          padding:10px;
          border:1px solid #fff;
          border-bottom:none;
          box-shadow:0px 0px 5px rgba(0,0,0,0.5);
          -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
          -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5);
          border-radius:5px 5px 0 0;
          -moz-border-radius:5px 5px 0 0;
          -webkit-border-radius:5px 5px 0 0;
          transition:all 0.3s;
          -webkit-transition:all 0.3s;
          -moz-transition:all 0.3s;
          -o-transition:all 0.3s;
          cursor:pointer;
        }

        #fgcbacktop:hover{background:#F4F4F4;}

        #fgcbacktop:hover a{color:#000;text-decoration:none !important;}
     
        #fgcbacktop a{
          font-family:Trebuchet MS;
          font-weight:bold;
          font-size:13px;
          /*line-height:1;*/
          color:#4D4D4D;
          transition:all 0.3s;
          text-shadow:1px 1px 0px #fff;
          -webkit-transition:all 0.3s;
          -moz-transition:all 0.3s;
          -o-transition:all 0.3s;
        }

        .row1 {
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        }
        .row2 {
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        }
        .row3 {
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        }

        form#quick_reply #textarea_content textarea#text_editor_textarea {
        background: url(http://i48.servimg.com/u/f48/15/98/60/20/webbc10.png) no-repeat center;
        }

        #search-box #keywords {
        padding: 5px;
        border-radius : 6px;
        background: url('http://i42.servimg.com/u/f42/15/42/26/78/meniu110.png');
        border: 1px solid #c2c2c2;
        }

        #search-box {
        background: url('http://i42.servimg.com/u/f42/15/42/26/78/body-b18.png');
        position: absolute;
        top: 13px;
        right: -5px;
        padding: 10px;
        -webkit-border-top-left-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-topleft: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border-top: 1px solid #d7d7d7;
        border-left: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        border-right: 0px solid #;
        }

        #search-box #keywords:hover {border: 1px solid #a6a6a6;}

        a.button1, a.button2, button.button2, input.button1, input.button2 {
        margin-left: 5px;padding: 5px;
        border-radius : 6px;
        font-weight: bold;
        color: #000;
        background: url('http://i42.servimg.com/u/f42/15/42/26/78/meniu110.png');
        border: 1px solid #c2c2c2;
        }

        a.button1, a.button2, button.button2, input.button1, input.button2:hover {
        margin-left: 5px;padding: 5px;
        border-radius : 6px;
        font-weight: bold;
        color: #232323;
        border: 1px solid #a6a6a6;
        background: url('http://i42.servimg.com/u/f42/15/42/26/78/meniu110.png');
        }

        ul.navlinks {
        border-bottom: 0px solid white;
        }

        .codebox {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;}

        dl.codebox {
        color:#606060;
        padding:6px;
        border-radius: 5px;
        border: solid 1px #b7b7b7;
        -moz-box-shadow:0px 0px 7px #B9C4D1,inset 0px 2px 8px #A5A5A5;
        -webkit-box-shadow:0px 0px 7px #B9C4D1,inset 0px 2px 8px #A5A5A5;
        box-shadow:0px 0px 7px #B9C4D1,inset 0px 2px 8px #A5A5A5;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
          filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
          }

        .linklist {
        display:none !important;}

        dd.moderation span {display:none !important;}

        /*--Titlul-Categoriilor--*/
        .table-title, .table-title h2 {
        background-color:#DBDBDB;
        color: white;
        display: inline;
        font-size: 1em;
        border-style:dashed;
        border-width:1px;
        border-color:#DBDBDB;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        opacity:0.4;
        filter:alpha(opacity=40);
        }
        .table-title, .table-title h2:hover{
        opacity:1.0;
          filter:alpha(opacity=100);
        }
        /*--Titlul-Categoriilor-Sfarsit--*/

        .clearfix {
        border: 1px solid #d7d7d7;
        }

        .postprofile a img {
        opacity: 0.7;
        }
        .postprofile a img:hover {
        opacity: 1.0;
        }

        .postprofile {
        position: relative;
        font-family: Trebuchet MS,Tahoma,Arial;
        font-style:Tahoma;
        font-family:Arial;
          text-transform: none;
          border-bottom: 1px solid #595959;
          margin-bottom: 3px;
          padding-bottom: 2px;
          font-size: 1.2em;
                font-style: Arial;
          color: #595959;
          margin-top: 20px;
        background: #2E2E2E opacity: 0.23;
        border: 1px dashed #a1a1a1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

        }

        .h3 {
          font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
          text-transform: none;
          border-bottom: 1px solid #595959;
          margin-bottom: 3px;
          padding-bottom: 2px;
          font-size: 1.2em;
                font-style: italic;
          color: #595959;
          margin-top: 20px;
          }

        a:hover{
            text-decoration: none !important;
            }

        body#phpbb div#wrap {
          width: 82%;
                padding: 5px;
                margin-top: 165px;
                margin-bottom: 10px;
                border: 3px solid #ccc;
        -webkit-border-bottom-right-radius: 12px;
        -webkit-border-bottom-left-radius: 12px;
        -moz-border-radius-bottomright: 12px;
        -moz-border-radius-bottomleft: 12px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
                -webkit-box-shadow: 0px 0px 8px #666666;
                -moz-box-shadow: 0px 0px 8px #666666;
                box-shadow: 0px 0px 8px #666666;
          }

        .headerbar {
        position: absolute;
        top: 20px;
        padding-bottom: 10px;
        background: none;
        }
        div#page-header span.corners-top {
        display: none;
        }
        div#page-header span.corners-bottom {
        display: none;
        }

        #logo {
        margin-left:330px;
        }

        #logo-desc p {
        display: none;
        }

        #site-title,#site-title h1 {
                display: none;
          }

        /*---------MENU--------*/
        .navlinks{
          background: url(http://www.elegantthemes.com/preview/Magnificent/wp-content/themes/Magnificent/images/menu-bg.png);
        height: 42px;
        width: 100%;
          position:absolute;
          top:120px;
          margin-left: -123px;
          text-align: center;
          border-left:0 solid #29447E!important;
          border-right:0 solid #29447E!important;
          border-top:0px solid #29447E!important;
          border-bottom:0px solid #29447E!important;
        }
        ul.navlinks {
          padding:17px 0 0 0;
          font-weight: normal;
          text-align: center;}
        .navbar {background-color: transparent;}
        .navlinks ul{
          height:10px!important;
        }
        .navlinks a{
                font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
          font-weight: normal;
                font-size: 13px;
          margin-top: -5px;
          text-align: center;
                font-style: italic;
                text-decoration:none!important;
                color: #5f5f5f;
                text-shadow: 1px 1px 1px #fff;
        }
        .navlinks a:hover{
                color: #5f5f5f;
                text-shadow: 1px 1px 1px #fff;
        }
        .navlinks li{
                text-shadow: #777 0 1px 2px;
                text-align:center!important;
                padding:8px;
                padding-top: 8px;
        }

        .navlinks li:hover{
              padding:8px;
              background: rgba(133, 130, 130, .30);
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              border-radius: 8px;
              -webkit-box-shadow: inset 0px 2px 2px #727272;
              -moz-box-shadow: inset 0px 2px 2px #727272;
              box-shadow: inset 0px 2px 2px #727272;
        }

        ul.navlinks span.new-message{
          color:red!important;
        }
        ul.navlinks span.new-message:hover{
          color:red!important;
          text-decoration:none;
        }
        ul.linklist li a img {
        display: none;
        }
        /*--------End-MENU--------*/

        .table-title, .table-title h2 {
                color: #5f5f5f;
                text-shadow: 1px 1px 1px #fff;
        }

        #page-footer .linklist {
                font-style: italic;
                color: #5f5f5f;
                text-shadow: 1px 1px 1px #fff;
        }


        .inputbox {
        background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;

        }

        a.button2, input.button2, button.button2 {
        background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
                font-family:Tahoma;
                font-weight: bold;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;

        }

        a.button1, input.button1 {
        background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
          font-weight: bold;
          border: 1px solid #666666;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
          }

    p.page-bottom {
    text-align:center;}

        /*---------PROFILE-BUTTONS--------*/
        ul.profile-icons li a img {
        filter:alpha(opacity=100);
        -moz-opacity: 0.80;
        opacity: 1.0;}

        ul.profile-icons li a img:hover {
        filter:alpha(opacity=100);
        -moz-opacity: 0.30;
        opacity: 0.7;
        position: relative;
        bottom: -2px;
        padding: 0px;}
        /*--------End-PROFILE-BUTTONS--------*/
        /*---------PRIVATE-MESSAGES--------*/
        ul#privmsgs-menu li a img {
        filter:alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 0.5;}

        ul#privmsgs-menu li a img:hover {
        filter:alpha(opacity=100);
        -moz-opacity: 0.85;
        opacity: 1.0;}
        /*--------End-PRIVATE-MESSAGES--------*/

        /*---------POST-BUTTONS--------*/
        .buttons a img {
        filter:alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 0.5;}

        .buttons a img:hover {
        filter:alpha(opacity=100);
        -moz-opacity: 0.85;
        opacity: 1.0;
        -webkit-transform: rotate(-2.2deg) scale(0.9); -moz-transform: rotate(-2.2deg) scale(0.9);
        }

        .buttons a img:active {
        -webkit-transform: rotate(-2.0deg) scale(1.1); -moz-transform: rotate(-2.0deg) scale(1.1);
        }


        /*--------End-POST-BUTTONS--------*/

        fieldset.submit-buttons {
        background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
                font-family:Tahoma;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
        }

        fieldset.submit-buttons input {
        background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
                font-family:Tahoma;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;

        }

        div#page-footer .copyright {
        margin-bottom: -20px;
        font-style: italic;
        }

        #page-body p.page-bottom:after{content: "  »"}
Omu

Omu
Membru onorific
Membru onorific

Mesaje : 6302
Varsta : 27
Data înscrierii : 04/11/2010
Mulțumiri : 154
Google Chrome punBB

http://techtitans.forumer.ro/
Omu a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Cum pun statisticile la mijloc

Mesaj Scris de Pascu Emanuel Sam Apr 21, 2012 8:25 pm

Am inlocuit CSS actual cu asta ce mi lai dat tu si nu merge.
Pascu Emanuel

Pascu Emanuel
Membru activ

Mesaje : 567
Varsta : 31
Localizare : Oradea
Data înscrierii : 18/04/2012
Mulțumiri : 0
Internet Explorer punBB

http://webb-coding.forumz.ro/
Pascu Emanuel a fost mulțumit de autorul acestui subiect.

Pagina 1 din 2 1, 2  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum