Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Paste the following code under <style type="text/css">:
- /*-------- PROFILE BOX BY @BORNTOBEWILDCODES ---------*/
- /* Open button */
- .open-button{
- position:absolute;
- top:{text:Profile button top margin};
- left:{text:Profile button left margin};
- width:120px;
- height:16px;
- line-height:16px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- border-radius:20px;
- font-size:12px;
- cursor:pointer;
- color:{color:Profile button icon};
- background:{color:Profile button background};
- background-image:url({image:Profile button background});
- box-shadow: 2px 2px 5px {color:Profile box shadow};
- z-index:10000;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -ms-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .open-button span{
- margin-left:5px;
- font-size:12px;
- vertical-align:middle;
- color:{color:Profile button icon};
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -ms-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .open-button:hover{
- color:{color:Profile link hover};
- }
- .open-button:hover span {
- color:{color:Profile link hover};
- }
- /*-- PROFILE --*/
- #profile-box{
- position:fixed;
- width:100%;
- height:100%;
- background:rgba({select:Profile shadow}, 0.5);
- display:none;
- z-index:100000;
- }
- .profile {
- position:absolute;
- display:flex;
- flex-direction:column;
- flex-wrap:wrap;
- column-count:2;
- column-gap: 15px;
- top:{text:Profile box top margin};
- left:{text:Profile box left margin};
- width:492px;
- height:358px;
- padding:20px;
- padding-right:5px;
- padding-bottom:0px;
- background-color:{color:Profile background};
- background-image:url({image:Profile background});
- border-radius:{text:Profile box border radius};
- box-shadow: 2px 2px 5px {color:Profile box shadow};
- {block:ifProfileBoxCentered}
- top:50%;
- left:50%;
- -webkit-transform:translateX(-50%) translateY(-50%);
- -moz-transform:translateX(-50%) translateY(-50%);
- -ms-transform:translateX(-50%) translateY(-50%);
- -o-transform:translateX(-50%) translateY(-50%);
- transform:translateX(-50%) translateY(-50%);
- {/block:ifProfileBoxCentered}
- }
- .profile b {
- color:{color:Profile label};
- }
- /* Close button */
- .close-button {
- position:absolute;
- top:-15px;
- left:calc(100% - 120px);
- width:100px;
- height:26px;
- line-height:26px;
- text-align:center;
- letter-spacing:1px;
- font-size:12px;
- color:{color:Profile close icon};
- background:{color:Profile background};
- background-image:url({image:Profile background});
- border-radius:20px;
- cursor:pointer;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -ms-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .close-button span{
- margin-left:5px;
- font-size:8px;
- vertical-align:middle;
- color:{color:Profile close icon};
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -ms-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .close-button:hover, .close-button:hover span {
- color:{color:Profile link hover};
- }
- /*-- Info --*/
- .profile-info {
- display:inline-block;
- break-inside: avoid;
- margin-bottom:15px;
- width:230px;
- height:50px;
- padding:15px 0px;
- text-align:left;
- font-size:11px;
- line-height:17px;
- letter-spacing:1px;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- border:1px solid {color:Profile borders};
- /* About info style */
- color:{color:Profile text};
- }
- /* Avatar */
- .profile-avatar {
- float:left;
- margin:0px 15px;
- padding-right:10px;
- width:50px;
- height:50px;
- border-right:1px solid {color:Profile borders};
- }
- .profile-avatar img{
- margin:0;
- width:100%;
- height:100%;
- border-radius:100%;
- }
- /*-- Profile escription --*/
- .profile-description {
- display:inline-block;
- break-inside: avoid;
- margin-bottom:15px;
- width:200px;
- padding:10px 15px;
- font-size:12px;
- line-height:18px;
- height:105px;
- overflow-y:auto;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- border:1px solid {color:Profile borders};
- /* Description style */
- color:{color:Profile text};
- text-align:justify;
- }
- /*-- Profile links --*/
- .profile-links {
- display:inline-block;
- break-inside: avoid;
- margin-bottom:15px;
- width:200px;
- padding:10px 15px;
- overflow:hidden;
- height:75px!important;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- border:1px solid {color:Profile borders};
- text-align:center;
- }
- .plink1, .plink2, .plink3, .plink4, .plink5, .plink6 {
- display:inline-block;
- margin-top:0px;
- margin-bottom:10px;
- margin-left:13px;
- margin-right:13px;
- width:30px;
- height:30px;
- line-height:30px;
- text-align:center;
- border-radius:100%;
- }
- .plink1 a, .plink2 a, .plink3 a, .plink4 a, .plink5 a, .plink6 a{
- margin:0px;
- width:20px;
- height:20px;
- padding:5px;
- line-height:20px;
- text-align:center;
- font-size:12px;
- border:1px solid {color:Profile borders};
- border-radius:100%;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -ms-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .plink1 a{
- color:{color:First color};
- }
- .plink1:hover a{
- color:{color:Profile hover};
- border:1px solid {color:First color};
- }
- .plink2 a{
- color:{color:Second color};
- }
- .plink2:hover a{
- color:{color:Profile hover};
- border:1px solid {color:Second color};
- }
- .plink3 a{
- color:{color:Third color};
- }
- .plink3:hover a{
- color:{color:Profile hover};
- border:1px solid {color:Third color};
- }
- .plink4 a{
- color:{color:Fourth color};
- }
- .plink4:hover a{
- color:{color:Profile hover};
- border:1px solid {color:Fourth color};
- }
- .plink5 a{
- color:{color:Fifth color};
- }
- .plink5:hover a{
- color:{color:Profile hover};
- border:1px solid {color:Fifth color};
- }
- .plink6 a{
- color:{color:Sixth color};
- }
- .plink6:hover a{
- color:{color:Profile hover};
- border:1px solid {color:Sixth color};
- }
- /* Link tooltips */
- .ptooltip {
- position:absolute;
- display:inline-block;
- margin-top:8px;
- margin-left:-50px;
- width:70px!important;
- padding: 0px 2px;
- height:17px;
- line-height:17px;
- font-size:12px;
- text-align: center;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- cursor:pointer;
- z-index:100;
- visibility: hidden;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -ms-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .plink1:hover .ptooltip{
- visibility: visible;
- color:{color:First color};
- }
- .plink2:hover .ptooltip{
- visibility: visible;
- color:{color:Second color};
- }
- .plink3:hover .ptooltip{
- visibility: visible;
- color:{color:Third color};
- }
- .plink4:hover .ptooltip{
- visibility: visible;
- color:{color:Fourth color};
- }
- .plink5:hover .ptooltip{
- visibility: visible;
- color:{color:Fifth color};
- }
- .plink6:hover .ptooltip{
- visibility: visible;
- color:{color:Sixth color};
- }
- /*-- Progress bar --*/
- .profile-progress {
- display:inline-block;
- break-inside: avoid;
- margin-bottom:15px;
- width:200px;
- height:110px;
- padding:10px 15px;
- overflow:hidden;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- border:1px solid {color:Profile borders};
- overflow:hidden;
- }
- .progbar{
- width:200px;
- height:12px;
- line-height:12px;
- margin-top:8px;
- overflow:hidden;
- }
- .label{
- float:left;
- margin:0px;
- width:80px;
- height:12px;
- font-size:12px;
- color:{color:Profile label};
- }
- .bar{
- margin-left:70px;
- margin-top:0px;
- width:130px;
- height:12px;
- background:{color:Profile borders};
- border-radius:10px;
- }
- .bar1, .bar2, .bar3, .bar4, .bar5{
- height:12px;
- border-radius:10px;
- text-align:center;
- font-size:10px;
- line-height:12px;
- color:{color:Profile background};
- }
- .bar1{
- background:{color:First color};
- width:{text:Bar 1 progress};
- }
- .bar2{
- background:{color:Second color};
- width:{text:Bar 2 progress};
- }
- .bar3{
- background:{color:Third color};
- width:{text:Bar 3 progress};
- }
- .bar4{
- background:{color:Fourth color};
- width:{text:Bar 4 progress};
- }
- .bar5{
- background:{color:Fifth color};
- width:{text:Bar 5 progress};
- }
- /*-- Profile icons --*/
- .profile-icons {
- display:inline-block;
- break-inside: avoid;
- margin-bottom:15px;
- width:200px;
- height:30px;
- line-height:30px;
- padding:10px 15px;
- text-align:center;
- overflow:hidden;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- border:1px solid {color:Profile borders};
- }
- .icon1, .icon2, .icon3, .icon4, .icon5 {
- display:inline-block;
- margin:0px 3px;
- width:20px!important;
- height:20px!important;
- line-height:20px;
- padding:3px;
- text-align:center;
- border:1px solid {color:Profile borders};
- border-radius:100%;
- }
- .profile-icons span{
- font-size:12px;
- }
- .icon1 span{
- color:{color:First color};
- }
- .icon1:hover, .icon1:hover span{
- color:rgba({select:Profile boxes background}, 1);
- background:{color:First color};
- }
- .icon2 span{
- color:{color:Second color};
- }
- .icon2:hover, .icon2:hover span{
- color:rgba({select:Profile boxes background}, 1);
- background:{color:Second color};
- }
- .icon3 span{
- color:{color:Third color};
- }
- .icon3:hover, .icon3:hover span{
- color:rgba({select:Profile boxes background}, 1);
- background:{color:First color};
- }
- .icon4 span{
- color:{color:Fourth color};
- }
- .icon4:hover, .icon4:hover span{
- color:rgba({select:Profile boxes background}, 1);
- background:{color:Fourth color};
- }
- .icon5 span{
- color:{color:Fifth color};
- }
- .icon5:hover, .icon5:hover span{
- color:rgba({select:Profile boxes background}, 1);
- background:{color:Fifth color};
- }
- /*-- Profile stats --*/
- .profile-stats {
- display:inline-block;
- break-inside: avoid;
- margin-bottom:15px;
- width:200px;
- height:100px;
- overflow-y:auto;
- padding:10px 15px;
- font-size:12px;
- line-height:20px;
- background:rgba({select:Profile boxes background}, {select:Profile boxes background transparency});
- border:1px solid {color:Profile borders};
- /* Stats style */
- color:{color:Profile link};
- text-align:justify;
- }
- .profile-stats b {
- font-weight:600;
- }
- .profile-stats p {
- border-bottom:1px solid {color:Profile borders};
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement