From Terrasphere
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .triangle-border { position: relative; padding: 20px 15px 20px 120px; margin: 10px 10px 42px 10px; border:...")
 
Line 11: Line 11:
 
     -moz-border-radius: 4px;
 
     -moz-border-radius: 4px;
 
     border-radius: 4px;
 
     border-radius: 4px;
 +
}
 +
.ch1 {
 +
    top: 80px;
 +
    left: 10px;
 +
    float: left;
 +
}
 +
wiki.css:212
 +
.chara {
 +
    position: relative;
 +
    z-index: 10;
 
}
 
}

Revision as of 07:12, 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;
}
.ch1 {
    top: 80px;
    left: 10px;
    float: left;
}
wiki.css:212
.chara {
    position: relative;
    z-index: 10;
}