MyBB Depo Forum
[1.4 - 1.6] Bunu Nasıl Ekliyebilirim ? - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.6 Depo (https://mybbdepo.com/mybb-1-6-depo-forumu)
+--- Forum: MyBB 1.6 Çözülmüş Soru ve Sorunlar (https://mybbdepo.com/mybb-1-6-cozulmus-soru-ve-sorunlar-forumu)
+--- Konu Başlığı: [1.4 - 1.6] Bunu Nasıl Ekliyebilirim ? (/bunu-nasil-ekliyebilirim-konusu.html)



Bunu Nasıl Ekliyebilirim ? - musditr - 27-07-2013

Kod:
http://mybbdepo.com/her-kullaniciya-ozel-postbit-arkaplani-eklemek-mybb-konusu.html

Merhaba Arkadaşlar Ben bunu eklemek İstiyorum fakat Posbit Şablonunda Bu Kod yok üzgün

PHP Kod:
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;"

POSBİT Şablonunda Bunlar var

PHP Kod:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
strong><span class="largetext">{$post['profilelink']}</span></strong><br />
        <
span class="smalltext">
            {
$post['usertitle']}<br />
            {
$post['userstars']}
            {
$post['groupimage']}
            {
$post['useravatar']}<br />
            {
$post['user_details']}
        </
span>
    </
td>
    <
td class="{$altbg}valign="top">
        <
table width="100%">
            <
tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <
br />
            <
div id="pid_{$post['pid']}style="padding: 5px 0 5px 0;">
                {
$post['message']}
            </
div>
            {
$post['attachments']}
            {
$post['signature']}
            <
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {
$post['iplogged']}
            </
div>
        </
td></tr>
    </
table>
</
td>
</
tr>
<
tr>
    <
td class="{$altbg}style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <
td class="{$altbg}style="vertical-align: middle;">
        <
table width="100%" border="0" cellpadding="0" cellspacing="0">
            <
tr valign="bottom">
                <
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
                <
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
tr>
        </
table>
    </
td>
</
tr>
</
table



Cvp: Bunu Nasıl Ekliyebilirim ? - Machine - 27-07-2013

Hocam konuda anlatılan kodu alın aşağıda ki yazdığım kod ile bir değiştirin.

Not: Kesinlikle İşlem Yapmadan Önce Mutlaka Yedeğinizi Alınız !

Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">



Cvp: Bunu Nasıl Ekliyebilirim ? - burakcanalgul - 27-07-2013

Yada ScrewyEdit Konunun Güncelini İnceleyip Kolaylıkla Halledebilirsin


Cvp: Bunu Nasıl Ekliyebilirim ? - Screwy - 27-07-2013

(27-07-2013, Saat:16:10)burakcanalgul Adlı Kullanıcıdan Alıntı: Yada ScrewyEdit Konunun Güncelini İnceleyip Kolaylıkla Halledebilirsin

Bir daha başka sitelere ait link vermeyin. Bu sefer sözlü uyarıyorum. Buradan daha iyi konular olduğunu düşünüyorsanız tarafınızı belli etmelisiniz Gülümseme Göz kırpma

Burdan destek alıp diğer sitelerden link vermek yanlış...


Cvp: Bunu Nasıl Ekliyebilirim ? - musditr - 27-07-2013

Sagolasınız başka bir Koduda bulamadım


GLOBAL CSSDE ARANMASİ GEREKN KOD

PHP Kod:
.tborder {
    
background#81A2C4;
    
width100%;
    
marginauto auto;
    
border1px solid #0F5C8E;


php kod BNM GLOBAL CSS

Kod:
/* -----------------------------------------
Theme Name: MFStudioGoldEdition
Author: xVolkan-
Description: MFStudioGoldEdition- MyBB Premium Tema.
Version: 1.7
----------------------------------------- */

@font-face {
    font-family: "MyriadPro-Reg";
    src: url(http://thefrm.com/images/mfsgoldedition/MyriadPro-Reg.otf) format(\\\\"opentype\\\\");
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url(http://thefrm.com/images/mfsgoldedition/MyriadPro-Bold.otf) format(\\\\"opentype\\\\");
}

html {overflow-y: scroll}

body {
background: url(http://thefrm.com/images/mfsgoldedition/bgnew.png) repeat;
cursor: url(http://thefrm.com/images/mfsgoldedition/varsayilan.cur), default;
color: #666;
font-family: Arial, tahoma, Sans-Serif;
font-size: 12px;
text-align: center;
line-height: 1.4;
padding: 0px;
margin: 0px;
padding-bottom: 15px;
}

a:link, a:visited {
    color: #555;
    text-decoration: none;
          -webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
}

a:hover, a:active {
color: #338aca;
text-decoration: underline;
cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;
}

.logo {
    -webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    display:inline-block;
    position:absolute;
    z-index:2;
    top:7px;
    opacity:1;
    left:0px;
}
.logo:hover {
opacity:0.7;
left:20px;
}
#content {
    /* FIX: Make internet explorer wrap correctly */
    width: auto !important;
    padding: 10px;
    padding-top: 0px;
    background: #f7f7f7 url(http://thefrm.com/images/myskins/bgg.png);
    border-radius: 0 0 2px 2px;
    position: relative;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 6px #A100AF;
    -moz-box-shadow: 0px 0px 6px #019bc6;
    box-shadow: 0px 0px 6px #BE01C6;
      
    border: 1px solid #DA009D;
}
#header {
background: #019bc6 url(http://n1304.hizliresim.com/18/r/mcpux.png) repeat-x;
border: 1px solid rgba(175, 0, 126, 0.57);
height: 132px;
position: relative;
box-shadow: 0px 3px 10px rgba(175, 0, 126, 0.57);
border-radius: 0 0 3px 3px;
-moz-order-radius: 0 0 3px 3px;
overflow: hidden;
}
.headercontent {
position:absolute;
z-index:2;
}
#container {
    min-width: 982px;
    max-width: 1250px;
    width: 90%;
    color: #000;
    margin: auto auto;
    text-align: left; /* IE 5 fix */
}

ul.menu {
    color: #ccc;
    z-index:2;
    position:absolute;
    top: 42px;
    right: 15px;
    font-size: 12px;
}
ul.menu li:first-child a{
    border-radius: 10px 0 0 0;
}
ul.menu li:last-child a{
    border-radius: 0 0 10px 0;
    margin-right: -4px;
}
ul.menu a .activemenulink {
color: #4fa7bc;
text-decoration: none;
padding: 10px 15px;
text-shadow: 0px 0px 10px #24B89E;
background: url(http://thefrm.com/images/mfsgoldedition/menuactivebg.png);
border-radius: 5px;
box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.22), inset 0px 0px 10px black,0px 1px 1px rgba(255, 255, 255, 0.24);
}
ul.menu a:link,ul.menu a:visited,ul.menu a  {
    color: #efefef;
    -webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 3px;
    font-family: droid sans,tahoma;
    font-size: 13px;
  -webkit-box-shadow:#FFFFFF 0 0px 0px, rgba(0, 0, 0, 0.496094) 0 1px 3px inset;
  box-shadow:#FFFFFF 0 0px 0px, rgba(0, 0, 0, 0.496094) 0 1px 3px inset;
  background-color:rgba(0, 0, 0, 0.078125);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   font-family: "MyriadPro-Bold";
}

ul.menu a:hover, ul.menu a:active {
    color: #78cfe4;
    text-decoration: none;
    padding: 10px 10px;
    text-shadow: 0px 0px 10px #78cfe4;
}
/*///////////////// USER PANEL //////////////////*/
#userpanel {
    background: #efefef;
    color: #242424;
    font-size: 11px;
    border: 1px solid #D4D4D4;
}
.pms_unread, .pms_unread_no {position: absolute;z-index: 99;background: rgb(204, 63, 63);font-family: arial;font-size: 11px;font-weight: bold;display: block;padding: 0px 4px;border-radius: 2px;top: -5px;right: -3px;color: white !important;}
.pms_unread_no {display:none}
#userpanel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

#userpanel a:link,#userpanel a:visited{
    display:inline-block;
    height: 35px;
    line-height: 35px;
    background: #fafafa;
    margin-right: -3px;
    border-right: 1px solid #ddd;
    padding: 0px 10px;
}

#userpanel a:hover {
    background-color: #eee;
}
.user_pm_link {
display: inline-block;
height: 19px;
position: relative;
width: 29px;
background: url(http://thefrm.com/images/mfsgoldedition/message_icon.png);
top: 5px;
margin-right: 3px;
left: -5px;
}
/*///////////////// USER PANEL //////////////////*/
table {
    color: rgb(0, 0, 0);
    font-family: Arial, tahoma, Sans-Serif;
    font-size: 13px;
}

.tborder {
    background: none;
    width: 100%;
    margin: auto auto;
    border: 1px solid #dadada;
        box-shadow: 0 0 5px #DFDFDF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;
}

.tborder_2 {
    background: none;
    width: 100%;
    margin: auto auto;
    border: 1px solid #dadada;
        box-shadow: 0 0 5px #DFDFDF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;
}

.thead {
    background: #338aca url(http://n1304.hizliresim.com/18/r/mcpux.png) repeat-x left;
    color: #fff;
        padding: 15px;
           overflow: hidden;
     -webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
      border-radius: 5px 5px 0px 0px;
font-size: 15px;
}

.thead a {
    color: #efefef;
}
.expcolimage {
    width: auto;
    float: right;
    vertical-align: middle;
    margin-top: 4px;
        outline-style: none;
}
.tcat {
    background: #eaeaea url(http://thefrm.com/images/mfsgoldedition/tcat.png) repeat-x;
    color: #666;
    font-size: 11px;
    text-shadow: 1px 1px 0 #fff;
    border-bottom: 1px solid #bebebe;
       padding:6px;
}

.tcat a {
    color: #a1a1a1;
}

.tcat a:hover {
    color: #868686;
}
.trow1 {
    background: #EFEFEF;
    background: rgb(252,252,252); /* Old browsers */  background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */  background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */;    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.trow2 {
    background: #EFEFEF;
    background: rgb(252,252,252); /* Old browsers */  background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */  background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */;
    border-top: 1px solid   #fff;  
    border-bottom: 1px solid   #ddd;
}

.trow4 {
    border-top: 1px solid #d2d2d2;
    background: #fff;
    padding: 6px;
}

.trow5 {
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    background: #fff;
    padding: 6px;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #eee;
}

.trow_sep {
    background: #e5e5e5;
    color: #606060;
    font-size: 12px;
    font-weight: bold;
}
.trow_selected td .posttime {
}

.userprofile_trow {
    background: #EFEFEF;
    background: rgb(252,252,252); /* Old browsers */  background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */  
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */  background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(247,247,247,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */;    
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.forumdesc {
    font-size:11px;
    background: #0C0C0C;
    border-radius:3px;
    padding: 5px 10px;
    color: #FFF;
    opacity:0;
    -webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    box-shadow: 1px 1px 1px #242424, inset 0px 0px 5px black;
    margin-left: 10px;
}

.tfoot {
    background: #338aca url(http://n1304.hizliresim.com/18/r/mcpux.png) repeat-x left;
    color: #fff;
     -webkit-border-radius: 0px 0px 5px 5px;
     -moz-border-radius: 0px 0px 5px 5px;
      border-radius: 0px 0px 5px 5px;
}
.tfoot a {
         color: #fff;
    text-decoration: none;
}

.bottommenu {
    background: #338aca url(http://n1304.hizliresim.com/18/r/mcpux.png) repeat-x left;
    color: #efefef;
        padding: 15px;
    border: 1px solid #dadada;
        box-shadow: 0 0 5px #DFDFDF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;
}
.bottommenu a {
    color: #efefef;
}
.navigation {
    color: #555;
    font-size: 11px;
}

.navigation a:link {
        color: #777;
    text-decoration: none;
}

.navigation a:visited {
        color:#777;
    text-decoration: none;
}

.navigation a:hover, .navigation a:active {
        color: #333;
    text-decoration: none;
}

.navigation .active {
    color: #333;
    font-size: 11px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}
.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}
.editor_control_bar .button {
    box-shadow: none;
    border: 0;
    background-color: rgb(108, 139, 156);
    border-radius: 3px;
}
.editor_control_bar {
    background: rgb(10, 10, 10);
    color: white;
    bottom: 0px;
    left: 0px;
    z-index: 15;
    padding: 15px 4px !important;
    text-align: center !important;
    font-weight: bold;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.66);
    top: 3px;
    position: relative;
}
.editor_control_bar a {
    display: inline-block;

    background: #61B2DF;
    color: white;
    padding: 3px 10px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
        transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    font-weight: bold;
}
.editor_control_bar a:hover {
background-color: #79A5B6;
}
.autocomplete {
    background: #fff;
    border: 1px solid #242424;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #242424;
}

.popup_menu {
        margin-top:5px;
        font-size:11px;
    border: 1px solid #aaa;
    background:white;
}

.popup_menu .popup_item {
    background: #fff;
    color: #666;
    padding:5px !important;
    margin:-1px;
}

.popup_menu .popup_item_container:first-child .popup_item {border-bottom:1px solid #ccc}
.popup_menu .popup_item:hover {
    background: #eee;
    color: #333;
}

.trow_reputation_positive {
    background: #B7C77A;
    color: #3A4B0E;
    border-bottom:1px solid #fff;
}
.trow_reputation_positive .smalltext {color: #283D1C;}
.trow_reputation_positive a {color: #1E250D;font-weight: bold;}
.trow_reputation_negative .smalltext {color: #270D0D;}
.trow_reputation_negative a {color: #250D0D;font-weight: bold;}

.trow_reputation_negative {
    background: #A52A2A;
    border-bottom:1px solid #fff;
    color: rgb(56, 6, 6);
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: #292929;
}

.reputation_negative {
    color: red;
}

.valid_field,.invalid_field {  border-radius: 2px;  font-size: 11px;  outline: none;  color: #B1B1B1;  padding: 6px 4px;  -webkit-transition: 0.3s;  transition: 0.4s;  -ms-transition: 0.4s;  -o-transition: 0.4s;  -moz-transition: 0.4s;  border-top: 1px solid #292929;  box-shadow: none;
}
.invalid_field {
    border: 1px solid #F59999;
    color: #1B0000;
    background: rgb(230, 121, 94);
}

.valid_field {
    border: 1px solid #BDF378;
    background: #9AD54F;
    color: #263C00;
}

.validation_error {
    background: url(http://thefrm.com/images/invalid.gif) no-repeat center left;
    color: #FF4747;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(http://thefrm.com/images/valid.gif) no-repeat center left;
    color: #72B200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(http://thefrm.com/images/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */
img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

ul.menu {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    margin: 0;
    margin-left: -3px;
    float: left;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}


img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #242424;
    color: #242424;
    height: 1px;
    border: 0px;
}

#copyright {
    font: 11px Arial, tahoma, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}


blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-style: normal;
    display: block;
    margin: 4px 0;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}


.subforumicon {
    border: 0;
    vertical-align: middle;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
    background: #D8565B url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x top;
    border: 0;
    color: #efefef;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 11px;
    position: relative;
    top: 15px;
    border-radius: 2px;
}

.red_alert a {
    color: #efefef;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
    position: relative !important;
    text-shadow: none;
}

div.error {
    padding: 5px 10px;
    border: 1px solid #DB1B13;
    background: #FA6052 url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x top;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px #F5A996;
    color: #fff
}

div.error a {
    color: #efefef;
    text-shadow: 1px 1px 5px rgb(255, 150, 150);
}

div.error ul {margin-top:0px;color: #efefef;}

div.error p {
    margin: 0;
    color: #efefef;
    display:inline-block;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    padding-top:10px;
    text-indent:5px;
    color: #efefef;
    background: url(http://thefrm.com/images/mfsgoldedition/icons/error.png) no-repeat 0;
    text-shadow: 1px 1px 1px rgb(255, 150, 150);
    min-height: 25px;
    vertical-align: middle;
}

div.error.ul {
    margin-left: 24px;
}

.online {
color:
white;
background:
#A2CE46;
padding: 1px 2px;
text-shadow: 1px 1px 1px
#A5B492;
border-radius: 3px;
font-size: 11px;
}

.offline {
color:
white;
background:
silver;
padding: 2px 5px;
text-shadow: 1px 1px 1px
#A5A5A5;
border-radius: 3px;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}
.pagination .pages {
    font-weight: bold;
    color: #292929;
    margin-right: 5px;
}

.pagination .pagination_current, .pagination a {
    padding: 2px 6px;
    margin-bottom: 3px;
}

.pagination a {
    color: #292929;
    padding: 5px 7px;
    border-radius: 2px;
    margin-right: 2px;
background: #eceaea url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x top;border: 1px solid #e3dfdf;
}

.pagination .pagination_current {  
          
    color: #efefef;  padding: 5px 7px;  border-radius: 2px;  margin-right: 2px;  
background: #338aca url(http://thefrm.com/images/mfsgoldedition/highlight_faint.png) repeat-x top;box-shadow: 0px 0px 7px #338aca;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
    min-height: 40px;
    color: #242424;
    font-family: arial,tahoma;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.4;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(http://thefrm.com/images/mfsgoldedition/icons/arrow.png) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #DA423E;
    color: #4D0100;
    border: 0;
    border-radius: 2px;
}

._plus {
    background-color: #98CE55;
    color: #3A6D12;
    border: 0;
    border-radius: 2px;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
    white-space: nowrap;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;
}
        
/* ================ PRIVATE MESSAGE PAGE ================== */
.pm_mainbar {
background: #eceaea url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x top;
border: 1px solid #eceaea;
height: 40px;
border-radius: 3px;
display: inline-block;
}

.pm_mainbar a:link, .pm_mainbar a:visited {
    height: 40px;
    line-height:40px;
    display:block;
    color: #338aca;
    float:left;
    padding:0px 10px;
    font-size:13px;
    border-right: 1px solid #338aca;
    border-left: none;
    text-shadow: none;
    font-family: Tahoma;
}
.pm_mainbar a:hover {
background: #338aca url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x;
color: #efefef;
}
.pm_mainbar a:last-child {
    border-right:0;
}
.thead_2 {
    background: #338aca url(http://n1304.hizliresim.com/18/r/mcpux.png) repeat-x left;
    color: #efefef;
        padding: 15px;
           overflow: hidden;
     -webkit-border-radius: 5px 5px 0px 0px;
     -moz-border-radius: 5px 5px 0px 0px;
      border-radius: 5px 5px 0px 0px;
}
.thead_2 a {color:#fff;}
.tleft {text-align:left;}
.tright {text-align:right;}
.left {float:left;}
.right {float:right;}
.bigbutton {display: inline-block;
padding: 9px 15px;
background: #eceaea url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x top;
color: #292929;
margin-bottom: 12px;
font-weight: bold;
border: 1px solid #e3dfdf;
border-radius: 3px;
text-transform: uppercase;
font-size: 12px;
margin-top: -4px;-webkit-transition: 0.3s;transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;}
.bigbutton:hover {color: #efefef;background-color: #338aca;border-color: #338aca;box-shadow: 0px 0px 7px #338aca;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0;}
.ui-tabs .ui-tabs-nav li { list-style: none; position: relative; top: 2px; margin: -4px -5px 0 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; font-weight: bold; right: -1px;}
.ui-tabs .ui-tabs-nav li a { padding: 10px; text-decoration: none; -webkit-transition: 0.2s;    transition:0.3s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    -moz-transition:0.2s;}
.ui-tabs .ui-tabs-nav li a:hover {background: rgb(19, 20, 20);cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer !important;}
.ui-state-active a {background: rgb(14, 14, 14) !important;color: rgb(238, 238, 238) !important;margin-right: -3px !important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; color: #333;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.userprofile_table {width:100%;}
.userprofile_table td {
    vertical-align: top;
    font-size: 11px;
}

.userprofile_tabcontent {
    background: #efefef;
    border-left: 0 !important;
    border-radius: 0px 10px 10px 0;
    position: relative;
}
.userprofile_tabs {vertical-align: top;position: relative;width: 200px;}
.userprofile_tabs ul li a {
    padding: 10px;
    height: 20px;
    display: block;
    background: #efefef;
    color: #8A8A8A;
    font-size: 11px;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    border-right: 0;
    right: 3px;
}
.ui-state-active a{border-right:0 !important;padding: 20px 10px !important;font-size: 15px !important;}
.userprofile_info {
    padding: 10px;
    background: #eceaea url(images/mfsgoldedition/highlight.png) repeat-x top;
    border: 1px solid #eceaea;
}
.greenmessage {background: rgb(213,234,164); /* Old browsers */
background: -moz1-linear-gradient(top,  rgba(213,234,164,1) 0%, rgba(205,235,139,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,234,164,1)), color-stop(100%,rgba(205,235,139,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(213,234,164,1) 0%,rgba(205,235,139,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5eaa4', endColorstr='#cdeb8b',GradientType=0 ); /* IE6-9 */
;font-size: 11px;font-family: tahoma;color: #557A26;text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);padding: 15px 10px;border: 0;border-radius: 3px;}
.messagetitle {
    font-size: 15px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.41);
}
.redmessage{background: rgb(255,140,130); /* Old browsers */
background: -moz1-linear-gradient(top,  rgba(255,140,130,1) 0%, rgba(242,141,123,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,130,1)), color-stop(100%,rgba(242,141,123,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,140,130,1) 0%,rgba(242,141,123,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c82', endColorstr='#f28d7b',GradientType=0 ); /* IE6-9 */

font-size: 11px;font-family: tahoma;color: #961B1B;text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);padding: 15px 10px;border: 1px solid #D57070;border-radius: 3px;}

table tbody tr:last-child td {}
.footernav {
    background: #208fce url(http://thefrm.com/images/mfsgoldedition/bg4.png) repeat-x top;
    color: #efefef;
        padding: 25px;
        border: 1px solid #dadada;
}
#footer {
    width: 100% !important;
    height: 30px !important;
    position: absolute !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    bottom: -60px !important;
    left: 0px !important;
}
ul.footermenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    position: relative;
    left: 10px;
    font-weight: normal;
}
ul.footermenu li {
    float: left;
    font-size: 11px;
    padding: 0px;
    margin: 0;
}
ul.footermenu li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0;
    padding: 0px 10px;
    border-left: 1px solid #efefef;color:efefef;
}
ul.footermenu li:last-child {border-right:0;}
ul.footermenu li a:hover {}
.fmtitle {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    margin-top: 10px;
    margin-left: 10px;
}
.mybblink {
}
.toplink {
z-index: 3;
background: url(http://thefrm.com/images/mfsgoldedition/top.png);
width: 41px;
height: 41px;
top: 0px;
left: 39%;
display: inline-block;
opacity: 0.7;
-webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
position: relative;
}
.toplink:hover {opacity:1;}
    .copyright {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.copyrightlink{
    position: absolute;
    top: 13px;
    right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
.poweredby {
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.postcountgrid {
    text-align: right;
    font-weight: bolder;
    font-size: 12px;
}
.lastpostgrid, .lastpostgrid div{
    text-align: left !important;
    width: 15%;
        transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition: 0.3s;
}
.posttime {
    color: #989898;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}

.orangeprefix,.redprefix,.blueprefix,.greenprefix{
color: black !important;
text-shadow: none !important;
height: 18px !important;
line-height: 18px !important;
padding: 0px 4px !important;
border-radius:2px !important;
top: 9px !important;
position: relative !important;
margin-right: 5px !important;
float: left !important;
font-size: 11px !important;
}
.greenprefix {
background: #A7CC4A !important;
}
.redprefix {
background: #CC544A !important;}
.orangeprefix {
background: #EB8F2B !important;}
.blueprefix {
background: #54A4E2 !important;}
.indexspacefix {
    margin-top: -18px;
}
.nav_rightlinks {
    margin-right: 10px;
    color: #818181 !important;
    font-weight: bold;
    font-size: 11px !important;
    font-family: arial;
}
.tborder_2 tr:hover td {-webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;}
.author {color:#999;}
.userbrowsing a {color:white;font-weight:bold;}
.userpanel {
position: absolute;
z-index: 3;
right: 0px;
top: 26px;
display: none;
}
.user_logout_link {
display: inline-block;
background: #383838 url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x 0px -1px;
padding: 4px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 11px;
border: 1px solid #333;
border-radius: 2px;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.31);
margin-right: 10px;
position: relative;
top: -3px;
}
.user_logout_link:hover {
background-color: #1D1D1D;
}
.user_panel_link {
display: inline-block;
background: #313131;
padding: 6px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 12px;
border-radius: 2px 2px 3px 3px;
margin-right: 10px;
position: relative;
background: rgba(12, 12, 12, 0.65);
border: 1px solid rgba(0, 0, 0, 0.41);
box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.59);
border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.user_panel_link:hover {background-color: #1a1a1a;}
.pms_unread_no {background: #646464 !important;}
.user_panel_box {display:none;position: absolute;background: #FFF;top: 18px;width: 250px;height: 79px;border-radius: 0 3px 3px 3px;box-shadow: 0px 3px 10px #333;z-index: 5;border: 6px solid white;padding: 2px;left: 0px;}
.user_panel_link {cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;}
.user_panel_wrapper {position:relative;}
.user_panel_link_active {
background: white;
border: 1px solid white;
color: #555 !important;
border-radius: 3px 3px 0 0;
z-index: 8;
box-shadow: none;
}
.user_panel_link_active:hover {background-color:white;}
.dropdown_icon {background:url(http://thefrm.com/images/mfsgoldedition/dropdown_arrow.png);height: 5px;width: 8px;display: inline-block;}
.dropdown_icon_active {background:url(http://thefrm.com/images/mfsgoldedition/dropdown_arrow.png);background-position-x: 9px;background-position-y: 0px;}
.usercpmenu_leftblock {
    width: 44%;
    padding-right: 10px;
}
.usercpmenu_rightblock {
    width: 44%;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.usercpmenu_leftblock a, .usercpmenu_rightblock a{
    display: block;
    padding: 2px 5px;
    color: #555;
    font-size: 11px;
    -webkit-transition:0.2s;
        transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    -moz-transition:0.2s;
}
.usercpmenu_leftblock a:hover,.usercpmenu_rightblock a:hover {
    text-indent:10px;
}

.loginlink {
    color: #efefef;
    font-size: 14px;
    margin-right: 5px;
}
.registerlink {display: inline-block;
background: #A5CA44 url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x 0px -1px;
padding: 4px 8px;
color: white !important;
font-family: arial,tahoma;
font-size: 14px;
border: 1px solid #6B8545;
border-radius: 3px;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.31);
-webkit-transition:0.3s;
    transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
margin-right: 10px;
position: relative;text-shadow: 1px 1px 1px #94A077;}
.registerlink:hover {background-color: #73BEDB;border: 1px solid #26748D;}
.statusinfo a {color:#6C772F;font-weight:bold;}
.statusinfo {background: #D9E697;
border: 1px solid #B8C77B;
padding: 2px;
font-size: 11px;
border-radius: 3px;
margin-left: 4px;
color: #6C772F;}
.49 {width:49%;}

/* TipTip CSS -Version 1.2 */
#tiptip_holder {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px rgb(54, 54, 54);
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
background: #666;background: rgba(0, 0, 0, 0.58);
    background: -moz1-linear-gradient(top,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.85)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

#tiptip_arrow,#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -5px;  
    border-top-color: #0E0E0E;
    border-top-color: rgba(0, 0, 0, 0.9);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

.boxyyy {width:100%;}
.userprofile_statsbutton a{color: white !important;}
.userprofile_statsbutton  span {z-index:2;position: absolute;top: 1px;width: 100%;}
.userprofile_statsbutton img {
    position: absolute;
    z-index:1;
    right: 20px;
    top: 14px;
        transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition: 0.3s;
}.userprofile_statsbutton:hover {
    cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;
    background-color: #ACACAC;
    border: 0;
}
.userprofile_statsbutton:hover img {right:40px;}
.userprofile_statsbutton {
    display: inline-block;
    background: url(http://thefrm.com/images/mfsgoldedition/highlight.png) repeat-x top;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    text-indent: 15%;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    color: white !important;
    position: relative;
        transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition: 0.3s;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #AAA;
}
.userprofile_reputation {background-color: #98C554;border: 0;}
.userprofile_referrals {
    background-color: #9BC9DF;
    border: 0;
}
.userprofile_warninglevel {
    background-color: #EBA874;
    border: 0;
}
.horizontalpb .postbit_replevel {
    margin-left: 2px;
}
.horizontalpb .postbit_warninglevel {
    margin-left: 2px;
}
.post_content hr {background-color:#888}


.wollink a {line-height: 36px;}

/* login box */
#mask {
    position: fixed;
    top:0px;
    left:0px;
    z-index: 9000;
    background:url(http://thefrm.com/images/mfsgoldedition/contentbg.png);
    display: none;
}

#boxes .window {
    position: absolute;
    width: 600px;
    height: 220px;
    display: none;
    z-index: 9999;
    padding: 10px;
}

.loginbox_content {
    background: #efefef;
    height: 100%;
    width: 100%;
}

.loginbox_content label {
    font-size: 13px;
    font-weight: bold;
    color: #242424;
}

.loginbox_head {
    background: #338aca url(http://n1304.hizliresim.com/18/r/mcpux.png) repeat-x left;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    color: #efefef;
}

.loginbox_head strong {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #efefef;
    text-transform: uppercase;
    font-weight: bold !important;
    font-family: arial;
}

.loginbox_head span {
    float: right;
    color: white;
    margin-right: 10px;
}

.loginbox_head span a {
    color: #fff;
    background: rgb(26, 26, 26);
    width: 16px;
    display: inline-block;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #414141;
    -webkit-border-radius: 4px;
    border-radius: 2px;
    font-weight: bolder;
    position: relative;
    top: 8px;
    outline: none;
    text-shadow: none;
}

.loginbox_head span a:hover {
    color: white;
    background: #0C0C0C;
}

#loginbox input[type="text"]:focus,#loginbutton_menu input[type="password"]:focus,#quick_login_password:focus {
    background: white;
    border: 1px solid #efefef;
}

#loginbox input[type="text"],#loginbutton_menu input[type="password"],#quick_login_password {
    border: 1px solid #efefef;
    font-size: 13px;
    margin: 0 0 5px;
    background: #F9F9F9;
    padding: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    margin-top: 5px;
    width: 260px;
    -webkit-box-shadow: inset 0px 2px 5px #f0f0f0;
    box-shadow: inset 0px 2px 5px #f0f0f0;
    outline: none;
}

.loginbox_submit {
    padding-left: 16px;
    position: relative;
    top: 72px;
    left: -273px;
}
.loginbox_submit input {position: relative;}
.loginbox_submit label {position: absolute;
margin-left: 5px;
top: 0px;}

.loginbox_submit_button {
    float: right;
    margin-top: -20px;
    margin-right: 16px;
}

.loginbox_submit_button input {
    background: #eceaea url(http://thefrm.com/images/mfsgoldedition/highlight_faint.png) repeat-x top;
color: #1571a6;
    padding: 10px 50px;
    border: 1px solid #e3dfdf;
cursor: url(images/mfsgoldedition/link.cur), pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0px 0px 1px #CCC;
    -moz-transition: 0.5s,box-shadow 0s;
    -o-transition: 0.5s,box-shadow 0s;
    -ms-transition: 0.5s,box-shadow 0s;
    transition: 0.5s,box-shadow 0s;
    color: rgb(26, 26, 26);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.loginbox_submit_button input:hover {
    color: #efefef;background-color: #1571a6;
box-shadow: 0px 0px 7px #1571a6;border: 1px solid #1571a6;
}

.loginbox_submit_button input:active {
    -webkit-box-shadow: inset 1px 1px 9px #111 !important;
    box-shadow: inset 1px 1px 9px #111 !important;
}

.loginbox_username {
    width: 250px;
    float: left;
    margin-top: 10px;
    padding: 10px 20px;
}

.loginbox_password {
    float: right;
    width: 250px;
    margin-top: 10px;
    padding: 10px 40px 10px 0px;
}

#boxes #loginbox {
    width: 600px;
    height: 180px;
    position: fixed;
    background: url(http://thefrm.com/images/mfsgoldedition/trans.png) repeat;

    -webkit-border-radius: 5px;
    -moz1-border-radius: 5px;
    border-radius: 5px;
    top: 50% !important;
    margin: auto;
    left: 50% !important;
    margin-top:-200px !important;
    margin-left:-300px !important;
}
.forgot a {font-size: 11px;
color: #666;
top: 2px;
position: relative;
right: -25px;
width: 120px;
display: inline-block;}
#container .menu li.active a {background: url(http://thefrm.com/images/mfsgoldedition/menuactivebg.png);
border-radius: 5px;
box-shadow:0px 0px 1px rgba(255, 255, 255, 0.25),inset 0px 0px 10px black,0px 1px 0px rgba(255, 255, 255, 0.28);
color: #4fa7bc;
text-decoration: none;
text-shadow: 0px 0px 10px #24B89E;padding: 10px 15px;}
.graymessage {
;font-size: 11px;font-family: tahoma;

color: #606160;text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);padding: 15px 10px;


border: 1px solid #B9B9B9;border-radius: 3px;background: rgb(238,238,238); /* Old browsers */  background: -moz1-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */;
}
.subforumicon {margin:0px !important;}
.forumdisplay_thread_multipage a,.forumdisplay_thread_multipagelast a{color: #272727;
padding: 3px 5px;
border-radius: 2px;
margin-right: 2px;
background: #B3B3B3 url(http://thefrm.com/images/mfsgoldedition/highlight_3.png) repeat-x 0px -1px;
border: none;font-size: 10px;}
.forumdisplay_thread_multipage a:hover,.forumdisplay_thread_multipagelast a:hover {
background-color: rgb(240, 240, 240);
text-decoration: none;}
.warn_user_link {top: 13px !important;
left: -1px;}
.forumdisplay_thread_multipagelast a {
    background-color: #84A5AF !important;
    color: white;
    text-shadow: none;
    border: none;
}
.forumdisplay_thread_multipagelast a:hover {
    background-color: #729099 !important;
}
.barust {
    background: #338aca url(http://thefrm.com/images/mfsgoldedition/mfsbg.jpg) repeat-x left;
    color: #efefef;
        padding: 10px;
    border: 1px solid #dadada;
        box-shadow: 0 0 5px #DFDFDF;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      border-radius: 5px;
     min-height:40px;
}

.barsol {
margin-top: 5px;
}
.searchbox img{position:relative;top:3px}
.searchbox input.textbox {background: white url(http://thefrm.com/images/mfsgoldedition/searchbg.png) no-repeat 2px 4px;
width: 150px;
box-shadow: none;
-webkit-transition: 0.4s;transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
border: 1px solid #efefef;
padding: 4px;
border-radius: 3px;color: #555;padding-left: 25px;margin-top:10px;}
.searchbox input.textbox:hover {box-shadow:none}
.searchbox input.textbox:focus {width:200px;}


.expcol_open {display:none;}
.nospacings {margin:0;padding:0;}
.forumtitle_d2 {
    position: relative;
}
.forumtitle_d2  a{}
.forumdesc_d2 {
font-size:11px;
color:#666;
}
.breadcrumbs {
    background:url(http://thefrm.com/images/candy/bread_bg.png);
    list-style-type: none;
    display: block;
    height: 37px;
    line-height: 37px;
    padding: 0;
    margin: 0;
    border: 1px solid #CCC;
    border-radius: 2px;
-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;
}
.breadcrumbs li {
    float: left;
    padding: 0;
    margin: 0;
}
.breadcrumbs li:first-child a {background: none;
padding-left: 10px;}
.breadcrumbs li:first-child a span{padding-left: 14px;}
.breadcrumbs li a{
-webkit-transition:0s;-moz-transition:0s;-o-transition:0s;-ms-transition:0s;transition:0s;
    background: url(http://thefrm.com/images/candy/bc.png) no-repeat 0 0;
    color: rgb(107, 107, 107);
    font-size: 11px;
    font-family: arial;
    padding-left: 10px;
    margin-left: -10px;
display: block;
outline: none;
text-decoration: none;

background-position:0px 0px;
}
.breadcrumbs li a span{
    background: url(http://thefrm.com/images/candy/bc.png) no-repeat 100% 0px;
display: block;-webkit-transition:0s;-moz-transition:0s;-o-transition:0s;-ms-transition:0s;transition:0s;
padding-right: 17px;
padding-left: 4px;
background-position:100% 0px;
}
.breadcrumbs li:hover {
}
.breadcrumbs li a:hover{
    background-position:0px -41px;
}
.breadcrumbs li a:hover span{
    
    background-position: 100% -41px;
}
.breadcrumbs li:active {
    
}
.breadcrumbs li a:active{
    
    background-position:0px -83px;
}
.breadcrumbs li a:active span{
    
    background-position:100% -83px;
}

.bcfirst {-webkit-transition:0.3s !important;-moz-transition:0.3s !important;-o-transition:0.3s !important;-ms-transition:0.3s !important;transition:0.3s !important;
}
.bchome img {-webkit-transition:0.3s !important;-moz-transition:0.3s !important;-o-transition:0.3s !important;-ms-transition:0.3s !important;transition:0.3s !important;
    position: relative;
    top: 9px;
    left: -1px;
}
.bchome a,.bchome span {-webkit-transition:0.3s !important;-moz-transition:0.3s !important;-o-transition:0.3s !important;-ms-transition:0.3s !important;transition:0.3s !important;}
.bchome {-webkit-transition:0.3s !important;-moz-transition:0.3s !important;-o-transition:0.3s !important;-ms-transition:0.3s !important;transition:0.3s !important;
    text-indent: 0px !important;
    height: 37px;
    background-position:100% -83px !important;
}
.post_buttons {padding: 8px !important;display:none;}
table:hover .post_buttons {display:table-cell;}
.p_classic_table .post_signature {margin: 0px -15px;
padding: 10px 20px;}
.index_forums {
    width: 79%;
    padding-left: 2px;
}
.index_sidebar {
    width: 20%;
    float: right;
    padding-right: 2px;
}
.sidebox_close{background: url(http://thefrm.com/images/mfsgoldedition/close_small.png) no-repeat;
border: 0;
width: 25px;
height: 20px;
outline:none;
margin-top: 5px;
cursor: url(images/mfsgoldedition/link.cur), pointer;}
.sidebox_open{background: url(images/mfsgoldedition/open_small.png) no-repeat !important;
border: 0;
outline:none;
width: 25px;
height: 20px;
margin-top: 6px;
cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;}
.sidebar_box_header {
    background:url(http://thefrm.com/images/mfsgoldedition/highlight_3.png) repeat-x 0px -1px;
    background-color: #161A1A;
    background-color: rgba(32, 37, 37, 0.57);
display: block;
height: 33px;
cursor:move;
    margin: -10px -10px 0px -10px !important;
line-height: 33px;

    border-bottom: 1px solid #292929;
color: white;
text-indent: 9px;
padding: 0;
font-weight: bold;
font-size: 11px;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.99);
    top: 0px !important;
    position: relative;
}
.sidebar_box_header span {display: block;
height: 34px;
cursor: default;}
.sidebar_box_content {
    margin-top: 5px !important;
border-top: 0;
font-size:11px;
color: #AAA;
}
.sortable {margin-top:-10px !important;}
.sidebar_box {padding: 10px !important;    background: #101111;
background: rgba(0, 0, 0, 0.51);
border: 1px solid #303030;position: relative;top: 10px !important;margin: 0px !important;}
.pml1 {
    color: rgb(143, 168, 162) !important;
}
.pml2{
    color: #78C5DD !important;
}
.sortable li.ui-state-default {padding-bottom: 10px !important;display: block;margin: 0px !important;}
.sortable li:last-child {margin-bottom:10px !important;}

.ui-sortable-placeholder {padding: 10px !important;
background: #101111;
border: 1px solid #303030;
position: relative;
top: 5px !important;
bottom: 5px !important;
margin: 0px !important;margin-bottom:10px !important;visibility:visible !important;height:50px !important;}
    .ui-sortable-placeholder * { visibility: hidden; }


td .greenprefix,td .orangeprefix,td .blueprefix,td .redprefix {margin-top: -9px;padding: 0px 5px !important;height: 16px !important;font-size: 10px !important;line-height: 16px !important;}
.sidebar_collapse {display: block;
width: 30px;
height: 23px;
background: url(http://thefrm.com/images/mfsgoldedition/sidebar_collapse.png);
position: relative;
top: 5px;
right: 5px;
cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;display:none;}
.sidebar_expand {display: block;
width: 30px;
height: 23px;
background: url(http://thefrm.com/images/mfsgoldedition/sidebar_expand.png);
position: relative;
top: 5px;
right: 5px;
cursor: url(images/mfsgoldedition/link.cur), pointer;display:none;}
.redrep {background: #DF3737 repeat-x top;
    border: 0;text-shadow:none}
    .redrep strong{text-shadow:none;color:white;}
.redrep a {
    background: #DF3737 repeat-x top;
    border: 0;
}
.redrep a:hover {
    background-color: rgb(194, 37, 37);
}
.redrep a strong {color:white;}

.avatarr {
   box-shadow:0 2px 7px #dfdfdf;
  -webkit-box-shadow:0 2px 7px #dfdfdf;
    width: 45px;
    height: 45px;
    opacity: 0.8;
     -webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
       -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
     margin: 0px;
}

.avatarr:hover {
   opacity: 1.0;
}

.avatarr img {
background: #464648 url(http://i.imgur.com/kuufsyD.png) ;
margin: auto auto;
display: inline;
vertical-align: middle;  
width: 45px;
height: 45px;  
border: 1px solid #B60050;
}

    
        
.duyurum3 {
    background: #464648 url(http://n1304.hizliresim.com/18/r/mcpux.png) ;
    border: 1px solid #7C7C7C;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}    

.thrpststat {  -webkit-box-shadow:#FFFFFF 0 1px 0px, rgba(0, 0, 0, 0.496094) 0 1px 3px inset;
  box-shadow:#FFFFFF 0 1px 0px, rgba(0, 0, 0, 0.496094) 0 1px 3px inset;
  background-color:rgba(0, 0, 0, 0.078125);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   font-family: "MyriadPro-Bold";
   padding: 5px;
}

.stats {
background: #464648;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left:50px;
color: #ffffff;
font-size: 17px;
padding: 3px 8px;

}

.stats:hover {
background: #019bc6;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
color: #efefef;
-webkit-transition: color 200ms ease-in;
-moz-transition: color 200ms ease-in;
-o-transition: color 200ms ease-in;
cursor: url(http://thefrm.com/images/mfsgoldedition/link.cur), pointer;
}
.postbitavatar {
    background: #dedede url(http://st.10tl.net/tema/adigeemperor/webboss/postbitresim.gif) top left repeat-x;
    width: 140px;
    padding: 6px;
    border: 1px solid #404040;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: -14px;
    margin-left: 3px;
}        
    
        
    
.duyurum {
    background: #FFF6BF;
    border-top: 3px solid #FFD324;
    border-bottom: 3px solid #FFD324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.duyurum2 {
    background: #D6ECA6;
    border-top: 3px solid #8DC93E;
    border-bottom: 3px solid #8DC93E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.duyurum3 {
    background: #ADCBE7;
    border-top: 3px solid #0F5C8E;
    border-bottom: 3px solid #0F5C8E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}



Cvp: Bunu Nasıl Ekliyebilirim ? - Screwy - 27-07-2013

Hocam her css kodu aynı değildir. Birebir aynısını bulamazsınız. Sadece css kod imsini aratırsanız aynı sonuca ulaşırsınız.

Örneğin size aşağıdakini arayın demiş. :

Kod:
.tborder {
    background: #81A2C4;
    width: 100%;
    margin: auto auto;
    border: 1px solid #0F5C8E;
}

Siz sadece aşağıdakini arasanız istediğiniz sonuca ulaşabilirsiniz.

Kod:
.tborder {

Tüm kod komple aynı olmaz her temada


Cvp: Bunu Nasıl Ekliyebilirim ? - musditr - 27-07-2013

(27-07-2013, Saat:16:23)Screwy Adlı Kullanıcıdan Alıntı: Hocam her css kodu aynı değildir. Birebir aynısını bulamazsınız. Sadece css kod imsini aratırsanız aynı sonuca ulaşırsınız.

Örneğin size aşağıdakini arayın demiş. :

Kod:
.tborder {
    background: #81A2C4;
    width: 100%;
    margin: auto auto;
    border: 1px solid #0F5C8E;
}

Siz sadece aşağıdakini arasanız istediğiniz sonuca ulaşabilirsiniz.

Kod:
.tborder {

Tüm kod komple aynı olmaz her temada

Teşekkürler Ayarladım Şuan Denicem bakalım olucakmi Gülümseme

Ekledim Fakat gözükmüyor ? Sorun Nedir