Last change
on this file since 19845 was
15340,
checked in by grum, 12 years ago
|
feature:2436 - Compatibility with Piwigo 2.4
|
-
Property svn:executable set to
*
|
File size:
1.2 KB
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | /* |
---|
4 | * tips |
---|
5 | */ |
---|
6 | |
---|
7 | .cSimpleTipContent { |
---|
8 | border: none; |
---|
9 | font-family: sans-serif; |
---|
10 | font-size: 11px; |
---|
11 | max-width: 200px; |
---|
12 | padding: 4px; |
---|
13 | min-height: 15px; |
---|
14 | } |
---|
15 | .cSimpleTipShadow { |
---|
16 | background-color: #000000; |
---|
17 | display: block; |
---|
18 | height: 100%; |
---|
19 | margin-left: 2px; |
---|
20 | margin-top: 2px; |
---|
21 | opacity: 0.4; |
---|
22 | position: absolute; |
---|
23 | width: 100%; |
---|
24 | z-index: -1; |
---|
25 | } |
---|
26 | .cSimpleTipShadow, .cSimpleTipContent { |
---|
27 | -moz-border-radius:4px; |
---|
28 | -webkit-border-radius:4px; |
---|
29 | -khtml-border-radius:4px; |
---|
30 | border-radius:4px; |
---|
31 | } |
---|
32 | |
---|
33 | .cSimpleTipContent span.title { |
---|
34 | font-weight:bold; |
---|
35 | } |
---|
36 | .cSimpleTipContent ul, .cSimpleTipContent ol { |
---|
37 | margin:4px; |
---|
38 | padding-left:15px; |
---|
39 | } |
---|
40 | |
---|
41 | .cSimpleTipContent img { |
---|
42 | margin:8px; |
---|
43 | } |
---|
44 | |
---|
45 | .cSimpleTipContent span.navDesc { |
---|
46 | text-align:center; |
---|
47 | display:block; |
---|
48 | } |
---|
49 | |
---|
50 | .cSimpleTipArrow { |
---|
51 | background-repeat:no-repeat; |
---|
52 | width:12px; |
---|
53 | height:12px; |
---|
54 | position:absolute; |
---|
55 | } |
---|
56 | |
---|
57 | .cSimpleTipArrowDown { |
---|
58 | background-position:0px 0px; |
---|
59 | } |
---|
60 | .cSimpleTipArrowUp { |
---|
61 | background-position:-12px 0px; |
---|
62 | } |
---|
63 | .cSimpleTipArrowRight { |
---|
64 | background-position:-12px -12px; |
---|
65 | } |
---|
66 | .cSimpleTipArrowLeft { |
---|
67 | background-position:0px -12px; |
---|
68 | } |
---|
69 | |
---|
70 | |
---|
71 | .cSimpleTipContent span.navAction { |
---|
72 | font-weight:bold; |
---|
73 | } |
---|
74 | .cSimpleTipContent span.navTitle { |
---|
75 | font-style:italic; |
---|
76 | } |
---|
77 | |
---|
Note: See
TracBrowser
for help on using the repository browser.