MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
Screwy avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

FairyLal Theme Açılır Menü Sorunu Çözümü


Sponsor Reklam

İzinli Screwy
 Tarih: 31-08-2013, Saat:18:32
(Son Düzenleme: 31-08-2013, Saat:18:43, Düzenleyen: Screwy.)
#1
resim

Merhaba, sorun css ve javascript'e

Admin Paneli Sağ Ok Temalar Şablonlar Sağ Ok Şablonlar Sağ Ok FairyLal Theme Şablonları Sağ Ok Header Şablonları Sağ Ok header_welcomeblock_member Şablonunu Açın. İçerisindekileri Komple Silin ve Aşağıdakileri Ekleyin. Kayıt Edip Çıkın.

Kod:
<span id="usercp_button">Merhaba!<a href="#" class="show_hide"><span>{$mybb->user['username']} ▼</span></a><a href="{$mybb->settings['bburl']}/private.php"><img class="mail" src="images/FairyLal/mail3.png"></a><a href="{$mybb->settings['bburl']}/private.php" id="pm_notification">{$mybb->user['pms_unread']}</a> <a class="cerrars" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">Çıkış</a></span> <div class="slidingDiv">
<div id="usercp_menu" class="loginbutton_menu">
    <div class="usercp_menu">
<div class="user_panel_box" style="display: block;">
                <div class="avatar_box"><img width="50px" height="50px" title="Profilim" alt="avatar" src="{$mybb->user['avatar']}"></div>
            <div class="usercpmenu_leftblock left">
            <a href="{$mybb->settings['bburl']}/usercp.php">Kontrol Paneli</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">Avatar Düzenle</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=profile">Profilim</a> <a href="search.php?action=finduser&amp;uid=6434">Mesajlarim</a> {$modcplink}            
                        </div>
            <div class="usercpmenu_rightblock left">
            <a onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);" href="#">Arkadaşlar Listesi</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=editsig">İmza Düzenle</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=options">Ayarlarim</a> <a href="search.php?action=finduserthreads&amp;uid=6434">Konularim</a> {$admincplink}
            </div>
</div>
</div> </div>


Admin Paneli Sağ Ok Temalar Şablonlar Sağ Ok Şablonlar Sağ Ok FairyLal Theme Şablonları Sağ Ok Headerinclude Şablonlar Sağ Ok headerinclude Şablonunu açın, içerisindekileri komple silin, Aşağıdakileri Ekleyin, Kayıt edin ve çıkın.

Kod:
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">

jQuery(document).ready(function(){

        jQuery(".slidingDivs").hide();
        jQuery(".show_hide").show();

    jQuery('.show_hide').click(function(){
    jQuery(".slidingDivs").slideToggle();
    });

});

</script>
<script type="text/javascript">

jQuery(document).ready(function(){

        jQuery(".slidingDiv").hide();
        jQuery(".show_hide").show();

    jQuery('.show_hide').click(function(){
    jQuery(".slidingDiv").slideToggle();
    });

});

</script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function () {
    jQuery('#tabs div.tab').hide();
    jQuery('#tabs div:first').show();
    jQuery('#tabs ul.profile-list li:first').addClass('active');
    jQuery('#tabs ul.profile-list li a').click(function () {
        jQuery('#tabs ul.profile-list li').removeClass('active');
        jQuery(this).parent().addClass('active');
        var currentTab = jQuery(this).attr('href');
        jQuery('#tabs div.tab').hide();
        jQuery(currentTab).fadeIn();
        return false;
    });
});
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

Admin Paneli Sağ Ok Temalar Şablonlar Sağ Ok FairyLal Theme Sağ Ok Global.Css Sağ Ok Gelişmiş Düzenleme Bölümündeki Tüm Kodları Silin. Aşağıdakileri Ekleyin ve Kayıt Edin.

Kod:
body {
    background: url(images/FairyLal/bodyheader.png) #f9f9f9;
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
}

a:link {
    color: #3d5755;
    text-decoration: none;
}

a:visited {
    color: #3d5755;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
}

#container {
    width: 86%;
    background: #fff;
    border: 1px solid #dddddd;
    color: #000000;
    margin: auto auto;
    padding: 9px;
    text-align: left; /* IE 5 fix */
        margin-top: 10px;
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    width: auto !important;

}

.menu ul {
    color: #000000;
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

.menu ul a:link {
    color: #000000;
    text-decoration: none;
}

.menu ul a:visited {
    color: #000000;
    text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
    color: #4874a3;
    text-decoration: none;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}

.tborder {
    width: 100%;
    margin: auto auto;
    position: relative;
    border: 1px solid #DDD;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 0;
        box-shadow: 1px 1px 3px #dddddd;
}

.tborders {
    width: 100%;
}

.thead {
    color: #ffffff;
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #444444;
    border: 1px solid #555;
        -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
    color: #fff;
    padding: 10px;
        -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    font-family: PT Sans Narrow,sans-serif;
    font-size: 13px;
}

.thead a:link {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
    font-family: PT Sans Narrow,sans-serif;
    font-weight: bold;
}

.thead a:visited {
    color: #fff;
    text-decoration: none;
}

.thead a:hover,.thead a:active {
    color: #ccc;
    text-decoration: none;
}

.tcat {
    background: url(images/FairyLal/tcat.png) repeat #d0d0d0;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #b1b1b1;
    color: #3D5755;
    font-size: 12px;
    padding: 7px 5px 6px 13px;
    text-shadow: 1px 1px 1px white;
    font-family: pt sans narrow, sans-serif;
}

.tcat2 {
    background: url(images/FairyLal/tcat.png) repeat scroll 0 0 #D0D0D0;
    border-bottom: 1px solid #999999;
    border-top: 5px solid #454545;
    color: #3D5755;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    padding: 7px 5px 6px 13px;
    text-shadow: 1px 1px 1px white;
}

.tcat a:link {
    color: #777;
}

.tcat a:visited {
    color: #777;
}

.tcat a:hover,.tcat a:active {
    color: #555;
}

.trow1 {
    background: white;
    color: #444;
        border-bottom: 1px solid #CAD5E0;
    padding: 12px 5px;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
        background-image: -webkit-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -moz-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
}

.trow2 {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    background: white;
    color: #444;
        border-bottom: 1px solid #CAD5E0;    
        padding: 12px 5px;

    background-image: -webkit-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -moz-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #fff0d9;
    border-top: 0;
    color: #444;
    border-top: 0;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
        font-family: pt sans narrow, serif;
}

.tfoot {
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #444444;
    border-top: 1px solid #EEEEEE;
    color: white;
    padding: 5px;
    font-family: pt sans narrow, sans-serif;
}

.tfoot a:link {
    color: white;
    text-decoration: none;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot a:visited {
    color: white;
    text-decoration: none;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot a:hover,.tfoot a:active {
    text-decoration: none;
    color: #222;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.button:hover {
    background: #e5e5e5;
    border: 1px solid #cccccc;
}
.button {
    background: none repeat scroll 0 0 #dddddd;
    border: 1px solid #d5d5d5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #3D5755;
    font-family: pt sans narrow;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}

.bottommenu {
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #242424;
    color: #000000;
    margin-left: -9px;
    margin-top: -10px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 99.8%;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 3px 2px black;
    border-top: 3px solid #454545;
}
.fotter1 a:visited {
    color: white;
}
.fotter1 a:link {
    color: white;
}
.fotter1 {
    font-size: 12px;
    font-family: pt sans narrow;
    color: white;
}

.navigation {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

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

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

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

.navigation .active {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
}

textarea {
    background: none repeat scroll 0 0 #F9f9f9;
    border: 1px solid #cccccc;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4;
    padding: 2px;
}

select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: pt sans narrow;
    font-size: 11px;
    color: #777777;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

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

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: white;
}

.reputation_neutral {
    color: white;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

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

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

.validation_loading {
    background: url(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;
}

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

.menu li {
    display: inline;
    padding-left: 5px;
}

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

#panel .links {
    margin: 0;
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
        opacity: 0;
}

.thead:hover .expcolimage {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

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

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

#copyright {
    font: 11px Verdana, Arial, 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: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 0 5px 10px #999999;
    color: #3D5755;
    font-family: pt sans narrow;
    font-size: 12px;
    margin-right: 50px;
    padding: 12px 15px;
    text-align: left;
    width: 30%;
    position: absolute;
    right: 100px;
    margin-top: -10px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

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

.online {
    background: none repeat scroll 0 0 #FAA732;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}


.offline {
    background: none repeat scroll 0 0 #DA4F49;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}

.conteo {
    background: none repeat scroll 0 0 #F89306;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}


.reputacion {
    background: none repeat scroll 0 0 #51A351;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}

.warning {
    background: none repeat scroll 0 0 #BD362F;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}

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

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}
.pagination .pages {
    font-weight: bold;
        font-family: pt sans narrow, sans-serif;
}

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

.pagination .pagination_current {
    background: #c9c9c9;
    border: 1px solid #999999;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: pt sans narrow;
    border-radius: 3px;
    padding: 5px 8px;
}

.pagination a {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.pagination a:hover {
    background: none repeat scroll 0 0 #dddddd;
    border: 1px solid #999999;
    text-decoration: none;
}

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

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) 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: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

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

#dark-litle-menu {
    background: url(images/FairyLal/menu.png) repeat transparent;
    border-top: 3px solid #252525;
    width: 100%;
    z-index: 900;
    border-bottom: 2px solid #b1b1b1;
    box-shadow: 0px 3px 4px #d1d1d1;
    border-radius: 0 0 5px 5px;
    border-top: 2px inset #999999;
}

#dark-litle-menu > ul {
    height: 54px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#dark-litle-menu ul > li {
    float: left;
    font-family: Arial,Helvetica;
    position: relative;
}
#dark-litle-menu a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    display: block;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 19px 25px 22px;
    text-decoration: none;
    text-shadow: 0 1px 2px #111;
    color: white;
}

#m-des {
    background: url(images/FairyLal/menu.png) repeat scroll center top #393939;
    border-radius: 0 0 4px 4px;
    height: 0;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 54px;
    width: 160px;
    z-index: 50;
}
#dark-litle-menu li:hover #m-des {
    padding: 15px;
    height: auto;
    box-shadow: 0 12px 0 0 rgba(255, 255, 255, 0.02) inset, 0 7px 7px -6px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}

#m-des li > a {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px solid #2C2B2B;
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: 1px solid #3E3E3E;
    color: #999;
    padding: 8px 0 !important;
    text-shadow: 0 1px 1px #111;
}

#dark-litle-menu li:hover a {background: rgba(255, 255, 255, 0.05);}
#dark-litle-menu li:first-child a {border-left: 0 none;}
#dark-litle-menu li:last-child a {border-right: 0 none;}
#m-des > li {float: none !important;}
#m-des li > a:hover {color: #EEE;}
#m-des li:first-child a {border-top: medium none !important;}
#m-des li:last-child a {border-bottom: medium none !important;}
.espacer-black {padding-top: 50px;}

#dark-litle-menu span {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    bottom: -5px;
    color: #FFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 8px;
    position: absolute;
    right: -8px;
    text-shadow: 0 1px 0 #333;
    z-index: 50;
}
    
#header2 {
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #252525;
    width: auto;
    margin: auto;
    height: 151px;
    border-top: 3px solid #b1b1b1;
}    
#container2 {
    width: 87%;
    margin: auto;
}
.logo:hover {
    opacity: 1;
}
.logo {
    left: 8px;
    position: relative;
    text-align: left;
    top: 30px;
    opacity: 0.69;
}
.textosearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #252525;
    color: #4E4E4E;
    display: block;
    font-family: arial;
    font-size: 11px;
    height: 33px;
    line-height: 26px;
    min-width: 170px;
    padding: 0 3px 0 4px;
    position: relative;
}
.textosearch:focus {
    padding: 0 20px 0 0;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.boton5 {
    background: url(images/FairyLal/search_icon.png) no-repeat scroll 50% center #222222;
    border: 1px solid #252525;
    border-radius: 0 3px 3px 0;
    bottom: 0;
    display: block;
    height: 37px;
    padding: 0;
    position: absolute;
    right: 107px;
    text-indent: -3000em;
    top: 171px;
    width: 52px;
}
#search {
    float: right;
    margin-right: 44px;
    margin-top: 10px;
}
.secondary-nav-bar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px #cccccc;
    -webkit-box-shadow: 0 1px 3px #cccccc;
    -moz-box-shadow: 0 1px 3px #cccccc;    
    height: 40px;
    width: auto;
    border-bottom: 2px solid #dddddd;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.secondary-nav-bar:hover {
    opacity: 1;
}
ul#social-link {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul#social-link li {
    float: left;
}
ul#social-link li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
    border-left: 1px solid white;
}
ul#social-link li a.facebook:hover {
    opacity: 1;
}
ul#social-link li a.google:hover {
    opacity: 1;
}
ul#social-link li a.rss:hover {
    opacity: 1;
}
ul#social-link li a.twitter:hover {
    opacity: 1;
}
ul#social-link li a.deviant:hover {
    opacity: 1;
}
ul#social-link li a.tum:hover {
    opacity: 1;
}
ul#social-link li a.youtube:hover {
    opacity: 1;
}

ul#social-link li a.facebook {
    background: url(images/FairyLal/face.png) no-repeat scroll center center #3A5A97;
    opacity: 0.69;
    z-index: 99999;
}
ul#social-link li a.twitter {
    background: url(images/FairyLal/twitter.png) no-repeat scroll center center #00ADEC;
    opacity: 0.69;
}
ul#social-link li a.rss {
    background: url(images/FairyLal/rss.png) no-repeat scroll center center #E97D24;
    opacity: 0.69;
}
ul#social-link li a.google {
    background: url(images/FairyLal/google.png) no-repeat scroll center center #C23B2B;
    opacity: 0.69;
}
ul#social-link li a.deviant {
    background: url(images/FairyLal/deviantart.png) no-repeat scroll center center #5F7A6A;
    opacity: 0.69;
}
ul#social-link li a.youtube {
    background: url(images/FairyLal/youtube.png) no-repeat scroll center center #FE1511;
    opacity: 0.69;
}
ul#social-link li a.tum {
    background: url(images/FairyLal/tumblr.png) no-repeat scroll center center #395777;
    opacity: 0.69;
}

ul#social-link2 {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul#social-link2 li {
    float: left;
}
ul#social-link2 li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px dashed #dddddd;
    color: black;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
}
ul#social-link2 li a.calen {
    background: url(images/FairyLal/calendar.png) no-repeat scroll center center transparent;
}
ul#social-link2 li a.mensaje {
    background: url(images/FairyLal/comment.png) no-repeat scroll center center transparent;
}
ul#social-link2 li a.estadistica {
    background: url(images/FairyLal/stats1.png) no-repeat scroll center center transparent;
}
ul#social-link2 li a.lampara {
    background: url(images/FairyLal/lam.png) no-repeat scroll center center transparent;
}

.usercp_menu {
    float: right;
    margin-right: 353px;
    margin-top: -10px;
}

.user_panel_box {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px #999999;
    display: none;
    font-family: pt sans narrow;
    font-size: 11px;
    height: auto;
    padding: 16px;
    position: absolute;
    text-shadow: none;
    width: 326px;
    z-index: 5;
}

.user_panel_link {
    cursor: pointer;
}
.usercpmenu_leftblock {
    float: left;
    padding-left: 60px;
    padding-right: 8px;
    width: 34%;
}
.usercpmenu_rightblock {
    border-left: 1px dashed #dddddd;
    float: right;
    padding-left: 12px;
    width: 41%;
}
.usercpmenu_leftblock a, .usercpmenu_rightblock a {
    color: #3d5755;
    display: block;
    font-size: 12px;
    padding: 2px 5px;
    transition: all 0.2s ease 0s;
}
.usercpmenu_leftblock a:hover, .usercpmenu_rightblock a:hover {
    color: black;
}
.avatar_box img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #D5D5D5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.098);
    padding: 1px;
    position: absolute;
    border-radius: 20px;
}
.avatar_box img:hover {
    border: 1px solid #7D7D7D;
}

.mail {
    margin-left: 7px;
    margin-top: 2px;
    position: absolute;
}
.cerrars {
    padding-left: 43px;
}
.loginbutton {
    padding-left: 8px;
}

#usercp_button {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 0 0;
    float: right;
    font-family: pt sans narrow;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-right: -10px;
    margin-top: -45px;
    padding: 2px 10px;
    width: auto;
}

#pm_notification {
    background: red;
    border: 1px solid #921515;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    text-shadow: 0 -1px 0 #921515;
    position: absolute;
    font-weight: bold;
    margin-left: 23px;
    margin-top: 1px;
}

a#pm_notification {
    color: #FFF;
        text-decoration: none;
}

.color3 {
    font-size: 12px;
    font-family: pt sans narrow;
}

.caja1 {
    float: left;
}

.caja2 {
    background: transparent;
    width: 160px;
    height: auto;
}

.caja3 {
    background: transparent;
    width: 160px;
    color: #373737;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 13px;
        font-family: pt sans narrow;
}

.caja4 {
    margin-top: 4px;
    margin-left: 167px;
    background: #eaeaea;
    border: 1px solid #999999;
    margin-bottom: 10px;
        border-radius: 5px;
        padding: 1px;
        -webkit-box-shadow: 0px 2px 7px #cccccc;
    -moz-box-shadow: 0px 2px 7px #cccccc;
    box-shadow: 0px 2px 7px #cccccc;
        
}


.caja6 {
    padding: 15px 10px;
    background: #f5f5f5;
}

.caja5 {
    border-bottom: 1px solid #999999;
    padding: 4px 10px;
    font-family: pt sans narrow;
    background: url(images/FairyLal/tcat.png) repeat scroll 0 0 #D0D0D0;
    color: #3d5755;
    text-shadow: 1px 1px 1px white;
    border-top: 1px solid #b1b1b1;
}
.caja5 ul {
    display: inline;
    padding: 5px;
}

.caja7 {
    border-top: 1px solid #ccc;
    padding: 5px 10px 12px;
    height: 24px;
}

.blog {
    position: absolute;
    margin-left: -40px;
}


.redondo2 {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #999999;
    border-radius: 120px 120px 120px 120px;
    color: #AAAAAA;
    float: right;
    font-family: pt sans narrow;
    font-size: 15px;
    margin-top: 35px;
    padding: 7px 5px;
    position: absolute;
    text-align: center;
    width: 27px;
    margin-left: -9px;
}

.postbit-avatar {
    background-color: #dddddd;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 3px;
    margin-top: 5px;
}

.postbit-avatar:hover {
-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;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 150, 250, 1);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 150, 250, 1);
box-shadow: 0px 0px 6px 0px rgba(0, 150, 250, 1);
border-radius: 0px;
}

.editat {
    background: #f9f9f9;
    padding: 7px;
}

.smalltext2 {
    font-size: 12px;
    font-family: pt sans narrow;
}

.registrate3 {
background: linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -o-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -moz-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -webkit-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -ms-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
    border: 1px solid #FFB800;
    border-radius: 3px 3px 3px 3px;
    color: #557A26;
    font-family: tahoma;
    font-size: 11px;
    padding: 15px 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);
    box-shadow: 1px 2px 2px #999999;
}

.registrate5 {
    background: none repeat scroll 0 0 black;
    box-shadow: 5px 5px 5px #191919;
    color: white;
    font-size: 12px;
    max-width: 280px;
    min-height: 18px;
    opacity: 0.77;
    padding: 10px 15px;
    position: fixed;
    right: 2%;
    top: 80%;
    z-index: 10;
    font-family: pt sans narrow, sans-serif;
}

.iniciar1 {
    float: right;
    margin-top: -40px;
}
.boton1 {
    background: #DA4F49;
    background-image: linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -o-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -moz-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -ms-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BD362F),color-sto (1, #EE5F5B));
    border: 1px solid #7D0000;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: 0px;
    border-radius: 2px;
}
.boton1:hover {background:#BD362F;}

.slidingDivs {
    background-color: #F2f2f2;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 2px #454545;
    height: 150px;
    margin-top: 12px;
    padding: 20px;
    position: absolute;
    margin-left: -35px;
    z-index: 99999;
    border-radius: 0px 0px 5px 5px;
}

.slidingDiv {
    border-radius: 0 0 5px 5px;
    margin-top: -20px;
    padding: 20px;
    position: absolute;
    z-index: 99999;
    right: 1px;
    margin-right: 79px;
}

.textlogin {
    background-color: white;
    border-color: #CBCDD4 #CBCDD4 #DADCDE;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11) inset, 0 1px white;
    color: #868686;
    font-size: 11px;
    height: 15px;
    padding: 8px 8px 8px 28px;
    text-shadow: 0 1px 0 #F8F8F8;
    width: 80%;
}
.boton2 {
    background: #DA4F49;
    background-image: linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -o-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -moz-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -ms-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BD362F),color-sto (1, #EE5F5B));
    border: 1px solid #868686;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: white;
    cursor: pointer;
    display: inline-block;
    font: 12px/30px pt sans narrow,sans-serif;
    height: 30px;
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
    width: 105%;
}
.boton2:hover {
    background: none repeat scroll 0 0 #BD362F;
    opacity: 0.9;
}
.posicion {
    font-family: pt sans narrow;
    font-size: 11px;
    left: 100px;
    position: relative;
    top: 0px;
}

#breadcrumb {
    background: #F9f9f9;
    border: 1px solid #dddddd;
    color: #000000;
    font: 12px/33px pt sans narrow,sans-serif;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 78%;
    float: left;
    margin-top: -45px;
    margin-left: -10px;
    padding: 2px;
    border-radius: 4px 4px 0px 0px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a {
    height:35px;
    display:block;
    background-image:url(images/FairyLal/breadcrumb_sep.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 25px;
    text-decoration: none;
    color:#454545;
    margin-top: -2px;
}

.home {
    border: medium none;
    margin: -3px 0;
    padding-right: 5px;
}

#breadcrumb a:hover {
    color:#35acc5;
}

.boton10 {
    background: #e5e5e5;
    border: 1px solid #Dddddd;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: pt sans narrow, sans-serif;
    font-size: 12px;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    font-weight: bold;
}

.float_right2 {
    float: right;
    margin-top: -55px;
}

.newmensajes {
    background: none repeat scroll 0 0 #F89306;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
    color: white;
    text-shadow: 1px 1px 2px #454545;
    font-family: pt sans narrow;
}

div#tabs ul.profile-list {
    margin: 0 0 10px 0;
    padding: 0;    
    overflow: hidden;
    border-left: 1px solid #ddd;
}
div#tabs ul.profile-list li {
    float: left;
    border: solid #ddd;
    border-width: 1px 1px 1px 0;
    list-style: none;  
}
div#tabs ul.profile-list li a {
    padding: 8px 15px;
    display: block;
    font-weight: bold;
    color: #444;
    background: #e9e9e9;
    text-decoration: none;  
        font-size: 11px;
}
div#tabs ul.profile-list li a:hover {
    background: #f5f5f5;
}
div#tabs ul.profile-list li.active a {
    color: black;
    border: 0;
}
#userprofile-maininfo
{
    background:#FFF;
    border:1px solid #ddd;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0px 1px 3px #cccccc;
        -moz-box-shadow: 0px 1px 3px #cccccc;
        box-shadow: 0px 1px 3px #cccccc;
    font-size: 13px;
    font-family: pt sans narrow;
}

#userprofile-maininfo h2 span
{
    color:#777!important;
    font-family:tahoma;
    font-size:30px;
}

#userprofile-maininfo h2
{
    color:#777!important;
    font-family:tahoma;
    font-size:30px;
        line-height: 0px;
}

.userprofile_online
{
    margin-top:1px;
}
.userprofile_online img {
    margin-top: 2px;
}

.userprofile_avatar img
{
    -moz-box-shadow:1px 3px 4px #ccc;
    -moz-transition:.4s;
    -ms-transition:.4s;
    -o-transition:.4s;
    -webkit-box-shadow:1px 3px 4px #ccc;
    -webkit-transition:.4s;
    border:2px solid transparent;
    box-shadow:1px 3px 4px #ccc;
    float:left;
    margin:24px;
    max-height:94px;
    max-width:95px;
    outline:1px solid #ccc;
    transition:.4s;
}

.estadisticas {
    position: relative;
    top: -15px;
    box-shadow: 0px 8px 10px #dddddd;
    padding: 10px;
    background: #f9f9f9;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.estadisticas > h2 {
    border-top: 1px dashed #DDDDDD;
    color: #555555;
    font-size: 13px;
    margin: 2px 0 0;
    text-align: center;
}
.stats-data {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
    padding-left: 20px !important;
}
.stats-data li {
    color: #999999;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    list-style: none outside none;
    margin-right: 10px !important;
    margin-top: 0 !important;
    padding: 0px 13px 0px 0 !important;
    text-align: left;
    line-height: 15px;
    border-right: 1px dashed #dddddd;
    font-family: pt sans narrow, sans-serif;
}
.stats-data li span {
    color: #333333;
    display: block;
    font-family: PT Sans Narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
.estadisticas2 {
    margin: 30px 0px 0 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-shadow: 1px 1px 1px #dddddd;
}
.estadisticas2 > h2 {
    border-top: 1px solid #DDDDDD;
    color: black;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0px 12px 3px;
    text-align: left;
    background: #e9e9e9;
    line-height: 31px;
}
.stats-data2 {
    padding-left: 20px !important;
}
.stats-data2 li {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    list-style: none outside none;
    margin-right: 10px !important;
    margin-top: 0 !important;
    padding: 0 15px 14px 0 !important;
    text-align: left;
}
.stats-data2 li span {
    color: #333333;
    display: inline;
    font-family: PT Sans Narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
.informacion {
    font-size: 17px;
    font-family: pt sans narrow;
    border-bottom: 1px dashed #cccccc;
    width: 85%;
    position: absolute;
    margin-top: 0px;
    text-align: left;
}

.boton11 {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 12px 1px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;

    background: #F5F5F5;
    background-image: linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E6E6E6),color-stop(1, #FFFFFF));
}

.boton11 img {
    margin-top: 3px;
}

.boton11:hover {
    background: none repeat scroll 0 0 #E6E6E6;
}

.boton22:hover {
    background: #51A351;
}
.boton22 {
    border: 1px solid #51a351;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 30px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: 0;

    background: #5BB75B;
    background-image: linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -o-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -moz-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -webkit-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -ms-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #51A351),color-stop(1, #62C462));
}



.boton23:hover {
    background: #F89406;
}
.boton23 {
    border: 1px solid #f89306;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 25px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: -10px;

    background: #FAA732;
    background-image: linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -o-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -moz-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -webkit-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -ms-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F89306),color-stop(1, #FBB450));
}

.boton21 {
    border: 1px solid #51a351;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 25px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: -10px;

    background: #DA4F49;
    background-image: linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -o-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -moz-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -ms-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BD362F),color-stop(1, #EE5F5B));
}

.caja ul:hover {
    opacity: 1;
}
.caja ul {
    display: inline;
    opacity: 0.6;
    padding: 1px;
    position: relative;
    top: 3px;
}


Sorun çözümü ReDMaD'a Aittir. Sorunun Çözümünden Ötürü Kendisine Teşekkür Ederim. Gülümseme
Cevapla
Bunu Beğenenler: ReDMaD
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı larke12
 Tarih: 31-08-2013, Saat:18:57
#2
tıklayınca açılıyor fakat tıklayınca kapanmıyotr sorunlu !!
Cevapla
Bunu Beğenenler:

İzinli Screwy
 Tarih: 31-08-2013, Saat:19:00
#3
(31-08-2013, Saat:18:57)larke12 Adlı Kullanıcıdan Alıntı: tıklayınca açılıyor fakat tıklayınca kapanmıyotr sorunlu !!

Dediğiniz sorun diğer arkadaşın söylediği yöntemde oluyor. Konudaki yöntemi deneyin. Bizzat test edip açtım konuyu sorun yok Gülümseme
Cevapla
Bunu Beğenenler: ReDMaD

Çevrimdışı musditr
 Tarih: 31-08-2013, Saat:19:02
#4
(31-08-2013, Saat:18:32)Screwy Adlı Kullanıcıdan Alıntı:
resim

Merhaba, sorun css ve javascript'e

Admin Paneli Sağ Ok Temalar Şablonlar Sağ Ok Şablonlar Sağ Ok FairyLal Theme Şablonları Sağ Ok Header Şablonları Sağ Ok header_welcomeblock_member Şablonunu Açın. İçerisindekileri Komple Silin ve Aşağıdakileri Ekleyin. Kayıt Edip Çıkın.

Kod:
<span id="usercp_button">Merhaba!<a href="#" class="show_hide"><span>{$mybb->user['username']} ▼</span></a><a href="{$mybb->settings['bburl']}/private.php"><img class="mail" src="images/FairyLal/mail3.png"></a><a href="{$mybb->settings['bburl']}/private.php" id="pm_notification">{$mybb->user['pms_unread']}</a> <a class="cerrars" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">Çıkış</a></span> <div class="slidingDiv">
<div id="usercp_menu" class="loginbutton_menu">
    <div class="usercp_menu">
<div class="user_panel_box" style="display: block;">
                <div class="avatar_box"><img width="50px" height="50px" title="Profilim" alt="avatar" src="{$mybb->user['avatar']}"></div>
            <div class="usercpmenu_leftblock left">
            <a href="{$mybb->settings['bburl']}/usercp.php">Kontrol Paneli</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">Avatar Düzenle</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=profile">Profilim</a> <a href="search.php?action=finduser&amp;uid=6434">Mesajlarim</a> {$modcplink}            
                        </div>
            <div class="usercpmenu_rightblock left">
            <a onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);" href="#">Arkadaşlar Listesi</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=editsig">İmza Düzenle</a> <a href="{$mybb->settings['bburl']}/usercp.php?action=options">Ayarlarim</a> <a href="search.php?action=finduserthreads&amp;uid=6434">Konularim</a> {$admincplink}
            </div>
</div>
</div> </div>


Admin Paneli Sağ Ok Temalar Şablonlar Sağ Ok Şablonlar Sağ Ok FairyLal Theme Şablonları Sağ Ok Headerinclude Şablonlar Sağ Ok headerinclude Şablonunu açın, içerisindekileri komple silin, Aşağıdakileri Ekleyin, Kayıt edin ve çıkın.

Kod:
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">

jQuery(document).ready(function(){

        jQuery(".slidingDivs").hide();
        jQuery(".show_hide").show();

    jQuery('.show_hide').click(function(){
    jQuery(".slidingDivs").slideToggle();
    });

});

</script>
<script type="text/javascript">

jQuery(document).ready(function(){

        jQuery(".slidingDiv").hide();
        jQuery(".show_hide").show();

    jQuery('.show_hide').click(function(){
    jQuery(".slidingDiv").slideToggle();
    });

});

</script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function () {
    jQuery('#tabs div.tab').hide();
    jQuery('#tabs div:first').show();
    jQuery('#tabs ul.profile-list li:first').addClass('active');
    jQuery('#tabs ul.profile-list li a').click(function () {
        jQuery('#tabs ul.profile-list li').removeClass('active');
        jQuery(this).parent().addClass('active');
        var currentTab = jQuery(this).attr('href');
        jQuery('#tabs div.tab').hide();
        jQuery(currentTab).fadeIn();
        return false;
    });
});
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

Admin Paneli Sağ Ok Temalar Şablonlar Sağ Ok FairyLal Theme Sağ Ok Global.Css Sağ Ok Gelişmiş Düzenleme Bölümündeki Tüm Kodları Silin. Aşağıdakileri Ekleyin ve Kayıt Edin.

Kod:
body {
    background: url(images/FairyLal/bodyheader.png) #f9f9f9;
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
}

a:link {
    color: #3d5755;
    text-decoration: none;
}

a:visited {
    color: #3d5755;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
}

#container {
    width: 86%;
    background: #fff;
    border: 1px solid #dddddd;
    color: #000000;
    margin: auto auto;
    padding: 9px;
    text-align: left; /* IE 5 fix */
        margin-top: 10px;
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    width: auto !important;

}

.menu ul {
    color: #000000;
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

.menu ul a:link {
    color: #000000;
    text-decoration: none;
}

.menu ul a:visited {
    color: #000000;
    text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
    color: #4874a3;
    text-decoration: none;
}

#panel .remember_me input {
    vertical-align: middle;
    margin-top: -1px;
}

table {
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}

.tborder {
    width: 100%;
    margin: auto auto;
    position: relative;
    border: 1px solid #DDD;

    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-top: 0;
        box-shadow: 1px 1px 3px #dddddd;
}

.tborders {
    width: 100%;
}

.thead {
    color: #ffffff;
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #444444;
    border: 1px solid #555;
        -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px;
    color: #fff;
    padding: 10px;
        -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    font-family: PT Sans Narrow,sans-serif;
    font-size: 13px;
}

.thead a:link {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
    font-family: PT Sans Narrow,sans-serif;
    font-weight: bold;
}

.thead a:visited {
    color: #fff;
    text-decoration: none;
}

.thead a:hover,.thead a:active {
    color: #ccc;
    text-decoration: none;
}

.tcat {
    background: url(images/FairyLal/tcat.png) repeat #d0d0d0;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #b1b1b1;
    color: #3D5755;
    font-size: 12px;
    padding: 7px 5px 6px 13px;
    text-shadow: 1px 1px 1px white;
    font-family: pt sans narrow, sans-serif;
}

.tcat2 {
    background: url(images/FairyLal/tcat.png) repeat scroll 0 0 #D0D0D0;
    border-bottom: 1px solid #999999;
    border-top: 5px solid #454545;
    color: #3D5755;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    padding: 7px 5px 6px 13px;
    text-shadow: 1px 1px 1px white;
}

.tcat a:link {
    color: #777;
}

.tcat a:visited {
    color: #777;
}

.tcat a:hover,.tcat a:active {
    color: #555;
}

.trow1 {
    background: white;
    color: #444;
        border-bottom: 1px solid #CAD5E0;
    padding: 12px 5px;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
        background-image: -webkit-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -moz-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
}

.trow2 {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    background: white;
    color: #444;
        border-bottom: 1px solid #CAD5E0;    
        padding: 12px 5px;

    background-image: -webkit-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -moz-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
    background-image: linear-gradient(top, rgba(239, 232, 221, 0) 0%, rgba(239, 232, 221, 0.1) 100%);
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #fff0d9;
    border-top: 0;
    color: #444;
    border-top: 0;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
        font-family: pt sans narrow, serif;
}

.tfoot {
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #444444;
    border-top: 1px solid #EEEEEE;
    color: white;
    padding: 5px;
    font-family: pt sans narrow, sans-serif;
}

.tfoot a:link {
    color: white;
    text-decoration: none;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot a:visited {
    color: white;
    text-decoration: none;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.tfoot a:hover,.tfoot a:active {
    text-decoration: none;
    color: #222;

    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.button:hover {
    background: #e5e5e5;
    border: 1px solid #cccccc;
}
.button {
    background: none repeat scroll 0 0 #dddddd;
    border: 1px solid #d5d5d5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #3D5755;
    font-family: pt sans narrow;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
}

.bottommenu {
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #242424;
    color: #000000;
    margin-left: -9px;
    margin-top: -10px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 99.8%;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 3px 2px black;
    border-top: 3px solid #454545;
}
.fotter1 a:visited {
    color: white;
}
.fotter1 a:link {
    color: white;
}
.fotter1 {
    font-size: 12px;
    font-family: pt sans narrow;
    color: white;
}

.navigation {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

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

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

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

.navigation .active {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
}

textarea {
    background: none repeat scroll 0 0 #F9f9f9;
    border: 1px solid #cccccc;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4;
    padding: 2px;
}

select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: pt sans narrow;
    font-size: 11px;
    color: #777777;
}

.editor {
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

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

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: white;
}

.reputation_neutral {
    color: white;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

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

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

.validation_loading {
    background: url(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;
}

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

.menu li {
    display: inline;
    padding-left: 5px;
}

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

#panel .links {
    margin: 0;
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
        opacity: 0;
}

.thead:hover .expcolimage {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

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

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

#copyright {
    font: 11px Verdana, Arial, 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: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    box-shadow: 0 5px 10px #999999;
    color: #3D5755;
    font-family: pt sans narrow;
    font-size: 12px;
    margin-right: 50px;
    padding: 12px 15px;
    text-align: left;
    width: 30%;
    position: absolute;
    right: 100px;
    margin-top: -10px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/error.gif) no-repeat 0;
}

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

.online {
    background: none repeat scroll 0 0 #FAA732;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}


.offline {
    background: none repeat scroll 0 0 #DA4F49;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}

.conteo {
    background: none repeat scroll 0 0 #F89306;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}


.reputacion {
    background: none repeat scroll 0 0 #51A351;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}

.warning {
    background: none repeat scroll 0 0 #BD362F;
    border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 2px 6px;
    text-shadow: 1px 1px 1px #454545;
}

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

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}
.pagination .pages {
    font-weight: bold;
        font-family: pt sans narrow, sans-serif;
}

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

.pagination .pagination_current {
    background: #c9c9c9;
    border: 1px solid #999999;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: pt sans narrow;
    border-radius: 3px;
    padding: 5px 8px;
}

.pagination a {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.pagination a:hover {
    background: none repeat scroll 0 0 #dddddd;
    border: 1px solid #999999;
    text-decoration: none;
}

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

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/jump.gif) 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: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

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

#dark-litle-menu {
    background: url(images/FairyLal/menu.png) repeat transparent;
    border-top: 3px solid #252525;
    width: 100%;
    z-index: 900;
    border-bottom: 2px solid #b1b1b1;
    box-shadow: 0px 3px 4px #d1d1d1;
    border-radius: 0 0 5px 5px;
    border-top: 2px inset #999999;
}

#dark-litle-menu > ul {
    height: 54px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#dark-litle-menu ul > li {
    float: left;
    font-family: Arial,Helvetica;
    position: relative;
}
#dark-litle-menu a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    display: block;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 19px 25px 22px;
    text-decoration: none;
    text-shadow: 0 1px 2px #111;
    color: white;
}

#m-des {
    background: url(images/FairyLal/menu.png) repeat scroll center top #393939;
    border-radius: 0 0 4px 4px;
    height: 0;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 54px;
    width: 160px;
    z-index: 50;
}
#dark-litle-menu li:hover #m-des {
    padding: 15px;
    height: auto;
    box-shadow: 0 12px 0 0 rgba(255, 255, 255, 0.02) inset, 0 7px 7px -6px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}

#m-des li > a {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px solid #2C2B2B;
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: 1px solid #3E3E3E;
    color: #999;
    padding: 8px 0 !important;
    text-shadow: 0 1px 1px #111;
}

#dark-litle-menu li:hover a {background: rgba(255, 255, 255, 0.05);}
#dark-litle-menu li:first-child a {border-left: 0 none;}
#dark-litle-menu li:last-child a {border-right: 0 none;}
#m-des > li {float: none !important;}
#m-des li > a:hover {color: #EEE;}
#m-des li:first-child a {border-top: medium none !important;}
#m-des li:last-child a {border-bottom: medium none !important;}
.espacer-black {padding-top: 50px;}

#dark-litle-menu span {
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(0, 0, 0, 0.9);
    border-radius: 3px;
    bottom: -5px;
    color: #FFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 8px;
    position: absolute;
    right: -8px;
    text-shadow: 0 1px 0 #333;
    z-index: 50;
}
    
#header2 {
    background: url(images/FairyLal/bodyheader.png) repeat scroll 0 0 #252525;
    width: auto;
    margin: auto;
    height: 151px;
    border-top: 3px solid #b1b1b1;
}    
#container2 {
    width: 87%;
    margin: auto;
}
.logo:hover {
    opacity: 1;
}
.logo {
    left: 8px;
    position: relative;
    text-align: left;
    top: 30px;
    opacity: 0.69;
}
.textosearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #252525;
    color: #4E4E4E;
    display: block;
    font-family: arial;
    font-size: 11px;
    height: 33px;
    line-height: 26px;
    min-width: 170px;
    padding: 0 3px 0 4px;
    position: relative;
}
.textosearch:focus {
    padding: 0 20px 0 0;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.boton5 {
    background: url(images/FairyLal/search_icon.png) no-repeat scroll 50% center #222222;
    border: 1px solid #252525;
    border-radius: 0 3px 3px 0;
    bottom: 0;
    display: block;
    height: 37px;
    padding: 0;
    position: absolute;
    right: 107px;
    text-indent: -3000em;
    top: 171px;
    width: 52px;
}
#search {
    float: right;
    margin-right: 44px;
    margin-top: 10px;
}
.secondary-nav-bar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px #cccccc;
    -webkit-box-shadow: 0 1px 3px #cccccc;
    -moz-box-shadow: 0 1px 3px #cccccc;    
    height: 40px;
    width: auto;
    border-bottom: 2px solid #dddddd;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.secondary-nav-bar:hover {
    opacity: 1;
}
ul#social-link {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul#social-link li {
    float: left;
}
ul#social-link li a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
    border-left: 1px solid white;
}
ul#social-link li a.facebook:hover {
    opacity: 1;
}
ul#social-link li a.google:hover {
    opacity: 1;
}
ul#social-link li a.rss:hover {
    opacity: 1;
}
ul#social-link li a.twitter:hover {
    opacity: 1;
}
ul#social-link li a.deviant:hover {
    opacity: 1;
}
ul#social-link li a.tum:hover {
    opacity: 1;
}
ul#social-link li a.youtube:hover {
    opacity: 1;
}

ul#social-link li a.facebook {
    background: url(images/FairyLal/face.png) no-repeat scroll center center #3A5A97;
    opacity: 0.69;
    z-index: 99999;
}
ul#social-link li a.twitter {
    background: url(images/FairyLal/twitter.png) no-repeat scroll center center #00ADEC;
    opacity: 0.69;
}
ul#social-link li a.rss {
    background: url(images/FairyLal/rss.png) no-repeat scroll center center #E97D24;
    opacity: 0.69;
}
ul#social-link li a.google {
    background: url(images/FairyLal/google.png) no-repeat scroll center center #C23B2B;
    opacity: 0.69;
}
ul#social-link li a.deviant {
    background: url(images/FairyLal/deviantart.png) no-repeat scroll center center #5F7A6A;
    opacity: 0.69;
}
ul#social-link li a.youtube {
    background: url(images/FairyLal/youtube.png) no-repeat scroll center center #FE1511;
    opacity: 0.69;
}
ul#social-link li a.tum {
    background: url(images/FairyLal/tumblr.png) no-repeat scroll center center #395777;
    opacity: 0.69;
}

ul#social-link2 {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul#social-link2 li {
    float: left;
}
ul#social-link2 li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px dashed #dddddd;
    color: black;
    display: inline-block;
    height: 40px;
    text-indent: -999em;
    width: 40px;
}
ul#social-link2 li a.calen {
    background: url(images/FairyLal/calendar.png) no-repeat scroll center center transparent;
}
ul#social-link2 li a.mensaje {
    background: url(images/FairyLal/comment.png) no-repeat scroll center center transparent;
}
ul#social-link2 li a.estadistica {
    background: url(images/FairyLal/stats1.png) no-repeat scroll center center transparent;
}
ul#social-link2 li a.lampara {
    background: url(images/FairyLal/lam.png) no-repeat scroll center center transparent;
}

.usercp_menu {
    float: right;
    margin-right: 353px;
    margin-top: -10px;
}

.user_panel_box {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px #999999;
    display: none;
    font-family: pt sans narrow;
    font-size: 11px;
    height: auto;
    padding: 16px;
    position: absolute;
    text-shadow: none;
    width: 326px;
    z-index: 5;
}

.user_panel_link {
    cursor: pointer;
}
.usercpmenu_leftblock {
    float: left;
    padding-left: 60px;
    padding-right: 8px;
    width: 34%;
}
.usercpmenu_rightblock {
    border-left: 1px dashed #dddddd;
    float: right;
    padding-left: 12px;
    width: 41%;
}
.usercpmenu_leftblock a, .usercpmenu_rightblock a {
    color: #3d5755;
    display: block;
    font-size: 12px;
    padding: 2px 5px;
    transition: all 0.2s ease 0s;
}
.usercpmenu_leftblock a:hover, .usercpmenu_rightblock a:hover {
    color: black;
}
.avatar_box img {
    background: none repeat scroll 0 0 white;
    border: 1px solid #D5D5D5;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.098);
    padding: 1px;
    position: absolute;
    border-radius: 20px;
}
.avatar_box img:hover {
    border: 1px solid #7D7D7D;
}

.mail {
    margin-left: 7px;
    margin-top: 2px;
    position: absolute;
}
.cerrars {
    padding-left: 43px;
}
.loginbutton {
    padding-left: 8px;
}

#usercp_button {
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 0 0;
    float: right;
    font-family: pt sans narrow;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-right: -10px;
    margin-top: -45px;
    padding: 2px 10px;
    width: auto;
}

#pm_notification {
    background: red;
    border: 1px solid #921515;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    padding: 0 3px;
    text-shadow: 0 -1px 0 #921515;
    position: absolute;
    font-weight: bold;
    margin-left: 23px;
    margin-top: 1px;
}

a#pm_notification {
    color: #FFF;
        text-decoration: none;
}

.color3 {
    font-size: 12px;
    font-family: pt sans narrow;
}

.caja1 {
    float: left;
}

.caja2 {
    background: transparent;
    width: 160px;
    height: auto;
}

.caja3 {
    background: transparent;
    width: 160px;
    color: #373737;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 13px;
        font-family: pt sans narrow;
}

.caja4 {
    margin-top: 4px;
    margin-left: 167px;
    background: #eaeaea;
    border: 1px solid #999999;
    margin-bottom: 10px;
        border-radius: 5px;
        padding: 1px;
        -webkit-box-shadow: 0px 2px 7px #cccccc;
    -moz-box-shadow: 0px 2px 7px #cccccc;
    box-shadow: 0px 2px 7px #cccccc;
        
}


.caja6 {
    padding: 15px 10px;
    background: #f5f5f5;
}

.caja5 {
    border-bottom: 1px solid #999999;
    padding: 4px 10px;
    font-family: pt sans narrow;
    background: url(images/FairyLal/tcat.png) repeat scroll 0 0 #D0D0D0;
    color: #3d5755;
    text-shadow: 1px 1px 1px white;
    border-top: 1px solid #b1b1b1;
}
.caja5 ul {
    display: inline;
    padding: 5px;
}

.caja7 {
    border-top: 1px solid #ccc;
    padding: 5px 10px 12px;
    height: 24px;
}

.blog {
    position: absolute;
    margin-left: -40px;
}


.redondo2 {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #999999;
    border-radius: 120px 120px 120px 120px;
    color: #AAAAAA;
    float: right;
    font-family: pt sans narrow;
    font-size: 15px;
    margin-top: 35px;
    padding: 7px 5px;
    position: absolute;
    text-align: center;
    width: 27px;
    margin-left: -9px;
}

.postbit-avatar {
    background-color: #dddddd;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 3px;
    margin-top: 5px;
}

.postbit-avatar:hover {
-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;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 150, 250, 1);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 150, 250, 1);
box-shadow: 0px 0px 6px 0px rgba(0, 150, 250, 1);
border-radius: 0px;
}

.editat {
    background: #f9f9f9;
    padding: 7px;
}

.smalltext2 {
    font-size: 12px;
    font-family: pt sans narrow;
}

.registrate3 {
background: linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -o-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -moz-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -webkit-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
background: -ms-linear-gradient(bottom, rgb(213,234,164) 3%, rgb(205,235,139) 100%);
    border: 1px solid #FFB800;
    border-radius: 3px 3px 3px 3px;
    color: #557A26;
    font-family: tahoma;
    font-size: 11px;
    padding: 15px 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);
    box-shadow: 1px 2px 2px #999999;
}

.registrate5 {
    background: none repeat scroll 0 0 black;
    box-shadow: 5px 5px 5px #191919;
    color: white;
    font-size: 12px;
    max-width: 280px;
    min-height: 18px;
    opacity: 0.77;
    padding: 10px 15px;
    position: fixed;
    right: 2%;
    top: 80%;
    z-index: 10;
    font-family: pt sans narrow, sans-serif;
}

.iniciar1 {
    float: right;
    margin-top: -40px;
}
.boton1 {
    background: #DA4F49;
    background-image: linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -o-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -moz-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -ms-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BD362F),color-sto (1, #EE5F5B));
    border: 1px solid #7D0000;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: 0px;
    border-radius: 2px;
}
.boton1:hover {background:#BD362F;}

.slidingDivs {
    background-color: #F2f2f2;
    border: 1px solid #dddddd;
    box-shadow: 0 5px 2px #454545;
    height: 150px;
    margin-top: 12px;
    padding: 20px;
    position: absolute;
    margin-left: -35px;
    z-index: 99999;
    border-radius: 0px 0px 5px 5px;
}

.slidingDiv {
    border-radius: 0 0 5px 5px;
    margin-top: -20px;
    padding: 20px;
    position: absolute;
    z-index: 99999;
    right: 1px;
    margin-right: 79px;
}

.textlogin {
    background-color: white;
    border-color: #CBCDD4 #CBCDD4 #DADCDE;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11) inset, 0 1px white;
    color: #868686;
    font-size: 11px;
    height: 15px;
    padding: 8px 8px 8px 28px;
    text-shadow: 0 1px 0 #F8F8F8;
    width: 80%;
}
.boton2 {
    background: #DA4F49;
    background-image: linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -o-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -moz-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -ms-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BD362F),color-sto (1, #EE5F5B));
    border: 1px solid #868686;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: white;
    cursor: pointer;
    display: inline-block;
    font: 12px/30px pt sans narrow,sans-serif;
    height: 30px;
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
    width: 105%;
}
.boton2:hover {
    background: none repeat scroll 0 0 #BD362F;
    opacity: 0.9;
}
.posicion {
    font-family: pt sans narrow;
    font-size: 11px;
    left: 100px;
    position: relative;
    top: 0px;
}

#breadcrumb {
    background: #F9f9f9;
    border: 1px solid #dddddd;
    color: #000000;
    font: 12px/33px pt sans narrow,sans-serif;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 78%;
    float: left;
    margin-top: -45px;
    margin-left: -10px;
    padding: 2px;
    border-radius: 4px 4px 0px 0px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a {
    height:35px;
    display:block;
    background-image:url(images/FairyLal/breadcrumb_sep.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 25px;
    text-decoration: none;
    color:#454545;
    margin-top: -2px;
}

.home {
    border: medium none;
    margin: -3px 0;
    padding-right: 5px;
}

#breadcrumb a:hover {
    color:#35acc5;
}

.boton10 {
    background: #e5e5e5;
    border: 1px solid #Dddddd;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: pt sans narrow, sans-serif;
    font-size: 12px;
    padding: 5px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    font-weight: bold;
}

.float_right2 {
    float: right;
    margin-top: -55px;
}

.newmensajes {
    background: none repeat scroll 0 0 #F89306;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
    color: white;
    text-shadow: 1px 1px 2px #454545;
    font-family: pt sans narrow;
}

div#tabs ul.profile-list {
    margin: 0 0 10px 0;
    padding: 0;    
    overflow: hidden;
    border-left: 1px solid #ddd;
}
div#tabs ul.profile-list li {
    float: left;
    border: solid #ddd;
    border-width: 1px 1px 1px 0;
    list-style: none;  
}
div#tabs ul.profile-list li a {
    padding: 8px 15px;
    display: block;
    font-weight: bold;
    color: #444;
    background: #e9e9e9;
    text-decoration: none;  
        font-size: 11px;
}
div#tabs ul.profile-list li a:hover {
    background: #f5f5f5;
}
div#tabs ul.profile-list li.active a {
    color: black;
    border: 0;
}
#userprofile-maininfo
{
    background:#FFF;
    border:1px solid #ddd;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0px 1px 3px #cccccc;
        -moz-box-shadow: 0px 1px 3px #cccccc;
        box-shadow: 0px 1px 3px #cccccc;
    font-size: 13px;
    font-family: pt sans narrow;
}

#userprofile-maininfo h2 span
{
    color:#777!important;
    font-family:tahoma;
    font-size:30px;
}

#userprofile-maininfo h2
{
    color:#777!important;
    font-family:tahoma;
    font-size:30px;
        line-height: 0px;
}

.userprofile_online
{
    margin-top:1px;
}
.userprofile_online img {
    margin-top: 2px;
}

.userprofile_avatar img
{
    -moz-box-shadow:1px 3px 4px #ccc;
    -moz-transition:.4s;
    -ms-transition:.4s;
    -o-transition:.4s;
    -webkit-box-shadow:1px 3px 4px #ccc;
    -webkit-transition:.4s;
    border:2px solid transparent;
    box-shadow:1px 3px 4px #ccc;
    float:left;
    margin:24px;
    max-height:94px;
    max-width:95px;
    outline:1px solid #ccc;
    transition:.4s;
}

.estadisticas {
    position: relative;
    top: -15px;
    box-shadow: 0px 8px 10px #dddddd;
    padding: 10px;
    background: #f9f9f9;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.estadisticas > h2 {
    border-top: 1px dashed #DDDDDD;
    color: #555555;
    font-size: 13px;
    margin: 2px 0 0;
    text-align: center;
}
.stats-data {
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
    padding-left: 20px !important;
}
.stats-data li {
    color: #999999;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    list-style: none outside none;
    margin-right: 10px !important;
    margin-top: 0 !important;
    padding: 0px 13px 0px 0 !important;
    text-align: left;
    line-height: 15px;
    border-right: 1px dashed #dddddd;
    font-family: pt sans narrow, sans-serif;
}
.stats-data li span {
    color: #333333;
    display: block;
    font-family: PT Sans Narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
.estadisticas2 {
    margin: 30px 0px 0 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    box-shadow: 1px 1px 1px #dddddd;
}
.estadisticas2 > h2 {
    border-top: 1px solid #DDDDDD;
    color: black;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0px 12px 3px;
    text-align: left;
    background: #e9e9e9;
    line-height: 31px;
}
.stats-data2 {
    padding-left: 20px !important;
}
.stats-data2 li {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    list-style: none outside none;
    margin-right: 10px !important;
    margin-top: 0 !important;
    padding: 0 15px 14px 0 !important;
    text-align: left;
}
.stats-data2 li span {
    color: #333333;
    display: inline;
    font-family: PT Sans Narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
.informacion {
    font-size: 17px;
    font-family: pt sans narrow;
    border-bottom: 1px dashed #cccccc;
    width: 85%;
    position: absolute;
    margin-top: 0px;
    text-align: left;
}

.boton11 {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 12px 1px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;

    background: #F5F5F5;
    background-image: linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #E6E6E6 0%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E6E6E6),color-stop(1, #FFFFFF));
}

.boton11 img {
    margin-top: 3px;
}

.boton11:hover {
    background: none repeat scroll 0 0 #E6E6E6;
}

.boton22:hover {
    background: #51A351;
}
.boton22 {
    border: 1px solid #51a351;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 30px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: 0;

    background: #5BB75B;
    background-image: linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -o-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -moz-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -webkit-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -ms-linear-gradient(bottom, #51A351 0%, #62C462 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #51A351),color-stop(1, #62C462));
}



.boton23:hover {
    background: #F89406;
}
.boton23 {
    border: 1px solid #f89306;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 25px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: -10px;

    background: #FAA732;
    background-image: linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -o-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -moz-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -webkit-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -ms-linear-gradient(bottom, #F89306 0%, #FBB450 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F89306),color-stop(1, #FBB450));
}

.boton21 {
    border: 1px solid #51a351;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    font-family: pt sans narrow,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 25px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);
    top: -10px;

    background: #DA4F49;
    background-image: linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -o-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -moz-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -ms-linear-gradient(bottom, #BD362F 0%, #EE5F5B 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BD362F),color-stop(1, #EE5F5B));
}

.caja ul:hover {
    opacity: 1;
}
.caja ul {
    display: inline;
    opacity: 0.6;
    padding: 1px;
    position: relative;
    top: 3px;
}


Sorun çözümü ReDMaD'a Aittir. Sorunun Çözümünden Ötürü Kendisine Teşekkür Ederim. Gülümseme



Hocam bu Sorun Hani Şu kullanıcı paneli Anasayfa gelince acilan panelmi ?
Cevapla
Bunu Beğenenler:

İzinli Screwy
 Tarih: 31-08-2013, Saat:19:14
#5
(31-08-2013, Saat:19:02)musditr Adlı Kullanıcıdan Alıntı: Hocam bu Sorun Hani Şu kullanıcı paneli Anasayfa gelince acilan panelmi ?


Evet hocam Gülümseme
Cevapla
Bunu Beğenenler:

Çevrimdışı larke12
 Tarih: 31-08-2013, Saat:20:09
#6
(31-08-2013, Saat:19:00)Screwy Adlı Kullanıcıdan Alıntı:
(31-08-2013, Saat:18:57)larke12 Adlı Kullanıcıdan Alıntı: tıklayınca açılıyor fakat tıklayınca kapanmıyotr sorunlu !!

Dediğiniz sorun diğer arkadaşın söylediği yöntemde oluyor. Konudaki yöntemi deneyin. Bizzat test edip açtım konuyu sorun yok Gülümseme

ne demeye çalışıyosun kısacası paylaştığın konu çalışmıyor nasıl olcak kelime oyunu yapma
Cevapla
Bunu Beğenenler:

İzinli Screwy
 Tarih: 31-08-2013, Saat:20:10
#7
(31-08-2013, Saat:20:09)larke12 Adlı Kullanıcıdan Alıntı: ne demeye çalışıyosun kısacası paylaştığın konu çalışmıyor nasıl olcak kelime oyunu yapma


Düzgün konuşun Gülümseme ben test ettim sorun yok Gülümseme
Cevapla
Bunu Beğenenler:

Çevrimdışı larke12
 Tarih: 31-08-2013, Saat:20:14
#8
(31-08-2013, Saat:20:10)Screwy Adlı Kullanıcıdan Alıntı:
(31-08-2013, Saat:20:09)larke12 Adlı Kullanıcıdan Alıntı: ne demeye çalışıyosun kısacası paylaştığın konu çalışmıyor nasıl olcak kelime oyunu yapma


Düzgün konuşun Gülümseme ben test ettim sorun yok Gülümseme

peki bu konuyu yazan bilen değilde neden sen açıyorsun ??
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  "Cannot modify header information" - Hatası ve Çözümü - MyBB Bloody 4 7,068 21-11-2020, Saat:00:59
Son Yorum: blueseverything
  MyBB Google Seo www Sorunu (Çözüm) Smyrna35 1 6,924 09-10-2019, Saat:00:28
Son Yorum: bersan_kemal
  Ek Grup Resmi - Ranklar yan yana gözüküyor Çözümü Smyrna35 13 9,541 20-12-2016, Saat:19:29
Son Yorum: hubat
  Jquery Çakışması Mesaj Editörü Sorunu [Çözüm] Luca 9 9,287 26-01-2016, Saat:05:03
Son Yorum: 3sr4rk3ss27
  Ücretsiz Hostlardaki Google SEO Search.PHP Hatasının Çözümü HitMan 1 2,649 09-09-2015, Saat:14:04
Son Yorum: WebCobra



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan