OSDN Git Service

import source-tree based svn r84.
[bluegriffon/BlueGriffon.git] / themes / win / classic / rulers.css
1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
2 @namespace svg url("http://www.w3.org/2000/svg");
3
4 svg|text {
5   stroke-width: 4px;
6   font-family: -moz-fixed;
7   font-variant: normal;
8   line-height: normal;
9   font-size: small ! important;
10   dominant-baseline: middle;
11   text-anchor: middle;
12   color: white;
13 }
14
15 hruler[disabled], vruler[disabled]  { display: none;}
16 hruler, vruler      { display: -moz-box;
17                      background-color: transparent;
18                    }
19
20 hruler {
21   stroke-width: 4px;
22   font-family: -moz-fixed;
23   font-style: bold;
24   font-variant: normal;
25   line-height: normal;
26   font-size: x-small;
27   height: 16px;
28   width: 100%;
29   margin: 2px 0px;
30   position: absolute;
31 }
32 vruler {
33   stroke-width: 4px;
34   font-family: -moz-fixed;
35   font-style: bold;
36   font-variant: normal;
37   line-height: normal;
38   font-size: x-small;
39   width: 16px;
40   margin: 0px 2px;
41   /*position: absolute;*/
42 }
43