tkernel_2/doc/manual.css | bare source | permlink (0.02 seconds) |
1: /* 2: manual.css : css for T-Kernel 2.0 Software Package Manual 3: */ 4: 5: /* Adjust left margin for the no-number list item */ 6: 7: ol.mynum_list > li > p:first-child { 8: text-indent : -1.2em; 9: } 10: 11: ol.nonum_list > li > p:first-child { 12: margin-left : -1.2em; 13: } 14: 15: /* Centering the top-level title */ 16: 17: h1 { 18: text-align: center; 19: } 20: 21: /* left margin for the paragraph after header */ 22: 23: h2 ~ p , h2 ~ pre { 24: margin-left : 1em; 25: } 26: 27: h3 ~ p , h3 ~ pre, h3 ~ dl { 28: margin-left : 1em; 29: } 30: 31: /* Image */ 32: 33: img { 34: margin-left : 4em 35: } 36: 37: /* Table */ 38: 39: table { 40: border: solid 2px #000000; 41: margin-bottom: 1em; 42: border-collapse: collapse; 43: } 44: 45: th, td { 46: border-left: solid 1px #000000; 47: border-top: solid 1px #000000; 48: padding: 0.5em 1em 0.5em 1em; 49: } 50: 51: th { 52: border-bottom: solid 2px #000000; 53: } 54: 55: td:empty { 56: border: none; 57: } 58: