phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

il footer-r non è allineato con la pagina

Supporto stili in generale.
Avatar utente
xX_Simon_Xx
Utente Pro
Utente Pro
Messaggi: 637
Iscritto il: 25/11/2009, 15:36
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.2.13
Database: MySQL(i) 5.1.34
Contatta:

il footer-r non è allineato con la pagina

Messaggio da xX_Simon_Xx » 08/12/2009, 19:44

ho un piccolo problemino
Immagine
come potete vedere la parte destra del footer non è alineata alla pagina come faccio ad allinearlo?


questo è il mio StyleSheet

Codice: Seleziona tutto

 /*  phpBB 3.0 Style Sheet
        --------------------------------------------------------------
       Style name:      PlayStation_User_Style
       Based on style:   proSilver (this is the default phpBB 3 style)
       Original author:   subBlue ( http://www.subBlue.com/ )
       Modified by:    gokin   ( http://www.gokinstudio.com/ )
       
       Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
        --------------------------------------------------------------
    */

    @import url("common.css");
    @import url("links.css");
    @import url("content.css");
    @import url("buttons.css");
    @import url("cp.css");

    #toolbar {
        margin: 0;
        padding: 0;
        height: 30px;
        background: #000 url('{T_THEME_PATH}/images/topmenu2.gif');

    }


    #topmenu {
        margin: 0;
        padding: 0;
        font-family: tahoma, sans-serif;
        font-size: 11px;
    }

    #topmenu ul {
        padding: 0 0 0 5px;
        margin: 0;
        list-style-type: none;
        width: auto;
        float: left;
    }

    #topmenu ul li {
        margin: 0;
        padding: 0;
        display: inline;
    }

    #topmenu ul li a {
        float: left;
        display: block;
        margin: 0 0 0 2px;
        padding: 0 0 0 10px;
        text-decoration: none;
        line-height: 30px;
        color: #fcfcfc;
        background: #313131 url('{T_THEME_PATH}/images/topmenu-l.gif') 0 0 no-repeat;
    }

    #topmenu ul li a span {
        float: left;
        display: block;
        padding: 0 15px 0 7px;
        cursor: pointer;
        background: #313131 url('{T_THEME_PATH}/images/topmenu-r.gif') 100% 0 no-repeat;
    }

    #topmenu ul li a.current {
        color: #000;
        font-weight: bold;
        background: #fff url('{T_THEME_PATH}/images/topmenu-active-l.gif') 0 0 no-repeat;
    }

    #topmenu ul li a.current span {
        display: block;
        width: auto;
        background: #fff url('{T_THEME_PATH}/images/topmenu-active-r.gif') 100% 0 no-repeat;
    }

    #topmenu ul li a:hover {
         color: #000;
        font-weight: none;
        background: #fff url('{T_THEME_PATH}/images/topmenu-active-l.gif') 0 0 no-repeat;
    }

    #topmenu ul li a:hover span {
        display: block;
        width: auto;
        background: #fff url('{T_THEME_PATH}/images/topmenu-active-r.gif') 100% 0 no-repeat;
    }


    /* proSilver Form Styles
    ---------------------------------------- */

    /* General form styles
    ----------------------------------------*/
    fieldset {
       border-width: 0;
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-size: 1.1em;
    }

    input {
       font-weight: normal;
       cursor: pointer;
       vertical-align: middle;
       padding: 0 3px;
       font-size: 1em;
       font-family: Verdana, Helvetica, Arial, sans-serif;
    }

    select {
       font-family: Verdana, Helvetica, Arial, sans-serif;
       font-weight: normal;
       cursor: pointer;
       vertical-align: middle;
       border: 1px solid #666666;
       padding: 1px;
       background-color: #FAFAFA;
    }

    option {
       padding-right: 1em;
    }

    option.disabled-option {
       color: graytext;
    }

    textarea {
       font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
       width: 60%;
       padding: 2px;
       font-size: 1em;
       line-height: 1.4em;
    }

    label {
       cursor: default;
       padding-right: 5px;
       color: #676767;
    }

    label input {
       vertical-align: middle;
    }

    label img {
       vertical-align: middle;
    }

    /* Definition list layout for forms
    ---------------------------------------- */
    fieldset dl {
       padding: 4px 0;
    }

    fieldset dt {
       float: left;   
       width: 40%;
       text-align: left;
       display: block;
    }

    fieldset dd {
       margin-left: 41%;
       vertical-align: top;
       margin-bottom: 3px;
    }

    /* Specific layout 1 */
    fieldset.fields1 dt {
       width: 15em;
       border-right-width: 0;
    }

    fieldset.fields1 dd {
       margin-left: 15em;
       border-left-width: 0;
    }

    fieldset.fields1 {
       background-color: transparent;
    }

    fieldset.fields1 div {
       margin-bottom: 3px;
    }

    /* Specific layout 2 */
    fieldset.fields2 dt {
       width: 15em;
       border-right-width: 0;
    }

    fieldset.fields2 dd {
       margin-left: 16em;
       border-left-width: 0;
    }

    /* Form elements */
    dt label {
       font-weight: bold;
       text-align: left;
    }

    dd label {
       white-space: nowrap;
       color: #333;
    }

    dd input, dd textarea {
       margin-right: 3px;
    }

    dd select {
       width: auto;
    }

    dd textarea {
       width: 85%;
    }

    /* Hover effects */
    fieldset dl:hover dt label {
       color: #000000;
    }

    fieldset.fields2 dl:hover dt label {
       color: inherit;
    }

    #timezone {
       width: 95%;
    }

    * html #timezone {
       width: 50%;
    }

    /* Quick-login on index page */
    fieldset.quick-login {
       margin-top: 5px;
    }

    fieldset.quick-login input {
       width: auto;
    }

    fieldset.quick-login input.inputbox {
       width: 15%;
       vertical-align: middle;
       margin-right: 5px;
       background-color: #f3f3f3;
    }

    fieldset.quick-login label {
       white-space: nowrap;
       padding-right: 2px;
    }

    /* Display options on viewtopic/viewforum pages  */
    fieldset.display-options {
       text-align: center;
       margin: 3px 0 5px 0;
    }

    fieldset.display-options label {
       white-space: nowrap;
       padding-right: 2px;
    }

    fieldset.display-options a {
       margin-top: 3px;
    }

    /* Display actions for ucp and mcp pages */
    fieldset.display-actions {
       text-align: right;
       line-height: 2em;
       white-space: nowrap;
       padding-right: 1em;
    }

    fieldset.display-actions label {
       white-space: nowrap;
       padding-right: 2px;
    }

    fieldset.sort-options {
       line-height: 2em;
    }

    /* MCP forum selection*/
    fieldset.forum-selection {
       margin: 5px 0 3px 0;
       float: right;
    }

    fieldset.forum-selection2 {
       margin: 13px 0 3px 0;
       float: right;
    }

    /* Jumpbox */
    fieldset.jumpbox {
       text-align: right;
       margin-top: 15px;
       height: 2.5em;
    }

    fieldset.quickmod {
       width: 50%;
       float: right;
       text-align: right;
       height: 2.5em;
    }

    /* Submit button fieldset */
    fieldset.submit-buttons {
       text-align: center;
       vertical-align: middle;
       margin: 5px 0;
    }

    fieldset.submit-buttons input {
       vertical-align: middle;
       padding-top: 3px;
       padding-bottom: 3px;
    }

    /* Posting page styles
    ----------------------------------------*/

    /* Buttons used in the editor */
    #format-buttons {
       margin: 15px 0 2px 0;
    }

    #format-buttons input, #format-buttons select {
       vertical-align: middle;
    }

    /* Main message box */
    #message-box {
       width: 80%;
    }

    #message-box textarea {
       font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
       width: 100%;
       font-size: 1.2em;
       color: #333333;
    }

    /* Emoticons panel */
    #smiley-box {
       width: 18%;
       float: right;
    }

    #smiley-box img {
       margin: 3px;
    }

    /* Input field styles
    ---------------------------------------- */
    .inputbox {
       background-color: #FFFFFF;
       border: 1px solid #c0c0c0;
       color: #333333;
       padding: 2px;
       cursor: text;
    }

    .inputbox:hover {
       border: 1px solid #eaeaea;
    }

    .inputbox:focus {
       border: 1px solid #eaeaea;
       color: #4b4b4b;
    }

    input.inputbox   { width: 85%; }
    input.medium   { width: 50%; }
    input.narrow   { width: 25%; }
    input.tiny      { width: 125px; }

    textarea.inputbox {
       width: 85%;
    }

    .autowidth {
       width: auto !important;
    }

    /* Form button styles
    ---------------------------------------- */
    input.button1, input.button2 {
       font-size: 1em;
    }

    a.button1, input.button1, input.button3, a.button2, input.button2 {
       width: auto !important;
       padding-top: 1px;
       padding-bottom: 1px;
       font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
       color: #000;
       background: #FAFAFA none repeat-x top;
    }

    a.button1, input.button1 {
       font-weight: bold;
       border: 1px solid #666666;
    }

    input.button3 {
       padding: 0;
       margin: 0;
       line-height: 5px;
       height: 12px;
       background-image: none;
       font-variant: small-caps;
    }

    /* Alternative button */
    a.button2, input.button2, input.button3 {
       border: 1px solid #666666;
    }

    /* <a> button in the style of the form buttons */
    a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
       text-decoration: none;
       color: #000000;
       padding: 2px 8px;
       line-height: 250%;
       vertical-align: text-bottom;
       background-position: 0 1px;
    }

    /* Hover states */
    a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
       border: 1px solid #BCBCBC;
       background-position: 0 100%;
       color: #BCBCBC;
    }

    input.disabled {
       font-weight: normal;
       color: #666666;
    }

    /* Topic and forum Search */
    .search-box {
       margin-top: 3px;
       margin-left: 5px;
       float: left;
    }

    .search-box input {
    }

    input.search {
       background-image: none;
       background-repeat: no-repeat;
       background-position: left 1px;
       padding-left: 17px;
    }

    .full { width: 95%; }
    .medium { width: 50%;}
    .narrow { width: 25%;}
    .tiny { width: 10%;}
    /* proSilver Style Sheet Tweaks

    These style definitions are mainly IE specific
    tweaks required due to its poor CSS support.
    -------------------------------------------------*/

    * html table, * html select, * html input { font-size: 100%; }
    * html hr { margin: 0; }
    * html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); }
    * html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); }
    * html div.headerbar span.corners-top { background-image: url("{T_THEME_PATH}/images/corners_left3.gif"); }
    * html div.headerbar span.corners-top span { background-image: url("{T_THEME_PATH}/images/corners_right3.gif"); }

    #wrap { direction: ltr; } /* Fix for breakup of the borders when using IE and RTL */

    * html .inside { float: right; } /* Bottom-right corner fix when using IE6 and RTL */

    .headerbar, #site-description { position: relative; } /* IE headerbar fix */


    table.table1 {
       width: 99%;      /* IE < 6 browsers */
       /* Tantek hack */
       voice-family: "\"}\"";
       voice-family: inherit;
       width: 100%;
    }
    html>body table.table1 { width: 100%; }   /* Reset 100% for opera */

    * html ul.topiclist li { position: relative; }
    * html .postbody h3 img { vertical-align: middle; }

    /* Form styles */
    html>body dd label input { vertical-align: text-bottom; }   /* Align checkboxes/radio buttons nicely */

    * html input.button1, * html input.button2 {
       padding-bottom: 0;
       margin-bottom: 1px;
    }

    /* Misc layout styles */
    * html .column1, * html .column2 { width: 45%; }

    /* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
       From http://www.positioniseverything.net/easyclearing.html
    #tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
       content: ".";
       display: block;
       height: 0;
       clear: both;
       visibility: hidden;
    }*/

    .clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
       height: 1%;
       overflow: hidden;
    }

    /* viewtopic fix */
    * html .post {
       height: 25%;
       overflow: hidden;
    }

    /* navbar fix */
    * html .clearfix, * html .navbar, ul.linklist {
       height: 4%;
       overflow: hidden;
    }

    /* Simple fix so forum and topic lists always have a min-height set, even in IE6
       From http://www.dustindiaz.com/min-height-fast-hack */
    dl.icon {
       min-height: 35px;
       height: auto !important;
       height: 35px;
    }

    * html #search-box {
       width: 25%;
    }

    /* Correctly clear floating for details on profile view */
    *:first-child+html dl.details dd {
       margin-left: 30%;
       float: none;
    }

    * html dl.details dd {
       margin-left: 30%;
       float: none;
    }
    /*     
    --------------------------------------------------------------
    Colours and backgrounds for common.css
    -------------------------------------------------------------- */

    html, body {
       
       cursor: url("http://playstationuser.altervista.org/images/cursor.cur"), auto;

       color: #606060;
       background-color: #5F5E5E;
       background-image: url("{T_THEME_PATH}/images/background.gif");
       background-repeat: repeat-x;
    }

    h1 {
       color: #FFFFFF;
    }

    h2 {
       color: #28313F;
    }

    h3 {
       border-bottom-color: #CCCCCC;
       color: #464646;
    }

    hr {
       border-color: #FFFFFF;
       border-top-color: #CCCCCC;
    }

    hr.dashed {
       border-top-color: #CCCCCC;
    }

    /* Search box
    --------------------------------------------- */

    #search-box {
       color: #FFFFFF;
    }

    #search-box #keywords {
       background-color: #FFF;
    }

    #search-box input {
       border-color: #525E67;
    }

    /* Round cornered boxes and backgrounds
    ---------------------------------------- */
    .headerbar {
       background-color: transparent;
       width: 846px;
       height: 200px;
       color: #9DB92C;
    }
    .headerbar2 {
       background-color: transparent;
       background-image: url("{T_THEME_PATH}/images/logoX.gif");
       background-repeat: no-repeat;
       width: 846px;
       height: 200px;
       color: #9DB92C;
    }

    .navbar {
       background-color: #E5E6E5;
    }

    .forabg, .forumbg {
       background-color: #535353;
       background-image: url("{T_THEME_PATH}/images/bg_list.gif");
    }

    /*
    .forumbg {
       background-color: #7C8891;
       background-image: url("{T_THEME_PATH}/images/bg_header.gif");
    }
    */

    .panel {
       background-color: #ECECEC;
       color: #28313F;
    }

    .post:target .content {
       color: #000000;
    }

    .post:target h3 a {
       color: #000000;
    }

    .bg1   { background-color: #F2F3F2; }
    .bg2   { background-color: #F8F7F7;  }
    .bg3   { background-color: #F1F1F1; }

    .ucprowbg {
       background-color: #E5E6E5;
    }

    .fieldsbg {
       background-color: #E7E8EA;
    }

    span.corners-top {
       background-image: url("{T_THEME_PATH}/images/corners_left.png");
    }

    span.corners-top span {
       background-image: url("{T_THEME_PATH}/images/corners_right.png");
    }

    span.corners-bottom {
       background-image: url("{T_THEME_PATH}/images/corners_left.png");
    }

    span.corners-bottom span {
       background-image: url("{T_THEME_PATH}/images/corners_right.png");
    }

    div.headerbar span.corners-top {
        background-image: url("{T_THEME_PATH}/images/corners_left2.png");
    }

    div.headerbar span.corners-top span {
        background-image: url("{T_THEME_PATH}/images/corners_right2.png");
    }

    /* Horizontal lists
    ----------------------------------------*/

    ul.navlinks {
       border-bottom-color: #FFFFFF;
    }

    /* Table styles
    ----------------------------------------*/
    table.table1 thead th {
       color: #FFFFFF;
    }

    table.table1 tbody tr {
       border-color: #BFC1CF;
    }

    table.table1 tbody tr:hover, table.table1 tbody tr.hover {
       background-color: #F2F2F2;
       color: #000;
    }

    table.table1 td {
       color: #606060;
    }

    table.table1 tbody td {
       border-top-color: #FAFAFA;
    }

    table.table1 tbody th {
       border-bottom-color: #000000;
       color: #333333;
       background-color: #FFFFFF;
    }

    table.info tbody th {
       color: #000000;
    }

    /* Misc layout styles
    ---------------------------------------- */
    dl.details dt {
       color: #000000;
    }

    dl.details dd {
       color: #606060;
    }

    .sep {
       color: #1198D9;
    }

    /* Pagination
    ---------------------------------------- */

    .pagination span strong {
       color: #FFFFFF;
       background-color: #E8E8E8;
       border-color: #E8E8E8;
    }

    .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
       color: #5C758C;
       background-color: #ECEDEE;
       border-color: #B4BAC0;
    }

    .pagination span a:hover {
       border-color: #CADCEB;
       background-color: #CADCEB;
       color: #FFF;
    }

    /* Pagination in viewforum for multipage topics */
    .row .pagination {
       background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
    }

    .row .pagination span a, li.pagination span a {
       background-color: #FFFFFF;
    }

    .row .pagination span a:hover, li.pagination span a:hover {
       background-color: #CADCEB;
    }

    /* Miscellaneous styles
    ---------------------------------------- */

    .copyright {
       color: #a7a7a7;
    }

    .copyright a {
        color: #f4a100 !important;
    }

    .error {
       color: #bc2a4d;
    }

    .reported {
       background-color: #F7ECEF !important;
    }

    li.reported:hover {
       background-color: #ECD5D8 !important;
    }
    .sticky, .announce {
       /* you can add a background for stickies and announcements*/
    }

    div.rules {
       background-color: #ECD5D8;
       color: #bc2a4d;
    }

    p.rules {
       background-color: #ECD5D8;
       background-image: none;
    }

    /*     
    --------------------------------------------------------------
    Colours and backgrounds for links.css
    -------------------------------------------------------------- */

    a:link   { color: #5a5a5a; }
    a:visited   { color: #5a5a5a; }
    a:hover   { color: #336FD3; }
    a:active   { color: #CADCEB; }

    /* Links on gradient backgrounds */
    #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
       color: #FFFFFF;
    }

    #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
       color: #FFFFFF;
    }

    #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
       color: #7B9028;
    }

    #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
       color: #000000;
    }

    /* Links for forum/topic lists */
    a.forumtitle {
       color: #5a5a5a;
    }

    /* a.forumtitle:visited { color: #5a5a5a; } */

    a.forumtitle:hover {
       color: #AECE2C;
    }

    a.forumtitle:active {
       color: #5a5a5a;
    }

    a.topictitle {
       color: #5a5a5a;
    }

    /* a.topictitle:visited { color: #CADCEB; } */

    a.topictitle:hover {
       color: #92AD27;
    }

    a.topictitle:active {
       color: #5a5a5a;
    }

    /* Post body links */
    .postlink {
       color: #CADCEB;
       border-bottom-color: #CADCEB;
    }

    .postlink:visited {
       color: #5D8FBD;
       border-bottom-color: #666666;
    }

    .postlink:active {
       color: #CADCEB;
    }

    .postlink:hover {
       background-color: #D0E4F6;
       color: #0D4473;
    }

    .signature a, .signature a:visited, .signature a:active, .signature a:hover {
       background-color: transparent;
    }

    /* Profile links */
    .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
       color: #5a5a5a;
    }

    .postprofile a:hover, .postprofile dt.author a:hover {
       color: #7E9524;
    }

    /* Profile searchresults */   
    .search .postprofile a {
       color: #5a5a5a;
    }

    .search .postprofile a:hover {
       color: #7E9524;
    }

    /* Back to top of page */
    a.top {
       background-image: url("{IMG_ICON_BACK_TOP_SRC}");
    }

    a.top2 {
       background-image: url("{IMG_ICON_BACK_TOP_SRC}");
    }

    /* Arrow links  */
    a.up      { background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
    a.down      { background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
    a.left      { background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
    a.right      { background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }

    a.up:hover {
       background-color: transparent;
    }

    a.left:hover {
       color: #CADCEB;
    }

    a.right:hover {
       color: #CADCEB;
    }


    /*     
    --------------------------------------------------------------
    Colours and backgrounds for content.css
    -------------------------------------------------------------- */


    ul.forums {
       background-color: #FFFFFF;
       background-image: url("{T_THEME_PATH}/images/gradient.gif");
       background-repeat: repeat-x;
    }

    ul.topiclist li {
       color: #4C5D77;
    }

    ul.topiclist dd {
       border-left-color: #FFFFFF;
    }

    .rtl ul.topiclist dd {
       border-right-color: #fff;
       border-left-color: transparent;
    }

    ul.topiclist li.row dt a.subforum.read {
       background-image: url("{IMG_SUBFORUM_READ_SRC}");
    }

    ul.topiclist li.row dt a.subforum.unread {
       background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
    }
    li.row {
       background-color: #E8ECEE;
       background-image: url("{T_THEME_PATH}/images/gradient.gif");
       background-repeat: repeat-x;
    }

    li.row strong {
       color: #000000;
    }

    /*
    li.row:hover {
       background-color: #F6F4D0;
    }
    */

    li.row:hover dd {
       border-left-color: #CCCCCC;
    }

    .rtl li.row:hover dd {
       border-right-color: #CCCCCC;
       border-left-color: transparent;
    }

    li.header dt, li.header dd {
       color: #FFFFFF;
    }

    /* Forum list column styles */
    ul.topiclist dd.searchextra {
       color: #333333;
    }

    /* Post body styles
    ----------------------------------------*/
    .postbody {
       color: #333333;
    }

    /* Content container styles
    ----------------------------------------*/
    .content {
       color: #333333;
    }

    .content h2, .panel h2 {
       color: #464646;
       border-bottom-color:  #CCCCCC;
    }

    dl.faq dt {
       color: #333333;
    }

    .posthilit {
       background-color: #F3BFCC;
       color: #92AD27;
    }

    /* Post signature */
    .signature {
       border-top-color: #CCCCCC;
    }

    /* Post noticies */
    .notice {
       border-top-color:  #CCCCCC;
    }

    /* BB Code styles
    ----------------------------------------*/
    /* Quote block */
    blockquote {
       background-color: #EBEADD;
       background-image: url("{T_THEME_PATH}/images/quote.gif");
       border-color:#DBDBCE;
    }

    blockquote blockquote {
       /* Nested quotes */
       background-color:#EFEED9;
    }

    blockquote blockquote blockquote {
       /* Nested quotes */
       background-color: #EBEADD;
    }

    /* Code block */
    dl.codebox {
       background-color: #FFFFFF;
       border-color: #C9D2D8;
    }

    dl.codebox dt {
       border-bottom-color:  #CCCCCC;
    }

    dl.codebox code {
       color: #2E8B57;
    }

    .syntaxbg      { color: #FFFFFF; }
    .syntaxcomment   { color: #FF8000; }
    .syntaxdefault   { color: #0000BB; }
    .syntaxhtml      { color: #000000; }
    .syntaxkeyword   { color: #007700; }
    .syntaxstring   { color: #DD0000; }

    /* Attachments
    ----------------------------------------*/
    .attachbox {
       background-color: #FFFFFF;
       border-color:  #C9D2D8;
    }

    .pm-message .attachbox {
       background-color: #F2F3F3;
    }

    .attachbox dd {
       border-top-color: #C9D2D8;
    }

    .attachbox p {
       color: #666666;
    }

    .attachbox p.stats {
       color: #666666;
    }

    .attach-image img {
       border-color: #999999;
    }

    /* Inline image thumbnails */

    dl.file dd {
       color: #666666;
    }

    dl.thumbnail img {
       border-color: #666666;
       background-color: #FFFFFF;
    }

    dl.thumbnail dd {
       color: #666666;
    }

    dl.thumbnail dt a:hover {
       background-color: #EEEEEE;
    }

    dl.thumbnail dt a:hover img {
       border-color: #CADCEB;
    }

    /* Post poll styles
    ----------------------------------------*/

    fieldset.polls dl {
       border-top-color: #E5E6E5;
       color: #666666;
    }

    fieldset.polls dl.voted {
       color: #000000;
    }

    fieldset.polls dd div {
       color: #FFFFFF;
    }

    .rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
       border-right-color: transparent;
    }

    .pollbar1 {
       background-color: #AA2346;
       border-bottom-color: #74162C;
       border-right-color: #74162C;
    }

    .rtl .pollbar1 {
       border-left-color: #74162C;
    }

    .pollbar2 {
       background-color: #BE1E4A;
       border-bottom-color: #8C1C38;
       border-right-color: #8C1C38;
    }

    .rtl .pollbar2 {
       border-left-color: #8C1C38;
    }

    .pollbar3 {
       background-color: #D11A4E;
       border-bottom-color: #AA2346;
       border-right-color: #AA2346;
    }

    .rtl .pollbar3 {
       border-left-color: #AA2346;
    }

    .pollbar4 {
       background-color: #E41653;
       border-bottom-color: #BE1E4A;
       border-right-color: #BE1E4A;
    }

    .rtl .pollbar4 {
       border-left-color: #BE1E4A;
    }

    .pollbar5 {
       background-color: #F81157;
       border-bottom-color: #D11A4E;
       border-right-color: #D11A4E;
    }

    .rtl .pollbar5 {
       border-left-color: #D11A4E;
    }

    /* Poster profile block
    ----------------------------------------*/
    .postprofile {
       color: #666666;
       border-left-color: #FFFFFF;
    }

    .rtl .postprofile {
       border-right-color: #FFFFFF;
       border-left-color: transparent;
    }

    .pm .postprofile {
       border-left-color: #DDDDDD;
    }

    .rtl .pm .postprofile {
       border-right-color: #DDDDDD;
       border-left-color: transparent;
    }

    .postprofile strong {
       color: #000000;
    }

    .online {
       background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
    }

    /*     
    --------------------------------------------------------------
    Colours and backgrounds for buttons.css
    -------------------------------------------------------------- */

    /* Big button images */
    .reply-icon span   { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
    .post-icon span      { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
    .locked-icon span   { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
    .pmreply-icon span   { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
    .newpm-icon span    { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
    .forwardpm-icon span   { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

    a.print {
       background-image: url("{T_THEME_PATH}/images/icon_print.gif");
    }

    a.sendemail {
       background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
    }

    a.fontsize {
       background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif");
    }

    /* Icon images
    ---------------------------------------- */
    .sitehome                  { background-image: url("{T_THEME_PATH}/images/icon_home.png"); }
    .icon-faq                  { background-image: url("{T_THEME_PATH}/images/icon_faq.png"); }
    .icon-members               { background-image: url("{T_THEME_PATH}/images/icon_members.png"); }
    .icon-home                  { background-image: url("{T_THEME_PATH}/images/icon_home.png"); }
    .icon-ucp                  { background-image: url("{T_THEME_PATH}/images/icon_ucp.png"); }
    .icon-register               { background-image: url("{T_THEME_PATH}/images/icon_register.png"); }
    .icon-logout               { background-image: url("{T_THEME_PATH}/images/icon_logout.png"); }
    .icon-bookmark               { background-image: url("{T_THEME_PATH}/images/icon_bookmark.png"); }
    .icon-bump                  { background-image: url("{T_THEME_PATH}/images/icon_bump.png"); }
    .icon-subscribe               { background-image: url("{T_THEME_PATH}/images/icon_subscribe.png"); }
    .icon-unsubscribe            { background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.png"); }
    .icon-pages                  { background-image: url("{T_THEME_PATH}/images/icon_pages.png"); }
    .icon-search               { background-image: url("{T_THEME_PATH}/images/icon_search.png"); }

    /* Profile & navigation icons */
    .email-icon, .email-icon a      { background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
    .aim-icon, .aim-icon a         { background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
    .yahoo-icon, .yahoo-icon a      { background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
    .web-icon, .web-icon a         { background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
    .msnm-icon, .msnm-icon a         { background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
    .icq-icon, .icq-icon a         { background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
    .jabber-icon, .jabber-icon a      { background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
    .pm-icon, .pm-icon a            { background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
    .quote-icon, .quote-icon a      { background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }

    /* Moderator icons */
    .report-icon, .report-icon a      { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
    .edit-icon, .edit-icon a         { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
    .delete-icon, .delete-icon a      { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
    .info-icon, .info-icon a         { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
    .warn-icon, .warn-icon a         { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */

    /*     
    --------------------------------------------------------------
    Colours and backgrounds for cp.css
    -------------------------------------------------------------- */

    /* Main CP box
    ----------------------------------------*/

    #cp-main h3, #cp-main hr, #cp-menu hr {
       border-color: #A4B3BF;
    }

    #cp-main .panel li.row {
       border-bottom-color: #B5C1CB;
       border-top-color: #F9F9F9;
    }

    ul.cplist {
       border-top-color: #B5C1CB;
    }

    #cp-main .panel li.header dd, #cp-main .panel li.header dt {
       color: #000000;
    }

    #cp-main table.table1 thead th {
       color: #333333;
       border-bottom-color: #333333;
    }

    #cp-main .pm-message {
       border-color: #DBDEE2;
       background-color: #FFFFFF;
    }

    /* CP tabbed menu
    ----------------------------------------*/
    #tabs a {
       background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
    }

    #tabs a span {
       background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
       color: #606060;
    }

    #tabs a:hover span {
       color: #92AD27;
    }

    #tabs .activetab a {
       border-bottom-color: #F1F1F1;
    }

    #tabs .activetab a span {
       color: #333333;
    }

    #tabs .activetab a:hover span {
       color: #000000;
    }

    /* Mini tabbed menu used in MCP
    ----------------------------------------*/
    #minitabs li {
       background-color: #f3e9cf;
    }

    #minitabs li.activetab {
       background-color: #F9F9F9;
    }

    #minitabs li.activetab a, #minitabs li.activetab a:hover {
       color: #333333;
    }

    /* UCP navigation menu
    ----------------------------------------*/

    /* Link styles for the sub-section links */
    #navigation a {
       color: #333;
       background-color: #C3C3C3;
       background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
    }

    #navigation a:hover {
       background-color: #C3C3C3;
       color: #92AD27;
    }

    #navigation #active-subsection a {
       color: #7E9524;
       background-color: #F9F9F9;
       background-image: none;
    }

    #navigation #active-subsection a:hover {
       color: #7E9524;
    }

    /* Preferences pane layout
    ----------------------------------------*/
    #cp-main h2 {
       color: #333333;
    }

    #cp-main .panel {
       background-color: #F9F9F9;
    }

    #cp-main .pm {
       background-color: #FFFFFF;
    }

    #cp-main span.corners-top, #cp-menu span.corners-top {
       background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
    }

    #cp-main span.corners-top span, #cp-menu span.corners-top span {
       background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
    }

    #cp-main span.corners-bottom, #cp-menu span.corners-bottom {
       background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
    }

    #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
       background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
    }

    /* Topicreview */
    #cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
       background-image: url("{T_THEME_PATH}/images/corners_left.gif");
    }

    #cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
       background-image: url("{T_THEME_PATH}/images/corners_right.gif");
    }

    #cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
       background-image: url("{T_THEME_PATH}/images/corners_left.gif");
    }

    #cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
       background-image: url("{T_THEME_PATH}/images/corners_right.gif");
    }

    /* Friends list */
    .cp-mini {
       background-color: #eef5f9;
    }

    dl.mini dt {
       color: #425067;
    }

    /* PM Styles
    ----------------------------------------*/
    /* PM Message history */
    .current {
       color: #525252 !important;
    }

    /* PM marking colours */
    .pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
       border-left-color: #92AD27;
       border-right-color: #92AD27;
    }

    .pmlist li.pm_marked_colour, .pm_marked_colour {
       border-color: #FF6600;
    }

    .pmlist li.pm_replied_colour, .pm_replied_colour {
       border-color: #A9B8C2;
    }

    .pmlist li.pm_friend_colour, .pm_friend_colour {
       border-color: #5D8FBD;
    }

    pmlist li.pm_foe_colour, .pm_foe_colour {
       border-color: #000000;
    }

    /* Avatar gallery */
    #gallery label {
       background-color: #FFFFFF;
       border-color: #CCC;
    }

    #gallery label:hover {
       background-color: #EEE;
    }

    /*     
    --------------------------------------------------------------
    Colours and backgrounds for forms.css
    -------------------------------------------------------------- */

    /* General form styles
    ----------------------------------------*/
    select {
       border-color: #666666;
       background-color: #FAFAFA;
    }

    label {
       color: #425067;
    }

    option.disabled-option {
       color: graytext;
    }

    /* Definition list layout for forms
    ---------------------------------------- */
    dd label {
       color: #333;
    }

    /* Hover effects */
    fieldset dl:hover dt label {
       color: #000000;
    }

    fieldset.fields2 dl:hover dt label {
       color: inherit;
    }

    /* Quick-login on index page */
    fieldset.quick-login input.inputbox {
       background-color: #F2F3F3;
    }

    /* Posting page styles
    ----------------------------------------*/

    #message-box textarea {
       color: #333333;
    }

    /* Input field styles
    ---------------------------------------- */
    .inputbox {
       background-color: #FFFFFF;
       border-color: #B4BAC0;
       color: #333333;
    }

    .inputbox:hover {
       border-color: #9DB92C;
    }

    .inputbox:focus {
       border-color: #9DB92C;
       color: #0F4987;
    }

    /* Form button styles
    ---------------------------------------- */

    a.button1, input.button1, input.button3, a.button2, input.button2 {
       color: #000;
       background-color: #FAFAFA;
       background-image: url("{T_THEME_PATH}/images/bg_button.gif");
    }

    a.button1, input.button1 {
       border-color: #666666;
    }

    input.button3 {
       background-image: none;
    }

    /* Alternative button */
    a.button2, input.button2, input.button3 {
       border-color: #666666;
    }

    /* <a> button in the style of the form buttons */
    a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
       color: #000000;
    }

    /* Hover states */
    a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
       border-color: #92AD27;
       color: #92AD27;
    }

    input.search {
       background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
    }

    input.disabled {
       color: #666666;
    }

    a:link {
        color: #5F5E5E;
        text-decoration: none;
    }

    a:visited {
        color: #9DB92C;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }
    /* Navigation links - for the link tree. */

    .nav, .nav:link, .nav:visited {
        color: #000000;
        text-decoration: none;
    }

    a.nav:hover {
        color: #cc3333;
        text-decoration: underline;
    }

    body {
        background: #5f5e5e url("{T_THEME_PATH}/images/body-bg.gif") 0 0 repeat-x;
        padding: 30px 0 0 0;
        margin: 0;
    }

    #wrapper {
        width: 950px;
        min-width: 720px;
        margin: 0 auto;
        padding: 0;
    }

    #shad-l {
        padding-left: 18px;
        background: url("{T_THEME_PATH}/images/shadow-l.gif") 0 0 no-repeat;
    }

    #shad-r {
        padding-right: 18px;
        background: url("{T_THEME_PATH}/images/shadow-r.gif") 100% 0 no-repeat;
    }

    #header {
        position: relative;
        height: 120px;
        overflow: hidden;
        background: #9DB92C url("{T_THEME_PATH}/images/header-bg.gif") 0 0 repeat-x;
    }

    #head-r {
        height: 120px;
        background: url("{T_THEME_PATH}/images/logo.gif") 3% 0 no-repeat;
    }

    #head-l {
        background: url("{T_THEME_PATH}/images/header-l.gif") 0 0 no-repeat;
    }

    #logo {
        position: absolute;
        top: 0px;
        left: 20px;
        display: block;
        width: 400px;
        height: 120px;
        cursor: pointer;

    }

    #userarea {
        height: 73px;
        float: right;
        padding: 12px 25px 0 0;
        text-align: right;
        font-size: 1.0em;
        color: #ddd;
        font-family: tahoma, sans-serif;
    }

    #userarea a:link, #userarea a:visited {
        color: #eee;
    }

    #userarea a:hover {
        color: #ccc;
        text-decoration: underline;
    }

    #searcharea {
        float: right;
        padding: 5px 25px 0 0;
        margin: 0;
        clear: both;
    }



    #bodyarea {
        padding: 10px;
        margin: 0;
        background: #fcfcfc url("{T_THEME_PATH}/images/bodyarea-bg.gif") 0 0 repeat-x;
    }

    #footer {
        background: #272727 url("{T_THEME_PATH}/images/footer-bg.gif") 0 100% repeat-x;
    }

    #foot-r {
        height: 140px;
        background: url("{T_THEME_PATH}/images/footer-r.gif") 100% 100% no-repeat;
    }

    #foot-l {
        background: url("{T_THEME_PATH}/images/footer-l.gif") 0 100% no-repeat;
    }

    #footerarea {
        text-align: center;
        padding: 10px;
        color: #ccc;
    }

    #footerarea a:link, #footerarea a:visited {
        color: #a0a0a0;
    }

    #footerarea a:hover {
        color: #ccc;
        text-decoration: none;
    }


Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da Carlo » 08/12/2009, 20:24

Hai due possibilità:
1) allargare il wrap del forum dal CSS;
2) diminuire la lunghezza dell'immagine della barra del footer con un programma di grafica;
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
xX_Simon_Xx
Utente Pro
Utente Pro
Messaggi: 637
Iscritto il: 25/11/2009, 15:36
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.2.13
Database: MySQL(i) 5.1.34
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da xX_Simon_Xx » 08/12/2009, 22:16

non credo sia un fatto di dimensioni dato che fino a qualche giorno fa era allineato. credo che si sia spostato da quando ho aggiunto il contatore ora provo a levarlo e a vedere cosa succede se no se non si trova altra soluzione basta aggiungere una striscia grigia nel footer-r in modo che si veda allineato

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da Haku » 09/12/2009, 0:34

Simon,posta il codice del contatore,è probabile che il problema si possa risolvere da la ;)

Avatar utente
xX_Simon_Xx
Utente Pro
Utente Pro
Messaggi: 637
Iscritto il: 25/11/2009, 15:36
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.2.13
Database: MySQL(i) 5.1.34
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da xX_Simon_Xx » 09/12/2009, 14:32

ho provato a tigliere i contatore ma il risultato è lo stesso quindi il contatore non centra

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da Haku » 09/12/2009, 15:46

Cerca il percorso dell'immagine nel css.
Io non ci ho ancora dato un'occhio,ma posso notare dal tuo forum che hai già cambiato i paramteri.
Devo mettere a posto però ;)

Avatar utente
xX_Simon_Xx
Utente Pro
Utente Pro
Messaggi: 637
Iscritto il: 25/11/2009, 15:36
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.2.13
Database: MySQL(i) 5.1.34
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da xX_Simon_Xx » 09/12/2009, 17:12

bè provvisoriamente ho risolto così:
Immagine


aggiungendo una striscia grigia al lato

Avatar utente
xX_Simon_Xx
Utente Pro
Utente Pro
Messaggi: 637
Iscritto il: 25/11/2009, 15:36
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.2.13
Database: MySQL(i) 5.1.34
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da xX_Simon_Xx » 12/01/2010, 7:33

bè ora il modo provvisiorio di risolvere non va più bene dato che ho cambiato lo sfondo del sito e quindi si vede male
e dopo delle prove fatte ho capito che il problema non riguarda la dimensione delle due immagini ma è proprio il footer che inizia da li quindi come lo sistemo???????????
Immagine

mio stylesheet:

Codice: Seleziona tutto

        /*  phpBB 3.0 Style Sheet
            --------------------------------------------------------------
           Style name:      PlayStation_User_Style
           Based on style:   proSilver (this is the default phpBB 3 style)
           Original author:   subBlue ( http://www.subBlue.com/ )
           Modified by:    gokin   ( http://www.gokinstudio.com/ )
           
           Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
            --------------------------------------------------------------
        */

        @import url("common.css");
        @import url("links.css");
        @import url("content.css");
        @import url("buttons.css");
        @import url("cp.css");

        #toolbar {
            margin: 0;
            padding: 0;
            height: 30px;
            background: #000 url('{T_THEME_PATH}/images/topmenu2.gif');

        }


        #topmenu {
            margin: 0;
            padding: 0;
            font-family: tahoma, sans-serif;
            font-size: 11px;
        }

        #topmenu ul {
            padding: 0 0 0 5px;
            margin: 0;
            list-style-type: none;
            width: auto;
            float: left;
        }

        #topmenu ul li {
            margin: 0;
            padding: 0;
            display: inline;
        }

        #topmenu ul li a {
            float: left;
            display: block;
            margin: 0 0 0 2px;
            padding: 0 0 0 10px;
            text-decoration: none;
            line-height: 30px;
            color: #fcfcfc;
            background: #313131 url('{T_THEME_PATH}/images/topmenu-l.gif') 0 0 no-repeat;
        }

        #topmenu ul li a span {
            float: left;
            display: block;
            padding: 0 15px 0 7px;
            cursor: pointer;
            background: #313131 url('{T_THEME_PATH}/images/topmenu-r.gif') 100% 0 no-repeat;
        }

        #topmenu ul li a.current {
            color: #000;
            font-weight: bold;
            background: #fff url('{T_THEME_PATH}/images/topmenu-active-l.gif') 0 0 no-repeat;
        }

        #topmenu ul li a.current span {
            display: block;
            width: auto;
            background: #fff url('{T_THEME_PATH}/images/topmenu-active-r.gif') 100% 0 no-repeat;
        }

        #topmenu ul li a:hover {
             color: #000;
            font-weight: none;
            background: #fff url('{T_THEME_PATH}/images/topmenu-active-l.gif') 0 0 no-repeat;
        }

        #topmenu ul li a:hover span {
            display: block;
            width: auto;
            background: #fff url('{T_THEME_PATH}/images/topmenu-active-r.gif') 100% 0 no-repeat;
        }


        /* proSilver Form Styles
        ---------------------------------------- */

        /* General form styles
        ----------------------------------------*/
        fieldset {
           border-width: 0;
           font-family: Verdana, Helvetica, Arial, sans-serif;
           font-size: 1.1em;
        }

        input {
           font-weight: normal;
           cursor: pointer;
           vertical-align: middle;
           padding: 0 3px;
           font-size: 1em;
           font-family: Verdana, Helvetica, Arial, sans-serif;
        }

        select {
           font-family: Verdana, Helvetica, Arial, sans-serif;
           font-weight: normal;
           cursor: pointer;
           vertical-align: middle;
           border: 1px solid #666666;
           padding: 1px;
           background-color: #FAFAFA;
        }

        option {
           padding-right: 1em;
        }

        option.disabled-option {
           color: graytext;
        }

        textarea {
           font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
           width: 60%;
           padding: 2px;
           font-size: 1em;
           line-height: 1.4em;
        }

        label {
           cursor: default;
           padding-right: 5px;
           color: #676767;
        }

        label input {
           vertical-align: middle;
        }

        label img {
           vertical-align: middle;
        }

        /* Definition list layout for forms
        ---------------------------------------- */
        fieldset dl {
           padding: 4px 0;
        }

        fieldset dt {
           float: left;   
           width: 40%;
           text-align: left;
           display: block;
        }

        fieldset dd {
           margin-left: 41%;
           vertical-align: top;
           margin-bottom: 3px;
        }

        /* Specific layout 1 */
        fieldset.fields1 dt {
           width: 15em;
           border-right-width: 0;
        }

        fieldset.fields1 dd {
           margin-left: 15em;
           border-left-width: 0;
        }

        fieldset.fields1 {
           background-color: transparent;
        }

        fieldset.fields1 div {
           margin-bottom: 3px;
        }

        /* Specific layout 2 */
        fieldset.fields2 dt {
           width: 15em;
           border-right-width: 0;
        }

        fieldset.fields2 dd {
           margin-left: 16em;
           border-left-width: 0;
        }

        /* Form elements */
        dt label {
           font-weight: bold;
           text-align: left;
        }

        dd label {
           white-space: nowrap;
           color: #333;
        }

        dd input, dd textarea {
           margin-right: 3px;
        }

        dd select {
           width: auto;
        }

        dd textarea {
           width: 85%;
        }

        /* Hover effects */
        fieldset dl:hover dt label {
           color: #000000;
        }

        fieldset.fields2 dl:hover dt label {
           color: inherit;
        }

        #timezone {
           width: 95%;
        }

        * html #timezone {
           width: 50%;
        }

        /* Quick-login on index page */
        fieldset.quick-login {
           margin-top: 5px;
        }

        fieldset.quick-login input {
           width: auto;
        }

        fieldset.quick-login input.inputbox {
           width: 15%;
           vertical-align: middle;
           margin-right: 5px;
           background-color: #f3f3f3;
        }

        fieldset.quick-login label {
           white-space: nowrap;
           padding-right: 2px;
        }

        /* Display options on viewtopic/viewforum pages  */
        fieldset.display-options {
           text-align: center;
           margin: 3px 0 5px 0;
        }

        fieldset.display-options label {
           white-space: nowrap;
           padding-right: 2px;
        }

        fieldset.display-options a {
           margin-top: 3px;
        }

        /* Display actions for ucp and mcp pages */
        fieldset.display-actions {
           text-align: right;
           line-height: 2em;
           white-space: nowrap;
           padding-right: 1em;
        }

        fieldset.display-actions label {
           white-space: nowrap;
           padding-right: 2px;
        }

        fieldset.sort-options {
           line-height: 2em;
        }

        /* MCP forum selection*/
        fieldset.forum-selection {
           margin: 5px 0 3px 0;
           float: right;
        }

        fieldset.forum-selection2 {
           margin: 13px 0 3px 0;
           float: right;
        }

        /* Jumpbox */
        fieldset.jumpbox {
           text-align: right;
           margin-top: 15px;
           height: 2.5em;
        }

        fieldset.quickmod {
           width: 50%;
           float: right;
           text-align: right;
           height: 2.5em;
        }

        /* Submit button fieldset */
        fieldset.submit-buttons {
           text-align: center;
           vertical-align: middle;
           margin: 5px 0;
        }

        fieldset.submit-buttons input {
           vertical-align: middle;
           padding-top: 3px;
           padding-bottom: 3px;
        }

        /* Posting page styles
        ----------------------------------------*/

        /* Buttons used in the editor */
        #format-buttons {
           margin: 15px 0 2px 0;
        }

        #format-buttons input, #format-buttons select {
           vertical-align: middle;
        }

        /* Main message box */
        #message-box {
           width: 80%;
        }

        #message-box textarea {
           font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
           width: 100%;
           font-size: 1.2em;
           color: #333333;
        }

        /* Emoticons panel */
        #smiley-box {
           width: 18%;
           float: right;
        }

        #smiley-box img {
           margin: 3px;
        }

        /* Input field styles
        ---------------------------------------- */
        .inputbox {
           background-color: #FFFFFF;
           border: 1px solid #c0c0c0;
           color: #333333;
           padding: 2px;
           cursor: text;
        }

        .inputbox:hover {
           border: 1px solid #eaeaea;
        }

        .inputbox:focus {
           border: 1px solid #eaeaea;
           color: #4b4b4b;
        }

        input.inputbox   { width: 85%; }
        input.medium   { width: 50%; }
        input.narrow   { width: 25%; }
        input.tiny      { width: 125px; }

        textarea.inputbox {
           width: 85%;
        }

        .autowidth {
           width: auto !important;
        }

        /* Form button styles
        ---------------------------------------- */
        input.button1, input.button2 {
           font-size: 1em;
        }

        a.button1, input.button1, input.button3, a.button2, input.button2 {
           width: auto !important;
           padding-top: 1px;
           padding-bottom: 1px;
           font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
           color: #000;
           background: #FAFAFA none repeat-x top;
        }

        a.button1, input.button1 {
           font-weight: bold;
           border: 1px solid #666666;
        }

        input.button3 {
           padding: 0;
           margin: 0;
           line-height: 5px;
           height: 12px;
           background-image: none;
           font-variant: small-caps;
        }

        /* Alternative button */
        a.button2, input.button2, input.button3 {
           border: 1px solid #666666;
        }

        /* <a> button in the style of the form buttons */
        a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
           text-decoration: none;
           color: #000000;
           padding: 2px 8px;
           line-height: 250%;
           vertical-align: text-bottom;
           background-position: 0 1px;
        }

        /* Hover states */
        a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
           border: 1px solid #BCBCBC;
           background-position: 0 100%;
           color: #BCBCBC;
        }

        input.disabled {
           font-weight: normal;
           color: #666666;
        }

        /* Topic and forum Search */
        .search-box {
           margin-top: 3px;
           margin-left: 5px;
           float: left;
        }

        .search-box input {
        }

        input.search {
           background-image: none;
           background-repeat: no-repeat;
           background-position: left 1px;
           padding-left: 17px;
        }

        .full { width: 95%; }
        .medium { width: 50%;}
        .narrow { width: 25%;}
        .tiny { width: 10%;}
        /* proSilver Style Sheet Tweaks

        These style definitions are mainly IE specific
        tweaks required due to its poor CSS support.
        -------------------------------------------------*/

        * html table, * html select, * html input { font-size: 100%; }
        * html hr { margin: 0; }
        * html span.corners-top, * html span.corners-bottom { background-image: url("{T_THEME_PATH}/images/corners_left.gif"); }
        * html span.corners-top span, * html span.corners-bottom span { background-image: url("{T_THEME_PATH}/images/corners_right.gif"); }
        * html div.headerbar span.corners-top { background-image: url("{T_THEME_PATH}/images/corners_left3.gif"); }
        * html div.headerbar span.corners-top span { background-image: url("{T_THEME_PATH}/images/corners_right3.gif"); }

        #wrap { direction: ltr; } /* Fix for breakup of the borders when using IE and RTL */

        * html .inside { float: right; } /* Bottom-right corner fix when using IE6 and RTL */

        .headerbar, #site-description { position: relative; } /* IE headerbar fix */


        table.table1 {
           width: 99%;      /* IE < 6 browsers */
           /* Tantek hack */
           voice-family: "\"}\"";
           voice-family: inherit;
           width: 100%;
        }
        html>body table.table1 { width: 100%; }   /* Reset 100% for opera */

        * html ul.topiclist li { position: relative; }
        * html .postbody h3 img { vertical-align: middle; }

        /* Form styles */
        html>body dd label input { vertical-align: text-bottom; }   /* Align checkboxes/radio buttons nicely */

        * html input.button1, * html input.button2 {
           padding-bottom: 0;
           margin-bottom: 1px;
        }

        /* Misc layout styles */
        * html .column1, * html .column2 { width: 45%; }

        /* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
           From http://www.positioniseverything.net/easyclearing.html
        #tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
           content: ".";
           display: block;
           height: 0;
           clear: both;
           visibility: hidden;
        }*/

        .clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
           height: 1%;
           overflow: hidden;
        }

        /* viewtopic fix */
        * html .post {
           height: 25%;
           overflow: hidden;
        }

        /* navbar fix */
        * html .clearfix, * html .navbar, ul.linklist {
           height: 4%;
           overflow: hidden;
        }

        /* Simple fix so forum and topic lists always have a min-height set, even in IE6
           From http://www.dustindiaz.com/min-height-fast-hack */
        dl.icon {
           min-height: 35px;
           height: auto !important;
           height: 35px;
        }

        * html #search-box {
           width: 25%;
        }

        /* Correctly clear floating for details on profile view */
        *:first-child+html dl.details dd {
           margin-left: 30%;
           float: none;
        }

        * html dl.details dd {
           margin-left: 30%;
           float: none;
        }
        /*     
        --------------------------------------------------------------
        Colours and backgrounds for common.css
        -------------------------------------------------------------- */

        html, body {
           
           cursor: url("http://playstationuser.altervista.org/images/cursor.cur"), auto;

           color: #606060;
           background-color: #5F5E5E;
           background-image: url("{T_THEME_PATH}/images/background.gif");
           background-repeat: repeat-x;
        }

        h1 {
           color: #FFFFFF;
        }

        h2 {
           color: #28313F;
        }

        h3 {
           border-bottom-color: #CCCCCC;
           color: #464646;
        }

        hr {
           border-color: #FFFFFF;
           border-top-color: #CCCCCC;
        }

        hr.dashed {
           border-top-color: #CCCCCC;
        }
                 

           /* Search box
        --------------------------------------------- */

        #search-box {
   color: #FFFFFF;
   position: relative;
   margin-top: 330px;
   margin-right: -390px;
   display: block;
   float: left;
   text-align: left;
   white-space: nowrap; /* For Opera */
}

        #search-box #keywords {
           background-color: #FFF;
        }

        #search-box input {
           border-color: #525E67;
        }


        /* Round cornered boxes and backgrounds
        ---------------------------------------- */
        .headerbar {
           background-color: transparent;
           width: 846px;
           height: 200px;
           color: #9DB92C;
        }
        .headerbar2 {
           background-color: transparent;
           background-image: url("{T_THEME_PATH}/images/logoX.gif");
           background-repeat: no-repeat;
           width: 846px;
           height: 200px;
           color: #9DB92C;
        }

        .navbar {
           background-color: #E5E6E5;
        }

        .forabg, .forumbg {
           background-color: #535353;
           background-image: url("{T_THEME_PATH}/images/bg_list.gif");
        }

        /*
        .forumbg {
           background-color: #7C8891;
           background-image: url("{T_THEME_PATH}/images/bg_header.gif");
        }
        */

        .panel {
           background-color: #ECECEC;
           color: #28313F;
        }

        .post:target .content {
           color: #000000;
        }

        .post:target h3 a {
           color: #000000;
        }

        .bg1   { background-color: #F2F3F2; }
        .bg2   { background-color: #F8F7F7;  }
        .bg3   { background-color: #F1F1F1; }

        .ucprowbg {
           background-color: #E5E6E5;
        }

        .fieldsbg {
           background-color: #E7E8EA;
        }

        span.corners-top {
           background-image: url("{T_THEME_PATH}/images/corners_left.png");
        }

        span.corners-top span {
           background-image: url("{T_THEME_PATH}/images/corners_right.png");
        }

        span.corners-bottom {
           background-image: url("{T_THEME_PATH}/images/corners_left.png");
        }

        span.corners-bottom span {
           background-image: url("{T_THEME_PATH}/images/corners_right.png");
        }

        div.headerbar span.corners-top {
            background-image: url("{T_THEME_PATH}/images/corners_left2.png");
        }

        div.headerbar span.corners-top span {
            background-image: url("{T_THEME_PATH}/images/corners_right2.png");
        }

        /* Horizontal lists
        ----------------------------------------*/

        ul.navlinks {
           border-bottom-color: #FFFFFF;
        }

        /* Table styles
        ----------------------------------------*/
        table.table1 thead th {
           color: #FFFFFF;
        }

        table.table1 tbody tr {
           border-color: #BFC1CF;
        }

        table.table1 tbody tr:hover, table.table1 tbody tr.hover {
           background-color: #F2F2F2;
           color: #000;
        }

        table.table1 td {
           color: #606060;
        }

        table.table1 tbody td {
           border-top-color: #FAFAFA;
        }

        table.table1 tbody th {
           border-bottom-color: #000000;
           color: #333333;
           background-color: #FFFFFF;
        }

        table.info tbody th {
           color: #000000;
        }

        /* Misc layout styles
        ---------------------------------------- */
        dl.details dt {
           color: #000000;
        }

        dl.details dd {
           color: #606060;
        }

        .sep {
           color: #1198D9;
        }

        /* Pagination
        ---------------------------------------- */

        .pagination span strong {
           color: #FFFFFF;
           background-color: #E8E8E8;
           border-color: #E8E8E8;
        }

        .pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
           color: #5C758C;
           background-color: #ECEDEE;
           border-color: #B4BAC0;
        }

        .pagination span a:hover {
           border-color: #CADCEB;
           background-color: #CADCEB;
           color: #FFF;
        }

        /* Pagination in viewforum for multipage topics */
        .row .pagination {
           background-image: url("{T_THEME_PATH}/images/icon_pages.gif");
        }

        .row .pagination span a, li.pagination span a {
           background-color: #FFFFFF;
        }

        .row .pagination span a:hover, li.pagination span a:hover {
           background-color: #CADCEB;
        }

        /* Miscellaneous styles
        ---------------------------------------- */

        .copyright {
           color: #a7a7a7;
        }

        .copyright a {
            color: #f4a100 !important;
        }

        .error {
           color: #bc2a4d;
        }

        .reported {
           background-color: #F7ECEF !important;
        }

        li.reported:hover {
           background-color: #ECD5D8 !important;
        }
        .sticky, .announce {
           /* you can add a background for stickies and announcements*/
        }

        div.rules {
           background-color: #ECD5D8;
           color: #bc2a4d;
        }

        p.rules {
           background-color: #ECD5D8;
           background-image: none;
        }

        /*     
        --------------------------------------------------------------
        Colours and backgrounds for links.css
        -------------------------------------------------------------- */

        a:link   { color: #5a5a5a; }
        a:visited   { color: #5a5a5a; }
        a:hover   { color: #336FD3; }
        a:active   { color: #CADCEB; }

        /* Links on gradient backgrounds */
        #search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
           color: #FFFFFF;
        }

        #search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
           color: #FFFFFF;
        }

        #search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
           color: #7B9028;
        }

        #search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
           color: #000000;
        }

        /* Links for forum/topic lists */
        a.forumtitle {
           color: #5a5a5a;
        }

        /* a.forumtitle:visited { color: #5a5a5a; } */

        a.forumtitle:hover {
           color: #AECE2C;
        }

        a.forumtitle:active {
           color: #5a5a5a;
        }

        a.topictitle {
           color: #5a5a5a;
        }

        /* a.topictitle:visited { color: #CADCEB; } */

        a.topictitle:hover {
           color: #92AD27;
        }

        a.topictitle:active {
           color: #5a5a5a;
        }

        /* Post body links */
        .postlink {
           color: #CADCEB;
           border-bottom-color: #CADCEB;
        }

        .postlink:visited {
           color: #5D8FBD;
           border-bottom-color: #666666;
        }

        .postlink:active {
           color: #CADCEB;
        }

        .postlink:hover {
           background-color: #D0E4F6;
           color: #0D4473;
        }

        .signature a, .signature a:visited, .signature a:active, .signature a:hover {
           background-color: transparent;
        }

        /* Profile links */
        .postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
           color: #5a5a5a;
        }

        .postprofile a:hover, .postprofile dt.author a:hover {
           color: #7E9524;
        }

        /* Profile searchresults */   
        .search .postprofile a {
           color: #5a5a5a;
        }

        .search .postprofile a:hover {
           color: #7E9524;
        }

        /* Back to top of page */
        a.top {
           background-image: url("{IMG_ICON_BACK_TOP_SRC}");
        }

        a.top2 {
           background-image: url("{IMG_ICON_BACK_TOP_SRC}");
        }

        /* Arrow links  */
        a.up      { background-image: url("{T_THEME_PATH}/images/arrow_up.gif") }
        a.down      { background-image: url("{T_THEME_PATH}/images/arrow_down.gif") }
        a.left      { background-image: url("{T_THEME_PATH}/images/arrow_left.gif") }
        a.right      { background-image: url("{T_THEME_PATH}/images/arrow_right.gif") }

        a.up:hover {
           background-color: transparent;
        }

        a.left:hover {
           color: #CADCEB;
        }

        a.right:hover {
           color: #CADCEB;
        }


        /*     
        --------------------------------------------------------------
        Colours and backgrounds for content.css
        -------------------------------------------------------------- */


        ul.forums {
           background-color: #FFFFFF;
           background-image: url("{T_THEME_PATH}/images/gradient.gif");
           background-repeat: repeat-x;
        }

        ul.topiclist li {
           color: #4C5D77;
        }

        ul.topiclist dd {
           border-left-color: #FFFFFF;
        }

        .rtl ul.topiclist dd {
           border-right-color: #fff;
           border-left-color: transparent;
        }

        ul.topiclist li.row dt a.subforum.read {
           background-image: url("{IMG_SUBFORUM_READ_SRC}");
        }

        ul.topiclist li.row dt a.subforum.unread {
           background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
        }
        li.row {
           background-color: #E8ECEE;
           background-image: url("{T_THEME_PATH}/images/gradient.gif");
           background-repeat: repeat-x;
        }

        li.row strong {
           color: #000000;
        }

        /*
        li.row:hover {
           background-color: #F6F4D0;
        }
        */

        li.row:hover dd {
           border-left-color: #CCCCCC;
        }

        .rtl li.row:hover dd {
           border-right-color: #CCCCCC;
           border-left-color: transparent;
        }

        li.header dt, li.header dd {
           color: #FFFFFF;
        }

        /* Forum list column styles */
        ul.topiclist dd.searchextra {
           color: #333333;
        }

        /* Post body styles
        ----------------------------------------*/
        .postbody {
           color: #333333;
        }

        /* Content container styles
        ----------------------------------------*/
        .content {
           color: #333333;
        }

        .content h2, .panel h2 {
           color: #464646;
           border-bottom-color:  #CCCCCC;
        }

        dl.faq dt {
           color: #333333;
        }

        .posthilit {
           background-color: #F3BFCC;
           color: #92AD27;
        }

        /* Post signature */
        .signature {
           border-top-color: #CCCCCC;
        }

        /* Post noticies */
        .notice {
           border-top-color:  #CCCCCC;
        }

        /* BB Code styles
        ----------------------------------------*/
        /* Quote block */
        blockquote {
           background-color: #EBEADD;
           background-image: url("{T_THEME_PATH}/images/quote.gif");
           border-color:#DBDBCE;
        }

        blockquote blockquote {
           /* Nested quotes */
           background-color:#EFEED9;
        }

        blockquote blockquote blockquote {
           /* Nested quotes */
           background-color: #EBEADD;
        }

        /* Code block */
        dl.codebox {
           background-color: #FFFFFF;
           border-color: #C9D2D8;
        }

        dl.codebox dt {
           border-bottom-color:  #CCCCCC;
        }

        dl.codebox code {
           color: #2E8B57;
        }

        .syntaxbg      { color: #FFFFFF; }
        .syntaxcomment   { color: #FF8000; }
        .syntaxdefault   { color: #0000BB; }
        .syntaxhtml      { color: #000000; }
        .syntaxkeyword   { color: #007700; }
        .syntaxstring   { color: #DD0000; }

        /* Attachments
        ----------------------------------------*/
        .attachbox {
           background-color: #FFFFFF;
           border-color:  #C9D2D8;
        }

        .pm-message .attachbox {
           background-color: #F2F3F3;
        }

        .attachbox dd {
           border-top-color: #C9D2D8;
        }

        .attachbox p {
           color: #666666;
        }

        .attachbox p.stats {
           color: #666666;
        }

        .attach-image img {
           border-color: #999999;
        }

        /* Inline image thumbnails */

        dl.file dd {
           color: #666666;
        }

        dl.thumbnail img {
           border-color: #666666;
           background-color: #FFFFFF;
        }

        dl.thumbnail dd {
           color: #666666;
        }

        dl.thumbnail dt a:hover {
           background-color: #EEEEEE;
        }

        dl.thumbnail dt a:hover img {
           border-color: #CADCEB;
        }

        /* Post poll styles
        ----------------------------------------*/

        fieldset.polls dl {
           border-top-color: #E5E6E5;
           color: #666666;
        }

        fieldset.polls dl.voted {
           color: #000000;
        }

        fieldset.polls dd div {
           color: #FFFFFF;
        }

        .rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
           border-right-color: transparent;
        }

        .pollbar1 {
           background-color: #AA2346;
           border-bottom-color: #74162C;
           border-right-color: #74162C;
        }

        .rtl .pollbar1 {
           border-left-color: #74162C;
        }

        .pollbar2 {
           background-color: #BE1E4A;
           border-bottom-color: #8C1C38;
           border-right-color: #8C1C38;
        }

        .rtl .pollbar2 {
           border-left-color: #8C1C38;
        }

        .pollbar3 {
           background-color: #D11A4E;
           border-bottom-color: #AA2346;
           border-right-color: #AA2346;
        }

        .rtl .pollbar3 {
           border-left-color: #AA2346;
        }

        .pollbar4 {
           background-color: #E41653;
           border-bottom-color: #BE1E4A;
           border-right-color: #BE1E4A;
        }

        .rtl .pollbar4 {
           border-left-color: #BE1E4A;
        }

        .pollbar5 {
           background-color: #F81157;
           border-bottom-color: #D11A4E;
           border-right-color: #D11A4E;
        }

        .rtl .pollbar5 {
           border-left-color: #D11A4E;
        }

        /* Poster profile block
        ----------------------------------------*/
        .postprofile {
           color: #666666;
           border-left-color: #FFFFFF;
        }

        .rtl .postprofile {
           border-right-color: #FFFFFF;
           border-left-color: transparent;
        }

        .pm .postprofile {
           border-left-color: #DDDDDD;
        }

        .rtl .pm .postprofile {
           border-right-color: #DDDDDD;
           border-left-color: transparent;
        }

        .postprofile strong {
           color: #000000;
        }

        .online {
           background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
        }

        /*     
        --------------------------------------------------------------
        Colours and backgrounds for buttons.css
        -------------------------------------------------------------- */

        /* Big button images */
        .reply-icon span   { background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
        .post-icon span      { background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
        .locked-icon span   { background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
        .pmreply-icon span   { background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
        .newpm-icon span    { background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
        .forwardpm-icon span   { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}
		
		/* Mod_Share_On by JesusADS */
.facebook-icon, .facebook-icon a	{ background: none top left no-repeat; }
.twitter-icon, .twitter-icon a		{ background: none top left no-repeat; }
.orkut-icon, .orkut-icon a		{ background: none top left no-repeat; }
/* Mod_Share_On */

        a.print {
           background-image: url("{T_THEME_PATH}/images/icon_print.gif");
        }

        a.sendemail {
           background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
        }

        a.fontsize {
           background-image: url("{T_THEME_PATH}/images/icon_fontsize.gif");
        }

        /* Icon images
        ---------------------------------------- */
        .sitehome                  { background-image: url("{T_THEME_PATH}/images/icon_home.png"); }
        .icon-faq                  { background-image: url("{T_THEME_PATH}/images/icon_faq.png"); }
        .icon-members               { background-image: url("{T_THEME_PATH}/images/icon_members.png"); }
        .icon-home                  { background-image: url("{T_THEME_PATH}/images/icon_home.png"); }
        .icon-ucp                  { background-image: url("{T_THEME_PATH}/images/icon_ucp.png"); }
        .icon-register               { background-image: url("{T_THEME_PATH}/images/icon_register.png"); }
        .icon-logout               { background-image: url("{T_THEME_PATH}/images/icon_logout.png"); }
        .icon-bookmark               { background-image: url("{T_THEME_PATH}/images/icon_bookmark.png"); }
        .icon-bump                  { background-image: url("{T_THEME_PATH}/images/icon_bump.png"); }
        .icon-subscribe               { background-image: url("{T_THEME_PATH}/images/icon_subscribe.png"); }
        .icon-unsubscribe            { background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.png"); }
        .icon-pages                  { background-image: url("{T_THEME_PATH}/images/icon_pages.png"); }
        .icon-search               { background-image: url("{T_THEME_PATH}/images/icon_search.png"); }
.facebook-icon, .facebook-icon a	{ background-image: url("{T_IMAGESET_LANG_PATH}/facebook_share.png"); }
.twitter-icon, .twitter-icon a		{ background-image: url("{T_IMAGESET_LANG_PATH}/twitter_share.png"); }
.orkut-icon, .orkut-icon a		{ background-image: url("{T_IMAGESET_LANG_PATH}/orkut_share.gif"); }


        /* Profile & navigation icons */
        .email-icon, .email-icon a      { background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
        .aim-icon, .aim-icon a         { background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
        .yahoo-icon, .yahoo-icon a      { background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
        .web-icon, .web-icon a         { background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
        .msnm-icon, .msnm-icon a         { background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
        .icq-icon, .icq-icon a         { background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
        .jabber-icon, .jabber-icon a      { background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
        .pm-icon, .pm-icon a            { background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
        .quote-icon, .quote-icon a      { background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }

        /* Moderator icons */
        .report-icon, .report-icon a      { background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
        .edit-icon, .edit-icon a         { background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
        .delete-icon, .delete-icon a      { background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
        .info-icon, .info-icon a         { background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
        .warn-icon, .warn-icon a         { background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */

        /*     
        --------------------------------------------------------------
        Colours and backgrounds for cp.css
        -------------------------------------------------------------- */

        /* Main CP box
        ----------------------------------------*/

        #cp-main h3, #cp-main hr, #cp-menu hr {
           border-color: #A4B3BF;
        }

        #cp-main .panel li.row {
           border-bottom-color: #B5C1CB;
           border-top-color: #F9F9F9;
        }

        ul.cplist {
           border-top-color: #B5C1CB;
        }

        #cp-main .panel li.header dd, #cp-main .panel li.header dt {
           color: #000000;
        }

        #cp-main table.table1 thead th {
           color: #333333;
           border-bottom-color: #333333;
        }

        #cp-main .pm-message {
           border-color: #DBDEE2;
           background-color: #FFFFFF;
        }

        /* CP tabbed menu
        ----------------------------------------*/
        #tabs a {
           background-image: url("{T_THEME_PATH}/images/bg_tabs1.gif");
        }

        #tabs a span {
           background-image: url("{T_THEME_PATH}/images/bg_tabs2.gif");
           color: #606060;
        }

        #tabs a:hover span {
           color: #92AD27;
        }

        #tabs .activetab a {
           border-bottom-color: #F1F1F1;
        }

        #tabs .activetab a span {
           color: #333333;
        }

        #tabs .activetab a:hover span {
           color: #000000;
        }

        /* Mini tabbed menu used in MCP
        ----------------------------------------*/
        #minitabs li {
           background-color: #f3e9cf;
        }

        #minitabs li.activetab {
           background-color: #F9F9F9;
        }

        #minitabs li.activetab a, #minitabs li.activetab a:hover {
           color: #333333;
        }

        /* UCP navigation menu
        ----------------------------------------*/

        /* Link styles for the sub-section links */
        #navigation a {
           color: #333;
           background-color: #C3C3C3;
           background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
        }

        #navigation a:hover {
           background-color: #C3C3C3;
           color: #92AD27;
        }

        #navigation #active-subsection a {
           color: #7E9524;
           background-color: #F9F9F9;
           background-image: none;
        }

        #navigation #active-subsection a:hover {
           color: #7E9524;
        }

        /* Preferences pane layout
        ----------------------------------------*/
        #cp-main h2 {
           color: #333333;
        }

        #cp-main .panel {
           background-color: #F9F9F9;
        }

        #cp-main .pm {
           background-color: #FFFFFF;
        }

        #cp-main span.corners-top, #cp-menu span.corners-top {
           background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
        }

        #cp-main span.corners-top span, #cp-menu span.corners-top span {
           background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
        }

        #cp-main span.corners-bottom, #cp-menu span.corners-bottom {
           background-image: url("{T_THEME_PATH}/images/corners_left2.gif");
        }

        #cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
           background-image: url("{T_THEME_PATH}/images/corners_right2.gif");
        }

        /* Topicreview */
        #cp-main .panel #topicreview span.corners-top, #cp-menu .panel #topicreview span.corners-top {
           background-image: url("{T_THEME_PATH}/images/corners_left.gif");
        }

        #cp-main .panel #topicreview span.corners-top span, #cp-menu .panel #topicreview span.corners-top span {
           background-image: url("{T_THEME_PATH}/images/corners_right.gif");
        }

        #cp-main .panel #topicreview span.corners-bottom, #cp-menu .panel #topicreview span.corners-bottom {
           background-image: url("{T_THEME_PATH}/images/corners_left.gif");
        }

        #cp-main .panel #topicreview span.corners-bottom span, #cp-menu .panel #topicreview span.corners-bottom span {
           background-image: url("{T_THEME_PATH}/images/corners_right.gif");
        }

        /* Friends list */
        .cp-mini {
           background-color: #eef5f9;
        }

        dl.mini dt {
           color: #425067;
        }

        /* PM Styles
        ----------------------------------------*/
        /* PM Message history */
        .current {
           color: #525252 !important;
        }

        /* PM marking colours */
        .pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
           border-left-color: #92AD27;
           border-right-color: #92AD27;
        }

        .pmlist li.pm_marked_colour, .pm_marked_colour {
           border-color: #FF6600;
        }

        .pmlist li.pm_replied_colour, .pm_replied_colour {
           border-color: #A9B8C2;
        }

        .pmlist li.pm_friend_colour, .pm_friend_colour {
           border-color: #5D8FBD;
        }

        pmlist li.pm_foe_colour, .pm_foe_colour {
           border-color: #000000;
        }

        /* Avatar gallery */
        #gallery label {
           background-color: #FFFFFF;
           border-color: #CCC;
        }

        #gallery label:hover {
           background-color: #EEE;
        }

        /*     
        --------------------------------------------------------------
        Colours and backgrounds for forms.css
        -------------------------------------------------------------- */

        /* General form styles
        ----------------------------------------*/
        select {
           border-color: #666666;
           background-color: #FAFAFA;
        }

        label {
           color: #425067;
        }

        option.disabled-option {
           color: graytext;
        }

        /* Definition list layout for forms
        ---------------------------------------- */
        dd label {
           color: #333;
        }

        /* Hover effects */
        fieldset dl:hover dt label {
           color: #000000;
        }

        fieldset.fields2 dl:hover dt label {
           color: inherit;
        }

        /* Quick-login on index page */
        fieldset.quick-login input.inputbox {
           background-color: #F2F3F3;
        }

        /* Posting page styles
        ----------------------------------------*/

        #message-box textarea {
           color: #333333;
        }

        /* Input field styles
        ---------------------------------------- */
        .inputbox {
           background-color: #FFFFFF;
           border-color: #B4BAC0;
           color: #333333;
        }

        .inputbox:hover {
           border-color: #9DB92C;
        }

        .inputbox:focus {
           border-color: #9DB92C;
           color: #0F4987;
        }

        /* Form button styles
        ---------------------------------------- */

        a.button1, input.button1, input.button3, a.button2, input.button2 {
           color: #000;
           background-color: #FAFAFA;
           background-image: url("{T_THEME_PATH}/images/bg_button.gif");
        }

        a.button1, input.button1 {
           border-color: #666666;
        }

        input.button3 {
           background-image: none;
        }

        /* Alternative button */
        a.button2, input.button2, input.button3 {
           border-color: #666666;
        }

        /* <a> button in the style of the form buttons */
        a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
           color: #000000;
        }

        /* Hover states */
        a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
           border-color: #92AD27;
           color: #92AD27;
        }

        input.search {
           background-image: url("{T_THEME_PATH}/images/icon_textbox_search.gif");
        }

        input.disabled {
           color: #666666;
        }

        a:link {
            color: #5F5E5E;
            text-decoration: none;
        }

        a:visited {
            color: #9DB92C;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }
        /* Navigation links - for the link tree. */

        .nav, .nav:link, .nav:visited {
            color: #000000;
            text-decoration: none;
        }

        a.nav:hover {
            color: #cc3333;
            text-decoration: underline;
        }

        body {
            background: #5f5e5e url("{T_THEME_PATH}/images/body-bg.gif") 0 0 repeat-x fixed;
            padding: 30px 0 0 0;
            margin: 0;
        }

        #wrapper {
            width: 950px;
            min-width: 720px;
            margin: 0 auto;
            padding: 0;
        }

        #shad-l {
            padding-left: 18px;
            background: url("{T_THEME_PATH}/images/shadow-l.gif") 0 0 no-repeat;
        }

        #shad-r {
            padding-right: 18px;
            background: url("{T_THEME_PATH}/images/shadow-r.gif") 100% 0 no-repeat;
        }

        #header {
            position: relative;
            height: 300px;
            overflow: hidden;
            background: #9DB92C url("{T_THEME_PATH}/images/header-bg.gif") 0 0 repeat-x;
        }

        #head-r {
            height: 300px;
            background: url("{T_THEME_PATH}/images/logo.png") 3% 0 no-repeat;
        }

        #head-l {
            background: url("{T_THEME_PATH}/images/header-l.gif") 0 0 no-repeat;
        }

        

        #userarea {
            height: 73px;
            float: right;
            padding: 12px 25px 0 0;
            text-align: right;
            font-size: 1.0em;
            color: #ddd;
            font-family: tahoma, sans-serif;
        }

        #userarea a:link, #userarea a:visited {
            color: #eee;
        }

        #userarea a:hover {
            color: #ccc;
            text-decoration: underline;
        }

        #searcharea {
            float: left;
            padding: 5px 25px 0 0;
            margin: 0;
            clear: both;
        }



        #bodyarea {
            padding: 10px;
            margin: 0;
            background: #fcfcfc url("{T_THEME_PATH}/images/bodyarea-bg.gif") 0 0 repeat-x;
        }

        #footer {
       
		   background: #333333 url("{T_THEME_PATH}/images/footer-bg.gif") 0 100% repeat-x;
        }

        #foot-r {
            height: 80px;
            background: url("{T_THEME_PATH}/images/footer-r.gif") 100% 100% no-repeat;
        }

        #foot-l {
            background: url("{T_THEME_PATH}/images/footer-l.gif") 0 100% no-repeat;
        }

        #footerarea {
            text-align: center;
            padding: 10px;
            color: #ccc;
        }

        #footerarea a:link, #footerarea a:visited {
            color: #a0a0a0;
        }

        #footerarea a:hover {
            color: #ccc;
            text-decoration: none;
        }

mio hoveral footer:

Codice: Seleziona tutto

		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
		<div class="navbar">
		<div class="inner"><span class="corners-top"><span></span></span>

				<ul class="linklist<!-- IF GYM_LINKS --> navlinks<!-- ENDIF -->">
                <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
					<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
					<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
				<!-- ENDIF -->
			<li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
		</ul>
		
		<!-- IF GYM_LINKS -->
		<ul class="linklist">
			<!-- IF GYM_HTML_NEWS_LINK --><li class="leftside">{GYM_HTML_NEWS_LINK}</li><!-- ENDIF -->
			<!-- IF GYM_HTML_MAP_LINK --><li class="leftside">{GYM_HTML_MAP_LINK}</li><!-- ENDIF -->
			<!-- IF GYM_GOOGLE_LINK --><li class="leftside">{GYM_GOOGLE_LINK}</li><!-- ENDIF -->
			<!-- IF GYM_RSS_LINK --><li class="leftside">{GYM_RSS_LINK}</li><!-- ENDIF -->
			<!-- IF GYM_RSS_CHAN_LINK --><li class="leftside">{GYM_RSS_CHAN_LINK}</li><!-- ENDIF -->
		</ul>
		<!-- ENDIF -->


	
<span></span></span></div>
	</div>

    <table border="0" width="100%">
<tr>
   <td width="50%">
    <div class="forabg">
                 <span class="corners-top"><span></span></span>
                 
                 <ul class="topiclist">
                    <li class="header">
                       <dl class="icon">
                          <dt><a>Top100</a></dt>
                       </dl>
                    </li>
                 </ul>
                 
                 <ul class="topiclist forums">
                    <li class="row">
                       <dl class="icon">
                             <dd><div class="messages_h">


    <marquee><script type="text/javascript">
    //<![CDATA[
    var l='it';
    document.write('<s'+'cript type="text/javascript" src="http://'+l+'.altervista.org/members_inc/cat.av?'+new Date().getTime()+'"><\/s'+'cript>');
    //]]>
    </script>

    <a href="http://www.goldenweb.it/topsites/?l=it" target="_blank"><img border="0" src="http://www.goldenweb.it/topsites/images/?id=1260188012"></a>

    <a href="http://spam.mastertop100.org/in.php?site=xX_Simon_Xx" target="_blank">
    <img src="http://www.mastertop100.org/custom-tmpl/spam/bannertop100spam.gif" width=88 height=31 border=0></a></marquee>
                         </div>

                             </dd>
                       </dl>
                    </li>
                 </ul>
                 
                 <span class="corners-bottom"><span></span></span></div>
        </div>
   </td>
   <td width="50%">
    <div class="forabg">
                 <span class="corners-top"><span></span></span>
                 
                 <ul class="topiclist">
                    <li class="header">
                       <dl class="icon">
                          <dt><a>Links</a></dt>
                       </dl>
                    </li>
                 </ul>
                 
                 <ul class="topiclist forums">
                    <li class="row">
                       <dl class="icon">
                             <dd><div class="messages_h">


    <marquee><a href="http://www.google.it/#hl=it&source=hp&q=PlayStationUser&btnG=Cerca+con+Google&meta=&aq=f&oq=PlayStationUser&fp=79b316071f649442" target="_blank">
    <img border="0" alt="Directory" src="http://www.playstationuser.altervista.org/images/icons/google.png"></a></marquee>
                         </div>

                             </dd>
                       </dl>
                    </li>
                 </ul>
                 
                 <span class="corners-bottom"><span></span></span></div>
        </div>
   </td>
</tr>
</table>
          </div>

	 </div>
	<div id="footer">
					<div id="foot-l">
						<div id="foot-r">
							<div id="footerarea">
				<span class="smalltext">
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
	forums may be affected.

	The phpBB Group : 2006
//-->
				
		<span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;">
Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group<br />

<a href="http://www.histats.com/it/" target="_blank" title="statistiche di accesso" ><script  type="text/javascript" language="javascript">
var s_sid = 918328;var st_dominio = 4;
var cimg = 10;var cwi =200;var che =40;
</script></a>
<script  type="text/javascript" language="javascript" src="http://s11.histats.com/js9.js"></script>
<noscript><a href="http://www.histats.com/it/" target="_blank">
<img  src="http://s103.histats.com/stats/0.gif?918328&1" alt="statistiche di accesso" border="0"></a>
</noscript>

<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->

		</span>
		</span>
			<a id="bottom" name="bottom" accesskey="z"></a>
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
						</div>
					</div>
				</div>
				<div>

</div>

<!-- google_analytics_start -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12279282-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!-- google_analytics_end -->

<!-- alterwords_0X1_start -->
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=0X1/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
</div>
<!-- alterwords_0X1_end -->

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da Haku » 12/01/2010, 8:47

Nel tuo stylesheet,prendi in considerazione questa parte:

Codice: Seleziona tutto

    #foot-r {
        height: 140px;
        background: url("{T_THEME_PATH}/images/footer-r.gif") 100% 100% no-repeat;
    }

    #foot-l {
        background: url("{T_THEME_PATH}/images/footer-l.gif") 0 100% no-repeat;
Sicuramente hai fatto qualche modifica tu,quindi cancella il:

Codice: Seleziona tutto

        height: 140px;
e poi inserisci le impostazioni uguali(mi rifersico al 0 100% no-repeat;)
Finito tuto dovrà venire una cosa del genere:

Codice: Seleziona tutto

    #foot-r {
        background: url("{T_THEME_PATH}/images/footer-r.gif") 100% 100% no-repeat;
    }

    #foot-l {
        background: url("{T_THEME_PATH}/images/footer-l.gif") 100% 100% no-repeat;
Fai una copia di back up prima del tuo css.
Non ho provato questa modifica in quanto non uso il tuo stile.

Avatar utente
xX_Simon_Xx
Utente Pro
Utente Pro
Messaggi: 637
Iscritto il: 25/11/2009, 15:36
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.2.13
Database: MySQL(i) 5.1.34
Contatta:

Re: il footer-r non è allineato con la pagina

Messaggio da xX_Simon_Xx » 12/01/2010, 19:09

non ho risolto nulla in questo modo è esattamente la stessa osa l'unica differenza e che le due immagini sono una sopra l'altra dato che entrambe sono 100%

e comunque il footer parte dal fuori della pagina :mrgreen:

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 35 ospiti