git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / display_line_guides.css
1 #webdeveloper-line-guide-information
2 {
3 -moz-opacity: 0.9 !important;
4 background-color: #ffff99 !important;
5 border: 1px solid #ffcc66 !important;
6 display: none;
7 left: 5px;
8 opacity: 0.9 !important;
9 padding: 5px !important;
10 position: absolute !important;
11 top: 5px;
12 z-index: 1000 !important;
13 }
14
15 #webdeveloper-line-guide-information, #webdeveloper-line-guide-information h1, #webdeveloper-line-guide-information p
16 {
17 color: #000000 !important;
18 font-family: sans-serif !important;
19 font-size: 10px !important;
20 font-style: normal !important;
21 font-variant: normal !important;
22 letter-spacing: 0 !important;
23 margin: 0 !important;
24 text-align: left !important;
25 text-decoration: none !important;
26 text-transform: none !important;
27 }
28
29 #webdeveloper-line-guide-information, #webdeveloper-line-guide-information p
30 {
31 font-weight: normal !important;
32 }
33
34 #webdeveloper-line-guide-information h1
35 {
36 font-weight: bold !important;
37 }
38
39 #webdeveloper-line-guide-information p
40 {
41 padding: 0 !important;
42 }
43
44 div.webdeveloper-horizontal-line-guide
45 {
46 height: 1px !important;
47 left: 0 !important;
48 }
49
50 div.webdeveloper-line-guide
51 {
52 margin: 0 !important;
53 padding: 0 !important;
54 position: absolute !important;
55 z-index: 999 !important;
56 }
57 div.webdeveloper-line-guide:hover
58 {
59 cursor: move !important;
60 }
61
62 div.webdeveloper-vertical-line-guide
63 {
64 top: 0 !important;
65 width: 1px !important;
66 }