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).
S4leaguefan avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Jormungand teması postbit sorunu


Sponsor Reklam

Çevrimdışı S4leaguefan
 Tarih: 14-07-2014, Saat:23:19
#1
Site Adresi :
Kod:
s4leaguefan.com
MyBB Sürümü : 1.6
Hata Ekran Görüntüsü :
normalde postbitin görüntüsü bu şekilde olması gerekirken :
Kod:
http://i.imgur.com/2H7sqKg.png

bu şekil oluyor
Kod:
http://i.imgur.com/QRIapFX.png

postbit kodlarım ;

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

Çevrimdışı likev1
 Tarih: 14-07-2014, Saat:23:35
#2
resimleri ve css kodlarını kontrol ettinizmi
Cevapla
Bunu Beğenenler:

Çevrimdışı S4leaguefan
 Tarih: 15-07-2014, Saat:00:08
#3
(14-07-2014, Saat:23:35)likev1 Adlı Kullanıcıdan Alıntı: resimleri ve css kodlarını kontrol ettinizmi

valla kurcaladımda pek anlayamadım açıkcası


global.css
Kod:
/**
    --------------------------------------------------------------
    Theme: Jorgunmand
    Author: Finer ( http://www.Esper-Desing.sk2.com/ )    
    Copyright Finer ( http://www.Esper-Desing.sk2.com )
    
Por favor no sacar los copyright!

    --------------------------------------------------------------

*/

body {
    background: url(images/Jormungand/bg2.png) repeat fixed -2px -148px;
    color: #000000;
    font-family: Roboto Condensed;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

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

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

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

#container {
    width: 1200px;
    background: #fff;
    color: #000000;
    margin: auto auto;
    padding: 0px;
    text-align: left; /* IE 5 fix */
        margin-top: 300px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 0px 5px rgba(0, 0, 0, 0.2), 0px 83px 0 12px rgba(255, 255, 255, 0.25);
        border-radius: 0 0 1px 1px;
}

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

}

#header {
    box-shadow: 0 -42px 0 12px rgba(255, 255, 255, 0.25);
    border-radius: 1px 1px 0 0;
}

.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 {
    background: #efefef;
    color: #000000;
    font-size: 11px;
    border: 1px solid #D4D4D4;
    padding: 8px;
}

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

table {
    color: #000000;
    font-family: Roboto Condensed;
    font-size: 13px;
}

.tborder2 {
    width: 96%;
    margin: auto;
    border-bottom: 1px solid #eeeeee;
    padding: 0px;
    background: #1a1a1a;
}
.tborder {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E5E5E5;
    margin: auto;
    padding: 1px;
    width: 96%;
}
.tborder80 {
    background: none repeat scroll 0 0 white;
    border: 1px solid #E5E5E5;
    margin: auto;
    padding: 1px 10px 0px 10px;
    width: 96%;
    border-radius: 0 0 5px 5px;
}
.thead {
background: url(images/Jormungand/thead3.png);  
  border: 1px solid transparent;
    color: #FFFFFF;
    padding: 13px;
    box-shadow: 0 1px 0 0 white inset;
}

.probando:hover {
    opacity: 1;
}
.probando {
    background: #AA172C;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    padding: 13px;
    width: 19%;
    opacity: 0.70;
    box-shadow: 0 1px 0 0 white inset;
    font-size: 11px;
}
.probando2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    padding: 13px;
    width: 1%;
    box-shadow: 0 1px 0 0 white inset;
}

.trow12 {
    background: transparent;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 5px;
    width: 21%;
}
.lostrow:hover {
    background: #f6f6f6;
    transition: all 250ms ease-out 0s;
}
.lostrow {
    background: white;
}

.thead a:link {
    color: #ffffff;
    text-decoration: none;
}

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

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


.tcat {
    background: none repeat scroll 0 0 #D1D1D1;
    border-bottom: 2px solid #E9E9E9;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #527383;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px 1px #F0F3F5;
}


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

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

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


.trow1 {
    background: transparent;
    padding: 10px 5px ;
    border-bottom: 1px solid #e5e5e5;
}
.trow2 {
    background: transparent;
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.tfoot {
    background: #1a1a1a;
    color: #ffffff;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.bottommenu {
    background: #efefef;
    color: #000000;
    border: 1px solid #4874a3;
    padding: 10px;
}

.smalltext {
    font-size: 11px;
}
.smalltext2 {
    font-size: 11px;
    color: #444444;
}

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


textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    color: #000000;
    font-size: 13px;
    line-height: 1.4;
    padding: 2px;
    border-radius: 5px;
    padding: 5px 0 5px 5px;
    transition: all 0.3s ease-out 0s;
}

textarea:hover {
    background: none repeat scroll 0 0 white;
    color: #000000;
    font-size: 13px;
    line-height: 1.4;
    padding: 2px;
    border-radius: 5px;
    padding: 5px 0 5px 5px;
    transition: all 0.3s ease-out 0s;
}

.button {
    background: none repeat scroll 0 0 #AA172C;
    border: 1px solid rgba(20, 20, 20, 0.14);
    color: #FFFFFF;
    cursor: pointer;
    font-family: roboto condensed;
    font-size: 11px;
    padding: 7px 15px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    border-radius: 1px;
}


.button:hover {
    background: #1a1a1a;
}

select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EBE6E2;
    font-family: roboto condensed;
    padding: 7px;
    border-radius: 2px;
}
input.textbox {
    border: 1px solid #EBE6E2;
    border-radius: 5px;
    font-family: roboto condensed;
    padding: 5px 0 5px 5px;
    transition: all 0.3s ease-out 0s;
}

input.textbox:hover {
    border: 1px solid #169EAB;
    border-radius: 5px;
    font-family: roboto condensed;
    padding: 5px 0 5px 5px;
    transition: all 0.3s ease-out 0s;
}


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

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

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

.reputation_neutral {
    color: cyan;
}

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

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 {
    background: #FDFDFD;
    border: 1px solid #B7CAD1;
    border-radius: 3px 3px 4px 4px;
    color: #798688;
    font-size: 11px;
    margin: 0;
    min-height: 60px;
    padding: 8px;
    vertical-align: middle;
}
blockquote cite {
    background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: 2px solid #e9e9e9;
    border-radius: 2px 2px 0 0;
    color: #527383;
    display: block;
    font-style: normal;
    font-weight: bold;
    margin: -8px -8px 8px;
    padding: 10px;
    text-shadow: 1px 1px 1px #F0F3F5;
    box-shadow: 0 1px 0 white inset;
}
blockquote cite span {
    float: right;
    font-weight: normal;
}
blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

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

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

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

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

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

form {
    margin: 0;
    padding: 0;
}

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

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

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

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

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

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

.red_alert {
    background: #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 #008000;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 10px;
    margin-left: 7px;
    padding: 1px;
}
.offline {
    background: none repeat scroll 0 0 #808080;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 10px;
    margin-left: 7px;
    padding: 1px;
}

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

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #999999;
    padding: 5px;
    margin-left: 25px;
    font-size: 10px;
    border-radius: 3px;
}
.pagination .pagination_current, .pagination a {
    background: none repeat scroll 0 0 white;
    border: 1px solid #dcdcdc;
    font-size: 11px;
    margin: 0 0.3em 3px;
    padding: 5px 9px;
    text-decoration: none;
    border-radius: 2px;
}
.pagination .pagination_current {
    background: none repeat scroll 0 0 #AA172C;
    border: 1px solid #AA172C;
    color: #FFFFFF;
    font-weight: bold;
}
.pagination a:hover {
    background: none repeat scroll 0 0 #AA172C;
    border: 1px solid #AA172C;
    color: white;
}



.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;
}
        
.logo:hover {
    margin-left: 125px;
    transition: all 1.1s ease-in-out 0.1s;
}
.logo {
    margin-left: 75px;
    margin-top: -123px;
    position: absolute;
    transition: all 1.1s ease-in-out 0.1s;
}

#headerarriba {
    background: url(images/Jormungand/thead3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #1A1A1A;
    height: 38px;
    margin-left: auto;
    margin-top: -10px;
    width: auto;
    text-align: left;
    line-height: 35px;
    color: white;
    padding-left: 15px;
    font-family: oswald;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: 0 1px 0 0 #101010 inset;
}

.headermenu li a:visited {
    color: white;
}
.headermenu li a:visited:hover {
    color: white;
}
.headermenu li a:link:hover {
    color: white;
}
.headermenu li a:link {
    color: white;
    text-decoration: none;
}
.headermenu li:hover a:link {
    background: none repeat scroll 0 0 #AA172C;
    border-top: 3px solid #AA172C;
    padding-bottom: 24px;
    padding-top: 22px;
    transition: border 0.1s ease-in-out 0.1s;
}
.home2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 39px;
}
.home a:visited {
    color: #43A6DF;
}
.home a:link {
    color: #43A6DF;
}
.home {
    padding: 22px 15px 24px;
}
.headermenu ul {
    margin-top: 20px;
    margin-left: -40px;
}
.headermenu li {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}
.headermenu {
background: linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -o-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -moz-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -webkit-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -ms-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
    border-bottom: 1px solid #1a1a1a;
    border-top: 1px solid #1a1a1a;
    font-family: Oswald;
    height: 60px;
    text-align: left;
}

.headermenu li:hover a:visited {
    background: #AA172C;
    border-top: 3px solid #AA172C;
}

.cuadrados {
    background: url(images/Jormungand/cuadrados.png) repeat fixed;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -99999;
    right: 1px;
    top: 0px;
}


.fondo1 {
    background: url(images/Jormungand/bg2.png) repeat fixed -2px -148px;
}

.fondo2 {
    background: url(images/Jormungand/bg1.png) repeat fixed -2px -100px;
}

.fondo3 {
    background: url(images/Jormungand/bg3.png) repeat fixed -2px -380px transparent;
}

.nav {
    margin-left: -55px;
}

.nav > li {
    float: left;
    list-style: none outside none;
}
.nav li a {
    background: transparent;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    height: 19px;
    line-height: 14px;
    font-family: oswald;
}
.nav li a:hover {
    background-color: #AA172C;
}
.nav li ul a:link {
    background: none repeat scroll 0 0 #1a1a1a;
}
.nav li ul {
    display: none;
    min-width: 140px;
    position: absolute;
    list-style: none outside none;
    margin-left: -30px;
    z-index: 999999;
}
.nav li:hover > ul {
    display: block;
}
.nav li ul li {
    position: relative;
}
.nav li ul li ul {
    right: -140px;
    top: 0;
}


#search {
    float: right;
    margin-right: 8px;
    margin-top: -49px;
}
.textosearch:focus {
    padding: 0px 45px 0 0;
    transition: all 250ms ease-in-out 0s;
}
.textosearch {
    background: url(images/Jormungand/thead3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    border-radius: 3px 4px 4px 3px;
    color: #FFFFFF;
    display: block;
    font-family: roboto condensed;
    font-size: 11px;
    height: 30px;
    line-height: 26px;
    min-width: 190px;
    padding: 0px 3px 0 7px;
    position: relative;
}
.boton5 {
    background: url(images/Jormungand/search.png) no-repeat scroll center transparent;
    border: 1px solid transparent;
    border-radius: 0 3px 3px 0;
    bottom: 0;
    display: block;
    float: right;
    height: 29px;
    margin-top: -32px;
    padding: 0;
    position: relative;
    text-indent: -3000em;
    top: 1px;
    width: 15px;
    margin-right: 10px;
}
        
.pane2l {
    margin-top: 13px;
}
.header400 {
    margin-top: -15px;
    float: left;
    margin-left: -100px;
    margin-top: -1px;
    position: relative;
}
#headerwelco {
background: linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -o-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -moz-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -webkit-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -ms-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
    border-radius: 0 5px 0 0;
    float: right;
    height: 45px;
    margin-top: -44px;
    width: 44%;
    color: white;
    border-radius: 0 10px 0 0;
}


.login23 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 9px;
}
.float {
    display: inline;
}

.login23 input[type="text"], .login23 input[type="password"] {
    border: 1px solid black;
    border-radius: 3px;
    font-family: roboto condensed;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s ease-out 0s;
background: linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -o-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -moz-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -webkit-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
background: -ms-linear-gradient(bottom, rgb(23,23,23) 38%, rgb(31,31,31) 97%, rgb(50,50,50) 100%);
    color: white;
}


.recucontra a {
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    padding: 4px 11px;
    background: #aa172c;
    color: white;
}
.registr a {
    background: none repeat scroll 0 0 #aa4b17;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #FFFFFF;
    padding: 4px 11px;
}


.pass12 {
    background: none repeat scroll 0 0 #1786aa;
    border-radius: 3px;
    padding: 5px 8px;
}
.login12 {
    background: none repeat scroll 0 0 #1786aa;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 5px 8px;
}

.botonlogin {
    background: url(images/Jormungand/1.png) no-repeat scroll center center #1755aa;
    border-radius: 3px;
    padding: 4px 14px;
    text-indent: -3000em;
    border: 0px solid transparent;
}

.trow23 {
    border-right: 1px solid #e9e9e9;
    padding: 10px;
    background: #f3f3f3;
}
.postbit4 {
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
}

.trow80 {
    background: #f3f3f3;
    margin: auto;
    padding: 7px 7px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.trow123 {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 5px;
}


.espacio23 {
    display: inline-block;
    padding-top: 22px;
}
.todo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    color: #2E3739;
    display: inline-block;
    font-family: roboto condensed;
    font-size: 11px;
    height: 20px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-top: 4px;
    text-align: left;
    width: 145px;
}


.avatarpostbit {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 3px;
}
.avatarpostbit:hover {
    background: none repeat scroll 0 0 #E4E4E4;
    border: 1px solid #AAAAAA;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

thead:hover .probando {
    opacity: 1;
}


thead:hover .poput {
    display: block;
}

#theadauto a {
    float: left;
}

.poput {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    display: none;
    font-family: roboto condensed;
    font-size: 11px;
    margin-left: 10px;
    margin-top: -4px;
    padding: 3px;
    width: auto;
    float: left;
    top: 3px;
    position: relative;
}

#noticias {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1D1D1;
    padding: 3px;
    text-align: left;
    width: 96%;
    border-radius: 5px;
    margin: auto;
}
.noticiasale {
    background: none repeat scroll 0 0 #1A1A1A;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    margin-left: 0;
    padding: 10px;
    font-size: 11px;
}

.wrapper-dropdown-5 {
    background: transparent;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 12px 15px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    margin-top: 4px;
    width: auto;
    float: left;
}
.wrapper-dropdown-5 .dropdown {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.2);
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-style: none solid;
    border-width: medium 1px;
    left: 0;
    list-style: none outside none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 35%;
    transition: all 0.3s ease-out 0s;
    width: 257px;
}
.wrapper-dropdown-5 {
    padding: 0 10px;
}
.wrapper-dropdown-5 {
    border-bottom: 1px solid #E6E8EA;
    color: #333333;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.wrapper-dropdown-5 {
    border: medium none;
}
.wrapper-dropdown-5 {
    color: inherit;
    margin-right: 5px;
    vertical-align: middle;
}
.wrapper-dropdown-5 {
    color: #FFFFFF;
    font-weight: lighter;
    margin-left: 25px;
    z-index: 999999;
    margin-top: -1px;
}
.wrapper-dropdown-5.active .dropdown {
    color: #000000;
    margin-top: 27px;
    max-height: 443px;
    padding: 8px;
    position: absolute;
    box-shadow: 0 0px 0 7px rgba(255, 255, 255, 0.25);
    border: 1px solid #dddddd;
    border-bottom: 6px solid #dcdcdc;
}

.derechaso li {
    list-style: none outside none;
    margin-left: -30px;
    color: #444444;
}
.soyotro2 {
    background: none repeat scroll 0 0 #f6f6f6;
    line-height: 26px;
    margin-left: -2px;
    margin-top: 4px;
    padding: 6px 2px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 11px;
}
#izquierdaso {
    border-left: 1px dashed #dcdcdc;
    float: right;
    margin-right: 25px;
    margin-top: -105px;
    padding-left: 71px;
    color: #444444;
}
.soyotro {
    border-top: 1px dashed #DCDCDC;
    padding-top: 0px;
    margin-top: 4px;
}

.avatar40 {
    background: url(images/Jormungand/23342.png);
    border: 1px solid #D1D1D1;
    display: inline-block;
    height: 78px;
    padding: 2px;
}

.soyotro3 {
    background: #D5DFE4;
    border: 1px solid #B4CAD5;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #527383;
    float: right;
    font-size: 11px;
    height: 80px;
    text-shadow: 1px 1px 1px #F0F3F5;
    width: 160px;
    padding-left: 8px;
}

.fonte {
    color: #444444;
    font-size: 10px;
    margin-top: 1px;
    text-align: center;
    text-transform: uppercase;
}

.todorecto {
    margin-top: 14px;
    position: relative;
}


.botonp3 {
    background: none repeat scroll 0 0 #1786AA;
    border-radius: 2px;
    color: #FFFFFF;
    left: -12px;
    margin-left: 15px;
    padding: 5px 10px;
    position: relative;
}
.botonp1 {
    background: #AA172C;
    border-radius: 2px;
    color: #FFFFFF;
    left: -12px;
    margin-left: 15px;
    padding: 5px 10px;
    position: relative;
}
.botonp4 {
    background: green;
    border-radius: 2px;
    color: #FFFFFF;
    left: -12px;
    margin-left: 15px;
    padding: 5px 10px;
    position: relative;
}
.botonp2 {
    background: #1755AA;
    border-radius: 2px;
    color: #FFFFFF;
    left: -12px;
    margin-left: 15px;
    padding: 8px 10px;
    position: relative;
    display: inline-block;
}

.botonp5 {
    background: olive;
    border-radius: 2px;
    color: #FFFFFF;
    left: -12px;
    margin-left: 15px;
    padding: 5px 10px;
    position: relative;
}
.botonp6 {
    background: orange;
    border-radius: 2px;
    color: #FFFFFF;
    left: -12px;
    margin-left: 15px;
    padding: 5px 10px;
    position: relative;
}

.pm_notification {
    background: none repeat scroll 0 0 #AA172C;
    border: 1px solid red;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin-left: 2px;
    margin-top: -6px;
    padding: 0 4px;
    position: absolute;
}

.oclock {
    background: white;
    border: 1px solid #dcdcdc;
    color: #444444;
    font-size: 10px;
    padding: 4px 6px;
    position: relative;
    top: 0px;
    font-weight: lighter;
}

ul.form {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    list-style: none outside none;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 250px;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.form li a {
    color: #444444;
    display: block;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    width: 225px;
    font-family: roboto condensed;
}
.form li a:hover {
    background: none repeat scroll 0 0 #EFEFEF;
}
.form li a.profile {
    border-left: 5px solid #008747;
}
.form li a.messages {
    border-left: 5px solid #FECF54;
}
.form li a.settings {
    border-left: 5px solid #CF2130;
}
.form li a.logout {
    border-left: 5px solid orange;
}
.form li a.cyan {
    border-left: 5px solid cyan;
}

.form li a.green {
    border-left: 5px solid green;
}

.form li a.red {
    border-left: 5px solid red;
}

.form li a.negro {
    border-left: 5px solid #444444;
}
.form li a.celeste {
    border-left: 5px solid #1755AA;
}
.form li a.azul {
    border-left: 5px solid olive;
}



.form li:first-child a:hover, .form li:first-child a {
    border-radius: 5px 5px 0 0;
}
.form li:last-child a:hover, .form li:last-child a {
    border-radius: 0 0 5px 5px;
}
.form li a:hover i {
    color: #EA4F35;
}
.form i {
    margin-right: 15px;
    transition: all 0.2s linear 0s;
}
.form em {
    background: none repeat scroll 0 0 #EA4F35;
    border-radius: 10px;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    font-style: normal;
    height: 10px;
    line-height: 10px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 3px 5px;
}
.form li.selected a {
    background: none repeat scroll 0 0 #EFEFEF;
}
.form li.selected2 a {
    background: none repeat scroll 0 0 #1a1a1a;
    color: white;
}

.wrapper-dropdown-52 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    margin: 4px auto 0;
    outline: medium none;
    padding: 12px 15px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    width: auto;
}
.wrapper-dropdown-52 .dropdown2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e9e9e9;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.2);
    border-image: none;
    border-radius: 0 0 5px 5px;
    border-style: none solid;
    border-width: medium 1px;
    left: -323px;
    list-style: none outside none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 35%;
    transition: all 0.3s ease-out 0s;
    width: 375px;
}
.wrapper-dropdown-52 {
    padding: 0 10px;
}
.wrapper-dropdown-52 {
    border-bottom: 1px solid #E6E8EA;
    color: #333333;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.wrapper-dropdown-52 {
    border: medium none;
}
.wrapper-dropdown-52 {
    color: inherit;
    margin-right: 5px;
    vertical-align: middle;
}
.wrapper-dropdown-52 {
    color: #FFFFFF;
    float: right;
    font-weight: lighter;
    margin-top: -44px;
    z-index: 999999;
}
.wrapper-dropdown-52.active .dropdown2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DCDCDC;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 5px;
    color: #000000;
    margin-top: 27px;
    max-height: 441px;
}
.fondos li {
    color: #00FFFF;
    cursor: pointer;
    display: inline;
    font-size: 17px;
    padding-left: 1px;
    text-shadow: 1px 1px 7px #00FFFF;
}
.fondos ul {
    padding-left: 0;
    padding-right: 18px;
}
.fondos {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.fondosc:hover {
    opacity: 1;
}
.fondosc {
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    display: inline-block;
    height: 70px;
    margin-left: 10px;
    padding: 2px;
    opacity: 0.75;
}

.arrow_box {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
}
#respuestarapida {
    margin-left: 125px;
    width: auto;
}
.arrow_box:after, .arrow_box:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    margin-right: -1px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 47%;
    width: 0;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0) #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 25px;
    margin-top: -25px;
}
.arrow_box:before {
    border-color: rgba(209, 209, 209, 0) #999999 rgba(209, 209, 209, 0) rgba(209, 209, 209, 0);
    border-width: 26px;
    margin-top: -26px;
}

.tfoo42 {
    margin-top: 12px;
}

.postbit-avatar244 {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C1C1C1;
    border-radius: 100px;
    float: left;
    margin-left: -100px;
    margin-top: 14px;
    padding: 3px;
    position: absolute;
}

.editacion {
    background: none repeat scroll 0 0 #BDD685;
    border: 1px solid #BDD685;
    color: #557A26;
    margin: 0 0 0 -1px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.24);
    width: 100%;
    padding: 4px;
    font-size: 11px;
    border-radius: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
}

.tfo1 {
    background: none repeat scroll 0 0 transparent;
    margin-left: 18px;
    margin-top: 11px;
    width: auto;
}
.tfo2 {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 18px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    display: inline-block;
}

.usuariosnavegando {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    font-size: 11px;
    padding: 5px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    margin-left: 9px;
}

.redeso {
    float: right;
    margin-top: -47px;
    margin-right: 8px;
}
.redeso li:hover {
    opacity: 1;
}
.redeso li {
    display: inline;
    opacity: 0.60;
}

.face {
    background: none repeat scroll 0 0 #1755AA;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 9px;
    padding: 8px 10px;
    position: relative;
}

.face {
    background: #3b5998;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 9px;
    padding: 8px 10px;
    position: relative;
}

.twit {
    background: #00aced;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 9px;
    padding: 8px 10px;
    position: relative;
}

.yout {
    background: #bb0000;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 9px;
    padding: 8px 10px;
    position: relative;
}

.goog {
    background: #DB4A39;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 9px;
    padding: 8px 10px;
    position: relative;
}

.redeso li a {
    color: white;
}


.caja1 {
    float: left;
}
.caja2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    width: 160px;
}
.caja3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #373737;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 10px;
    width: auto;
    margin-top: 17px;
}
.avatarpostbit2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #dcdcdc;
    padding: 3px;
    border-radius: 66px;
}


.caja4 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 150px;
    margin-top: 4px;
    padding: 3px;
    width: 85%;
}
.caja6 {
    background: white;
    padding: 16px 10px;
}
.caja5 {
    background: #252525;
    border-bottom: 3px solid #999999;
    border-top: 1px solid #252525;
    color: white;
    padding: 6px 11px;
    font-size: 11px;
}
.caja5 ul {
    display: inline;
    padding: 5px;
}
.caja7 {
    border-top: 1px solid #dcdcdc;
    height: 15px;
    padding: 5px 10px 5px;
    background: none repeat scroll 0 0 #F1f1f1;
}
.blog {
    margin-left: -43px;
    position: absolute;
}
.redondo2 {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #999999;
    border-radius: 120px;
    color: #AAAAAA;
    float: right;
    font-size: 15px;
    margin-left: -9px;
    margin-top: 35px;
    padding: 7px 5px;
    position: absolute;
    text-align: center;
    width: 27px;
}

.conteo {
    background: none repeat scroll 0 0 #00ACED;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 10px;
    position: relative;
}
.reputacion {
    background: green;
    border-radius: 2px;
    color: #FFFFFF;
    padding: 2px 10px;
    position: relative;
    margin-left: -6px;
}
.warning {
    background: none repeat scroll 0 0 #DB4A39;
    border-radius: 2px;
    color: #FFFFFF;
    margin-left: -5px;
    padding: 2px 10px;
    position: relative;
}

.numdm a {
    background: none repeat scroll 0 0 #1755AA;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 10px;
    position: relative;
}

.oclock2 {
    background: black;
    border: 1px solid #101010;
    color: white;
    font-size: 9px;
    font-weight: lighter;
    padding: 1px 7px;
    position: relative;
    top: -1px;
    border-radius: 4px;
}

#content {
    display: block;
    margin: 0 auto;
    width: 820px;
}
#left {
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 78%;
}
#right {
    display: block;
    float: left;
    overflow: hidden;
    width: 240px;
}
nav {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DADADA;
    height: 45px;
    margin-bottom: 30px;
    width: auto;
}
ul#n {
    display: block;
    list-style: none outside none;
    margin: 0 auto;
    width: 850px;
}
ul#n li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #EEEEEE;
    border-image: none;
    border-style: none solid;
    border-width: 0 3px;
    float: left;
    line-height: 45px;
}
ul#n li a {
    color: #969696;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 11px;
    text-shadow: 0 1px 1px #FFFFFF;
}
ul#n li.sel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #B4E127;
    border-color: -moz-use-text-color #C1FF00;
    border-image: none;
    border-style: none solid;
    border-width: 0 3px;
}
ul#n li.sel a {
    color: #FFFFFF;
    text-shadow: 0 1px 2px #88B618;
}
#userStats {
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: block;
    padding: 12px;
    width: auto;
}
.pic {
    border: 1px solid #AAAAAA;
    padding: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background: #e4e4e4;
}
.pic img {
    height: 152px;
    width: 148px;
    background: black;
    display: block;
}

#userStats .pic {
    display: block;
    float: left;
    margin-right: 10px;
}
#userStats .pic a img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 7px;
}
#userStats .data {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #e5e5e5;
    display: block;
    float: left;
    height: 158px;
    padding: 0px 4px 4px 15px;
    position: relative;
    width: 79%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
#userStats .data h1 {
    color: #474747;
    line-height: 1.6em;
    text-shadow: 0 1px 1px #FFFFFF;
}
#userStats .data h3 {
    color: #444444;
    line-height: 0.9em;
    margin-bottom: 0px;
    margin-top: -15px;
    font-size: 11px;
}

#userStats .data h4 {
    font-size: 11px;
    margin-top: 5px;
    font-weight: lighter;
    color: #444444;
}
#userStats .data .socialMediaLinks {
    position: absolute;
    right: 6px;
    top: 8px;
}
#userStats .data .socialMediaLinks a img {
    margin-right: 5px;
}
#userStats .data .sep {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    height: 1px;
    margin-bottom: 0;
    margin-top: 40px;
    width: 320px;
}
#userStats .data ul.numbers {
    border-top: 1px solid #FFFFFF;
    color: #676767;
    list-style: none outside none;
    margin-top: 0;
    padding-top: 7px;
    width: 320px;
}
#userStats .data ul.numbers li {
    border-right: 1px dotted #BBBBBB;
    display: block;
    float: left;
    height: 50px;
    padding-left: 8px;
    text-transform: uppercase;
    width: 95px;
}
#userStats .data ul.numbers li strong {
    color: #434343;
    display: block;
    font-size: 3.4em;
    font-weight: bold;
    line-height: 1.1em;
}
#right .gcontent {
    display: block;
    margin-bottom: 20px;
}
#right .gcontent .head {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #1A1A1A;
    padding-left: 8px;
    font-size: 10px;
    font-family: roboto condensed;
    border-radius: 3px 3px 0 0;
}
#right .gcontent .head h1 {
    color: #FAFCFD;
    font-size: 11px;
    line-height: 13px;
}
#right .gcontent .boxy {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    padding: 5px 8px;
}
#right .gcontent .boxy .badgeCount {
    margin-bottom: 30px;
}
#right .gcontent .boxy .badgeCount a img {
    margin-right: 8px;
}
#right .gcontent .boxy span {
    display: block;
    margin-bottom: 7px;
}
#right .gcontent .boxy .friendslist {
    display: block;
    margin-bottom: 15px;
}
#right .gcontent .boxy .friend {
    border-top: 1px solid #CCCCCC;
    float: left;
    height: 40px;
    padding: 5px 5px 5px 4px;
    width: 100px;
}
#right .gcontent .boxy .friend img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 4px;
    padding: 2px;
}
#right .gcontent .boxy .friend .friendly {
    font-size: 1.2em;
    position: relative;
    top: 16px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

#page-wrap {
    width: 99%;
    margin-top: 0px;
}
.tabs {
    clear: both;
    margin: 17px 0;
    min-height: 340px;
    position: relative;
}
.tab {
    height: 41px;
}
.tab label:hover {
    background: none repeat scroll 0 0 #AA172C;
}
.tab label {
    background: #1a1a1a;
    display: block;
    left: 1px;
    margin-left: 4px;
    padding: 11px 0px;
    position: relative;
    width: 180px;
    margin-top: 5px;
    color: white;
    font-size: 11px;
    padding-left: 7px;
}
.tab [type="radio"] {
    display: none;
}
.content2 {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 203px;
    padding: 5px 0px;
    position: absolute;
    right: 0;
    top: -11px;
}
[type="radio"]:checked ~ label {
    background: none repeat scroll 0 0 #AA172C;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
    color: white;
    padding-left: 15px;
}
[type="radio"]:checked ~ label ~ .content2 {
    z-index: 1;
}

.adverte2:hover {
    padding-left: 15px;
    transition: all 0.3s ease-out 0s;
}
.adverte2 a {
    color: white;
}
.adverte2 {
    background: #DA4F49;
    border: 1px solid #da4f49;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 9px 10px;
    position: relative;
}
.botonreput2:hover {
    padding-left: 15px;
    transition: all 0.3s ease-out 0s;
}
.botonreput2 a {
    color: white;
}
.botonreput2 {
    background: green;
    border: 1px solid #008000;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 10px;
    position: relative;
}

.mensajes40:hover {
    padding-left: 15px;
    transition: all 0.3s ease-out 0s;
}
.mensajes40 {
    background: none repeat scroll 0 0 #00ACED;
    border: 1px solid #00ACED;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px;
    position: relative;
}

.prof_pic {
    display: inline-block;
    line-height: 0;
    padding: 0;
    position: relative;
}

.prof_pic:before{
  content:"";
  width:100%;
  height:100%;
  
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 50%, rgba(225,225,225,0) 51%, rgba(246,246,246,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.35)), color-stop(51%,rgba(225,225,225,0)), color-stop(100%,rgba(246,246,246,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 50%,rgba(225,225,225,0) 51%,rgba(246,246,246,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 50%,rgba(225,225,225,0) 51%,rgba(246,246,246,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 50%,rgba(225,225,225,0) 51%,rgba(246,246,246,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.35) 50%,rgba(225,225,225,0) 51%,rgba(246,246,246,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow:inset 0px 0 26px rgba(0,0,0,.7);


  position:absolute;
}

.prof_pic img{
  
  z-index:0;
}



.ocultarlo {
    float: left;
    margin-top: -35px;
    width: 220px;
    margin-left: 260px;
}
.ocultarlo li {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
}


.mover69 {
    font-size: 11px;
    position: relative;
}


.fotter2 a:visited {
    color: white;
}
.fotter2 a:link {
    color: white;
}
.fotter2 {
    background: url(images/Jormungand/thead3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 0 #252525 inset;
    color: #999999;
    font-family: roboto condensed;
    font-size: 11px;
    height: 40px;
    line-height: 39px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #101010;
    border-top: 1px solid #101010;
}
.fotter {
    background: #1a1a1a;
    border-bottom: 1px solid #151515;
    box-shadow: 0 1px 0 0 #252525 inset;
    height: auto;
}
div.span-25 {
    display: inline-block;
    margin-left: 25px;
}
.span-25, div.span-25 {
    display: inline-block;
    margin: 2px 10px;
}
.span-25 {
    width: 100%;
}
.footercontent p a {
    color: white;
}
.footercontent p a:hover {
    color: #AA172C;
    padding-left: 5px;
    text-decoration: none;
    transition: all 0.1s ease-in-out 0.1s;
}
.footercontent .col1, .footercontent .col2, .footercontent .col3, .footercontent .col4 {
    color: #242424;
    display: inline-block;
    float: left;
    margin: 0 6px;
    padding: 10px;
    width: 200px;
}
.footercontent h5 {
    color: #FFFFFF;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.footercontent p {
    color: white;
    font-family: roboto condensed;
    font-size: 13px;
    margin-top: 3px;
}
.line {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    height: 1px;
    width: 200px;
}
.choto a {
    padding-left: 10px;
}

.choto {
    float: right;
}
.fl4 {
    float: right;
    line-height: 16px;
    margin-top: 11px;
    color: white;
}
.choto2 {
    float: left;
    color: white;
}

.gotounrean {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #444444;
    padding: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    float: left;
    position: relative;
    left: -10px;
    margin-top: 4px;
}

#breadcrumb {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #444444;
    font: 13px/45px roboto condensed;
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 3px;
    position: relative;
    width: auto;
    border-top: 1px solid #dcdcdc;
    border-bottom: 5px solid #dcdcdc;
}
#breadcrumb li {
    float: left;
    list-style-type: none;
    margin-top: -8px;
    padding-left: 10px;
}
#breadcrumb a {
    background-image: url(images/Jormungand/breadcrumb_sep.png) ;
    background-position: right center;
    background-repeat: no-repeat;
    color: #999999;
    display: block;
    height: 50px;
    margin-top: -1px;
    padding-right: 30px;
    text-decoration: none;
    width: auto;
}
.home23 {
    border: medium none;
    left: -2px;
    margin: 11px 0;
    opacity: 1;
    position: relative;
    padding: 22px 15px 24px;
}
#breadcrumb a:hover {
    color: #444444;
}

.fotter500 {
    background: #1a1a1a;
    border-bottom: 1px solid #151515;
    box-shadow: 0 1px 0 0 #252525 inset;
    height: 500px;
}

#page-wrap2 {
    width: 99%;
    margin-top: 0px;
}
.tabs2 {
    clear: both;
    margin: 0px 0;
    min-height: 168px;
    position: relative;
}
.tab2 {
    height: 41px;
}
.tab2 label:hover {
    background: none repeat scroll 0 0 #AA172C;
}
.tab2 label {
    background: #1a1a1a;
    display: block;
    left: 1px;
    margin-left: 4px;
    padding: 11px 0px;
    position: relative;
    width: 180px;
    margin-top: 5px;
    color: white;
    font-size: 13px;
    padding-left: 7px;
    font-size: 11px;
}
.tab2 [type="radio"] {
    display: none;
}
.content22 {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    left: 183px;
    padding: 5px 0px;
    position: absolute;
    right: 0;
    top: -7px;
}
[type="radio"]:checked ~ label {
    background: none repeat scroll 0 0 #AA172C;
    border-bottom: 1px solid #dcdcdc;
    z-index: 2;
    color: white;
    padding-left: 15px;
    font-size: 11px;
}
[type="radio"]:checked ~ label ~ .content22 {
    z-index: 1;
}


.boton33 {
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    padding: 5px;
    font-family: roboto condensed;
    text-transform: uppercase;
}

.botonenviarmp {
    background: none repeat scroll 0 0 #1755AA;
    border: 1px solid #1755AA;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}
.botonenviarmp a {
color: white;
}


.dot_folder:before {
  content: "\f07b";
  font-family: fontawesome;
}
.dot_hotfolder:before {
  content: "\f06d";
  font-family: fontawesome;
}
.dot_hotlockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.dot_lockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.dot_newfolder:before {
  content: "\f07c";
  font-family: fontawesome;
}
.dot_newhotfolder:before {
  content: "\f07c";
  font-family: fontawesome;
}
.dot_newhotlockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.hotfolder:before {
  content: "\f07b";
  font-family: fontawesome;
}
.hotlockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.lockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.movefolder:before {
  content: "\f14c";
  font-family: fontawesome;
}
.newfolder:before {
  content: "\f07c";
  font-family: fontawesome;
}
.newhotfolder:before {
  content: "\f06d";
  font-family: fontawesome;
}
.newhotlockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.newlockfolder:before {
  content: "\f023";
  font-family: fontawesome;
}
.folder:before {
  content: "\f114";
  font-family: fontawesome;
}



.off:before {
  content: "\f075";
  font-family: fontawesome;
}

.on:before {
  content: "\f086";
  font-family: fontawesome;
  color: #AA172C;
  font-size: 23px;
}
.iconocu {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.iconocu2 {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    display: inline-block;
    margin-left: 30px;
}


.redondoof {
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 100px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    height: 40px;
    width: 40px;
    line-height: 37px;
    font-size: 20px;
}

.boton44 a {
    color: #FFFFFF;
}
.boton44 {
    background: none repeat scroll 0 0 #1a1a1a;
    border: 1px solid rgba(20, 20, 20, 0.14);
    border-radius: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    margin-right: 22px;
    padding: 8px 27px;
}
.boton45 {
    background: none repeat scroll 0 0 #2E3739;
    border: 1px solid #169EAB;
    border-radius: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px 25px;
    position: relative;
    top: -12px;
    margin-right: 25px;
}
.boton46 {
    background: none repeat scroll 0 0 #FF0000;
    border: 1px solid #FF0000;
    border-radius: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px 25px;
    position: relative;
    top: -12px;
    margin-right: 25px;
}
Cevapla
Bunu Beğenenler:

Çevrimdışı #Nasos
 Tarih: 15-07-2014, Saat:09:11
#4
footerdeki türkçe çeviri ve tema yapımcı linklerini silmişsiniz .
Cevapla
Bunu Beğenenler:

Çevrimdışı eXiGent
 Tarih: 16-07-2014, Saat:00:57
#5
merhaba indirdiğiniz temada bir tane eklenti olması lazım onu aktif ederseniz muhtemelen sorununuz düzelmiş olacaktır.
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  imza sorunu slckyel 0 3,145 22-01-2021, Saat:23:08
Son Yorum: slckyel
  Mybb Yukleme Sorunu babaf 1 1,619 18-06-2019, Saat:11:13
Son Yorum: eniyilerde
  Default Avatar Sorunu sahin54 0 1,373 28-01-2019, Saat:11:45
Son Yorum: sahin54
  [1.6] Htaccess sorunu Hangi konuya tıklasam Anasayfa açılıyor SARIYILDIRIM 0 1,313 26-07-2018, Saat:17:07
Son Yorum: SARIYILDIRIM
Bigi [1.6] Acil Çerez Sorunu bypranga 4 2,119 13-02-2018, Saat:07:05
Son Yorum: tedem



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