[Trebuie sa fiti inscris si conectat pentru a vedea acest link]

Cod css

Cod:



.meniu a[href="/"]{
    background: #ad3ac2;
    box-shadow: 0 3px 0 #d17ce2 inset;
}

.meniu a[href="/faq"]{
    background: #c2b93a;
    box-shadow: 0 3px 0 #f5f1ab inset;
}

.meniu a[href="/memberlist"]{
    background: #bc2929;
    box-shadow: 0 3px 0 #d85c54 inset;
}

.meniu a[href="/profile?mode=editprofile"]{
    background: #459c26;
    box-shadow: 0 3px 0 #63e469 inset;
}


.meniu a[href="/search"]{
    background: #48c7dd;
    box-shadow: 0 3px 0 #8aeaea inset;
}

.meniu a[href="/groups"]{
    background: #4a3986;
    box-shadow: 0 3px 0 #7479f3 inset;
}


.meniu a[href="/calendar"]{
    background: #ca179d;
    box-shadow: 0 3px 0 #f374f0 inset;
}


.meniu a[href="/privmsg?folder=inbox"]{
      background: #d74007;
    box-shadow: 0 3px 0 #e26634 inset;
}

.meniu a[href="/privmsg?folder=inbox"]{
      background: #d74007;
    box-shadow: 0 3px 0 #e26634 inset;
}

a#logout.mainmenu{
      background: #441919!important;
    box-shadow: 0 3px 0 #805c4e inset;
}

.meniu a:hover{
    background: #333;
    box-shadow: 0 3px 0 #625e5e inset;

}