aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css')
-rw-r--r--data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css108
1 files changed, 108 insertions, 0 deletions
diff --git a/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css b/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
new file mode 100644
index 000000000..03f38a374
--- /dev/null
+++ b/data/themes/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
@@ -0,0 +1,108 @@
+* {
+ word-wrap: break-word;
+ word-break: break-word;
+}
+
+html {
+ padding: 0;
+ margin: 0;
+}
+
+body {
+ padding: 6px;
+ margin: 0;
+}
+
+div.entry {
+ clear: both;
+ margin-bottom: 0.5em;
+}
+
+div.person-info {
+ position: relative;
+ z-index: 1;
+ float: left;
+ margin-top: 25px !important;
+ margin-left: -1em;
+ padding: 0 2em 0 0.5em;
+ left: 3px;
+ width: 6em;
+ background: url(Images/nipple.png) top right no-repeat;
+ text-align: center;
+ color: #777;
+ font-size: small;
+}
+
+div.person-info img {
+ border: 0px;
+ margin-bottom: 1ex;
+ width: 50px;
+ height: auto;
+}
+
+div.post {
+ position: relative;
+ margin-left: 6em;
+ padding: 1em;
+}
+
+b.cr {
+ position: absolute;
+ background-image: url(Images/corners.png);
+ width: 50px;
+ height: 50px;
+}
+b.tl { top: 0px; left: 0px; background-position: top left; }
+b.tr { top: 0px; right: 0px; background-position: top right; }
+b.bl { bottom: 0px; left: 0px; background-position: bottom left; }
+b.br { bottom: 0px; right: 0px; background-position: bottom right; }
+
+b.vt {
+ position: absolute;
+ background: url(Images/vertical.png) repeat-y;
+ width: 50px;
+ height: 100%;
+}
+b.lt { top: 0px; left: 0px; background-position: top left; }
+b.rt { top: 0px; right: 0px; background-position: top right; }
+
+b.hz {
+ position: absolute;
+ background: url(Images/horizontal.png) repeat-x;
+ width: 100%;
+ height: 50px;
+}
+b.to { top: 0px; left: 0px; background-position: top left; }
+b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
+
+.post-contents {
+ position: relative;
+ z-index: 1;
+ line-height: 120%;
+ padding: 0;
+ margin: 0;
+}
+
+.post-contents p {
+ padding: 0;
+ margin: 0;
+ padding-top: 0.3em;
+}
+
+.post-contents:after {
+ display: block;
+ clear: both;
+}
+
+.post-footer {
+ margin-top: 0.5em;
+}
+
+.post-footer p {
+ position: relative;
+ z-index: 1;
+ margin: 0;
+ font-size: small;
+ text-align: right;
+ color: #777;
+}