]> git.0d.be Git - empathy.git/blob - data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
Fix planet gnome theme when using a non-default font
[empathy.git] / data / themes / PlanetGNOME.AdiumMessageStyle / Contents / Resources / main.css
1 * {
2   word-wrap: break-word;
3   word-break: break-word;
4 }
5
6 html {
7   padding: 0;
8   margin: 0;
9 }
10
11 body {
12   padding: 6px;
13   margin: 0;
14 }
15
16 div.entry {
17   clear: both;
18   margin-bottom: 0.5em;
19 }
20
21 div.person-info {
22   position: relative;
23   z-index: 1;
24   float: left;
25   margin-top: 25px !important;
26   margin-left: -12px;
27   padding: 0 24px 0 6px;
28   left: 3px;
29   width: 72px;
30   background: url(Images/nipple.png) top right no-repeat;
31   text-align: center;
32   color: #777;
33   font-size: small;
34 }
35
36 div.person-info img {
37   border: 0px;
38   margin-bottom: 1ex;
39   width: 50px;
40   height: auto;
41 }
42
43 div.post {
44   position: relative;
45   margin-left: 89px;
46   padding: 12px;
47 }
48
49 b.cr {
50   position: absolute;
51   background-image: url(Images/corners.png);
52   width: 50px;
53   height: 50px;
54 }
55 b.tl { top: 0px; left: 0px; background-position: top left; }
56 b.tr { top: 0px; right: 0px; background-position: top right; }
57 b.bl { bottom: 0px; left: 0px; background-position: bottom left; }
58 b.br { bottom: 0px; right: 0px; background-position: bottom right; }
59
60 b.vt {
61   position: absolute;
62   background: url(Images/vertical.png) repeat-y;
63   width: 50px;
64   height: 100%;
65 }
66 b.lt { top: 0px; left: 0px; background-position: top left; }
67 b.rt { top: 0px; right: 0px; background-position: top right; }
68
69 b.hz {
70   position: absolute;
71   background: url(Images/horizontal.png) repeat-x;
72   width: 100%;
73   height: 50px;
74 }
75 b.to { top: 0px; left: 0px; background-position: top left; }
76 b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
77
78 .post-contents {
79   position: relative;
80   z-index: 1;
81   line-height: 120%;
82   padding: 0;
83   margin: 0 0 2em 0;
84 }
85
86 .post-body {
87   min-height: 40px;
88 }
89
90 .post-contents p {
91   padding: 0;
92   margin: 0;
93   padding-top: 0.3em;
94 }
95
96 .post-contents:after {
97   display: block;
98   clear: both;
99 }
100
101 .post-footer {
102   position: absolute;
103   bottom: 1em;
104   right: 1em;
105 }
106
107 .post-footer p {
108   position: relative;
109   z-index: 1;
110   margin: 0;
111   font-size: small;
112   text-align: right;
113   color: #777;
114 }
115
116 ::selection {
117   background: #4a90d9;
118 }