From Terrasphere
Jump to: navigation, search
Line 12: Line 12:
 
     border-radius: 4px;
 
     border-radius: 4px;
 
}
 
}
 +
.triangle-border:before {
 +
    content: "";
 +
    position: absolute;
 +
    bottom: -20px;
 +
    left: 130px;
 +
    border-width: 20px 20px 0;
 +
    border-style: solid;
 +
    border-color: #eee transparent;
 +
    display: block;
 +
    width: 0;
 +
}
 +
.triangle-border:after {
 +
    content: "";
 +
    position: absolute;
 +
    bottom: -13px;
 +
    left: 137px;
 +
    border-width: 13px 13px 0;
 +
    border-style: solid;
 +
    border-color: #fafafa transparent;
 +
    display: block;
 +
    width: 0;
 +
}
 +
 
.ch1 {
 
.ch1 {
 
     top: 80px;
 
     top: 80px;

Revision as of 07:14, 27 January 2018

/* CSS placed here will be applied to all skins */

.triangle-border {
    position: relative;
    padding: 20px 15px 20px 120px;
    margin: 10px 10px 42px 10px;
    border: 2px solid #eee;
    color: #333;
    background: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.triangle-border:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 130px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #eee transparent;
    display: block;
    width: 0;
}
.triangle-border:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 137px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #fafafa transparent;
    display: block;
    width: 0;
}

.ch1 {
    top: 80px;
    left: 10px;
    float: left;
}
.chara {
    position: relative;
    z-index: 10;
}