Attachment 'bluemoin.css'

Download

   1 /*  MoinMoin Default Styles
   2 
   3     Copyright (c) 2001, 2002, 2003 by Jürgen Hermann
   4 
   5     $Id: moinmoin.css,v 1.25 2003/03/31 22:26:29 jhermann Exp $
   6 */
   7 
   8 /* user interface styles */
   9 @import url("ui.css");
  10 
  11 @import url("xmlverbatim.css");
  12 
  13 /* content styles */
  14 body {
  15     background-color: #FFFFFF;
  16     color: #000000;
  17 }
  18 h1,h2,h3,h4,h5 {
  19     font-family: sans-serif;
  20     background-color: #99CCEE;
  21     margin-top:2pt;
  22     margin-bottom:8pt;
  23     border-style:none;
  24     border-width:thin;
  25 }
  26 h1 {
  27     font-size: 150%;
  28     padding-left: 0.4%;
  29     width: 99.6%;
  30 }
  31 h2 {
  32     font-size: 130%;
  33     padding-left: 0.8%;
  34     width: 99.2%;
  35 }
  36 h3 {
  37     font-size: 115%;
  38     padding-left: 1.2%;
  39     width: 98.8%;
  40 }
  41 h4 {
  42     font-size: 105%;
  43     padding-left: 1.6%;
  44     width: 98.4%;
  45 }
  46 h5 {
  47     font-size: 95%;
  48     padding-left: 2%;
  49     width: 98.0%;
  50 }
  51 a:link {
  52     color: #063399;
  53 }
  54 a:visited {
  55     color: #3377BB;
  56 }
  57 a.nonexistent {
  58     font-weight: bold;
  59     background-color: #F8F8F8;
  60     color: #FF2222;
  61 }
  62 a.nonexistent:visited {
  63     background-color: #F8F8F8;
  64     color: #FF2222;
  65 }
  66 a.external {
  67     color: #0066AA;
  68 }
  69 dl,ul,ol,li {
  70     margin-top: 1pt;
  71 }
  72 li.gap {
  73     margin-top: 8pt;
  74 }
  75 tt,pre {
  76     font-family: Lucida Console,Courier New,Courier,monospace;
  77     font-size: small;
  78 }
  79 
  80 .code {
  81     margin-top: 8pt;
  82     margin-bottom: 8pt;
  83     background-color: #EEFFFF;
  84     white-space: pre;
  85     border-style: solid;
  86     border-width: 1pt;
  87     border-color: #999999;
  88     color:#111111;
  89     padding-left: 0.4%;
  90     padding-top: 2pt;
  91     padding-bottom: 2pt;
  92     /* width: 99.6%; */
  93 }
  94 
  95 table.navigation {
  96     font-family: sans-serif;
  97     background-color: #E8E8E8;
  98     border: 1px #C8C8C8 solid;
  99     border-spacing: 3px;
 100     padding: 4pt;
 101     text-align: center;
 102     margin-top: 2pt;
 103     margin-bottom: 8pt;
 104     border-style: none;
 105     border-width: thin;
 106     width: 100%;
 107 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2003-12-07 18:15:55, 1.8 KB) [[attachment:bluemoin.css]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.