Jump to content

Recommended Posts

Posted (edited)

Am si eu nevoie in seara asta de ajutorul vostru va rog mult ca cineva sa ma poata ajuta cat mai curand, pentru voi este usor .

Am si eu un sistem de user bar care se ridica, mai pe scurt cel care este la tema darkrage

Untitled.png

cand te conectezi incepe sa iti apra sa  iti setezi statusul si mai multe ..

Vreau ca acel meniu cum este acolo sus, vreau sa fie in partea dreapta unde avea agamers social links :

2121.png

Cum sunt acele sociale si se deschid asa vreau ca si meniul sa faca acest lucru, chiar daca va ocupa mult din pagina cand se va deschide.

Va rog ma chinui de cateva zile si nu reusesc.

Spoiler
Quote

#minustop {
    margin-top: -52px;
    position: relative;
    z-index: 112
}
#paUserMenu {
    position: absolute;
    display: block;
    z-index: 101;
    bottom: -245px;
    ;
    background: rgba(28, 28, 28, 0.4);
    width: 100%;
    height: 219px;
    transition: all .5s ease-in-out;
    border-top: 1px solid #191919
}
#paUserMenu .paUMCUP {
    border-left: 1px solid #191919;
    border-right: 1px solid #191919;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(29, 29, 29, 0.5);
    border-bottom: 1px solid #191919;
    color: rgba(255, 255, 255, 0.3)
}
#paUserMenu .userMenuCotent {
    padding: 96px;
    transition: padding .5s ease-in-out
}
#paUserMenu:hover {
    bottom: -52px;
    ;
    background: rgba(28, 28, 28, 0.8);
    border-top: 0
}
#paUserMenu:hover .userMenuCotent {
    padding: 10px
}
#paUserMenu .paTopAvatar {
    display: inline-block;
    vertical-align: top;
    max-height: 170px;
    margin-right: 10px
}
#paUserMenu .paLinks {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.03)
}
#paUserMenu .paLinks a:hover {
    color: #fff
}
#paUserMenu .paLinks ul li {
    padding: 4.75px 25px;
    background: rgba(255, 255, 255, 0.01);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 10px;
    position: relative
}
#paUserMenu .paLinks ul li:last-child {
    border-bottom: 0
}
#paUserMenu .paLinks ul li:before {
    content: '\f007';
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    top: 6.5px;
    transition: all .3s ease-in-out
}
#paUserMenu .paLinks ul li:nth-child(2):before {
    content: "\f013"
}
#paUserMenu .paLinks ul li:nth-child(3):before {
    content: "\f0f6"
}
#paUserMenu .paLinks ul li:nth-child(4):before {
    content: "\f164"
}
#paUserMenu .paLinks ul li:nth-child(5):before {
    content: "\f0c0"
}
#paUserMenu .paLinks ul li:nth-child(6):before {
    content: "\f235"
}
#paUserMenu .paLinks ul li:nth-child(7):before {
    content: "\f01c"
}
#paUserMenu .paLinks ul li:hover:before {
    color: #5E85A6
}
#paUserMenu .paForumStats {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    border-width: 0 1px;
    border-color: rgba(255, 255, 255, 0.05);
    border-style: solid;
    margin-left: 8px;
    width: 155px
}
#paUserMenu .paForumStats ul>li {
    line-height: 34px;
    height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03)
}
#paUserMenu .paForumStats ul>li:first-child {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}
#paUserMenu .paForumStats ul > li:first-child,
#paUserMenu .paForumStats ul>li:last-child {
    border-bottom: 0
}
#paUserMenu .paForumStats ul > li .fr {
    float: right
}
.reputationAndMore {
    position: relative;
    bottom: 5px
}
span.paReputation {
    display: block;
    background: #333;
    text-align: center;
    padding: 12px 0;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    max-width: 220px;
    margin: 0 auto
}
span.paReputation:hover {
    box-shadow: inset 25px 0 0 rgba(0, 0, 0, 0.2)
}
.paReputation i {
    display: block
}
span.paReputation:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #5E85A6;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all .5s ease-in-out
}
span.paReputation:hover:after {
    left: 0
}
#paUserMenu .paStatusUpdate {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 230px;
    margin-right: 10px;
    float: right;
    border-left: 1px solid #191919;
    padding-left: 15px;
    height: 170px;
    padding-top: 10px;
    margin-top: -2px
}
.paStatusUpdate #statusSubmitGlobal {
    margin-top: 0;
    background: #5E85A6;
    border-radius: 0 0 2px 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    text-transform: uppercase;
    text-shadow: 0 0;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.1)
}
.paStatusUpdate .singOut {
    height: 45px;
    line-height: 45px;
    width: 220px;
    text-align: center;
    display: block;
    background: #454545;
    margin: 5px auto;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 0 #5E85A6;
    color: white;
    transition: all .3s ease-in-out
}
.paStatusUpdate .singOut:hover {
    box-shadow: inset 0 -50px 0 #5E85A6;
    color: rgba(255, 255, 255, 0)
}
.paStatusUpdate .singOut span {
    display: block;
    position: absolute;
    left: 75px;
    top: 50px;
    transition: all .5s ease-in-out
}
.paStatusUpdate .singOut:hover span {
    top: 0px;
    color: white
}
.paNotify {
    display: inline-block;
    float: right;
    margin-top: 35px;
    margin-right: -10px
}
.paNotify ul li {
    padding: 15px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 15px
}
.paNotify ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}
#paUserMenu input.input_text {
    border-radius: 0 3px 3px 0;
    padding: 10px;
    margin-bottom: 8px;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.1);
    transition: all .5s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 290px;
    padding-left: 20px
}
#paUserMenu input.input_text:hover {
    box-shadow: inset 0 -60px 0 rgba(255, 255, 255, 0.02)
}
.paUserLogin,
.paPasswordLogin {
    position: relative;
    margin-left: 85px
}
.paUserLogin:before {
    content: 'Username';
    font-family: Calibri;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-right: 0;
    width: 82px;
    display: block;
    position: absolute;
    border-radius: 3px 0 0 3px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    background: #5E85A6;
    left: -83px
}
.paUserLogin:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #5E85A6;
    left: 0px;
    top: 9px
}
.paPasswordLogin:before {
    content: 'Password';
    font-family: Calibri;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-right: 0;
    width: 82px;
    display: block;
    position: absolute;
    border-radius: 3px 0 0 3px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    background: #5E85A6;
    left: -83px
}
.paPasswordLogin:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #5E85A6;
    left: 0px;
    top: 10px
}
input.logBoxSubmit {
    display: block;
    width: 153px;
    height: 56px;
    background: rgb(51, 51, 51);
    border-radius: 2px 0 0 2px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
    font-family: Calibri;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    box-shadow: inset 0 0 0 rgba(182, 54, 40, 0.1);
    transition: all .6s ease-in-out;
    border: 0
}
input.logBoxSubmit:hover {
    box-shadow: inset 300px 0 0 #5E85A6;
}
.ForgottenPW {
    position: absolute;
    background: #353535;
    height: 28px;
    line-height: 28px;
    width: 235px;
    padding-left: 15px;
    border-radius: 0 2px 0 0;
    top: 28px;
    right: -248px;
    text-align: left
}
.paRemember {
    position: absolute;
    background: #383838;
    height: 28px;
    line-height: 28px;
    width: 235px;
    padding-left: 15px;
    border-radius: 0 2px 0 0;
    top: 0px;
    right: -248px
}
.paLinksAfter {
    position: absolute;
    top: 132px
}
.or {
    display: none;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-weight: 100;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    left: 35px;
    top: 24px;
    background: #1E1E1E;
    z-index: 1
}
#paUserMenu:hover .or {
    display: inline-block
}
.or:after {
    content: '';
    display: block;
    height: 70px;
    width: 1px;
    background: rgba(255, 255, 255, 0.07);
    position: absolute;
    left: 17px;
    top: -77px
}
.or:before {
    content: '';
    display: block;
    height: 70px;
    width: 1px;
    background: rgba(255, 255, 255, 0.07);
    position: absolute;
    left: 17px;
    bottom: -77px
}
#paUserMenu #registerButton {
    position: relative;
    display: inline-block;
    left: 22px;
    top: 23px;
    background: #76BA6D;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 2px
}
.listOfBenefits {
    position: absolute;
    display: inline-block;
    left: 690px;
    height: 138px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 2px;
    max-width: 250px;
    margin-top: 10px
}
.listOfBenefits p {
    line-height: 20px;
    height: 20px;
    padding-left: 20px;
    position: relative
}

 

 

Edited by gadeas
Adaugat spoiler

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.