BlindLaby/assets/css/editor.css

14 lines
618 B
CSS

*{margin:0;padding:0;font-family:arial, 'sans-serif';}
fieldset{line-height:6px}
fieldset br{clear:both;}
.case{display:none;width:10px;height:10px;}
.labelcase{width:10px;height:10px;/*margin:-4px 0;*/margin:0;padding:0;background:#000;display:block;line-height:10px;font-size:7px;border:1px solid #AAA;float:left;}
.labelSelected{background-color:#FFF;}
.start{background:green;}
.end{background:blue;}
.flagover{background-color:yellow;}
a{margin-top:10px;}
nav{width:300px; margin:10px auto 0;}
h3{margin:10px 0;}
ol li{padding-left:18px;background:url(../img/bullet_blue.png) center left no-repeat;}