summaryrefslogtreecommitdiffstats
path: root/kopete/styles/Clear/Contents/Resources/main.css
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/styles/Clear/Contents/Resources/main.css
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/styles/Clear/Contents/Resources/main.css')
-rw-r--r--kopete/styles/Clear/Contents/Resources/main.css376
1 files changed, 376 insertions, 0 deletions
diff --git a/kopete/styles/Clear/Contents/Resources/main.css b/kopete/styles/Clear/Contents/Resources/main.css
new file mode 100644
index 00000000..452c6486
--- /dev/null
+++ b/kopete/styles/Clear/Contents/Resources/main.css
@@ -0,0 +1,376 @@
+.Chat
+{
+ letter-spacing: 1px;
+ font-family: arial;
+ font-size: 11px;
+ padding: 5px;
+
+}
+
+
+.KopeteMessage
+{
+ margin-left: 6px;
+ margin-right: 6px;
+ margin-bottom: 10px;
+}
+
+.IncomingMessageHeader
+{
+ background: url(images/header-inbound-background.png) repeat-x;
+ background-color: #c9d9f0;
+
+}
+.IncomingMessageHeader1
+{
+ background: url(images/header-inbound-left.png) no-repeat top left;
+ padding-left: 4px;
+
+}
+.IncomingMessageHeader2
+{
+ background: url(images/header-inbound-right.png) no-repeat top right;
+ padding-right: 4px;
+ padding-left: 4px;
+ vertical-align: middle;
+ line-height: 20px;
+ height: 20px;
+}
+.IncomingBody
+{
+ background: url(images/body-background.png) repeat-x top;
+ background-color: #f5f6fa;
+ border-bottom: 1px solid #c9d9f0;
+}
+.IncomingBody1
+{
+ background: url(images/body-inbound-left.png) no-repeat top left;
+}
+.IncomingBody2
+{
+ background: url(images/body-inbound-right.png) no-repeat top right;
+ padding: 5px;
+ min-height: 55px;
+}
+
+.IncomingMessage
+{
+ overflow: auto;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+.NextIncomingMessage
+{
+ overflow: auto;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+.inUserPicture
+{
+ float: left;
+ width: 60px;
+ height: 52px;
+ margin: -1px;
+ padding-top: 6px;
+ padding-left: 6px;
+ background: url(images/body-inbound-avatar.png) no-repeat top left;
+
+}
+
+.inStatusIcon
+{
+ float: left;
+ padding-right: 1ex;
+}
+
+.inTime
+{
+ background: url(images/icon-time.png) no-repeat center right;
+ position: relative;
+ padding-right: 18px;
+ padding-left: 5px;
+ text-align: right;
+ font-weight: bold;
+ font-size: 10px;
+ float: right;
+ z-index: 1;
+ color: #567199;
+}
+.inMetacontact
+{
+ position: absolute;
+ text-align: left; font-size: 10px; font-weight: bold;
+ padding-right: 20px;
+ padding-left: 20px;
+ overflow: hidden;
+ height: 20px;
+ background: url(images/icon-you.png) no-repeat center left;
+ color: #567199;
+}
+
+.IncomingFooter
+{
+ background: url(images/footer-inbound-background.png) repeat-x;
+ background-color: #ffffff;
+}
+.IncomingFooter1
+{
+ background: url(images/footer-inbound-left.png) no-repeat top left;
+ height: 9px;
+}
+.IncomingFooter2
+{
+ background: url(images/footer-inbound-right.png) no-repeat top right;
+ height: 9px;
+}
+
+.IncomingAction
+{
+ background: #fafafa;
+ margin-left: 6px;
+ margin-right: 6px;
+ padding-left: 3px;
+ padding-right: 3px;
+ margin-bottom: 10px;
+ border: 1px solid #e0e0e0;
+ vertical-align: middle;
+ line-height: 20px;
+ height: 20px;
+}
+
+.IncomingActionBody
+{
+ position: absolute;
+ background: url(images/icon-action.png) no-repeat center left;
+ text-align: left; font-size: 10px; font-weight: bold; color: #808080;
+ padding-right: 20px;
+ padding-left: 20px;
+ overflow: hidden;
+ height: 20px;
+ float: left;
+}
+
+.inActionMetacontact
+{
+/* margin-left: 5px;
+ font-weight: bold;*/
+}
+.inActionMessage
+{
+
+}
+.IncomingActionTime
+{
+ position: relative;
+ background: url(images/icon-time.png) no-repeat center right;
+ text-align: right; font-size: 10px; font-weight: bold; color: #808080;
+ padding-right: 18px;
+ padding-left: 5px;
+ float: right;
+ z-index: 1;
+}
+
+.OutgoingMessageHeader
+{
+ background: url(images/header-outbound-background.png) repeat-x;
+ background-color: #e1e1e1;
+
+}
+.OutgoingMessageHeader1
+{
+ background: url(images/header-outbound-left.png) no-repeat top left;
+ padding-left: 4px;
+}
+.OutgoingMessageHeader2
+{
+ background: url(images/header-outbound-right.png) no-repeat top right;
+ padding-right: 4px;
+ padding-left: 4px;
+ vertical-align: middle;
+ line-height: 20px;
+ height: 20px;
+}
+.OutgoingBody
+{
+ background: url(images/body-background.png) repeat-x top;
+ background-color: #f9f9f9;
+ border-bottom: 1px solid #e1e1e1;
+}
+.OutgoingBody1
+{
+ background: url(images/body-outbound-left.png) no-repeat top left;
+}
+.OutgoingBody2
+{
+ background: url(images/body-outbound-right.png) no-repeat top right;
+ padding: 5px;
+ min-height: 55px;
+}
+
+.OutgoingMessage
+{
+ overflow: auto;
+ padding-left: 2px;
+ padding-right: 2px;
+/* font:
+color:
+background-color:*/
+}
+
+.NextOutgoingMessage
+{
+ overflow: auto;
+ padding-left: 2px;
+ padding-right: 2px;
+}
+
+.outUserPicture
+{
+ float: left;
+ width: 60px;
+ height: 52px;
+ margin: -1px;
+ padding-top: 6px;
+ padding-left: 6px;
+ background: url(images/body-outbound-avatar.png) no-repeat top left;
+}
+
+.outStatusIcon
+{
+ float: left;
+ padding-right: 1ex;
+}
+
+.outTime
+{
+ background: url(images/icon-time.png) no-repeat center right;
+ position: relative;
+ padding-right: 18px;
+ padding-left: 5px;
+ text-align: right;
+ font-weight: bold;
+ font-size: 10px;
+ float: right;
+ z-index: 1;
+ color: #707070;
+}
+.outMetacontact
+{
+ position: absolute;
+ text-align: left; font-size: 10px; font-weight: bold;
+ padding-right: 20px;
+ padding-left: 20px;
+ overflow: hidden;
+ height: 20px;
+ background: url(images/icon-me.png) no-repeat center left;
+ color: #707070;
+}
+
+.OutgoingFooter
+{
+ background: url(images/footer-outbound-background.png) repeat-x;
+ background-color: #ffffff;
+}
+.OutgoingFooter1
+{
+ background: url(images/footer-outbound-right.png) no-repeat top right;
+ height: 9px;
+}
+.OutgoingFooter2
+{
+ background: url(images/footer-outbound-left.png) no-repeat top right;
+ height: 9px;
+}
+
+.OutgoingAction
+{
+ background: #fafafa;
+ margin-left: 6px;
+ margin-right: 6px;
+ padding-left: 3px;
+ padding-right: 3px;
+ margin-bottom: 10px;
+ border: 1px solid #e0e0e0;
+ vertical-align: middle;
+ line-height: 20px;
+ height: 20px;
+}
+
+.OutgoingActionBody
+{
+ position: absolute;
+ background: url(images/icon-action.png) no-repeat center left;
+ text-align: left; font-size: 10px; font-weight: bold; color: #808080;
+ padding-right: 20px;
+ padding-left: 20px;
+ margin-left: 4px;
+ overflow: hidden;
+ height: 20px;
+ float: left;
+}
+
+.outActionMetacontact
+{
+ /*margin-left: 10px;
+ font-weight: bold;*/
+}
+.outActionMessage
+{
+}
+.OutgoingActionTime
+{
+ position: relative;
+ background: url(images/icon-time.png) no-repeat center right;
+ text-align: right; font-size: 10px; font-weight: bold; color: #808080;
+ padding-right: 18px;
+ padding-left: 5px;
+ float: right;
+ z-index: 1;
+}
+.InternalMessageHeader
+{
+ background: #fafafa;
+ margin-left: 6px;
+ margin-right: 6px;
+ padding-left: 3px;
+ padding-right: 3px;
+ margin-bottom: 10px;
+ border: 1px solid #e0e0e0;
+ vertical-align: middle;
+ line-height: 20px;
+ height: 20px;
+}
+
+.InternalMessage
+{
+ position: absolute;
+ background: url(images/icon-internal.png) no-repeat center left;
+ text-align: left; font-size: 10px; font-weight: bold; color: #808080;
+ padding-right: 20px;
+ padding-left: 20px;
+ margin-left: 4px;
+ overflow: hidden;
+ height: 20px;
+ float: left;
+}
+
+.InternalMessageHeaderTime
+{
+ position: relative;
+ background: url(images/icon-time.png) no-repeat center right;
+ text-align: right; font-size: 10px; font-weight: bold; color: #808080;
+ padding-right: 18px;
+ padding-left: 5px;
+ float: right;
+ z-index: 1;
+}
+
+.systemLogo
+{
+ float: left;
+ vertical-align: middle;
+ padding-right: 1ex;
+}
+