Dead Cells Wiki
(Created page with " →‎New style main button: .dc_button { font-weight: bold; text-align: center; display: inline-block; text-transform: uppercase; border: 2px solid rgba(164...")
 
mNo edit summary
Line 59: Line 59:
 
padding-right: 0px;
 
padding-right: 0px;
 
}
 
}
  +
  +
.dc_button .article-media-placeholder { border: 0; }

Revision as of 23:58, 29 January 2021

/*New style main button*/
.dc_button {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid rgba(164,2,57,0.3);
    border-radius: 2px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
    min-width: 100px;
    height: 100px;
    margin: 5px;  
}

.dc_button a {
     display: block;}

.dc_button:hover {
    box-shadow: 0px 0px 16px rgba(45, 26, 26, 0.75) inset;
    border: 2px solid rgba(164,2,57,0.8);
}
.dc_btext {
    margin: 6px 0px 0px 0px;
    height: 20px !important;
    overflow: hidden;
    border-top: 2px solid rgba(164,2,57,0.3);
}

.dc_button:hover .dc_btext {
    border-top: 2px solid rgba(164,2,57,0.8);
}


/**/
.dc_button2 {
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid rgba(164,2,57,0.3);
    border-radius: 2px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.75) inset;
    min-width: 94px;
    margin: 5px;  
}

.dc_button2 a {
   display: block;
   height: 100%;}

.dc_button2:hover {
    box-shadow: 0px 0px 16px rgba(45, 26, 26, 0.75) inset;
    border: 2px solid rgba(164,2,57,0.8);
}

.dc_btext a.external {
    background-image: none;
        padding-right: 0px;
}

.dc_button .article-media-placeholder { border: 0; }