Jump to content

Problema Quote


Go to solution Solved by Cristi Cristian,

Recommended Posts

  • Solution
Posted

Verifica-ti border-urile de la casuta de quote.

Imi poti spune exact unde sa caut?

Multumesc.

Rezolvare!

ACP > Look & Feel > Manage Skin Sets & Templates > Manage Templates in IP.Board > CSS > ipb_common.css

Cautati cu 'ctrl +f' : "Quote box" si inlocuiti:

 

/* Quote boxes */

p.citation {

font-size: 12px;

padding: 8px 10px;

border-left: 2px solid #989898;

/*background: #f3f3f3 */

background: #f6f6f6;

background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */

border-top: 2px solid #e5e5e5;

border-right: 2px solid #e5e5e5;

-moz-border-radius: 5px 5px 0 0;

-webkit-border-radius: 5px 5px 0 0;

border-radius: 5px 5px 0 0;

font-weight: bold;

}

div.blockquote {

font-size: 12px;

padding: 10px;

border-left: 2px solid #989898;

border-right: 2px solid #e5e5e5;

border-bottom: 2px solid #e5e5e5;

-moz-border-radius: 0 0 5px 5px;

-webkit-border-radius: 0 0 5px 5px;

border-radius: 0 0 5px 5px;

background: #f7f7f7;

}

div.blockquote div.blockquote {

margin: 0 10px 0 0;

}

div.blockquote p.citation {

margin: 6px 10px 0 0;

}

 

cu

 

p.citation {
font-size: 12px;
padding: 8px 10px;
border: 1px solid #3b3b3b;
background: #282828 url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 -1px;
color: #dddddd;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
font-weight: bold;
margin-top: 5px;
overflow-x: auto;
clear: right;
}
 
blockquote.ipsBlockquote {
font-size: 12px;
padding: 10px;
border: 1px solid #3b3b3b;
border-top: 0;
background: #262626;
color: #9f9f9f;
margin-bottom: 5px;
overflow-x: auto;
}
 
blockquote.ipsBlockquote blockquote.ipsBlockquote {
margin: 0 10px 0 0;
}
 
blockquote.ipsBlockquote p.citation {
margin: 6px 10px 0 0;
}
 
blockquote.ipsBlockquote.built {
    border-top: none;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.