Difference between revisions of "Template:CCU Taiwan/css"

Line 2,011: Line 2,011:
 
   display: inline-block;
 
   display: inline-block;
 
   vertical-align: top;
 
   vertical-align: top;
 +
}
 +
 +
.Judge ul {
 +
    text-indent: .5em;
 +
    border-left: .25em solid gray;
 +
}
 +
 +
.Judge ul ul {
 +
    margin-top: -1.25em;
 +
    margin-left: 1em;
 +
   
 +
}
 +
 +
.Judge li {
 +
    position: relative;
 +
    bottom: -1.25em;
 +
}
 +
 +
.Judge li:before {
 +
    content: "";
 +
    display: inline-block;
 +
    width: 2em;
 +
    height: 0;
 +
    position: relative;
 +
    left: -.75em;
 +
    border-top: .25em solid gray;
 +
}
 +
 +
.Judge ul ul:before, h3:before, li:after {
 +
    content: '';
 +
    display: block;
 +
    width: 1em;
 +
    height: 1em;
 +
    position: absolute;
 +
    background: salmon;
 +
    border: .25em solid white;
 +
    top: 1em;
 +
    left: .4em;
 
}
 
}
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 21:53, 17 October 2018