Zmiana koloru nicku w profilu

Założony przez  patryk0487.

wersja skryptu MyBB: 1.6
adres forum:husarzy.cba.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): nie zmienia się kolor nazwy użytkownika w profilu

[TUTAJ OPIS PROBLEMU + SCREENY - wykasuj tę linijkę!!!]

Zmieniałem kolory rang. Mam pewien problem. Na stronie głównej kolor jest, przy nazwach działu gdy stworze np. nowy wątek, kolor jest. Ale gdy włączam czyjś profil, to koloru nie ma.

Tutaj macie kod jaki wklepałem w rangach:

<span style="text-shadow: 1px 1px 10px red; font-weight: bold; color: red;"><strong>{username}</strong></span>

Chcę, żeby cały nick był czerwony. Raczej jest to wina mojego kodu. Ale nie wiem co zmienić. (od wczoraj robię stronę)

[Obrazek: 931.jpg]
Snake_ napisał 07.05.2014, 16:10:
Poprawiam tytuł. [Obrazek: modnotice_howto.png]
member_profile.css → nick_usera → zmień color.
Mam takie coś:

.userprofile_trow strong
{
    color:#red;
    float:right;
    position:relative;
    top:4px;
}

#userprofile-maininfo
{
    background:#212121;
    border:1px solid #393939;
}

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

.userprofile_online
{
    margin-top:6px;
}

#userprofile-tabs-nav
{
    background:#1a1a1a;
    border-left:1px solid #212121;
    float:left;
    margin-right:10px;
    position:absolute;
    width:20%;
}

#userprofile-tabs-nav a
{

    background:#1e1e1e;
    border-bottom:1px solid #2d2d2d;
    border-right:1px solid #2d2d2d;
    color:#red;
    display:block;
    font-size:11px;
    font-weight:700;
    padding:15px;
}

#userprofile-tabs-nav a:hover
{
    background:#272727;
    color:#red;
}

#userprofile-tabs-nav .active
{

    background:#1a1a1a;
    border-right:1px solid #1a1a1a;
    box-shadow:none;
    color:#ffffff;
    font-size:13px;
}

.tab
{
    background-color:#1a1a1a;
    border-top:none;
    display:block;
    float:right;
    height:100%;
    width:80%;
    border-bottom:1px solid #393939;
    border-left:1px solid #393939;
}

#userprofile-tabs
{
    background:#212121;
    border-bottom:1px solid #393939;
    border-right:1px solid #393939;
    border-left:1px solid #393939;
    display:inline-block;
    float:right;
    padding-bottom:20px;
    position:relative;
    width:100%;
}

.tab_content
{
    padding:10px;
}

.userprofile_avatar
{
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=96);
    filter:alpha(opacity=96);
    opacity:0.96;
}

.userprofile_avatar img
{
    -moz-box-shadow:1px 3px 4px #ccc;
    -moz-transition:.4s;
    -ms-transition:.4s;
    -o-transition:.4s;

    -webkit-transition:.4s;
    padding: 1px;
    background: #393939;
    border: 1px solid #515151;

    float:left;
    margin:24px;
    max-height:94px;
    max-width:95px;
    outline:1px solid #ccc;
    transition:.4s;
}

.userprofile_avatar:hover img
{
    border: 1px solid #737272;
}

.userprofile_away
{
    float:left;
    margin:24px;
    max-height:94px;
    max-width:95px;
    outline:1px solid #ccc;
    transition:.4s;
    -moz-border-radius:5px;
    -moz-box-shadow:inset 0 0 2px white,1px 1px 7px #eee;
    -webkit-border-radius:5px;
    -webkit-box-shadow:inset 0 0 2px white,1px 1px 7px #eee;
    background:#eee;
    border:1px solid #ddd;
    border-radius:5px;
    box-shadow:inset 0 0 2px white,1px 1px 7px #eee;
    float:right;
    padding:10px;
    position:relative;
}

.userprofile_away:before
{
    border-bottom:15px solid transparent;
    border-right:15px solid #EEE;
    border-top:15px solid transparent;
    content:"";
    display:block;
    height:0;
    left:-11px;
    position:absolute;
    top:15px;
    width:0;
    z-index:999;
}

.userprofile_table
{
    border:1px solid #393939;
    border-top:none;
    float:left;
    font-size:11px;
    min-width:570px;
    position:relative;
    width:74%;
    margin-bottom:10px
}

.userprofile_trow
{
    background:#1a1a1a url(images/infinity/trow.png) repeat-x 0 0;
    border-bottom:1px solid #111111;
    border-top:1px solid #252525;
    padding:8px;
    text-shadow:0px -1px 0px rgba(0,0,0,0.4);
    width:50%;
}

.userprofile_statsbutton a
{
    color:#red;
    text-shadow:0 -1px 0 #555;
}

.userprofile_statsbutton
{
    -moz-border-radius:5px;
    -moz-box-shadow:inset 0 0 2px #eee;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    -webkit-border-radius:5px;
    -webkit-box-shadow:inset 0 0 2px #eee;
    -webkit-transition:.5s;
    border-radius:5px;
    box-shadow:inset 0 0 2px #eee;
    color:#FFF!important;
    font-size:11px;
    position:relative;
    text-shadow:0 -1px 0 #AAA;
    transition:.5s;
}

.userprofile_statsbutton:hover
{
    cursor:pointer;
}

.userprofile_reputation
{
    background:#CCE37F url(images/infinity/highlight.png) repeat-x 0 0;
    border:1px solid #9ACD32;
    padding:25px 40px;
}

.userprofile_reputation:hover
{
    background:#9fb372 url(images/infinity/highlight.png) repeat-x 0 0;
    border:1px solid #728052;
}

.userprofile_referrals
{
    background:#999 url(images/infinity/highlight.png) repeat-x 0 0;
    border:1px solid #777;
    padding:20px 40px;
    text-shadow:0 -1px 0 #666;
}

.userprofile_referrals img
{
    -moz-transition:.5s;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-transition:.5s;
    -o-transition:.5s;
    -webkit-transition:.5s;
    filter:alpha(opacity=80);
    opacity:0.8;
    position:absolute;
    right:10px;
    top:3px;
    transition:.5s;
}

.userprofile_reputation a
{
    text-shadow:0 -1px 0 #aaa!important;
}

.userprofile_referrals:hover img
{
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter:alpha(opacity=100);
    opacity:1;
    right:30px;
}

.userprofile_referrals:hover
{
    background:#D46CD9 url(images/infinity/highlight.png) repeat-x 0 0;
    border:1px solid #555;
}

.userprofile_warning
{
    background:#999 url(images/infinity/highlight.png) repeat-x 0 0;
    border:1px solid #777;
    padding:20px 40px;
    text-shadow:0 -1px 0 #666;
}

.userprofile_warning img
{
    right:20px!important;
    top:9px!important;
}

.userprofile_warning:hover img
{
    right:35px!important;
}

.userprofile_statsbutton img
{
    -moz-transition:.5s;
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-transition:.5s;
    -o-transition:.5s;
    -webkit-transition:.5s;
    filter:alpha(opacity=80);
    opacity:0.8;
    position:absolute;
    right:10px;
    top:3px;
    transition:.5s;
}

.userprofile_statsbutton:hover img
{
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter:alpha(opacity=100);
    opacity:1;
    right:30px;
}

.userprofile_warning:hover
{
    background:#FF7045 url(images/infinity/highlight.png) repeat-x 0 0;
    border:1px solid red;
    text-shadow:0 -1px 0 #666;
}

.userprofile_reputation a:link
{
    color:#FFF;
}

.userprofile_reputation a:visited
{
    color:#FFF;
}

.userprofile_reputation a:hover
{
    color:#666;
    text-shadow:none;
}

Gdzie to zmienić?
https://webboard.pl/thread-46731.html?pi...#pid197499
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna; kontakt: snakemybboard@gmail.com.
Dzięki wielkie.
Snake_ napisał 07.05.2014, 16:15:
[Obrazek: modnotice_thx.png]



Użytkownicy przeglądający ten wątek:

1 gości