[BACK]Return to mdocml.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/mdocml.css between version 1.1 and 1.7

version 1.1, 2008/12/04 11:25:29 version 1.7, 2008/12/07 21:30:49
Line 1 
Line 1 
         body          body                    { margin: 10px;
         {                                    font-family: Tahoma, sans-serif;
                 margin: 0px;                                    font-size: small; }
                 font-family: Tahoma, sans-serif;          h1                      { font-size: medium; }
                 font-size: small;          h2                      { font-size: small; }
         }          div.mdoc                { width: 600px; }
           div.block-Sh            { margin-bottom: 20px; }
         div.mdoc          div.head-Ss             { font-weight: bold;
         {                                    margin-top: 10px;
                 width: 600px;                                    text-align: justify; }
         }          div.body-Sh             { margin-left: 20px;
                                     margin-top: 10px;
         div.block-Sh                                    text-align: justify; }
         {          span.inline-Nd:before   { content: ' \2014 '; }
                 margin-bottom: 20px;          span.inline-Fl:before   { content: '-'; }
         }          span.inline-Fl          { font-weight: bolder; }
           span.inline-Cm          { font-weight: bolder; }
         div.head-Sh          span.inline-Cd          { font-weight: bolder; }
         {          span.inline-Nm          { font-weight: bolder; }
                 font-weight: bold;          span.inline-An          { text-decoration: underline; }
                 font-size: larger;          span.inline-Ar          { text-decoration: underline; }
         }          span.inline-Pa          { text-decoration: underline; }
           div.block-Bl            { margin-top: 10px;
         div.head-Ss                                    margin-left: 20px; }
         {          div.inline-Pp           { margin-bottom: 10px; }
                 font-weight: bold;          span.inline-Sy          { font-weight: bolder; }
                 margin-top: 10px;          span.inline-Tn          { font-variant: small-caps; }
                 text-align: justify;          span.inline-D1          { margin-left: 20px; }
         }          span.head-Fo            { font-weight: bolder; }
           span.body-Fo:before     { content: '('; }
         div.body-Sh          span.body-Fo:after      { content: ')'; }
         {          span.body-Oo:before     { content: '['; }
                 margin-left: 20px;          span.body-Oo:after      { content: ']'; }
                 margin-top: 10px;          span.inline-Va          { text-decoration: underline; }
                 text-align: justify;          span.inline-Vt          { text-decoration: underline; }
         }          span.inline-Em          { font-style: italic; }
           span.inline-Ft          { text-decoration: underline; }
         span.inline-Nd:before          span.inline-Fd          { font-weight: bolder; }
         {          span.inline-Ic          { font-weight: bolder; }
                 content: ' - ';          span.inline-Op:before   { content: '['; }
         }          span.inline-Op:after    { content: ']'; }
           span.inline-Qq:before   { content: '\"'; }
         span.inline-Fl:before          span.inline-Qq:after    { content: '\"'; }
         {          span.inline-Aq:before   { content: '\3c'; }
                 content: '-';          span.inline-Aq:after    { content: '\3e'; }
         }          span.inline-Bq:before   { content: '['; }
           span.inline-Bq:after    { content: ']'; }
         span.inline-Fl          span.inline-Dq:before   { content: '\201c'; }
         {          span.inline-Dq:after    { content: '\201d'; }
                 font-weight: bolder;          span.inline-Pq:before   { content: '('; }
         }          span.inline-Pq:after    { content: ')'; }
           span.inline-Ql:before   { content: '\2018'; }
         span.inline-Ar          span.inline-Ql:after    { content: '\2019'; }
         {          span.inline-Sq:before   { content: '\2018'; }
                 text-decoration: underline;          span.inline-Sq:after    { content: '\2019'; }
         }  
   
         span.inline-Pa  
         {  
                 text-decoration: underline;  
         }  
   
         span.inline-Op:before  
         {  
                 content: '[';  
         }  
   
         span.inline-Op:after  
         {  
                 content: ']';  
         }  
   
         div.block-Bl  
         {  
                 margin-top: 10px;  
                 margin-left: 20px;  
         }  
   
         div.inline-Pp  
         {  
                 margin-bottom: 10px;  
         }  
   
         span.inline-D1  
         {  
                 margin-left: 20px;  
         }  
   
         span.inline-Qq:before   { content: '``'; }  
         span.inline-Qq:after    { content: '\'\''; }  
         span.inline-Sq:before   { content: '`'; }  
         span.inline-Sq:after    { content: '\''; }  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.7

CVSweb