star-ty

Generate content for online publication
git clone git://git.meso-star.fr/star-ty.git
Log | Files | Refs | README | LICENSE

sty.css (5133B)


      1 body {
      2   background-color: #fff;
      3   color: #000;
      4   font-family: "Liberation", serif;
      5   margin: 1em auto;
      6   padding: 0em 1em 0em 1em;
      7   text-align: left;
      8   font-size: 1em;
      9   max-width: 40em;
     10   line-height: 1.5em;
     11 }
     12 
     13 h1 {
     14   padding-bottom: 0.3em;
     15 }
     16 
     17 h2 {
     18   padding-top: 0.3em;
     19   padding-bottom: 0.3em;
     20 }
     21 
     22 h4 {
     23   padding-left: 1em;
     24 }
     25 
     26 a {
     27   font-weight: bold;
     28   color: #225588;
     29 }
     30 
     31 dd {
     32   margin-left: 2em;
     33 }
     34 
     35 code {
     36   font-family: "Liberation Mono",monospace;
     37 }
     38 
     39 pre {
     40   display: block;
     41   margin-left: 2em;
     42   font-size: 0.832em;
     43   font-family: "Liberation Mono",monospace;
     44 }
     45 
     46 dd pre {
     47   margin-left: 0em;
     48 }
     49 
     50 pre.code a {
     51   font-weight: normal;
     52 }
     53 
     54 figure {
     55   text-align: center;
     56 }
     57 
     58 img {
     59   max-width: 90%;
     60   display: block;
     61   margin-left: auto;
     62   margin-right: auto;
     63 }
     64 
     65 blockquote {
     66   padding: 0 2em 0 2em;
     67   margin: 0 1em 0 1em;
     68   max-width: 36em;
     69   color: #666666
     70 }
     71 
     72 hr {
     73   border: 0;
     74   border-bottom: 1px solid #aaaaaa;
     75 }
     76 
     77 table.list {
     78   border-spacing: 0;
     79   text-align: center;
     80   width: 100%;
     81 }
     82 
     83 th.list {
     84   font-variant: small-caps;
     85   padding: 0.5em 2em 0.5em 2em;
     86   margin: 0em;
     87   text-align: center;
     88   background-color: #ffffff;
     89 }
     90 
     91 .list tr:nth-child(2n+1) {
     92   background-color: #f5f5f5;
     93 }
     94 
     95 td.list {
     96   padding: 0em 2em 0em 2em;
     97   margin: 0em;
     98   text-align: center;
     99 }
    100 
    101 td {
    102   vertical-align: top;
    103 }
    104 
    105 /*******************************************************************************
    106  * Page layout
    107  ******************************************************************************/
    108 #menu {
    109   width: 100%;
    110   font-variant: small-caps;
    111   font-size: 120%;
    112   font-weight: bold;
    113 }
    114 
    115 #menu a {
    116   text-decoration: none;
    117   color: #AAAAAA;
    118 }
    119 
    120 #menu a:hover {
    121   color: #777777;
    122 }
    123 
    124 #sub-menu {
    125   padding-bottom: 1em;
    126 }
    127 
    128 #sub-menu a {
    129   text-decoration: none;
    130   font-weight: normal;
    131   color: #000000;
    132 }
    133 
    134 #sub-menu a:hover {
    135   color: #777777;
    136   font-weight: normal;
    137 }
    138 
    139 .cur { /* Selected sub-menu entry */
    140   color: #f44d27
    141 }
    142 
    143 #content {
    144   max-width: 50em;
    145   overflow: hidden;
    146   text-align: justify;
    147   text-justify: inter-word;
    148 }
    149 
    150 #footer {
    151   text-align: left;
    152   color: #777;
    153   font-size: 80%;
    154   padding: 1em 0.5em 0 0.5em;
    155   line-height: 1.5em;
    156 }
    157 
    158 #footer a {
    159   color: #333333;
    160   font-weight: normal;
    161   text-decoration: none;
    162 }
    163 
    164 /*******************************************************************************
    165  * Mandoc
    166  * CSS derivative written by Ingo Schwarze <schwarze@openbsd.org> for
    167  * OpenBSD man pages
    168  ******************************************************************************/
    169 .manual-text {
    170   margin-left: 3.75em;
    171 }
    172 
    173 h1.Sh {
    174   font-size: 1.5em;
    175   margin-left: -2.5em;
    176 }
    177 
    178 h2.Ss {
    179   font-size: 1.5em;
    180   margin-left: -1.25em;
    181   border-bottom: none;
    182 }
    183 
    184 code.In, code.Nm, .Cm, .Fd, .Fl, .Fn, .Ic {
    185   font-style: normal;
    186   font-weight: bold;
    187 }
    188 
    189 .Nm {
    190   text-align: left;
    191 }
    192 
    193 .permalink {
    194   border-bottom: thin dotted;
    195   color: inherit;
    196   font: inherit;
    197   text-decoration: inherit;
    198 }
    199 
    200 .Nd, .Bf, .Op { display: inline; }
    201 .Pa, .Ad { font-style: italic; }
    202 .Ms { font-weight: bold; }
    203 
    204 /* Tables */
    205 table.head, table.foot { width: 100%; border-spacing: 0; }
    206 table.head { padding-top: 2em }
    207 td.head-rtitle, td.foot-os { text-align: right; }
    208 td.head-vol { text-align: center; }
    209 td.head-ltitle { margin: 0em; padding: 0em; text-align: left; }
    210 
    211 
    212 /* Display and lists */
    213 .Bd code { font-size: 0.832em; }
    214 .Bd-indent { margin-left: 3.0em; }
    215 .Bd-indent pre { margin-left: 0em; }
    216 .Bl-bullet { list-style-type: disc; padding-left: 1em; }
    217 .Bl-bullet > li { }
    218 .Bl-dash { list-style-type: none; padding-left: 0em; }
    219 .Bl-dash > li { text-indent: -1.3em; }
    220 .Bl-dash > li:before { content: "\2014  "; }
    221 .Bl-item { list-style-type: none; padding-left: 0em; }
    222 .Bl-item > li { }
    223 .Bl-compact > li { margin-top: 0em; }
    224 .Bl-enum {  padding-left: 2em; }
    225 .Bl-enum > li { }
    226 .Bl-compact > li { margin-top: 0em; }
    227 .Bl-diag { }
    228 .Bl-diag > dt { font-style: normal; font-weight: bold; }
    229 .Bl-diag > dd { margin-left: 0em; }
    230 .Bl-hang { }
    231 .Bl-hang > dt { }
    232 .Bl-hang > dd { margin-left: 5.5em; }
    233 .Bl-inset { }
    234 .Bl-inset > dt { }
    235 .Bl-inset > dd { margin-left: 0em; }
    236 .Bl-ohang { }
    237 .Bl-ohang > dt { }
    238 .Bl-ohang > dd { margin-left: 0em; }
    239 .Bl-tag {  margin-top: 0.6em; margin-left: 3.25em; }
    240 .Bl-tag > dt {
    241   float: left;
    242   margin-top: 0em;
    243   margin-left: -3.25em;
    244   padding-right: 0.5em;
    245   vertical-align: top;
    246 }
    247 .Bl-tag > dd {
    248   clear: right;
    249   column-count: 1;  /* Force block formatting context. */
    250   width: 100%;
    251   margin-top: 0em;
    252   margin-left: 0em;
    253   margin-bottom: 0.6em;
    254   vertical-align: top;
    255 }
    256 .Bl-compact {  margin-top: 0em; }
    257 .Bl-compact > dd { margin-bottom: 0em; }
    258 .Bl-compact > dt { margin-top: 0em; }
    259 .Bl-column { }
    260 .Bl-column > tbody > tr { }
    261 .Bl-column > tbody > tr > td { margin-top: 1em; }
    262 .Bl-compact > tbody > tr > td { margin-top: 0em; }
    263 .Rs { font-style: normal; font-weight: normal; }
    264 .RsA { }
    265 .RsB { font-style: italic; font-weight: normal; }
    266 .RsC { }
    267 .RsD { }
    268 .RsI { font-style: italic; font-weight: normal; }
    269 .RsJ { font-style: italic; font-weight: normal; }
    270 .RsN { }
    271 .RsO { }
    272 .RsP { }
    273 .RsQ { }
    274 .RsR { }
    275 .RsT { text-decoration: underline; }
    276 .RsU { }
    277 .RsV { }
    278 
    279 .eqn { }
    280 .tbl td {  vertical-align: middle; }
    281 .HP { margin-left: 3.8em; text-indent: -3.8em; }