6.4.5.19. Interscript Style Sheet

6.4.5.19. Interscript Style Sheet

The file 'interscript/doc/interscript.css' is a CSS1 style sheet for interscript documents. It is <LINK>ed by interscript documentation, but is not currently copied to the weaver output directory.

HTML documents also <LINK> a non-existant file, 'user.css' which allows the user to override the interscript standard one.

Start data section to interscript/doc/interscript.css[1]
     1: BODY {
     2:   background-color : #FFFFF0;
     3: }
     4: BODY EM {
     5:   color: #A01010;
     6: }
     7: 
     8: BODY CODE {
     9:   color: #101080;
    10: }
    11: DIV.CODE {
    12:   color : #101080;
    13:   background-color: #E0FFFF;
    14:   margin-top: 0.0 ex;
    15:   padding-top: 0.4 ex;
    16:   padding-bottom: 0.2 ex;
    17:   margin-bottom: 0.0 ex;
    18:   margin-right: 2 ex;
    19:   border: thin solid gray;
    20:   display: block;
    21: }
    22: SPAN.LINENO {
    23:   color : #101010;
    24:   font-size: 80%;
    25: }
    26: 
    27: TABLE.DEFAULT_TABLE_CLASS {
    28:   color: #101010;
    29:   background-color: #F0F0E0;
    30: }
    31: 
    32: TABLE.DIFF {
    33:   color: #204060;
    34:   background-color: #FFE0E0;
    35: }
    36: 
    37: DIV.CODE_SECTION_HEAD {
    38:   margin-top: 1 ex;
    39:   padding-top: 0.2 ex;
    40:   border-top: 0 ex;
    41:   padding-bottom: 0.0 ex;
    42:   border-bottom: 0 ex;
    43:   margin-bottom: -1 ex;
    44:   padding-left: 0.1 em;
    45:   display: block;
    46: }
    47: DIV.CODE_SECTION_FOOT {
    48:   margin-top: -1.0 ex;
    49:   padding-top: 0.0 em;
    50:   border-top-width: 0.0 em;
    51:   border-bottom-width: 0.0 em;
    52:   padding-bottom: 0.0 em;
    53:   margin-bottom: 0.0 em;
    54:   display: block;
    55:   display:none;
    56: }
    57: 
    58: DIV.CODE_SECTION_HEAD SMALL, DIV.CODE_SECTION_FOOT SMALL{
    59:   color : #503020;
    60:   font-size: 80%;
    61:   display: inline;
    62:   color: #101080;
    63: }
    64: DIV.CODE_SECTION_HEAD STRONG, DIV.CODE_SECTION_FOOT STRONG {
    65:   font-family : monospace, courier;
    66:   font-weight: normal;
    67:   font-size: 100%;
    68:   display: inline;
    69:   color : black;
    70: }
    71: DIV.CODE_SECTION_HEAD EM, DIV.CODE_SECTION_FOOT EM {
    72:   display: inline;
    73: }
    74: 
    75: DIV.TEST_OUTPUT {
    76:   color : #101080;
    77:   background-color: #E0FFE0;
    78:   margin-top: 0.0 ex;
    79:   padding-top: 0.4 ex;
    80:   padding-bottom: 0.2 ex;
    81:   margin-bottom: 0.0 ex;
    82:   margin-right: 2 ex;
    83:   border: thin solid gray;
    84:   display: block;
    85: }
    86: DIV.BAD_TEST_OUTPUT {
    87:   color : #101080;
    88:   background-color: #FFE0E0;
    89:   margin-top: 0.0 ex;
    90:   padding-top: 0.4 ex;
    91:   padding-bottom: 0.2 ex;
    92:   margin-bottom: 0.0 ex;
    93:   margin-right: 2 ex;
    94:   border: thin solid gray;
    95:   display: block;
    96: }
    97: DIV.TEST_OUTPUT_RESULT {
    98:   margin-top: 1.5 ex;
    99:   padding-top: 0.2 ex;
   100:   border-top: 0 ex;
   101:   padding-bottom: 0.0 ex;
   102:   border-bottom: 0 ex;
   103:   margin-bottom: -1 ex;
   104:   padding-left: 0.1 em;
   105:   display: block;
   106: }
   107: DIV.TEST_OUTPUT_SECTION_HEAD {
   108:   margin-top: 1 ex;
   109:   padding-top: 0.2 ex;
   110:   border-top: 0 ex;
   111:   padding-bottom: 0.0 ex;
   112:   border-bottom: 0 ex;
   113:   margin-bottom: -1 ex;
   114:   padding-left: 0.1 em;
   115:   display: block;
   116: }
   117: 
   118: DIV.TEST_OUTPUT_SECTION_FOOT {
   119:   margin-top: -1.0 ex;
   120:   padding-top: 0.0 em;
   121:   border-top-width: 0.0 em;
   122:   border-bottom-width: 0.0 em;
   123:   padding-bottom: 0.0 em;
   124:   margin-bottom: 0.0 em;
   125:   display: block;
   126:   display:none;
   127: }
   128: 
   129: DIV.TEST_OUTPUT_SECTION_HEAD SMALL, DIV.TEST_OUTPUT_SECTION_FOOT SMALL{
   130:   color : #503020;
   131:   font-size: 80%;
   132:   display: inline;
   133:   color: #101080;
   134: }
   135: DIV.TEST_OUTPUT_SECTION_HEAD STRONG, DIV.TEST_OUTPUT_SECTION_FOOT STRONG {
   136:   font-family : monospace, courier;
   137:   font-weight: normal;
   138:   font-size: 100%;
   139:   display: inline;
   140:   color : black;
   141: }
   142: DIV.TEST_OUTPUT_SECTION_HEAD EM, DIV.TEST_OUTPUT_SECTION_FOOT EM {
   143:   display: inline;
   144: }
   145: 
   146: DIV.EXPECTED_OUTPUT {
   147:   color : #101080;
   148:   background-color: #E0FFFF;
   149:   margin-top: 0.0 ex;
   150:   padding-top: 0.4 ex;
   151:   padding-bottom: 0.2 ex;
   152:   margin-bottom: 0.0 ex;
   153:   margin-right: 2 ex;
   154:   border: thin solid gray;
   155:   display: block;
   156: }
   157: 
   158: DIV.EXPECTED_OUTPUT_SECTION_HEAD {
   159:   margin-top: 1 ex;
   160:   padding-top: 0.2 ex;
   161:   border-top: 0 ex;
   162:   padding-bottom: 0.0 ex;
   163:   border-bottom: 0 ex;
   164:   margin-bottom: -1 ex;
   165:   padding-left: 0.1 em;
   166:   display: block;
   167: }
   168: 
   169: DIV.EXPECTED_OUTPUT_SECTION_FOOT {
   170:   margin-top: -1.0 ex;
   171:   padding-top: 0.0 em;
   172:   border-top-width: 0.0 em;
   173:   border-bottom-width: 0.0 em;
   174:   padding-bottom: 0.0 em;
   175:   margin-bottom: 0.0 em;
   176:   display: block;
   177:   display:none;
   178: }
   179: 
   180: DIV.EXPECTED_OUTPUT_SECTION_HEAD SMALL, DIV.EXPECTED_OUTPUT_SECTION_FOOT SMALL{
   181:   color : #503020;
   182:   font-size: 80%;
   183:   display: inline;
   184:   color: #101080;
   185: }
   186: DIV.EXPECTED_OUTPUT_SECTION_HEAD STRONG, DIV.EXPECTED_OUTPUT_SECTION_FOOT STRONG {
   187:   font-family : monospace, courier;
   188:   font-weight: normal;
   189:   font-size: 100%;
   190:   display: inline;
   191:   color : black;
   192: }
   193: DIV.EXPECTED_OUTPUT_SECTION_HEAD EM, DIV.EXPECTED_OUTPUT_SECTION_FOOT EM {
   194:   display: inline;
   195: }
   196: 
   197: DIV.DIFF {
   198:   color : #101080;
   199:   background-color: #E0FFE0;
   200:   margin-top: 0.0 ex;
   201:   padding-top: 0.4 ex;
   202:   padding-bottom: 0.2 ex;
   203:   margin-bottom: 0.0 ex;
   204:   margin-right: 2 ex;
   205:   border: thin solid gray;
   206:   display: block;
   207: }
   208: 
   209: DIV.DIFF_SECTION_HEAD {
   210:   margin-top: 1 ex;
   211:   padding-top: 0.2 ex;
   212:   border-top: 0 ex;
   213:   padding-bottom: 0.0 ex;
   214:   border-bottom: 0 ex;
   215:   margin-bottom: -1 ex;
   216:   padding-left: 0.1 em;
   217:   display: block;
   218: }
   219: 
   220: DIV.DIFF_SECTION_FOOT {
   221:   margin-top: -1.0 ex;
   222:   padding-top: 0.0 em;
   223:   border-top-width: 0.0 em;
   224:   border-bottom-width: 0.0 em;
   225:   padding-bottom: 0.0 em;
   226:   margin-bottom: 0.0 em;
   227:   display: block;
   228:   display:none;
   229: }
   230: 
   231: DIV.DIFF_SECTION_HEAD SMALL, DIV.DIFF_SECTION_FOOT SMALL{
   232:   color : #503020;
   233:   font-size: 80%;
   234:   display: inline;
   235:   color: #101080;
   236: }
   237: DIV.DIFF_SECTION_HEAD STRONG, DIV.DIFF_SECTION_FOOT STRONG {
   238:   font-family : monospace, courier;
   239:   font-weight: normal;
   240:   font-size: 100%;
   241:   display: inline;
   242:   color : black;
   243: }
   244: DIV.DIFF_SECTION_HEAD EM, DIV.DIFF_SECTION_FOOT EM {
   245:   display: inline;
   246: }
   247: 
End data section to interscript/doc/interscript.css[1]