Arşiv Anasayfa Modifikasyonlar
Sayfalar: 1
Alıntıları Phpbb Stili Yapma By: schizophrenic Date: 13 March 2008, 22:23:06

style.css'de bul:
:  
.code
{
color: #000000;
background-color: #dddddd;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}

Degistir:
:  
/* A quote, perhaps from another post. */
.quote
{
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #3C71A3;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
font-size: 1em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
background-color: #F2F2F2;
color: #000000;
}

/* A code block - maybe even PHP ;). */
.code
{
direction: ltr;
margin: 0 5px 10px 5px;
padding: 5px;
border-color: #3C71A3;
border-width: 0 1px 1px 1px;
border-style: solid;
font-weight: normal;
color: #000000;
font-size: 0.85em;
font-family: Monaco, 'Courier New', monospace;
background-color: #F2F2F2;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
margin: 10px 5px 0 5px;
padding: 4px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #3C71A3;
color: #FFFFFF;
background-image:url(images/cellpic1.jpg);
background-repeat: repeat-x;
        background-color: #000000;
font-size: 0.85em;
font-weight: bold;
}
.codeheader
{
margin: 10px 5px 0 5px;
padding: 2px 4px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #3C71A3;
color: #FFFFFF;
        background-image:url(images/cellpic1.jpg);
background-repeat: repeat-x;
background-color: #000000;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
}
Bu resmide images klasörüne at.