aboutsummaryrefslogtreecommitdiffstats
path: root/english/vote/style.inc
blob: 293fee5934f1275344541c102add035f767a779a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{#style#:
    <style type="text/css">
      address                  {
      	color: gray; 
        background-color: white;
      	margin-left: -2em;
      	text-align: right;
      }     
      div.center {text-align: center}
      p.x-small {font-size: x-small}
      ul.spacey li {padding-top: 0.5ex; padding-bottom: 0.5ex}

      .titletext               {
      	 color: black;
         background-color: white;
      	 font-size: 18pt;
      	 font-weight: bold;
      	 margin-bottom: -10px;
      }
      p.initial:first-letter {font-size: 215%; float: left }
     table.mainbody {
            border-collapse:        collapse;
            border:         outset 2pt #8cacbb;/*   1px solid #8cacbb;*/
            margin-left: auto;
            margin-right: auto;
            margin-top: 1.5em;
            margin-bottom: 1.0em;
          }
     table.mainbody th {
            background:             #DEE7EC;
            border-top:             1px solid #8CACBB;
            border-bottom:          1px solid #8CACBB;
            border-right:           1px solid #8CACBB;
            color:                  Black;
            padding:                0.5em;
            /* white-space:            nowrap; */
            text-align:             left;
	    vertical-align:	    top;
          }
     table.mainbody td {
            border-right:           1px solid #8CACBB;
            border-bottom:           1px solid #8CACBB;
            padding:                0.5em;
            text-align:             left;
          }
     .Ignored { 
       color: rgb(136, 125, 107);
       text-align: center;
         }
     
      .Ignored th {
       width: 16.6%
         }

     p.note                   {
         color: green;
         margin-left: 1em;
     }

    </style>
:##}

© 2014-2024 Faster IT GmbH | imprint | privacy policy