Extrem Tutorials
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Extrem TutorialsConectare

Peste 500 tutoriale in limba romana.


description[phpBB3]Cum pot sa fac statisticile asa Empty[phpBB3]Cum pot sa fac statisticile asa

more_horiz
Salut, am sa va arat un model cum vreau sa imi fac statisticile:

Demo: [phpBB3]Cum pot sa fac statisticile asa 20zcxaf sau asa [phpBB3]Cum pot sa fac statisticile asa Nwejw4

Sa fie ceva asemanator. Multumesc !

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz
Pune in css:

Cod:


#i_whosonline + p {
  width: 400px;
  border-radius: 5px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-body p.page-bottom {
    position: relative;
    width: 350px;
    top: -210px;
    left: 403px;
    border-left: 1px solid #666666 ;
    padding: 5px;
    margin-bottom: -40px;
    height: 45px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
}

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz
Uitate la profil ca acolo este forumul si intra sa vezi ca nu arata bine.

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz
Şterge din css codurile cu clasa #page-body p.page-bottom .

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz
Stai asa ca iti dau CSS si modifici tu acolo:

Cod:

#i_whosonline + p {
  width: 400px;
  border-radius: 5px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-body p.page-bottom {
    position: relative;
    width: 350px;
    top: -210px;
    left: 403px;
    border-left: 1px solid #666666 ;
    padding: 5px;
    margin-bottom: -40px;
    height: 45px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
}

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

.postprofile a img {
position: relative;
right: 4px;
}

/*Portal*/
.module {
border : 1px solid #949494;
-moz-border-radius : 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
border-bottom: 1px dashed rgba(146, 146, 146, .8);
border-right: 1px dashed rgba(146, 146, 146, .8);
border-left: 1px dashed rgba(146, 146, 146, .8);
}

.module .h3 {
        border-bottom: 1px dashed rgba(146, 146, 146, .8);
        color: #666; 
    background: #EBEBEB;
    color: #232323;
    font-style: normal;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    top: -14px;
    -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;
        text-shadow: 1px 1px 1px #fff;
        text-align: center;
    font-weight: normal;   
        font-style: normal;
}
/*End Portal*/

/*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;
    }

    .postprofile dt img {
    width:180px;
    height:auto;
    padding:5px;
    border-radius:5px;
    border: solid 3px #b7b7b7;}

    .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: 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;
    background: url('http://i62.servimg.com/u/f62/15/42/26/78/11110.png');
        }

    p.author {
    border: 1px solid #D7D7D7;
    background: #EBEBEB;
    color: #232323;
    width: 225px;
    padding-top: 3px;
    padding-left: 3px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    left: -4.5px;
    }

    .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*/

/*Opacitate Avatar*/
    .postprofile {
    color: #9900FF;}

    .postprofile dl dd br{
    border-bottom: 1px solid #777 !important;
    }

    .opacitate img {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }
    .opacitate img:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    }

    .postprofile a img{ opacity=0.4;
    filters.alpha.opacity=40;  }
 
    .postprofile a img:hover { opacity=1.0;
    filters.alpha.opacity=100;  }
/*End Opacitate Avatar*/

.postprofile {
color: #000000;
text-align: center;}

.table-title {
padding: 0px!important;
}
.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/exd10.png) no-repeat center;
}
/*--Titlul-Categoriilor--*/
.table-title, .table-title h2 {
background-color:#FFFFFF;
color: white;
display: inline;
font-size: 1em;
border-style:dashed;
border-width:1px;
border-color:#1E90FF;
-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--*/

.mini-regulament{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #C7C7C7;
    border-radius: 3px 3px 3px 3px;
    margin-left: 304px;
    margin-top: 26px;
    padding: 5px 10px;
    width: 48%;
}
#wrap {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #EDF6F7 url(http://i45.servimg.com/u/f45/16/65/71/25/body-b12.png) repeat;
}

p em b a.gensmall { font-style: Tahoma; }
p em { font-style: Tahoma;

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

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

.module {
text-shadow: 1px 1px 1px #ffffff;
      background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat-x;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}





.panel {
background: url("http://i67.servimg.com/u/f67/16/17/34/47/1231010.png") repeat;
    margin-bottom: 4px;
    padding: 0 10px;
}


.row {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
}





dd.posts, dd.topics, dd.views {
border-radius:100px;
font-weight: bold;
text-shadow: 1px 1px 1px #ffffff;
}


.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;

}




.module span.corners-top{ background: url( );height: 33px; -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; }

.module span.corners-bottom{ background: url('http://i36.servimg.com/u/f36/15/36/89/66/x5a410.png');height: 34px; margin-top: 15px;  -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}

h3,.h3 { background: url() center bottom no-repeat; font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif; text-transform: uppercase; border: 0px; padding-bottom: 5px; font-size: 9px; color: #000}   


.overview {  border: 1px solid #C7E6FF; background-color: #F5F5FE; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px; position:relative }

.row .pagination { display: block; float: right; width: auto; margin-top: 0; padding: 1px 0 1px 15px; font-size: 0.9em; background: url("http://i36.servimg.com/u/f36/15/36/89/66/multip10.gif") 0 50% no-repeat; }
 #page-footer div.navbar { background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png); background-repeat: repeat-x; font-size: 9px; -moz-border-radius : 5px; -webkit-border-radius : 5px; }

.table-title{padding-left: 15px;} 

ul.linklist li { margin: 3px; }

.hierarchy {background: none;}



.hierarchy:before {content: url(http://2img.net/i/fa/empty.gif);}

#page-header ul li a { color: #FFFFFF; }

.panel { border: 1px solid #E9E9E9; background-color: #F1F1FA; } #wrap{-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}

.forabg, .forumbg {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.navbar { background-image: url(http://i48.servimg.com/u/f48/16/58/34/85/untitl27.png); background-repeat: repeat-x; font-size: 9px; -moz-border-radius : 5px; -webkit-border-radius : 15px;
width: 900px; margin-left: 1px; position: relative;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}





/*----Bloguri-----*/

.blog_cal-border{
   background: transparent;
   border: 0 solid #0076b1;
   display: inline;
   float: left;
   font-size: 1.3em;
   margin-right: 1em;
   padding: 1px;}

.blog_cal-content{
   background: url(http://i48.servimg.com/u/f48/16/58/34/85/png1010.png);
   color: #fff;
   font-family: Trebuchet MS,Arial,Sans-Serif;
   height: 60px;
   line-height: 1.4em;
   margin-top: -9px;
   padding: 1px;
   text-align: center;
   text-shadow: 1px 1px #157EC4;
   width: 89px;}




ul.navlinks {
border-color: transparent;
    position: relative;
    top: 4px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

a.forumtitle:hover, a.topictitle:hover, a:hover
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-shadow: 1px 1px 1px #ffffff; { text-decoration: none }




______________________________________________


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; 

}
.navlinks a:hover{
        color: #5f5f5f; 


}
.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;
}









.postprofile{
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px;
}


a:hover {
cursor: url(http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/control-cursor-icon.png), default;
}





-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;





textarea.inputbox {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
    width: 85%;
}












.inputbox {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button2, input.button2, button.button2 {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
        font-family:Tahoma;
        font-weight: bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button1, input.button1 {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
   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: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
        font-family:Tahoma;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

fieldset.submit-buttons input {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
        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 {
        font-family: Trebuchet MS,Arial,Tahoma;
        display:inline-block;
   margin-left:15px;
        margin-right:auto;
        height: 20px;
        font-weight : normal;
   font-size: 1.2em;
        text-align:center;
}




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


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




/*----------Footer----------*/
.copyright {
   right: 25px;
   text-align: right;
   color: #536482;
   }


#page-footer .copyright strong a{
position: relative;
bottom: -15px;
width: 100% !important;
 }













/*------Categorii-----*/


.inputbox {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button2, input.button2, button.button2 {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
        font-family:Tahoma;
        font-weight: bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button1, input.button {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
   font-weight: bold;
   border: 1px solid #666666;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
   }



.copyright {
left: 25px;
text-align: center;
color: #536482;
   }





/*-------------BOX-------------*/

.box {
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            margin: 0px 0px 10px; }

.box-content {
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            font-size: 13px;
            font-style: italic;
            font-family: Trebuchet MS;
            text-shadow: 1px 1px 1px #ffffff;
            padding: 10px 20px 8px 90px;
            min-height:25px;
}



.box-content h3 {
            border-bottom: 1px solid #ccc;
            margin-top: 5px;
            font-family: Tahoma;
            font-weight: bold;
            font-style: normal;
            font-size: 13px;
}

/*-------------WARNING-BOX-------------*/

.warning {
          background: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
          border: 1px dashed #ccc;
}

.warning .box-content {
          color: #666;
          background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/warnin11.png) no-repeat 10px 10px;
          border: 1px solid #ffffea;
}

.warning .box-content h3 {
          color: #666;
          text-shadow: 1px 1px 1px #ffffff;
}

/*-------------INFO-BOX-------------*/

.info {
          background: url(http://i27.servimg.com/u/f27/16/17/34/47/body-b11.png);
          border: 1px dashed #ccc;
}

.info .box-content {
          color: #666;
          background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/info10.png) no-repeat 10px 10px;
          border: 1px solid #ffffea;
}

.info .box-content h3 {
          color: #666;
          text-shadow: 1px 1px 1px #ffffff;
}

/*-------------DOWNLOAD-BOX-------------*/

.download {
          background-image: url(http://i27.servimg.com/u/f27/16/17/34/47/body-b12.png);
          border: 1px dashed #ccc;
}

.download .box-content {
          color: #666;
          background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/downlo10.png) no-repeat 10px 10px;
          border: 1px solid #ffffea;
}

.download .box-content h3 {
          color: #666;
          text-shadow: 1px 1px 1px #ffffff;
}






.lastpost{
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #fff;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
margin: 3px;
width : auto;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
background: #2E2E2E opacity: 0.23;
border: 1px dashed #00B7FF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px;
}


.header .lastpost{
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.Avatar{
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;
margin: 3px;
width : auto;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
background: #2E2E2E opacity: 0.23;
border: 1px dashed #00B7FF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px; }

.header .avatar{
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;}

{
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;
background: #2E2E2E opacity: 0.23;
border: 1px dashed #00B7FF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px;
}


/*----------------------Inceput-POP-UP--by-GraphicArhive----------------------------*/
#login_popup {
  position: absolute;
        width: 500px !important;
        height: 250px !important;
  z-index: 999;
  display: none;
  background: #fff url(http://i27.servimg.com/u/f27/16/17/34/47/body-b15.png);
  border: 10px solid #ddd;
  -webkit-box-shadow: 1px 2px 5px #000;
  -moz-box-shadow: 1px 2px 5px #000;
  box-shadow: 1px 2px 5px #000;
        -webkit-border-top-left-radius: 16px;
        -webkit-border-bottom-right-radius: 16px;
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-bottomright: 16px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
  padding: 10px;
        font-family: Trebuchet MS;
  font-size: 1.2em;
  }

#login_popup input.button2 {
        cursor:pointer;
        font-size: 0px;
        background-image: url(http://i27.servimg.com/u/f27/16/17/34/47/close10.png);
        background-color: transparent;
        background-repeat: no-repeat;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        box-shadow:none;
        width: 60px !important;
        height: 60px !important;
        border: 0;
        float: right;
        margin-right: -40px;
        margin-top: -270px;
        background-position: 0 100%;
        color: transparent;
}

#login_popup .h3 {
  margin:0 0 6px;
  padding:0 0 6px;
  }
#login_popup_buttons {
  position:absolute;
  bottom:6px;
  right:6px;
  }
#login_popup_buttons input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
  margin-left:6px;
  }
/*----------------------Sfarsit-POP-UP--by-GraphicArhive----------------------------*/



#search-box{
      background: #fff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: inset 0px 1px 1px #727272;
      -moz-box-shadow: inset 0px 1px 1px #727272;
      box-shadow: inset 0px 1px 1px #727272;
background-position: right center;
float:right;
margin-top: -60px;
height: 26px;
width: 245px;
display: inline;
}

#search-box #keywords {
width: 210px;
background: transparent;
font-size: 14px;
font-weight: normal;
font-style: italic;
font-family: Georgia, serif;
color: #686767;
text-shadow: 1px 1px 1px #fff;
}

#search-box input {
border: none !important;
background: none;}

#search-box input.search {
background: none;
margin-left: -12px;
margin-top: 3px;}

#search-box input.button2 {
cursor:pointer;
font-size: 0px;
background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/search13.png);
background-color: transparent;
background-repeat: no-repeat;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
width: 13px !important;
height: 13px !important;
border: 0;
margin-left: 6px;
margin-top: 5px;
background-position: 0 100%;
color: transparent;}

#search-box input.button2:hover {
font-size: 0px;
}



.row3{
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
border: 1px dashed #a1a1a1;
text-shadow: 1px 1px 1px #fff;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px}



a:link {
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;}



.panel {
background: url("http://i67.servimg.com/u/f67/16/17/34/47/1231010.png") repeat;
    margin-bottom: 4px;
    padding: 0 10px;
}


.row {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
}





dd.posts, dd.topics, dd.views {
border-radius:100px;
font-weight: bold;
}


-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;




/-------------------------------------------------------------------------------------/
#content-container div#left, #content-container div#right{display:none;}
#content-container div#content{margin-right:0px;}
iframe[name="google_ads_frame"],
#add-google,
#add-google iframe,
#add-google iframe[name="google_ads_frame"]{
display:none!important;
visibility:invisible!important;
}
#wrap #page-body div#add-google {
    display:none!important;
   }
#add-google {
    display:none;
   }
#add-google iframe {
    display:none;
   }


.forabg .corners-top {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }

.forabg .corners-bottom {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }

.forumbg .corners-top {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }
.forumbg .corners-bottom {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }

.forabg{
padding: 3px;
border: 0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.forumbg{
padding: 3px;
border: 0 px;
-webkit-border-radius: 8px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


ul.topiclist {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

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




div#page-footer:after {
        position: relative;
        padding: 5px;
        font-family: Trebuchet MS,Tahoma,Arial;
        font-style: italic;
        font-size: 12px;
        color: #5f5f5f; 
        text-shadow: 1px 1px 1px #fff;
        margin-left: 340px;
        text-align: center;
        bottom: -35px;
        content: "Copyright © 2012 - Extreme-Design - Design and Coding by Mr.Crispy & Emanuel";
        left: -31px;
}

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz

Cod:

#i_whosonline + p {
  width: 400px;
  border-radius: 5px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-body p.page-bottom {
    position: relative;
    width: 350px;
    top: -210px;
    left: 403px;
    border-left: 1px solid #666666 ;
    padding: 5px;
    margin-bottom: -40px;
    height: 45px;
  background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
  border: 1px solid #DDD;
  padding-top: 10px;
  border-radius: 5px;
  padding-bottom: 10px;
}

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

.postprofile a img {
position: relative;
right: 4px;
}

/*Portal*/
.module {
border : 1px solid #949494;
-moz-border-radius : 7px;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
border-bottom: 1px dashed rgba(146, 146, 146, .8);
border-right: 1px dashed rgba(146, 146, 146, .8);
border-left: 1px dashed rgba(146, 146, 146, .8);
}

.module .h3 {
        border-bottom: 1px dashed rgba(146, 146, 146, .8);
        color: #666; 
    background: #EBEBEB;
    color: #232323;
    font-style: normal;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    top: -14px;
    -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;
        text-shadow: 1px 1px 1px #fff;
        text-align: center;
    font-weight: normal;   
        font-style: normal;
}
/*End Portal*/

/*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;
    }

    .postprofile dt img {
    width:180px;
    height:auto;
    padding:5px;
    border-radius:5px;
    border: solid 3px #b7b7b7;}

    .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: 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;
    background: url('http://i62.servimg.com/u/f62/15/42/26/78/11110.png');
        }

    p.author {
    border: 1px solid #D7D7D7;
    background: #EBEBEB;
    color: #232323;
    width: 225px;
    padding-top: 3px;
    padding-left: 3px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    left: -4.5px;
    }

    .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*/

/*Opacitate Avatar*/
    .postprofile {
    color: #9900FF;}

    .postprofile dl dd br{
    border-bottom: 1px solid #777 !important;
    }

    .opacitate img {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    }
    .opacitate img:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    }

    .postprofile a img{ opacity=0.4;
    filters.alpha.opacity=40;  }
 
    .postprofile a img:hover { opacity=1.0;
    filters.alpha.opacity=100;  }
/*End Opacitate Avatar*/

.postprofile {
color: #000000;
text-align: center;}

.table-title {
padding: 0px!important;
}
.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/exd10.png) no-repeat center;
}
/*--Titlul-Categoriilor--*/
.table-title, .table-title h2 {
background-color:#FFFFFF;
color: white;
display: inline;
font-size: 1em;
border-style:dashed;
border-width:1px;
border-color:#1E90FF;
-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--*/

.mini-regulament{
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #C7C7C7;
    border-radius: 3px 3px 3px 3px;
    margin-left: 304px;
    margin-top: 26px;
    padding: 5px 10px;
    width: 48%;
}
#wrap {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #EDF6F7 url(http://i45.servimg.com/u/f45/16/65/71/25/body-b12.png) repeat;
}

p em b a.gensmall { font-style: Tahoma; }
p em { font-style: Tahoma;

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

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

.module {
text-shadow: 1px 1px 1px #ffffff;
      background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat-x;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}





.panel {
background: url("http://i67.servimg.com/u/f67/16/17/34/47/1231010.png") repeat;
    margin-bottom: 4px;
    padding: 0 10px;
}


.row {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
}





dd.posts, dd.topics, dd.views {
border-radius:100px;
font-weight: bold;
text-shadow: 1px 1px 1px #ffffff;
}


.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;

}




.module span.corners-top{ background: url( );height: 33px; -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; }

.module span.corners-bottom{ background: url('http://i36.servimg.com/u/f36/15/36/89/66/x5a410.png');height: 34px; margin-top: 15px;  -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}

h3,.h3 { background: url() center bottom no-repeat; font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif; text-transform: uppercase; border: 0px; padding-bottom: 5px; font-size: 9px; color: #000}   


.overview {  border: 1px solid #C7E6FF; background-color: #F5F5FE; -webkit-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -moz-border-radius: 5px; border-left-radius: 5px; border-top-radius: 5px; position:relative }

.row .pagination { display: block; float: right; width: auto; margin-top: 0; padding: 1px 0 1px 15px; font-size: 0.9em; background: url("http://i36.servimg.com/u/f36/15/36/89/66/multip10.gif") 0 50% no-repeat; }
 #page-footer div.navbar { background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png); background-repeat: repeat-x; font-size: 9px; -moz-border-radius : 5px; -webkit-border-radius : 5px; }

.table-title{padding-left: 15px;} 

ul.linklist li { margin: 3px; }

.hierarchy {background: none;}



.hierarchy:before {content: url(http://2img.net/i/fa/empty.gif);}

#page-header ul li a { color: #FFFFFF; }

.panel { border: 1px solid #E9E9E9; background-color: #F1F1FA; } #wrap{-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}

.forabg, .forumbg {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.navbar { background-image: url(http://i48.servimg.com/u/f48/16/58/34/85/untitl27.png); background-repeat: repeat-x; font-size: 9px; -moz-border-radius : 5px; -webkit-border-radius : 15px;
width: 900px; margin-left: 1px; position: relative;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}





/*----Bloguri-----*/

.blog_cal-border{
  background: transparent;
  border: 0 solid #0076b1;
  display: inline;
  float: left;
  font-size: 1.3em;
  margin-right: 1em;
  padding: 1px;}

.blog_cal-content{
  background: url(http://i48.servimg.com/u/f48/16/58/34/85/png1010.png);
  color: #fff;
  font-family: Trebuchet MS,Arial,Sans-Serif;
  height: 60px;
  line-height: 1.4em;
  margin-top: -9px;
  padding: 1px;
  text-align: center;
  text-shadow: 1px 1px #157EC4;
  width: 89px;}




ul.navlinks {
border-color: transparent;
    position: relative;
    top: 4px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

a.forumtitle:hover, a.topictitle:hover, a:hover
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-shadow: 1px 1px 1px #ffffff; { text-decoration: none }




______________________________________________


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; 

}
.navlinks a:hover{
        color: #5f5f5f; 


}
.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;
}









.postprofile{
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px;
}


a:hover {
cursor: url(http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/control-cursor-icon.png), default;
}





-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;





textarea.inputbox {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
    width: 85%;
}












.inputbox {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button2, input.button2, button.button2 {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
        font-family:Tahoma;
        font-weight: bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button1, input.button1 {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
  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: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
        font-family:Tahoma;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

fieldset.submit-buttons input {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
        font-family:Tahoma;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

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



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




/*----------Footer----------*/
.copyright {
  right: 25px;
  text-align: right;
  color: #536482;
  }


#page-footer .copyright strong a{
position: relative;
bottom: -15px;
width: 100% !important;
 }













/*------Categorii-----*/


.inputbox {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button2, input.button2, button.button2 {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
        font-family:Tahoma;
        font-weight: bold;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;

}

a.button1, input.button {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
  font-weight: bold;
  border: 1px solid #666666;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
  }



.copyright {
left: 25px;
text-align: center;
color: #536482;
  }





/*-------------BOX-------------*/

.box {
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            margin: 0px 0px 10px; }

.box-content {
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            font-size: 13px;
            font-style: italic;
            font-family: Trebuchet MS;
            text-shadow: 1px 1px 1px #ffffff;
            padding: 10px 20px 8px 90px;
            min-height:25px;
}



.box-content h3 {
            border-bottom: 1px solid #ccc;
            margin-top: 5px;
            font-family: Tahoma;
            font-weight: bold;
            font-style: normal;
            font-size: 13px;
}

/*-------------WARNING-BOX-------------*/

.warning {
          background: url(http://i67.servimg.com/u/f67/16/17/34/47/1231010.png);
          border: 1px dashed #ccc;
}

.warning .box-content {
          color: #666;
          background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/warnin11.png) no-repeat 10px 10px;
          border: 1px solid #ffffea;
}

.warning .box-content h3 {
          color: #666;
          text-shadow: 1px 1px 1px #ffffff;
}

/*-------------INFO-BOX-------------*/

.info {
          background: url(http://i27.servimg.com/u/f27/16/17/34/47/body-b11.png);
          border: 1px dashed #ccc;
}

.info .box-content {
          color: #666;
          background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/info10.png) no-repeat 10px 10px;
          border: 1px solid #ffffea;
}

.info .box-content h3 {
          color: #666;
          text-shadow: 1px 1px 1px #ffffff;
}

/*-------------DOWNLOAD-BOX-------------*/

.download {
          background-image: url(http://i27.servimg.com/u/f27/16/17/34/47/body-b12.png);
          border: 1px dashed #ccc;
}

.download .box-content {
          color: #666;
          background: transparent url(http://i27.servimg.com/u/f27/16/17/34/47/downlo10.png) no-repeat 10px 10px;
          border: 1px solid #ffffea;
}

.download .box-content h3 {
          color: #666;
          text-shadow: 1px 1px 1px #ffffff;
}






.lastpost{
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #fff;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
margin: 3px;
width : auto;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
background: #2E2E2E opacity: 0.23;
border: 1px dashed #00B7FF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px;
}


.header .lastpost{
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.Avatar{
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;
margin: 3px;
width : auto;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;
background: #2E2E2E opacity: 0.23;
border: 1px dashed #00B7FF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px; }

.header .avatar{
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;
border: 1px dashed #00B7FF;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
border-radius : 7px;
-moz-box-shadow : 0 0 8px #666;
-webkit-box-shadow : 0 0 8px #666;
box-shadow : 0 0 8px #666;}

{
 position: relative;
font-family: Trebuchet MS,Tahoma,Arial;
font-style:Tahoma;
text-shadow: 1px 1px 1px #a1a1a1;
background: #2E2E2E opacity: 0.23;
border: 1px dashed #00B7FF;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px;
float: left;
margin-top: 20px;
padding: 10px 0px;
}


/*----------------------Inceput-POP-UP--by-GraphicArhive----------------------------*/
#login_popup {
  position: absolute;
        width: 500px !important;
        height: 250px !important;
  z-index: 999;
  display: none;
  background: #fff url(http://i27.servimg.com/u/f27/16/17/34/47/body-b15.png);
  border: 10px solid #ddd;
  -webkit-box-shadow: 1px 2px 5px #000;
  -moz-box-shadow: 1px 2px 5px #000;
  box-shadow: 1px 2px 5px #000;
        -webkit-border-top-left-radius: 16px;
        -webkit-border-bottom-right-radius: 16px;
        -moz-border-radius-topleft: 16px;
        -moz-border-radius-bottomright: 16px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
  padding: 10px;
        font-family: Trebuchet MS;
  font-size: 1.2em;
  }

#login_popup input.button2 {
        cursor:pointer;
        font-size: 0px;
        background-image: url(http://i27.servimg.com/u/f27/16/17/34/47/close10.png);
        background-color: transparent;
        background-repeat: no-repeat;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        box-shadow:none;
        width: 60px !important;
        height: 60px !important;
        border: 0;
        float: right;
        margin-right: -40px;
        margin-top: -270px;
        background-position: 0 100%;
        color: transparent;
}

#login_popup .h3 {
  margin:0 0 6px;
  padding:0 0 6px;
  }
#login_popup_buttons {
  position:absolute;
  bottom:6px;
  right:6px;
  }
#login_popup_buttons input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
  margin-left:6px;
  }
/*----------------------Sfarsit-POP-UP--by-GraphicArhive----------------------------*/



#search-box{
      background: #fff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: inset 0px 1px 1px #727272;
      -moz-box-shadow: inset 0px 1px 1px #727272;
      box-shadow: inset 0px 1px 1px #727272;
background-position: right center;
float:right;
margin-top: -60px;
height: 26px;
width: 245px;
display: inline;
}

#search-box #keywords {
width: 210px;
background: transparent;
font-size: 14px;
font-weight: normal;
font-style: italic;
font-family: Georgia, serif;
color: #686767;
text-shadow: 1px 1px 1px #fff;
}

#search-box input {
border: none !important;
background: none;}

#search-box input.search {
background: none;
margin-left: -12px;
margin-top: 3px;}

#search-box input.button2 {
cursor:pointer;
font-size: 0px;
background-image: url(http://i67.servimg.com/u/f67/16/17/34/47/search13.png);
background-color: transparent;
background-repeat: no-repeat;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
width: 13px !important;
height: 13px !important;
border: 0;
margin-left: 6px;
margin-top: 5px;
background-position: 0 100%;
color: transparent;}

#search-box input.button2:hover {
font-size: 0px;
}



.row3{
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #E1EBF2;
border: 1px dashed #a1a1a1;
text-shadow: 1px 1px 1px #fff;
border-bottom-left-radius: 20px 10px;
border-bottom-right-radius: 20px 10px;
border-top-left-radius: 20px 10px;
border-top-right-radius: 20px 10px}



a:link {
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;}



.panel {
background: url("http://i67.servimg.com/u/f67/16/17/34/47/1231010.png") repeat;
    margin-bottom: 4px;
    padding: 0 10px;
}


.row {
background: url("http://i27.servimg.com/u/f27/16/17/34/47/body-b13.png") repeat scroll 0 0 #FFFFFF;
}





dd.posts, dd.topics, dd.views {
border-radius:100px;
font-weight: bold;
}


-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;




/-------------------------------------------------------------------------------------/
#content-container div#left, #content-container div#right{display:none;}
#content-container div#content{margin-right:0px;}
iframe[name="google_ads_frame"],
#add-google,
#add-google iframe,
#add-google iframe[name="google_ads_frame"]{
display:none!important;
visibility:invisible!important;
}
#wrap #page-body div#add-google {
    display:none!important;
  }
#add-google {
    display:none;
  }
#add-google iframe {
    display:none;
  }


.forabg .corners-top {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }

.forabg .corners-bottom {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }

.forumbg .corners-top {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }
.forumbg .corners-bottom {
    display: none;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    }

.forabg{
padding: 3px;
border: 0px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.forumbg{
padding: 3px;
border: 0 px;
-webkit-border-radius: 8px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


ul.topiclist {
border: 1px dashed #a1a1a1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

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




div#page-footer:after {
        position: relative;
        padding: 5px;
        font-family: Trebuchet MS,Tahoma,Arial;
        font-style: italic;
        font-size: 12px;
        color: #5f5f5f; 
        text-shadow: 1px 1px 1px #fff;
        margin-left: 340px;
        text-align: center;
        bottom: -35px;
        content: "Copyright © 2012 - Extreme-Design - Design and Coding by Mr.Crispy & Emanuel";
        left: -31px;
}

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz
Multumesc. Este rezolvat.

description[phpBB3]Cum pot sa fac statisticile asa EmptyRe: [phpBB3]Cum pot sa fac statisticile asa

more_horiz
privacy_tip Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum