minimal_mod: Add a singleline variant with alternating per-message backgrounds. Modularize the css to minimize setting CSS in places we don't need or will have to override.
1.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Mockup.html Wed Aug 17 09:19:29 2011 -0500
1.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Mockup.html Thu Sep 29 08:56:52 2011 -0500
1.3 @@ -6,8 +6,7 @@
1.4 </title>
1.5
1.6 <style type="text/css" media="screen,print">
1.7 - @import url( "./main.css" );
1.8 - @import url( "./Variants/SenderColor.css" );
1.9 + @import url( "./Variants/SingleLine Alternating.css" );
1.10
1.11 body
1.12 {
1.13 @@ -18,12 +17,9 @@
1.14 </style>
1.15 </head>
1.16
1.17 -<body onload="initStyle();" style="">
1.18 +<body>
1.19
1.20 <div id="topic" title="1.3.6 http://adium.im || Adium VV? See http://adium.im/blog/2009/08/pidgin-2-6-0-and-adium-vv/ || #adium-devl for development talk || Paste into http://paste.lisp.org/new/adium">
1.21 - <style type="text/css">
1.22 - @import url(./Styles/Topic.css);
1.23 - </style>
1.24 <div id="x-header">
1.25 <span id="topicEdit" ondblclick="this.setAttribute('contentEditable', true); this.focus();">1.3.6 http://adium.im || Adium VV? See http://adium.im/blog/2009/08/pidgin-2-6-0-and-adium-vv/ || #adium-devl for development talk || Paste into http://paste.lisp.org/new/adium</span>
1.26 </div>
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Alternating.css Thu Sep 29 08:56:52 2011 -0500
2.3 @@ -0,0 +1,27 @@
2.4 +#Chat > div:nth-child(odd)
2.5 +{
2.6 + background-color: hsla(215, 80%, 80%, .2) !important;
2.7 +}
2.8 +
2.9 +.focus .x-sender
2.10 +{
2.11 + background: rgba(0, 255, 0, .04);
2.12 +}
2.13 +
2.14 +.message:not(.history) .x-sender
2.15 +{
2.16 + color: hsla(0, 0%, 0%, 1) !important;
2.17 +}
2.18 +
2.19 +.message.history .x-sender
2.20 +{
2.21 + color: hsla(0, 0%, 75%, 1) !important;
2.22 +}
2.23 +
2.24 +.x-icon,
2.25 +.x-sender,
2.26 +.x-message,
2.27 +.x-time
2.28 +{
2.29 + border-top: none;
2.30 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Base.css Thu Sep 29 08:56:52 2011 -0500
3.3 @@ -0,0 +1,237 @@
3.4 +/*
3.5 +---------------------------------------------------------------------------
3.6 + PROJECT: Adium Message Style
3.7 +
3.8 +FILE NAME: minimal_mod.AdiumMessageStyle
3.9 +
3.10 + NAME: minimal_mod
3.11 + [http://caenim.com/public/minimal_mod.AdiumMessageStyle.zip]
3.12 +
3.13 + DESIGNER: John Muhl [http://caenim.com/]
3.14 +
3.15 + CREATED: 2005.04.25 [first local version]
3.16 +
3.17 +REVISIONS: 1.0.2005.05.03 [first public version]
3.18 + new image background image [back_l.png]
3.19 + changed default font to Lucida Grande
3.20 + removed all existing color variants
3.21 + created 67 new color variants (lots contributed by amy b.)
3.22 + removed consecutive message timestamp
3.23 + changed sender name to ALL CAPS
3.24 + changed all colors to "web safe"
3.25 + increased user icons to 36x36 px
3.26 + adjusted line height in messages
3.27 + adjusted line height between sender and initial message
3.28 + minor adjustments to text padding in messages
3.29 +
3.30 + 1.1.2005.09.18
3.31 + very (VERY!) minor changes to the line height & hyperlink decoration
3.32 + corrected a few errors in the variants (fixes contributed by amy b.)
3.33 +
3.34 + 1.2.2005.10.04
3.35 + corrected zany user icon placement throughout:
3.36 + fixed problem where user icons appeared diagonally
3.37 + fixed vertical alignment problems with user icons
3.38 + decreased user icon size to 24x24 px
3.39 + removed forceable capitalization of user names
3.40 + fixed vertical alignment problem in the status message
3.41 +
3.42 + 1.3.2005.11.18
3.43 + added service indicator to initial time stamp
3.44 + lightened the dotted line between messages
3.45 + removed all reference to specific typefaces; improves compatibility with Adium and user selected fonts
3.46 + more minor changes to hyperlink decoration
3.47 + updated: Black vs ... color variants
3.48 + updated: Blue vs ... color variants
3.49 + updated: Green vs ... color variants
3.50 + updated: Grey vs ... color variants
3.51 + updated: Orange vs ... color variants
3.52 + updated: Pink vs ... color variants
3.53 + updated: Purple vs ... color variants
3.54 + updated: Red vs ... color variants
3.55 + updated: White vs ... color variants
3.56 + updated: Yellow vs ... color variants
3.57 + added a "Conversation started at ... " header
3.58 +
3.59 + 1.4.2006.06.06
3.60 + fixed problem with six digit time stamps
3.61 + removed a bunch of cruft; thanks to Catfish_Man for the catch
3.62 +
3.63 + TODO: wait for new issues to arise via users or personal use.
3.64 + update for user with XtrasManager [currently does not work with message styles].
3.65 + hyperlink decoration tweaks [?].
3.66 +
3.67 + BASED ON: Minimal Adium Message Style [default package 0.8 b12 version]
3.68 + check http://www.adiumxtras.com/index.php?a=xtras&xtra_id=1576 for full credits
3.69 +---------------------------------------------------------------------------
3.70 +*/
3.71 +
3.72 +body
3.73 +{
3.74 + color: rgba(48, 48, 48, 1);
3.75 + margin: 0;
3.76 + word-wrap: break-word;
3.77 + word-break: break-word;
3.78 +}
3.79 +
3.80 +#Chat
3.81 +{
3.82 + overflow: hidden;
3.83 + background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255 ,255, .5)), to(rgba(255, 255, 255, .9)));
3.84 +}
3.85 +
3.86 +a
3.87 +{
3.88 + border-bottom: 1px dashed;
3.89 + text-decoration: none;
3.90 +}
3.91 +
3.92 +a:hover
3.93 +{
3.94 + border-bottom: 1px solid;
3.95 +}
3.96 +
3.97 +.x-container.message.showIcons:not([src*="buddy_icon.png"]):not(.consecutive),
3.98 +.message.action + .x-container.message.consecutive.showIcons:not([src*="buddy_icon.png"]),
3.99 +.message.action.showIcons:not([src*="buddy_icon.png"])
3.100 +{
3.101 + min-height: 29px;
3.102 +}
3.103 +
3.104 +.message:not(.consecutive) .x-message,
3.105 +.message.action + .message.consecutive .x-message
3.106 +{
3.107 + padding-top: 4px;
3.108 +}
3.109 +
3.110 +.message:not(.action) + .message.consecutive:not(.action) .x-message
3.111 +{
3.112 + padding-top: 2px;
3.113 +}
3.114 +
3.115 +.message:not(.action) + .consecutive.message.showIcons:not(.action) img[src*="buddy_icon.png"] + .x-message
3.116 +{
3.117 + margin-left: 30px;
3.118 +}
3.119 +
3.120 +.x-sender
3.121 +{
3.122 + font-weight: bold;
3.123 + font-size: 1.1em;
3.124 + overflow: hidden;
3.125 +}
3.126 +
3.127 +.x-time
3.128 +{
3.129 + text-align: right;
3.130 + font-size: .9em;
3.131 +}
3.132 +
3.133 +.history .x-message,
3.134 +.groupchat .status .x-message,
3.135 +.groupchat .event .x-message,
3.136 +.groupchat .status a,
3.137 +.groupchat .event a,
3.138 +.x-time
3.139 +{
3.140 + color: rgba(160, 160, 160, 1);
3.141 +}
3.142 +
3.143 +.history img.x-buddyicon,
3.144 +.history img.emoticon
3.145 +{
3.146 + opacity: .3;
3.147 +}
3.148 +
3.149 +img:not(.x-buddyicon)
3.150 +{
3.151 + vertical-align: middle;
3.152 + top: -3px;
3.153 +}
3.154 +
3.155 +img.scaledToFitImage
3.156 +{
3.157 + width: auto;
3.158 +}
3.159 +
3.160 +.history .x-message a
3.161 +{
3.162 + color: rgba(152, 152, 152, 1);
3.163 +}
3.164 +
3.165 +#x-header
3.166 +{
3.167 + position: fixed;
3.168 + top: 0px;
3.169 + left: 0px;
3.170 + right: 0px;
3.171 + margin: 0px;
3.172 + padding: 5px;
3.173 + overflow: auto;
3.174 + color: white;
3.175 + text-align: center;
3.176 + font-size: 1em;
3.177 + background: rgba(0, 0, 0, .75);
3.178 + z-index: 999;
3.179 +}
3.180 +
3.181 +#x-header:hover #topicEdit
3.182 +{
3.183 + min-height: 1em;
3.184 + display: block;
3.185 +}
3.186 +
3.187 +#x-header a
3.188 +{
3.189 + color: white;
3.190 +}
3.191 +
3.192 +.status .x-buddyicon,
3.193 +.status .x-sender,
3.194 +.event .x-buddyicon,
3.195 +.event .x-sender,
3.196 +.message:not(.action) + .consecutive:not(.action) .x-buddyicon,
3.197 +.message:not(.action) + .consecutive:not(.action) .x-sender,
3.198 +.message:not(.action) + .consecutive:not(.action) .x-time,
3.199 +img[src*="buddy_icon.png"]
3.200 +{
3.201 + display: none;
3.202 +}
3.203 +
3.204 +
3.205 +/* ACTION */
3.206 +
3.207 +.action .x-sender,
3.208 +.action .x-message,
3.209 +.x-filetransfer .x-sender,
3.210 +.x-filetransfer .x-message
3.211 +{
3.212 + font-style: italic !important;
3.213 +}
3.214 +
3.215 +.actionMessageUserName
3.216 +{
3.217 + display: none;
3.218 +}
3.219 +
3.220 +.actionMessageBody:after
3.221 +{
3.222 + content: "";
3.223 +}
3.224 +
3.225 +.actionMessageBody:before
3.226 +{
3.227 + content: "";
3.228 +}
3.229 +
3.230 +.x-filetransfer .x-sender,
3.231 +.x-filetransfer .x-message
3.232 +{
3.233 + display: inline;
3.234 +}
3.235 +
3.236 +.x-filetransfer .x-buttons
3.237 +{
3.238 + padding-top: 4px;
3.239 +}
3.240 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/Normal.css Thu Sep 29 08:56:52 2011 -0500
4.3 @@ -0,0 +1,109 @@
4.4 +.x-container
4.5 +{
4.6 + padding-left: 16px;
4.7 + padding-right: 8px;
4.8 + padding-bottom: 2px;
4.9 +}
4.10 +
4.11 +.x-container:not(.consecutive),
4.12 +.message.action + .x-container.consecutive,
4.13 +.message.action
4.14 +{
4.15 + padding-top: 4px;
4.16 + border-top: 1px dotted rgba(0, 0, 0, .2);
4.17 +}
4.18 +
4.19 +.x-time
4.20 +{
4.21 + float: right;
4.22 + padding-left: 6px;
4.23 +}
4.24 +
4.25 +.mention
4.26 +{
4.27 + background:
4.28 + -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat;
4.29 + -webkit-background-size: 10px 100%;
4.30 +}
4.31 +
4.32 +.focus
4.33 +{
4.34 + background: url("./images/vert.png") repeat;
4.35 +}
4.36 +
4.37 +.focus:not(.consecutive),
4.38 +.focus.action,
4.39 +.message.action + .focus.consecutive
4.40 +{
4.41 + border-top: none !important;
4.42 + margin-top: 1px;
4.43 +}
4.44 +
4.45 +.x-container.focus + .x-container:not(.focus)
4.46 +{
4.47 + border-top: none !important;
4.48 + margin-top: 1px;
4.49 +}
4.50 +
4.51 +.focus .x-time
4.52 +{
4.53 + color: rgba(136, 136, 136, 1);
4.54 +}
4.55 +
4.56 +.focus.mention
4.57 +{
4.58 + background:
4.59 + -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
4.60 + url("./images/vert.png") repeat;
4.61 + -webkit-background-size: 10px 100%, 2px 100%;
4.62 +}
4.63 +
4.64 +.history.mention
4.65 +{
4.66 + background:
4.67 + -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))) 0px 0px no-repeat;
4.68 +}
4.69 +
4.70 +img.x-buddyicon
4.71 +{
4.72 + position: absolute;
4.73 + left: 16px;
4.74 + margin-top: 2px;
4.75 + margin-right: 6px;
4.76 + padding-bottom: 8px;
4.77 + width: 24px;
4.78 + height: 24px;
4.79 +}
4.80 +
4.81 +.hideIcons img.x-buddyicon
4.82 +{
4.83 + display: none;
4.84 +}
4.85 +
4.86 +.showIcons.x-container.action:not([src*="buddy_icon.png"]),
4.87 +.showIcons.x-container.x-filetransfer:not([src*="buddy_icon.png"])
4.88 +{
4.89 + padding-left: 46px;
4.90 +}
4.91 +
4.92 +.action .x-sender,
4.93 +.action .x-message,
4.94 +.x-filetransfer .x-sender,
4.95 +.x-filetransfer .x-message
4.96 +{
4.97 + display: inline;
4.98 + margin-left: 0px !important;
4.99 +}
4.100 +
4.101 +.action.consecutive .x-message
4.102 +{
4.103 + padding-top: 3px;
4.104 +}
4.105 +
4.106 +.message:not(.hideIcons):not([src*="buddy_icon.png"]) .x-time,
4.107 +.message:not(.hideIcons):not([src*="buddy_icon.png"]) .x-sender,
4.108 +.message:not(.hideIcons):not([src*="buddy_icon.png"]) .x-message
4.109 +{
4.110 + margin-left: 30px;
4.111 +}
4.112 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
5.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/SenderColor.css Thu Sep 29 08:56:52 2011 -0500
5.3 @@ -0,0 +1,10 @@
5.4 +.history img.x-buddyicon
5.5 +{
5.6 + opacity: .8;
5.7 +}
5.8 +
5.9 +.history img.emoticon
5.10 +{
5.11 + opacity: .6;
5.12 +}
5.13 +
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
6.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Styles/SingleLine.css Thu Sep 29 08:56:52 2011 -0500
6.3 @@ -0,0 +1,102 @@
6.4 +#Chat
6.5 +{
6.6 + display: table;
6.7 +}
6.8 +
6.9 +.x-container
6.10 +{
6.11 + padding-left: 0px;
6.12 + padding-right: 0px;
6.13 + padding-top: 0px;
6.14 + padding-bottom: 0px;
6.15 +}
6.16 +
6.17 +#insert,
6.18 +.message,
6.19 +.status,
6.20 +.event
6.21 +{
6.22 + display: table-row;
6.23 +}
6.24 +
6.25 +.x-icon,
6.26 +.x-sender,
6.27 +.x-message,
6.28 +.x-time
6.29 +{
6.30 + display: table-cell !important;
6.31 + border-top: 1px solid rgba(0, 0, 0, .1);
6.32 + padding-top: 4px;
6.33 + padding-bottom: 2px;
6.34 + margin-left: 0px !important;
6.35 +}
6.36 +
6.37 +.x-sender,
6.38 +.x-time
6.39 +{
6.40 + text-overflow: ellipsis;
6.41 + white-space: nowrap;
6.42 +}
6.43 +
6.44 +.x-sender
6.45 +{
6.46 + max-width: 10.2em;
6.47 + padding-right: 4px;
6.48 + padding-left: 4px;
6.49 +}
6.50 +
6.51 +.status .x-sender:after,
6.52 +.event .x-sender:after
6.53 +{
6.54 + color: rgb(192, 192, 192) !important;
6.55 + content: "<-->";
6.56 +}
6.57 +
6.58 +.x-time
6.59 +{
6.60 + padding-left: 16px;
6.61 + padding-right: 4px;
6.62 +}
6.63 +
6.64 +.x-message
6.65 +{
6.66 + padding-right: 8px;
6.67 + padding-left: 4px;
6.68 + width: 100%;
6.69 +}
6.70 +
6.71 +#insert
6.72 +{
6.73 + padding-bottom: 2px;
6.74 +}
6.75 +
6.76 +.x-buddyicon
6.77 +{
6.78 + display: none !important;
6.79 +}
6.80 +
6.81 +.focus,
6.82 +.focus.mention,
6.83 +.mention,
6.84 +.mention.history
6.85 +{
6.86 + background: none;
6.87 +}
6.88 +
6.89 +.mention .x-time
6.90 +{
6.91 + background:
6.92 + -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat;
6.93 + -webkit-background-size: 10px 100%;
6.94 +}
6.95 +
6.96 +.focus .x-sender
6.97 +{
6.98 + background: rgba(240, 240, 240, .5);
6.99 +}
6.100 +
6.101 +.action .x-sender,
6.102 +.x-filetransfer .x-sender
6.103 +{
6.104 + text-align: right;
6.105 +}
7.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Wed Aug 17 09:19:29 2011 -0500
7.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Thu Sep 29 08:56:52 2011 -0500
7.3 @@ -1,3 +1,7 @@
7.4 +@charset "utf-8";
7.5 +
7.6 +@import url(../Styles/Main.css);
7.7 +
7.8 .incoming:not(.history) .x-sender,
7.9 .incoming:not(.history) a,
7.10 #Chat:not(.groupchat) .status .x-message,
8.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Wed Aug 17 09:19:29 2011 -0500
8.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Thu Sep 29 08:56:52 2011 -0500
8.3 @@ -1,1 +1,1 @@
8.4 -.incoming:not(.history) .x-sender,
8.5 .incoming:not(.history) a,
8.6 #Chat:not(.groupchat) .status .x-message,
8.7 #Chat:not(.groupchat) .status a,
8.8 #Chat:not(.groupchat) .event .x-message,
8.9 #Chat:not(.groupchat) .event a
8.10 {
8.11 color: hsla(120, 100%, 35%, 1) !important;
8.12 }
8.13
8.14 .outgoing:not(.history) .x-sender,
8.15 .outgoing:not(.history) a
8.16 {
8.17 color: hsla(0, 0%, 0%, 1) !important;
8.18 }
8.19
8.20 .history.incoming .x-sender,
8.21 .history.incoming a,
8.22 #Chat:not(.groupchat) .history.status .x-message,
8.23 #Chat:not(.groupchat) .history.status a,
8.24 #Chat:not(.groupchat) .history.event .x-message,
8.25 #Chat:not(.groupchat) .history.event a
8.26 {
8.27 color: hsla(120, 50%, 70%, 1) !important;
8.28 }
8.29
8.30 .history.outgoing .x-sender,
8.31 .history.outgoing a
8.32 {
8.33 color: hsla(0, 0%, 70%, 1) !important;
8.34 }
8.35 \ No newline at end of file
8.36 +@charset "utf-8";
8.37
8.38 @import url(../Styles/Main.css);
8.39
8.40 .incoming:not(.history) .x-sender,
8.41 .incoming:not(.history) a,
8.42 #Chat:not(.groupchat) .status .x-message,
8.43 #Chat:not(.groupchat) .status a,
8.44 #Chat:not(.groupchat) .event .x-message,
8.45 #Chat:not(.groupchat) .event a
8.46 {
8.47 color: hsla(120, 100%, 35%, 1) !important;
8.48 }
8.49
8.50 .outgoing:not(.history) .x-sender,
8.51 .outgoing:not(.history) a
8.52 {
8.53 color: hsla(0, 0%, 0%, 1) !important;
8.54 }
8.55
8.56 .history.incoming .x-sender,
8.57 .history.incoming a,
8.58 #Chat:not(.groupchat) .history.status .x-message,
8.59 #Chat:not(.groupchat) .history.status a,
8.60 #Chat:not(.groupchat) .history.event .x-message,
8.61 #Chat:not(.groupchat) .history.event a
8.62 {
8.63 color: hsla(120, 50%, 70%, 1) !important;
8.64 }
8.65
8.66 .history.outgoing .x-sender,
8.67 .history.outgoing a
8.68 {
8.69 color: hsla(0, 0%, 70%, 1) !important;
8.70 }
8.71 \ No newline at end of file
9.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Wed Aug 17 09:19:29 2011 -0500
9.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Thu Sep 29 08:56:52 2011 -0500
9.3 @@ -1,3 +1,7 @@
9.4 +@charset "utf-8";
9.5 +
9.6 +@import url(../Styles/Main.css);
9.7 +
9.8 .incoming:not(.history) .x-sender,
9.9 .incoming:not(.history) a,
9.10 #Chat:not(.groupchat) .status .x-message,
10.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Wed Aug 17 09:19:29 2011 -0500
10.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Thu Sep 29 08:56:52 2011 -0500
10.3 @@ -1,3 +1,7 @@
10.4 +@charset "utf-8";
10.5 +
10.6 +@import url(../Styles/Main.css);
10.7 +
10.8 .incoming:not(.history) .x-sender,
10.9 .incoming:not(.history) a,
10.10 #Chat:not(.groupchat) .status .x-message,
11.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Wed Aug 17 09:19:29 2011 -0500
11.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Thu Sep 29 08:56:52 2011 -0500
11.3 @@ -1,1 +1,1 @@
11.4 -.incoming:not(.history) .x-sender,
11.5 .incoming:not(.history) a,
11.6 #Chat:not(.groupchat) .status .x-message,
11.7 #Chat:not(.groupchat) .status a,
11.8 #Chat:not(.groupchat) .event .x-message,
11.9 #Chat:not(.groupchat) .event a
11.10 {
11.11 color: hsla(315, 100%, 65%, 1) !important;
11.12 }
11.13
11.14 .outgoing:not(.history) .x-sender,
11.15 .outgoing:not(.history) a
11.16 {
11.17 color: hsla(0, 0%, 0%, 1) !important;
11.18 }
11.19
11.20 .history.incoming .x-sender,
11.21 .history.incoming a,
11.22 #Chat:not(.groupchat) .history.status .x-message,
11.23 #Chat:not(.groupchat) .history.status a,
11.24 #Chat:not(.groupchat) .history.event .x-message,
11.25 #Chat:not(.groupchat) .history.event a
11.26 {
11.27 color: hsla(315, 80%, 82%, 1) !important;
11.28 }
11.29
11.30 .history.outgoing .x-sender,
11.31 .history.outgoing a
11.32 {
11.33 color: hsla(0, 0%, 70%, 1) !important;
11.34 }
11.35 \ No newline at end of file
11.36 +@charset "utf-8";
11.37
11.38 @import url(../Styles/Main.css);
11.39
11.40 .incoming:not(.history) .x-sender,
11.41 .incoming:not(.history) a,
11.42 #Chat:not(.groupchat) .status .x-message,
11.43 #Chat:not(.groupchat) .status a,
11.44 #Chat:not(.groupchat) .event .x-message,
11.45 #Chat:not(.groupchat) .event a
11.46 {
11.47 color: hsla(315, 100%, 65%, 1) !important;
11.48 }
11.49
11.50 .outgoing:not(.history) .x-sender,
11.51 .outgoing:not(.history) a
11.52 {
11.53 color: hsla(0, 0%, 0%, 1) !important;
11.54 }
11.55
11.56 .history.incoming .x-sender,
11.57 .history.incoming a,
11.58 #Chat:not(.groupchat) .history.status .x-message,
11.59 #Chat:not(.groupchat) .history.status a,
11.60 #Chat:not(.groupchat) .history.event .x-message,
11.61 #Chat:not(.groupchat) .history.event a
11.62 {
11.63 color: hsla(315, 80%, 82%, 1) !important;
11.64 }
11.65
11.66 .history.outgoing .x-sender,
11.67 .history.outgoing a
11.68 {
11.69 color: hsla(0, 0%, 70%, 1) !important;
11.70 }
11.71 \ No newline at end of file
12.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Wed Aug 17 09:19:29 2011 -0500
12.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Thu Sep 29 08:56:52 2011 -0500
12.3 @@ -1,1 +1,1 @@
12.4 -.incoming:not(.history) .x-sender,
12.5 .incoming:not(.history) a,
12.6 #Chat:not(.groupchat) .status .x-message,
12.7 #Chat:not(.groupchat) .status a,
12.8 #Chat:not(.groupchat) .event .x-message,
12.9 #Chat:not(.groupchat) .event a
12.10 {
12.11 color: hsla(276, 100%, 40%, 1) !important;
12.12 }
12.13
12.14 .outgoing:not(.history) .x-sender,
12.15 .outgoing:not(.history) a
12.16 {
12.17 color: hsla(0, 0%, 0%, 1) !important;
12.18 }
12.19
12.20 .history.incoming .x-sender,
12.21 .history.incoming a,
12.22 #Chat:not(.groupchat) .history.status .x-message,
12.23 #Chat:not(.groupchat) .history.status a,
12.24 #Chat:not(.groupchat) .history.event .x-message,
12.25 #Chat:not(.groupchat) .history.event a
12.26 {
12.27 color: hsla(276, 60%, 82%, 1) !important;
12.28 }
12.29
12.30 .history.outgoing .x-sender,
12.31 .history.outgoing a
12.32 {
12.33 color: hsla(0, 0%, 70%, 1) !important;
12.34 }
12.35 \ No newline at end of file
12.36 +@charset "utf-8";
12.37
12.38 @import url(../Styles/Main.css);
12.39
12.40 .incoming:not(.history) .x-sender,
12.41 .incoming:not(.history) a,
12.42 #Chat:not(.groupchat) .status .x-message,
12.43 #Chat:not(.groupchat) .status a,
12.44 #Chat:not(.groupchat) .event .x-message,
12.45 #Chat:not(.groupchat) .event a
12.46 {
12.47 color: hsla(276, 100%, 40%, 1) !important;
12.48 }
12.49
12.50 .outgoing:not(.history) .x-sender,
12.51 .outgoing:not(.history) a
12.52 {
12.53 color: hsla(0, 0%, 0%, 1) !important;
12.54 }
12.55
12.56 .history.incoming .x-sender,
12.57 .history.incoming a,
12.58 #Chat:not(.groupchat) .history.status .x-message,
12.59 #Chat:not(.groupchat) .history.status a,
12.60 #Chat:not(.groupchat) .history.event .x-message,
12.61 #Chat:not(.groupchat) .history.event a
12.62 {
12.63 color: hsla(276, 60%, 82%, 1) !important;
12.64 }
12.65
12.66 .history.outgoing .x-sender,
12.67 .history.outgoing a
12.68 {
12.69 color: hsla(0, 0%, 70%, 1) !important;
12.70 }
12.71 \ No newline at end of file
13.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Wed Aug 17 09:19:29 2011 -0500
13.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Thu Sep 29 08:56:52 2011 -0500
13.3 @@ -1,3 +1,7 @@
13.4 +@charset "utf-8";
13.5 +
13.6 +@import url(../Styles/Main.css);
13.7 +
13.8 .incoming:not(.history) .x-sender,
13.9 .incoming:not(.history) a,
13.10 #Chat:not(.groupchat) .status .x-message,
14.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Wed Aug 17 09:19:29 2011 -0500
14.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Thu Sep 29 08:56:52 2011 -0500
14.3 @@ -1,3 +1,7 @@
14.4 +@charset "utf-8";
14.5 +
14.6 +@import url(../Styles/Main.css);
14.7 +
14.8 .incoming:not(.history) .x-sender,
14.9 .incoming:not(.history) a,
14.10 #Chat:not(.groupchat) .status .x-message,
15.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Wed Aug 17 09:19:29 2011 -0500
15.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Thu Sep 29 08:56:52 2011 -0500
15.3 @@ -1,1 +1,1 @@
15.4 -.incoming:not(.history) .x-sender,
15.5 .incoming:not(.history) a,
15.6 #Chat:not(.groupchat) .status .x-message,
15.7 #Chat:not(.groupchat) .status a,
15.8 #Chat:not(.groupchat) .event .x-message,
15.9 #Chat:not(.groupchat) .event a
15.10 {
15.11 color: hsla(120, 100%, 35%, 1) !important;
15.12 }
15.13
15.14 .outgoing:not(.history) .x-sender,
15.15 .outgoing:not(.history) a
15.16 {
15.17 color: hsla(210, 100%, 50%, 1) !important;
15.18 }
15.19
15.20 .history.incoming .x-sender,
15.21 .history.incoming a,
15.22 #Chat:not(.groupchat) .history.status .x-message,
15.23 #Chat:not(.groupchat) .history.status a,
15.24 #Chat:not(.groupchat) .history.event .x-message,
15.25 #Chat:not(.groupchat) .history.event a
15.26 {
15.27 color: hsla(120, 50%, 70%, 1) !important;
15.28 }
15.29
15.30 .history.outgoing .x-sender,
15.31 .history.outgoing a
15.32 {
15.33 color: hsla(210, 80%, 80%, 1) !important;
15.34 }
15.35 \ No newline at end of file
15.36 +@charset "utf-8";
15.37
15.38 @import url(../Styles/Main.css);
15.39
15.40 .incoming:not(.history) .x-sender,
15.41 .incoming:not(.history) a,
15.42 #Chat:not(.groupchat) .status .x-message,
15.43 #Chat:not(.groupchat) .status a,
15.44 #Chat:not(.groupchat) .event .x-message,
15.45 #Chat:not(.groupchat) .event a
15.46 {
15.47 color: hsla(120, 100%, 35%, 1) !important;
15.48 }
15.49
15.50 .outgoing:not(.history) .x-sender,
15.51 .outgoing:not(.history) a
15.52 {
15.53 color: hsla(210, 100%, 50%, 1) !important;
15.54 }
15.55
15.56 .history.incoming .x-sender,
15.57 .history.incoming a,
15.58 #Chat:not(.groupchat) .history.status .x-message,
15.59 #Chat:not(.groupchat) .history.status a,
15.60 #Chat:not(.groupchat) .history.event .x-message,
15.61 #Chat:not(.groupchat) .history.event a
15.62 {
15.63 color: hsla(120, 50%, 70%, 1) !important;
15.64 }
15.65
15.66 .history.outgoing .x-sender,
15.67 .history.outgoing a
15.68 {
15.69 color: hsla(210, 80%, 80%, 1) !important;
15.70 }
15.71 \ No newline at end of file
16.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Wed Aug 17 09:19:29 2011 -0500
16.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Thu Sep 29 08:56:52 2011 -0500
16.3 @@ -1,3 +1,7 @@
16.4 +@charset "utf-8";
16.5 +
16.6 +@import url(../Styles/Main.css);
16.7 +
16.8 .incoming:not(.history) .x-sender,
16.9 .incoming:not(.history) a,
16.10 #Chat:not(.groupchat) .status .x-message,
17.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Wed Aug 17 09:19:29 2011 -0500
17.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Thu Sep 29 08:56:52 2011 -0500
17.3 @@ -1,3 +1,7 @@
17.4 +@charset "utf-8";
17.5 +
17.6 +@import url(../Styles/Main.css);
17.7 +
17.8 .incoming:not(.history) .x-sender,
17.9 .incoming:not(.history) a,
17.10 #Chat:not(.groupchat) .status .x-message,
18.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Wed Aug 17 09:19:29 2011 -0500
18.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Thu Sep 29 08:56:52 2011 -0500
18.3 @@ -1,1 +1,1 @@
18.4 -.incoming:not(.history) .x-sender,
18.5 .incoming:not(.history) a,
18.6 #Chat:not(.groupchat) .status .x-message,
18.7 #Chat:not(.groupchat) .status a,
18.8 #Chat:not(.groupchat) .event .x-message,
18.9 #Chat:not(.groupchat) .event a
18.10 {
18.11 color: hsla(315, 100%, 65%, 1) !important;
18.12 }
18.13
18.14 .outgoing:not(.history) .x-sender,
18.15 .outgoing:not(.history) a
18.16 {
18.17 color: hsla(210, 100%, 50%, 1) !important;
18.18 }
18.19
18.20 .history.incoming .x-sender,
18.21 .history.incoming a,
18.22 #Chat:not(.groupchat) .history.status .x-message,
18.23 #Chat:not(.groupchat) .history.status a,
18.24 #Chat:not(.groupchat) .history.event .x-message,
18.25 #Chat:not(.groupchat) .history.event a
18.26 {
18.27 color: hsla(315, 80%, 82%, 1) !important;
18.28 }
18.29
18.30 .history.outgoing .x-sender,
18.31 .history.outgoing a
18.32 {
18.33 color: hsla(210, 80%, 80%, 1) !important;
18.34 }
18.35 \ No newline at end of file
18.36 +@charset "utf-8";
18.37
18.38 @import url(../Styles/Main.css);
18.39
18.40 .incoming:not(.history) .x-sender,
18.41 .incoming:not(.history) a,
18.42 #Chat:not(.groupchat) .status .x-message,
18.43 #Chat:not(.groupchat) .status a,
18.44 #Chat:not(.groupchat) .event .x-message,
18.45 #Chat:not(.groupchat) .event a
18.46 {
18.47 color: hsla(315, 100%, 65%, 1) !important;
18.48 }
18.49
18.50 .outgoing:not(.history) .x-sender,
18.51 .outgoing:not(.history) a
18.52 {
18.53 color: hsla(210, 100%, 50%, 1) !important;
18.54 }
18.55
18.56 .history.incoming .x-sender,
18.57 .history.incoming a,
18.58 #Chat:not(.groupchat) .history.status .x-message,
18.59 #Chat:not(.groupchat) .history.status a,
18.60 #Chat:not(.groupchat) .history.event .x-message,
18.61 #Chat:not(.groupchat) .history.event a
18.62 {
18.63 color: hsla(315, 80%, 82%, 1) !important;
18.64 }
18.65
18.66 .history.outgoing .x-sender,
18.67 .history.outgoing a
18.68 {
18.69 color: hsla(210, 80%, 80%, 1) !important;
18.70 }
18.71 \ No newline at end of file
19.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Wed Aug 17 09:19:29 2011 -0500
19.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Thu Sep 29 08:56:52 2011 -0500
19.3 @@ -1,1 +1,1 @@
19.4 -.incoming:not(.history) .x-sender,
19.5 .incoming:not(.history) a,
19.6 #Chat:not(.groupchat) .status .x-message,
19.7 #Chat:not(.groupchat) .status a,
19.8 #Chat:not(.groupchat) .event .x-message,
19.9 #Chat:not(.groupchat) .event a
19.10 {
19.11 color: hsla(276, 100%, 40%, 1) !important;
19.12 }
19.13
19.14 .outgoing:not(.history) .x-sender,
19.15 .outgoing:not(.history) a
19.16 {
19.17 color: hsla(210, 100%, 50%, 1) !important;
19.18 }
19.19
19.20 .history.incoming .x-sender,
19.21 .history.incoming a,
19.22 #Chat:not(.groupchat) .history.status .x-message,
19.23 #Chat:not(.groupchat) .history.status a,
19.24 #Chat:not(.groupchat) .history.event .x-message,
19.25 #Chat:not(.groupchat) .history.event a
19.26 {
19.27 color: hsla(276, 60%, 82%, 1) !important;
19.28 }
19.29
19.30 .history.outgoing .x-sender,
19.31 .history.outgoing a
19.32 {
19.33 color: hsla(210, 80%, 80%, 1) !important;
19.34 }
19.35 \ No newline at end of file
19.36 +@charset "utf-8";
19.37
19.38 @import url(../Styles/Main.css);
19.39
19.40 .incoming:not(.history) .x-sender,
19.41 .incoming:not(.history) a,
19.42 #Chat:not(.groupchat) .status .x-message,
19.43 #Chat:not(.groupchat) .status a,
19.44 #Chat:not(.groupchat) .event .x-message,
19.45 #Chat:not(.groupchat) .event a
19.46 {
19.47 color: hsla(276, 100%, 40%, 1) !important;
19.48 }
19.49
19.50 .outgoing:not(.history) .x-sender,
19.51 .outgoing:not(.history) a
19.52 {
19.53 color: hsla(210, 100%, 50%, 1) !important;
19.54 }
19.55
19.56 .history.incoming .x-sender,
19.57 .history.incoming a,
19.58 #Chat:not(.groupchat) .history.status .x-message,
19.59 #Chat:not(.groupchat) .history.status a,
19.60 #Chat:not(.groupchat) .history.event .x-message,
19.61 #Chat:not(.groupchat) .history.event a
19.62 {
19.63 color: hsla(276, 60%, 82%, 1) !important;
19.64 }
19.65
19.66 .history.outgoing .x-sender,
19.67 .history.outgoing a
19.68 {
19.69 color: hsla(210, 80%, 80%, 1) !important;
19.70 }
19.71 \ No newline at end of file
20.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Wed Aug 17 09:19:29 2011 -0500
20.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Thu Sep 29 08:56:52 2011 -0500
20.3 @@ -1,3 +1,7 @@
20.4 +@charset "utf-8";
20.5 +
20.6 +@import url(../Styles/Main.css);
20.7 +
20.8 .incoming:not(.history) .x-sender,
20.9 .incoming:not(.history) a,
20.10 #Chat:not(.groupchat) .status .x-message,
21.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Wed Aug 17 09:19:29 2011 -0500
21.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Thu Sep 29 08:56:52 2011 -0500
21.3 @@ -1,1 +1,1 @@
21.4 -.incoming:not(.history) .x-sender,
21.5 .incoming:not(.history) a,
21.6 #Chat:not(.groupchat) .status .x-message,
21.7 #Chat:not(.groupchat) .status a,
21.8 #Chat:not(.groupchat) .event .x-message,
21.9 #Chat:not(.groupchat) .event a
21.10 {
21.11 color: hsla(0, 0%, 0%, 1) !important;
21.12 }
21.13
21.14 .outgoing:not(.history) .x-sender,
21.15 .outgoing:not(.history) a
21.16 {
21.17 color: hsla(120, 100%, 35%, 1) !important;
21.18 }
21.19
21.20 .history.incoming .x-sender,
21.21 .history.incoming a,
21.22 #Chat:not(.groupchat) .history.status .x-message,
21.23 #Chat:not(.groupchat) .history.status a,
21.24 #Chat:not(.groupchat) .history.event .x-message,
21.25 #Chat:not(.groupchat) .history.event a
21.26 {
21.27 color: hsla(0, 0%, 70%, 1) !important;
21.28 }
21.29
21.30 .history.outgoing .x-sender,
21.31 .history.outgoing a
21.32 {
21.33 color: hsla(120, 50%, 70%, 1) !important;
21.34 }
21.35 \ No newline at end of file
21.36 +@charset "utf-8";
21.37
21.38 @import url(../Styles/Main.css);
21.39
21.40 .incoming:not(.history) .x-sender,
21.41 .incoming:not(.history) a,
21.42 #Chat:not(.groupchat) .status .x-message,
21.43 #Chat:not(.groupchat) .status a,
21.44 #Chat:not(.groupchat) .event .x-message,
21.45 #Chat:not(.groupchat) .event a
21.46 {
21.47 color: hsla(0, 0%, 0%, 1) !important;
21.48 }
21.49
21.50 .outgoing:not(.history) .x-sender,
21.51 .outgoing:not(.history) a
21.52 {
21.53 color: hsla(120, 100%, 35%, 1) !important;
21.54 }
21.55
21.56 .history.incoming .x-sender,
21.57 .history.incoming a,
21.58 #Chat:not(.groupchat) .history.status .x-message,
21.59 #Chat:not(.groupchat) .history.status a,
21.60 #Chat:not(.groupchat) .history.event .x-message,
21.61 #Chat:not(.groupchat) .history.event a
21.62 {
21.63 color: hsla(0, 0%, 70%, 1) !important;
21.64 }
21.65
21.66 .history.outgoing .x-sender,
21.67 .history.outgoing a
21.68 {
21.69 color: hsla(120, 50%, 70%, 1) !important;
21.70 }
21.71 \ No newline at end of file
22.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Wed Aug 17 09:19:29 2011 -0500
22.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Thu Sep 29 08:56:52 2011 -0500
22.3 @@ -1,3 +1,7 @@
22.4 +@charset "utf-8";
22.5 +
22.6 +@import url(../Styles/Main.css);
22.7 +
22.8 .incoming:not(.history) .x-sender,
22.9 .incoming:not(.history) a,
22.10 #Chat:not(.groupchat) .status .x-message,
23.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Wed Aug 17 09:19:29 2011 -0500
23.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Thu Sep 29 08:56:52 2011 -0500
23.3 @@ -1,3 +1,7 @@
23.4 +@charset "utf-8";
23.5 +
23.6 +@import url(../Styles/Main.css);
23.7 +
23.8 .incoming:not(.history) .x-sender,
23.9 .incoming:not(.history) a,
23.10 #Chat:not(.groupchat) .status .x-message,
24.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Wed Aug 17 09:19:29 2011 -0500
24.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Thu Sep 29 08:56:52 2011 -0500
24.3 @@ -1,3 +1,7 @@
24.4 +@charset "utf-8";
24.5 +
24.6 +@import url(../Styles/Main.css);
24.7 +
24.8 .incoming:not(.history) .x-sender,
24.9 .incoming:not(.history) a,
24.10 #Chat:not(.groupchat) .status .x-message,
25.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Wed Aug 17 09:19:29 2011 -0500
25.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Thu Sep 29 08:56:52 2011 -0500
25.3 @@ -1,1 +1,1 @@
25.4 -.incoming:not(.history) .x-sender,
25.5 .incoming:not(.history) a,
25.6 #Chat:not(.groupchat) .status .x-message,
25.7 #Chat:not(.groupchat) .status a,
25.8 #Chat:not(.groupchat) .event .x-message,
25.9 #Chat:not(.groupchat) .event a
25.10 {
25.11 color: hsla(315, 100%, 65%, 1) !important;
25.12 }
25.13
25.14 .outgoing:not(.history) .x-sender,
25.15 .outgoing:not(.history) a
25.16 {
25.17 color: hsla(120, 100%, 35%, 1) !important;
25.18 }
25.19
25.20 .history.incoming .x-sender,
25.21 .history.incoming a,
25.22 #Chat:not(.groupchat) .history.status .x-message,
25.23 #Chat:not(.groupchat) .history.status a,
25.24 #Chat:not(.groupchat) .history.event .x-message,
25.25 #Chat:not(.groupchat) .history.event a
25.26 {
25.27 color: hsla(315, 80%, 82%, 1) !important;
25.28 }
25.29
25.30 .history.outgoing .x-sender,
25.31 .history.outgoing a
25.32 {
25.33 color: hsla(120, 50%, 70%, 1) !important;
25.34 }
25.35 \ No newline at end of file
25.36 +@charset "utf-8";
25.37
25.38 @import url(../Styles/Main.css);
25.39
25.40 .incoming:not(.history) .x-sender,
25.41 .incoming:not(.history) a,
25.42 #Chat:not(.groupchat) .status .x-message,
25.43 #Chat:not(.groupchat) .status a,
25.44 #Chat:not(.groupchat) .event .x-message,
25.45 #Chat:not(.groupchat) .event a
25.46 {
25.47 color: hsla(315, 100%, 65%, 1) !important;
25.48 }
25.49
25.50 .outgoing:not(.history) .x-sender,
25.51 .outgoing:not(.history) a
25.52 {
25.53 color: hsla(120, 100%, 35%, 1) !important;
25.54 }
25.55
25.56 .history.incoming .x-sender,
25.57 .history.incoming a,
25.58 #Chat:not(.groupchat) .history.status .x-message,
25.59 #Chat:not(.groupchat) .history.status a,
25.60 #Chat:not(.groupchat) .history.event .x-message,
25.61 #Chat:not(.groupchat) .history.event a
25.62 {
25.63 color: hsla(315, 80%, 82%, 1) !important;
25.64 }
25.65
25.66 .history.outgoing .x-sender,
25.67 .history.outgoing a
25.68 {
25.69 color: hsla(120, 50%, 70%, 1) !important;
25.70 }
25.71 \ No newline at end of file
26.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css Wed Aug 17 09:19:29 2011 -0500
26.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css Thu Sep 29 08:56:52 2011 -0500
26.3 @@ -1,1 +1,1 @@
26.4 -.incoming:not(.history) .x-sender,
26.5 .incoming:not(.history) a,
26.6 #Chat:not(.groupchat) .status .x-message,
26.7 #Chat:not(.groupchat) .status a,
26.8 #Chat:not(.groupchat) .event .x-message,
26.9 #Chat:not(.groupchat) .event a
26.10 {
26.11 color: hsla(276, 100%, 40%, 1) !important;
26.12 }
26.13
26.14 .outgoing:not(.history) .x-sender,
26.15 .outgoing:not(.history) a
26.16 {
26.17 color: hsla(120, 100%, 35%, 1) !important;
26.18 }
26.19
26.20 .history.incoming .x-sender,
26.21 .history.incoming a,
26.22 #Chat:not(.groupchat) .history.status .x-message,
26.23 #Chat:not(.groupchat) .history.status a,
26.24 #Chat:not(.groupchat) .history.event .x-message,
26.25 #Chat:not(.groupchat) .history.event a
26.26 {
26.27 color: hsla(276, 60%, 82%, 1) !important;
26.28 }
26.29
26.30 .history.outgoing .x-sender,
26.31 .history.outgoing a
26.32 {
26.33 color: hsla(120, 50%, 70%, 1) !important;
26.34 }
26.35 \ No newline at end of file
26.36 +@charset "utf-8";
26.37
26.38 @import url(../Styles/Main.css);
26.39
26.40 .incoming:not(.history) .x-sender,
26.41 .incoming:not(.history) a,
26.42 #Chat:not(.groupchat) .status .x-message,
26.43 #Chat:not(.groupchat) .status a,
26.44 #Chat:not(.groupchat) .event .x-message,
26.45 #Chat:not(.groupchat) .event a
26.46 {
26.47 color: hsla(276, 100%, 40%, 1) !important;
26.48 }
26.49
26.50 .outgoing:not(.history) .x-sender,
26.51 .outgoing:not(.history) a
26.52 {
26.53 color: hsla(120, 100%, 35%, 1) !important;
26.54 }
26.55
26.56 .history.incoming .x-sender,
26.57 .history.incoming a,
26.58 #Chat:not(.groupchat) .history.status .x-message,
26.59 #Chat:not(.groupchat) .history.status a,
26.60 #Chat:not(.groupchat) .history.event .x-message,
26.61 #Chat:not(.groupchat) .history.event a
26.62 {
26.63 color: hsla(276, 60%, 82%, 1) !important;
26.64 }
26.65
26.66 .history.outgoing .x-sender,
26.67 .history.outgoing a
26.68 {
26.69 color: hsla(120, 50%, 70%, 1) !important;
26.70 }
26.71 \ No newline at end of file
27.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css Wed Aug 17 09:19:29 2011 -0500
27.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css Thu Sep 29 08:56:52 2011 -0500
27.3 @@ -1,3 +1,7 @@
27.4 +@charset "utf-8";
27.5 +
27.6 +@import url(../Styles/Main.css);
27.7 +
27.8 .incoming:not(.history) .x-sender,
27.9 .incoming:not(.history) a,
27.10 #Chat:not(.groupchat) .status .x-message,
28.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css Wed Aug 17 09:19:29 2011 -0500
28.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css Thu Sep 29 08:56:52 2011 -0500
28.3 @@ -1,3 +1,7 @@
28.4 +@charset "utf-8";
28.5 +
28.6 +@import url(../Styles/Main.css);
28.7 +
28.8 .incoming:not(.history) .x-sender,
28.9 .incoming:not(.history) a,
28.10 #Chat:not(.groupchat) .status .x-message,
29.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css Wed Aug 17 09:19:29 2011 -0500
29.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css Thu Sep 29 08:56:52 2011 -0500
29.3 @@ -1,3 +1,7 @@
29.4 +@charset "utf-8";
29.5 +
29.6 +@import url(../Styles/Main.css);
29.7 +
29.8 .incoming:not(.history) .x-sender,
29.9 .incoming:not(.history) a,
29.10 #Chat:not(.groupchat) .status .x-message,
30.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css Wed Aug 17 09:19:29 2011 -0500
30.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css Thu Sep 29 08:56:52 2011 -0500
30.3 @@ -1,1 +1,1 @@
30.4 -.incoming:not(.history) .x-sender,
30.5 .incoming:not(.history) a,
30.6 #Chat:not(.groupchat) .status .x-message,
30.7 #Chat:not(.groupchat) .status a,
30.8 #Chat:not(.groupchat) .event .x-message,
30.9 #Chat:not(.groupchat) .event a
30.10 {
30.11 color: hsla(120, 100%, 35%, 1) !important;
30.12 }
30.13
30.14 .outgoing:not(.history) .x-sender,
30.15 .outgoing:not(.history) a
30.16 {
30.17 color: hsla(0, 0%, 60%, 1) !important;
30.18 }
30.19
30.20 .history.incoming .x-sender,
30.21 .history.incoming a,
30.22 #Chat:not(.groupchat) .history.status .x-message,
30.23 #Chat:not(.groupchat) .history.status a,
30.24 #Chat:not(.groupchat) .history.event .x-message,
30.25 #Chat:not(.groupchat) .history.event a
30.26 {
30.27 color: hsla(120, 50%, 70%, 1) !important;
30.28 }
30.29
30.30 .history.outgoing .x-sender,
30.31 .history.outgoing a
30.32 {
30.33 color: hsla(0, 0%, 74%, 1) !important;
30.34 }
30.35 \ No newline at end of file
30.36 +@charset "utf-8";
30.37
30.38 @import url(../Styles/Main.css);
30.39
30.40 .incoming:not(.history) .x-sender,
30.41 .incoming:not(.history) a,
30.42 #Chat:not(.groupchat) .status .x-message,
30.43 #Chat:not(.groupchat) .status a,
30.44 #Chat:not(.groupchat) .event .x-message,
30.45 #Chat:not(.groupchat) .event a
30.46 {
30.47 color: hsla(120, 100%, 35%, 1) !important;
30.48 }
30.49
30.50 .outgoing:not(.history) .x-sender,
30.51 .outgoing:not(.history) a
30.52 {
30.53 color: hsla(0, 0%, 60%, 1) !important;
30.54 }
30.55
30.56 .history.incoming .x-sender,
30.57 .history.incoming a,
30.58 #Chat:not(.groupchat) .history.status .x-message,
30.59 #Chat:not(.groupchat) .history.status a,
30.60 #Chat:not(.groupchat) .history.event .x-message,
30.61 #Chat:not(.groupchat) .history.event a
30.62 {
30.63 color: hsla(120, 50%, 70%, 1) !important;
30.64 }
30.65
30.66 .history.outgoing .x-sender,
30.67 .history.outgoing a
30.68 {
30.69 color: hsla(0, 0%, 74%, 1) !important;
30.70 }
30.71 \ No newline at end of file
31.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css Wed Aug 17 09:19:29 2011 -0500
31.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css Thu Sep 29 08:56:52 2011 -0500
31.3 @@ -1,3 +1,7 @@
31.4 +@charset "utf-8";
31.5 +
31.6 +@import url(../Styles/Main.css);
31.7 +
31.8 .incoming:not(.history) .x-sender,
31.9 .incoming:not(.history) a,
31.10 #Chat:not(.groupchat) .status .x-message,
32.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css Wed Aug 17 09:19:29 2011 -0500
32.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css Thu Sep 29 08:56:52 2011 -0500
32.3 @@ -1,1 +1,1 @@
32.4 -.incoming:not(.history) .x-sender,
32.5 .incoming:not(.history) a,
32.6 #Chat:not(.groupchat) .status .x-message,
32.7 #Chat:not(.groupchat) .status a,
32.8 #Chat:not(.groupchat) .event .x-message,
32.9 #Chat:not(.groupchat) .event a
32.10 {
32.11 color: hsla(315, 100%, 65%, 1) !important;
32.12 }
32.13
32.14 .outgoing:not(.history) .x-sender,
32.15 .outgoing:not(.history) a
32.16 {
32.17 color: hsla(0, 0%, 60%, 1) !important;
32.18 }
32.19
32.20 .history.incoming .x-sender,
32.21 .history.incoming a,
32.22 #Chat:not(.groupchat) .history.status .x-message,
32.23 #Chat:not(.groupchat) .history.status a,
32.24 #Chat:not(.groupchat) .history.event .x-message,
32.25 #Chat:not(.groupchat) .history.event a
32.26 {
32.27 color: hsla(315, 80%, 82%, 1) !important;
32.28 }
32.29
32.30 .history.outgoing .x-sender,
32.31 .history.outgoing a
32.32 {
32.33 color: hsla(0, 0%, 74%, 1) !important;
32.34 }
32.35 \ No newline at end of file
32.36 +@charset "utf-8";
32.37
32.38 @import url(../Styles/Main.css);
32.39
32.40 .incoming:not(.history) .x-sender,
32.41 .incoming:not(.history) a,
32.42 #Chat:not(.groupchat) .status .x-message,
32.43 #Chat:not(.groupchat) .status a,
32.44 #Chat:not(.groupchat) .event .x-message,
32.45 #Chat:not(.groupchat) .event a
32.46 {
32.47 color: hsla(315, 100%, 65%, 1) !important;
32.48 }
32.49
32.50 .outgoing:not(.history) .x-sender,
32.51 .outgoing:not(.history) a
32.52 {
32.53 color: hsla(0, 0%, 60%, 1) !important;
32.54 }
32.55
32.56 .history.incoming .x-sender,
32.57 .history.incoming a,
32.58 #Chat:not(.groupchat) .history.status .x-message,
32.59 #Chat:not(.groupchat) .history.status a,
32.60 #Chat:not(.groupchat) .history.event .x-message,
32.61 #Chat:not(.groupchat) .history.event a
32.62 {
32.63 color: hsla(315, 80%, 82%, 1) !important;
32.64 }
32.65
32.66 .history.outgoing .x-sender,
32.67 .history.outgoing a
32.68 {
32.69 color: hsla(0, 0%, 74%, 1) !important;
32.70 }
32.71 \ No newline at end of file
33.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Purple.css Wed Aug 17 09:19:29 2011 -0500
33.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Purple.css Thu Sep 29 08:56:52 2011 -0500
33.3 @@ -1,1 +1,1 @@
33.4 -.incoming:not(.history) .x-sender,
33.5 .incoming:not(.history) a,
33.6 #Chat:not(.groupchat) .status .x-message,
33.7 #Chat:not(.groupchat) .status a,
33.8 #Chat:not(.groupchat) .event .x-message,
33.9 #Chat:not(.groupchat) .event a
33.10 {
33.11 color: hsla(276, 100%, 40%, 1) !important;
33.12 }
33.13
33.14 .outgoing:not(.history) .x-sender,
33.15 .outgoing:not(.history) a
33.16 {
33.17 color: hsla(0, 0%, 60%, 1) !important;
33.18 }
33.19
33.20 .history.incoming .x-sender,
33.21 .history.incoming a,
33.22 #Chat:not(.groupchat) .history.status .x-message,
33.23 #Chat:not(.groupchat) .history.status a,
33.24 #Chat:not(.groupchat) .history.event .x-message,
33.25 #Chat:not(.groupchat) .history.event a
33.26 {
33.27 color: hsla(276, 60%, 82%, 1) !important;
33.28 }
33.29
33.30 .history.outgoing .x-sender,
33.31 .history.outgoing a
33.32 {
33.33 color: hsla(0, 0%, 74%, 1) !important;
33.34 }
33.35 \ No newline at end of file
33.36 +@charset "utf-8";
33.37
33.38 @import url(../Styles/Main.css);
33.39
33.40 .incoming:not(.history) .x-sender,
33.41 .incoming:not(.history) a,
33.42 #Chat:not(.groupchat) .status .x-message,
33.43 #Chat:not(.groupchat) .status a,
33.44 #Chat:not(.groupchat) .event .x-message,
33.45 #Chat:not(.groupchat) .event a
33.46 {
33.47 color: hsla(276, 100%, 40%, 1) !important;
33.48 }
33.49
33.50 .outgoing:not(.history) .x-sender,
33.51 .outgoing:not(.history) a
33.52 {
33.53 color: hsla(0, 0%, 60%, 1) !important;
33.54 }
33.55
33.56 .history.incoming .x-sender,
33.57 .history.incoming a,
33.58 #Chat:not(.groupchat) .history.status .x-message,
33.59 #Chat:not(.groupchat) .history.status a,
33.60 #Chat:not(.groupchat) .history.event .x-message,
33.61 #Chat:not(.groupchat) .history.event a
33.62 {
33.63 color: hsla(276, 60%, 82%, 1) !important;
33.64 }
33.65
33.66 .history.outgoing .x-sender,
33.67 .history.outgoing a
33.68 {
33.69 color: hsla(0, 0%, 74%, 1) !important;
33.70 }
33.71 \ No newline at end of file
34.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css Wed Aug 17 09:19:29 2011 -0500
34.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Red.css Thu Sep 29 08:56:52 2011 -0500
34.3 @@ -1,3 +1,7 @@
34.4 +@charset "utf-8";
34.5 +
34.6 +@import url(../Styles/Main.css);
34.7 +
34.8 .incoming:not(.history) .x-sender,
34.9 .incoming:not(.history) a,
34.10 #Chat:not(.groupchat) .status .x-message,
35.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Black.css Wed Aug 17 09:19:29 2011 -0500
35.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Black.css Thu Sep 29 08:56:52 2011 -0500
35.3 @@ -1,3 +1,7 @@
35.4 +@charset "utf-8";
35.5 +
35.6 +@import url(../Styles/Main.css);
35.7 +
35.8 .incoming:not(.history) .x-sender,
35.9 .incoming:not(.history) a,
35.10 #Chat:not(.groupchat) .status .x-message,
36.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Blue.css Wed Aug 17 09:19:29 2011 -0500
36.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Blue.css Thu Sep 29 08:56:52 2011 -0500
36.3 @@ -1,3 +1,7 @@
36.4 +@charset "utf-8";
36.5 +
36.6 +@import url(../Styles/Main.css);
36.7 +
36.8 .incoming:not(.history) .x-sender,
36.9 .incoming:not(.history) a,
36.10 #Chat:not(.groupchat) .status .x-message,
37.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css Wed Aug 17 09:19:29 2011 -0500
37.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Green.css Thu Sep 29 08:56:52 2011 -0500
37.3 @@ -1,1 +1,1 @@
37.4 -.incoming:not(.history) .x-sender,
37.5 .incoming:not(.history) a,
37.6 #Chat:not(.groupchat) .status .x-message,
37.7 #Chat:not(.groupchat) .status a,
37.8 #Chat:not(.groupchat) .event .x-message,
37.9 #Chat:not(.groupchat) .event a
37.10 {
37.11 color: hsla(120, 100%, 35%, 1) !important;
37.12 }
37.13
37.14 .outgoing:not(.history) .x-sender,
37.15 .outgoing:not(.history) a
37.16 {
37.17 color: hsla(30, 100%, 50%, 1) !important;
37.18 }
37.19
37.20 .history.incoming .x-sender,
37.21 .history.incoming a,
37.22 #Chat:not(.groupchat) .history.status .x-message,
37.23 #Chat:not(.groupchat) .history.status a,
37.24 #Chat:not(.groupchat) .history.event .x-message,
37.25 #Chat:not(.groupchat) .history.event a
37.26 {
37.27 color: hsla(120, 50%, 70%, 1) !important;
37.28 }
37.29
37.30 .history.outgoing .x-sender,
37.31 .history.outgoing a
37.32 {
37.33 color: hsla(30, 90%, 76%, 1) !important;
37.34 }
37.35 \ No newline at end of file
37.36 +@charset "utf-8";
37.37
37.38 @import url(../Styles/Main.css);
37.39
37.40 .incoming:not(.history) .x-sender,
37.41 .incoming:not(.history) a,
37.42 #Chat:not(.groupchat) .status .x-message,
37.43 #Chat:not(.groupchat) .status a,
37.44 #Chat:not(.groupchat) .event .x-message,
37.45 #Chat:not(.groupchat) .event a
37.46 {
37.47 color: hsla(120, 100%, 35%, 1) !important;
37.48 }
37.49
37.50 .outgoing:not(.history) .x-sender,
37.51 .outgoing:not(.history) a
37.52 {
37.53 color: hsla(30, 100%, 50%, 1) !important;
37.54 }
37.55
37.56 .history.incoming .x-sender,
37.57 .history.incoming a,
37.58 #Chat:not(.groupchat) .history.status .x-message,
37.59 #Chat:not(.groupchat) .history.status a,
37.60 #Chat:not(.groupchat) .history.event .x-message,
37.61 #Chat:not(.groupchat) .history.event a
37.62 {
37.63 color: hsla(120, 50%, 70%, 1) !important;
37.64 }
37.65
37.66 .history.outgoing .x-sender,
37.67 .history.outgoing a
37.68 {
37.69 color: hsla(30, 90%, 76%, 1) !important;
37.70 }
37.71 \ No newline at end of file
38.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css Wed Aug 17 09:19:29 2011 -0500
38.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Grey.css Thu Sep 29 08:56:52 2011 -0500
38.3 @@ -1,3 +1,7 @@
38.4 +@charset "utf-8";
38.5 +
38.6 +@import url(../Styles/Main.css);
38.7 +
38.8 .incoming:not(.history) .x-sender,
38.9 .incoming:not(.history) a,
38.10 #Chat:not(.groupchat) .status .x-message,
39.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Pink.css Wed Aug 17 09:19:29 2011 -0500
39.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Pink.css Thu Sep 29 08:56:52 2011 -0500
39.3 @@ -1,1 +1,1 @@
39.4 -.incoming:not(.history) .x-sender,
39.5 .incoming:not(.history) a,
39.6 #Chat:not(.groupchat) .status .x-message,
39.7 #Chat:not(.groupchat) .status a,
39.8 #Chat:not(.groupchat) .event .x-message,
39.9 #Chat:not(.groupchat) .event a
39.10 {
39.11 color: hsla(315, 100%, 65%, 1) !important;
39.12 }
39.13
39.14 .outgoing:not(.history) .x-sender,
39.15 .outgoing:not(.history) a
39.16 {
39.17 color: hsla(30, 100%, 50%, 1) !important;
39.18 }
39.19
39.20 .history.incoming .x-sender,
39.21 .history.incoming a,
39.22 #Chat:not(.groupchat) .history.status .x-message,
39.23 #Chat:not(.groupchat) .history.status a,
39.24 #Chat:not(.groupchat) .history.event .x-message,
39.25 #Chat:not(.groupchat) .history.event a
39.26 {
39.27 color: hsla(315, 80%, 82%, 1) !important;
39.28 }
39.29
39.30 .history.outgoing .x-sender,
39.31 .history.outgoing a
39.32 {
39.33 color: hsla(30, 90%, 76%, 1) !important;
39.34 }
39.35 \ No newline at end of file
39.36 +@charset "utf-8";
39.37
39.38 @import url(../Styles/Main.css);
39.39
39.40 .incoming:not(.history) .x-sender,
39.41 .incoming:not(.history) a,
39.42 #Chat:not(.groupchat) .status .x-message,
39.43 #Chat:not(.groupchat) .status a,
39.44 #Chat:not(.groupchat) .event .x-message,
39.45 #Chat:not(.groupchat) .event a
39.46 {
39.47 color: hsla(315, 100%, 65%, 1) !important;
39.48 }
39.49
39.50 .outgoing:not(.history) .x-sender,
39.51 .outgoing:not(.history) a
39.52 {
39.53 color: hsla(30, 100%, 50%, 1) !important;
39.54 }
39.55
39.56 .history.incoming .x-sender,
39.57 .history.incoming a,
39.58 #Chat:not(.groupchat) .history.status .x-message,
39.59 #Chat:not(.groupchat) .history.status a,
39.60 #Chat:not(.groupchat) .history.event .x-message,
39.61 #Chat:not(.groupchat) .history.event a
39.62 {
39.63 color: hsla(315, 80%, 82%, 1) !important;
39.64 }
39.65
39.66 .history.outgoing .x-sender,
39.67 .history.outgoing a
39.68 {
39.69 color: hsla(30, 90%, 76%, 1) !important;
39.70 }
39.71 \ No newline at end of file
40.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Purple.css Wed Aug 17 09:19:29 2011 -0500
40.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Purple.css Thu Sep 29 08:56:52 2011 -0500
40.3 @@ -1,1 +1,1 @@
40.4 -.incoming:not(.history) .x-sender,
40.5 .incoming:not(.history) a,
40.6 #Chat:not(.groupchat) .status .x-message,
40.7 #Chat:not(.groupchat) .status a,
40.8 #Chat:not(.groupchat) .event .x-message,
40.9 #Chat:not(.groupchat) .event a
40.10 {
40.11 color: hsla(276, 100%, 40%, 1) !important;
40.12 }
40.13
40.14 .outgoing:not(.history) .x-sender,
40.15 .outgoing:not(.history) a
40.16 {
40.17 color: hsla(30, 100%, 50%, 1) !important;
40.18 }
40.19
40.20 .history.incoming .x-sender,
40.21 .history.incoming a,
40.22 #Chat:not(.groupchat) .history.status .x-message,
40.23 #Chat:not(.groupchat) .history.status a,
40.24 #Chat:not(.groupchat) .history.event .x-message,
40.25 #Chat:not(.groupchat) .history.event a
40.26 {
40.27 color: hsla(276, 60%, 82%, 1) !important;
40.28 }
40.29
40.30 .history.outgoing .x-sender,
40.31 .history.outgoing a
40.32 {
40.33 color: hsla(30, 90%, 76%, 1) !important;
40.34 }
40.35 \ No newline at end of file
40.36 +@charset "utf-8";
40.37
40.38 @import url(../Styles/Main.css);
40.39
40.40 .incoming:not(.history) .x-sender,
40.41 .incoming:not(.history) a,
40.42 #Chat:not(.groupchat) .status .x-message,
40.43 #Chat:not(.groupchat) .status a,
40.44 #Chat:not(.groupchat) .event .x-message,
40.45 #Chat:not(.groupchat) .event a
40.46 {
40.47 color: hsla(276, 100%, 40%, 1) !important;
40.48 }
40.49
40.50 .outgoing:not(.history) .x-sender,
40.51 .outgoing:not(.history) a
40.52 {
40.53 color: hsla(30, 100%, 50%, 1) !important;
40.54 }
40.55
40.56 .history.incoming .x-sender,
40.57 .history.incoming a,
40.58 #Chat:not(.groupchat) .history.status .x-message,
40.59 #Chat:not(.groupchat) .history.status a,
40.60 #Chat:not(.groupchat) .history.event .x-message,
40.61 #Chat:not(.groupchat) .history.event a
40.62 {
40.63 color: hsla(276, 60%, 82%, 1) !important;
40.64 }
40.65
40.66 .history.outgoing .x-sender,
40.67 .history.outgoing a
40.68 {
40.69 color: hsla(30, 90%, 76%, 1) !important;
40.70 }
40.71 \ No newline at end of file
41.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css Wed Aug 17 09:19:29 2011 -0500
41.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Orange vs Red.css Thu Sep 29 08:56:52 2011 -0500
41.3 @@ -1,3 +1,7 @@
41.4 +@charset "utf-8";
41.5 +
41.6 +@import url(../Styles/Main.css);
41.7 +
41.8 .incoming:not(.history) .x-sender,
41.9 .incoming:not(.history) a,
41.10 #Chat:not(.groupchat) .status .x-message,
42.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Black.css Wed Aug 17 09:19:29 2011 -0500
42.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Black.css Thu Sep 29 08:56:52 2011 -0500
42.3 @@ -1,1 +1,1 @@
42.4 -.incoming:not(.history) .x-sender,
42.5 .incoming:not(.history) a,
42.6 #Chat:not(.groupchat) .status .x-message,
42.7 #Chat:not(.groupchat) .status a,
42.8 #Chat:not(.groupchat) .event .x-message,
42.9 #Chat:not(.groupchat) .event a
42.10 {
42.11 color: hsla(0, 0%, 0%, 1) !important;
42.12 }
42.13
42.14 .outgoing:not(.history) .x-sender,
42.15 .outgoing:not(.history) a
42.16 {
42.17 color: hsla(315, 100%, 65%, 1) !important;
42.18 }
42.19
42.20 .history.incoming .x-sender,
42.21 .history.incoming a,
42.22 #Chat:not(.groupchat) .history.status .x-message,
42.23 #Chat:not(.groupchat) .history.status a,
42.24 #Chat:not(.groupchat) .history.event .x-message,
42.25 #Chat:not(.groupchat) .history.event a
42.26 {
42.27 color: hsla(0, 0%, 70%, 1) !important;
42.28 }
42.29
42.30 .history.outgoing .x-sender,
42.31 .history.outgoing a
42.32 {
42.33 color: hsla(315, 80%, 82%, 1) !important;
42.34 }
42.35 \ No newline at end of file
42.36 +@charset "utf-8";
42.37
42.38 @import url(../Styles/Main.css);
42.39
42.40 .incoming:not(.history) .x-sender,
42.41 .incoming:not(.history) a,
42.42 #Chat:not(.groupchat) .status .x-message,
42.43 #Chat:not(.groupchat) .status a,
42.44 #Chat:not(.groupchat) .event .x-message,
42.45 #Chat:not(.groupchat) .event a
42.46 {
42.47 color: hsla(0, 0%, 0%, 1) !important;
42.48 }
42.49
42.50 .outgoing:not(.history) .x-sender,
42.51 .outgoing:not(.history) a
42.52 {
42.53 color: hsla(315, 100%, 65%, 1) !important;
42.54 }
42.55
42.56 .history.incoming .x-sender,
42.57 .history.incoming a,
42.58 #Chat:not(.groupchat) .history.status .x-message,
42.59 #Chat:not(.groupchat) .history.status a,
42.60 #Chat:not(.groupchat) .history.event .x-message,
42.61 #Chat:not(.groupchat) .history.event a
42.62 {
42.63 color: hsla(0, 0%, 70%, 1) !important;
42.64 }
42.65
42.66 .history.outgoing .x-sender,
42.67 .history.outgoing a
42.68 {
42.69 color: hsla(315, 80%, 82%, 1) !important;
42.70 }
42.71 \ No newline at end of file
43.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Blue.css Wed Aug 17 09:19:29 2011 -0500
43.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Blue.css Thu Sep 29 08:56:52 2011 -0500
43.3 @@ -1,3 +1,7 @@
43.4 +@charset "utf-8";
43.5 +
43.6 +@import url(../Styles/Main.css);
43.7 +
43.8 .incoming:not(.history) .x-sender,
43.9 .incoming:not(.history) a,
43.10 #Chat:not(.groupchat) .status .x-message,
44.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css Wed Aug 17 09:19:29 2011 -0500
44.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Green.css Thu Sep 29 08:56:52 2011 -0500
44.3 @@ -1,1 +1,1 @@
44.4 -.incoming:not(.history) .x-sender,
44.5 .incoming:not(.history) a,
44.6 #Chat:not(.groupchat) .status .x-message,
44.7 #Chat:not(.groupchat) .status a,
44.8 #Chat:not(.groupchat) .event .x-message,
44.9 #Chat:not(.groupchat) .event a
44.10 {
44.11 color: hsla(120, 100%, 35%, 1) !important;
44.12 }
44.13
44.14 .outgoing:not(.history) .x-sender,
44.15 .outgoing:not(.history) a
44.16 {
44.17 color: hsla(315, 100%, 65%, 1) !important;
44.18 }
44.19
44.20 .history.incoming .x-sender,
44.21 .history.incoming a,
44.22 #Chat:not(.groupchat) .history.status .x-message,
44.23 #Chat:not(.groupchat) .history.status a,
44.24 #Chat:not(.groupchat) .history.event .x-message,
44.25 #Chat:not(.groupchat) .history.event a
44.26 {
44.27 color: hsla(120, 50%, 70%, 1) !important;
44.28 }
44.29
44.30 .history.outgoing .x-sender,
44.31 .history.outgoing a
44.32 {
44.33 color: hsla(315, 80%, 82%, 1) !important;
44.34 }
44.35 \ No newline at end of file
44.36 +@charset "utf-8";
44.37
44.38 @import url(../Styles/Main.css);
44.39
44.40 .incoming:not(.history) .x-sender,
44.41 .incoming:not(.history) a,
44.42 #Chat:not(.groupchat) .status .x-message,
44.43 #Chat:not(.groupchat) .status a,
44.44 #Chat:not(.groupchat) .event .x-message,
44.45 #Chat:not(.groupchat) .event a
44.46 {
44.47 color: hsla(120, 100%, 35%, 1) !important;
44.48 }
44.49
44.50 .outgoing:not(.history) .x-sender,
44.51 .outgoing:not(.history) a
44.52 {
44.53 color: hsla(315, 100%, 65%, 1) !important;
44.54 }
44.55
44.56 .history.incoming .x-sender,
44.57 .history.incoming a,
44.58 #Chat:not(.groupchat) .history.status .x-message,
44.59 #Chat:not(.groupchat) .history.status a,
44.60 #Chat:not(.groupchat) .history.event .x-message,
44.61 #Chat:not(.groupchat) .history.event a
44.62 {
44.63 color: hsla(120, 50%, 70%, 1) !important;
44.64 }
44.65
44.66 .history.outgoing .x-sender,
44.67 .history.outgoing a
44.68 {
44.69 color: hsla(315, 80%, 82%, 1) !important;
44.70 }
44.71 \ No newline at end of file
45.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css Wed Aug 17 09:19:29 2011 -0500
45.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Grey.css Thu Sep 29 08:56:52 2011 -0500
45.3 @@ -1,3 +1,7 @@
45.4 +@charset "utf-8";
45.5 +
45.6 +@import url(../Styles/Main.css);
45.7 +
45.8 .incoming:not(.history) .x-sender,
45.9 .incoming:not(.history) a,
45.10 #Chat:not(.groupchat) .status .x-message,
46.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css Wed Aug 17 09:19:29 2011 -0500
46.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Orange.css Thu Sep 29 08:56:52 2011 -0500
46.3 @@ -1,1 +1,1 @@
46.4 -.incoming:not(.history) .x-sender,
46.5 .incoming:not(.history) a,
46.6 #Chat:not(.groupchat) .status .x-message,
46.7 #Chat:not(.groupchat) .status a,
46.8 #Chat:not(.groupchat) .event .x-message,
46.9 #Chat:not(.groupchat) .event a
46.10 {
46.11 color: hsla(30, 100%, 50%, 1) !important;
46.12 }
46.13
46.14 .outgoing:not(.history) .x-sender,
46.15 .outgoing:not(.history) a
46.16 {
46.17 color: hsla(315, 100%, 65%, 1) !important;
46.18 }
46.19
46.20 .history.incoming .x-sender,
46.21 .history.incoming a,
46.22 #Chat:not(.groupchat) .history.status .x-message,
46.23 #Chat:not(.groupchat) .history.status a,
46.24 #Chat:not(.groupchat) .history.event .x-message,
46.25 #Chat:not(.groupchat) .history.event a
46.26 {
46.27 color: hsla(30, 90%, 76%, 1) !important;
46.28 }
46.29
46.30 .history.outgoing .x-sender,
46.31 .history.outgoing a
46.32 {
46.33 color: hsla(315, 80%, 82%, 1) !important;
46.34 }
46.35 \ No newline at end of file
46.36 +@charset "utf-8";
46.37
46.38 @import url(../Styles/Main.css);
46.39
46.40 .incoming:not(.history) .x-sender,
46.41 .incoming:not(.history) a,
46.42 #Chat:not(.groupchat) .status .x-message,
46.43 #Chat:not(.groupchat) .status a,
46.44 #Chat:not(.groupchat) .event .x-message,
46.45 #Chat:not(.groupchat) .event a
46.46 {
46.47 color: hsla(30, 100%, 50%, 1) !important;
46.48 }
46.49
46.50 .outgoing:not(.history) .x-sender,
46.51 .outgoing:not(.history) a
46.52 {
46.53 color: hsla(315, 100%, 65%, 1) !important;
46.54 }
46.55
46.56 .history.incoming .x-sender,
46.57 .history.incoming a,
46.58 #Chat:not(.groupchat) .history.status .x-message,
46.59 #Chat:not(.groupchat) .history.status a,
46.60 #Chat:not(.groupchat) .history.event .x-message,
46.61 #Chat:not(.groupchat) .history.event a
46.62 {
46.63 color: hsla(30, 90%, 76%, 1) !important;
46.64 }
46.65
46.66 .history.outgoing .x-sender,
46.67 .history.outgoing a
46.68 {
46.69 color: hsla(315, 80%, 82%, 1) !important;
46.70 }
46.71 \ No newline at end of file
47.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Purple.css Wed Aug 17 09:19:29 2011 -0500
47.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Purple.css Thu Sep 29 08:56:52 2011 -0500
47.3 @@ -1,1 +1,1 @@
47.4 -.incoming:not(.history) .x-sender,
47.5 .incoming:not(.history) a,
47.6 #Chat:not(.groupchat) .status .x-message,
47.7 #Chat:not(.groupchat) .status a,
47.8 #Chat:not(.groupchat) .event .x-message,
47.9 #Chat:not(.groupchat) .event a
47.10 {
47.11 color: hsla(276, 100%, 40%, 1) !important;
47.12 }
47.13
47.14 .outgoing:not(.history) .x-sender,
47.15 .outgoing:not(.history) a
47.16 {
47.17 color: hsla(315, 100%, 65%, 1) !important;
47.18 }
47.19
47.20 .history.incoming .x-sender,
47.21 .history.incoming a,
47.22 #Chat:not(.groupchat) .history.status .x-message,
47.23 #Chat:not(.groupchat) .history.status a,
47.24 #Chat:not(.groupchat) .history.event .x-message,
47.25 #Chat:not(.groupchat) .history.event a
47.26 {
47.27 color: hsla(276, 60%, 82%, 1) !important;
47.28 }
47.29
47.30 .history.outgoing .x-sender,
47.31 .history.outgoing a
47.32 {
47.33 color: hsla(315, 80%, 82%, 1) !important;
47.34 }
47.35 \ No newline at end of file
47.36 +@charset "utf-8";
47.37
47.38 @import url(../Styles/Main.css);
47.39
47.40 .incoming:not(.history) .x-sender,
47.41 .incoming:not(.history) a,
47.42 #Chat:not(.groupchat) .status .x-message,
47.43 #Chat:not(.groupchat) .status a,
47.44 #Chat:not(.groupchat) .event .x-message,
47.45 #Chat:not(.groupchat) .event a
47.46 {
47.47 color: hsla(276, 100%, 40%, 1) !important;
47.48 }
47.49
47.50 .outgoing:not(.history) .x-sender,
47.51 .outgoing:not(.history) a
47.52 {
47.53 color: hsla(315, 100%, 65%, 1) !important;
47.54 }
47.55
47.56 .history.incoming .x-sender,
47.57 .history.incoming a,
47.58 #Chat:not(.groupchat) .history.status .x-message,
47.59 #Chat:not(.groupchat) .history.status a,
47.60 #Chat:not(.groupchat) .history.event .x-message,
47.61 #Chat:not(.groupchat) .history.event a
47.62 {
47.63 color: hsla(276, 60%, 82%, 1) !important;
47.64 }
47.65
47.66 .history.outgoing .x-sender,
47.67 .history.outgoing a
47.68 {
47.69 color: hsla(315, 80%, 82%, 1) !important;
47.70 }
47.71 \ No newline at end of file
48.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Red.css Wed Aug 17 09:19:29 2011 -0500
48.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Pink vs Red.css Thu Sep 29 08:56:52 2011 -0500
48.3 @@ -1,3 +1,7 @@
48.4 +@charset "utf-8";
48.5 +
48.6 +@import url(../Styles/Main.css);
48.7 +
48.8 .incoming:not(.history) .x-sender,
48.9 .incoming:not(.history) a,
48.10 #Chat:not(.groupchat) .status .x-message,
49.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Black.css Wed Aug 17 09:19:29 2011 -0500
49.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Black.css Thu Sep 29 08:56:52 2011 -0500
49.3 @@ -1,1 +1,1 @@
49.4 -.incoming:not(.history) .x-sender,
49.5 .incoming:not(.history) a,
49.6 #Chat:not(.groupchat) .status .x-message,
49.7 #Chat:not(.groupchat) .status a,
49.8 #Chat:not(.groupchat) .event .x-message,
49.9 #Chat:not(.groupchat) .event a
49.10 {
49.11 color: hsla(0, 0%, 0%, 1) !important;
49.12 }
49.13
49.14 .outgoing:not(.history) .x-sender,
49.15 .outgoing:not(.history) a
49.16 {
49.17 color: hsla(276, 100%, 40%, 1) !important;
49.18 }
49.19
49.20 .history.incoming .x-sender,
49.21 .history.incoming a,
49.22 #Chat:not(.groupchat) .history.status .x-message,
49.23 #Chat:not(.groupchat) .history.status a,
49.24 #Chat:not(.groupchat) .history.event .x-message,
49.25 #Chat:not(.groupchat) .history.event a
49.26 {
49.27 color: hsla(0, 0%, 70%, 1) !important;
49.28 }
49.29
49.30 .history.outgoing .x-sender,
49.31 .history.outgoing a
49.32 {
49.33 color: hsla(276, 60%, 82%, 1) !important;
49.34 }
49.35 \ No newline at end of file
49.36 +@charset "utf-8";
49.37
49.38 @import url(../Styles/Main.css);
49.39
49.40 .incoming:not(.history) .x-sender,
49.41 .incoming:not(.history) a,
49.42 #Chat:not(.groupchat) .status .x-message,
49.43 #Chat:not(.groupchat) .status a,
49.44 #Chat:not(.groupchat) .event .x-message,
49.45 #Chat:not(.groupchat) .event a
49.46 {
49.47 color: hsla(0, 0%, 0%, 1) !important;
49.48 }
49.49
49.50 .outgoing:not(.history) .x-sender,
49.51 .outgoing:not(.history) a
49.52 {
49.53 color: hsla(276, 100%, 40%, 1) !important;
49.54 }
49.55
49.56 .history.incoming .x-sender,
49.57 .history.incoming a,
49.58 #Chat:not(.groupchat) .history.status .x-message,
49.59 #Chat:not(.groupchat) .history.status a,
49.60 #Chat:not(.groupchat) .history.event .x-message,
49.61 #Chat:not(.groupchat) .history.event a
49.62 {
49.63 color: hsla(0, 0%, 70%, 1) !important;
49.64 }
49.65
49.66 .history.outgoing .x-sender,
49.67 .history.outgoing a
49.68 {
49.69 color: hsla(276, 60%, 82%, 1) !important;
49.70 }
49.71 \ No newline at end of file
50.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Blue.css Wed Aug 17 09:19:29 2011 -0500
50.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Blue.css Thu Sep 29 08:56:52 2011 -0500
50.3 @@ -1,3 +1,7 @@
50.4 +@charset "utf-8";
50.5 +
50.6 +@import url(../Styles/Main.css);
50.7 +
50.8 .incoming:not(.history) .x-sender,
50.9 .incoming:not(.history) a,
50.10 #Chat:not(.groupchat) .status .x-message,
51.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Green.css Wed Aug 17 09:19:29 2011 -0500
51.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Green.css Thu Sep 29 08:56:52 2011 -0500
51.3 @@ -1,1 +1,1 @@
51.4 -.incoming:not(.history) .x-sender,
51.5 .incoming:not(.history) a,
51.6 #Chat:not(.groupchat) .status .x-message,
51.7 #Chat:not(.groupchat) .status a,
51.8 #Chat:not(.groupchat) .event .x-message,
51.9 #Chat:not(.groupchat) .event a
51.10 {
51.11 color: hsla(120, 100%, 35%, 1) !important;
51.12 }
51.13
51.14 .outgoing:not(.history) .x-sender,
51.15 .outgoing:not(.history) a
51.16 {
51.17 color: hsla(276, 100%, 40%, 1) !important;
51.18 }
51.19
51.20 .history.incoming .x-sender,
51.21 .history.incoming a,
51.22 #Chat:not(.groupchat) .history.status .x-message,
51.23 #Chat:not(.groupchat) .history.status a,
51.24 #Chat:not(.groupchat) .history.event .x-message,
51.25 #Chat:not(.groupchat) .history.event a
51.26 {
51.27 color: hsla(120, 50%, 70%, 1) !important;
51.28 }
51.29
51.30 .history.outgoing .x-sender,
51.31 .history.outgoing a
51.32 {
51.33 color: hsla(276, 60%, 82%, 1) !important;
51.34 }
51.35 \ No newline at end of file
51.36 +@charset "utf-8";
51.37
51.38 @import url(../Styles/Main.css);
51.39
51.40 .incoming:not(.history) .x-sender,
51.41 .incoming:not(.history) a,
51.42 #Chat:not(.groupchat) .status .x-message,
51.43 #Chat:not(.groupchat) .status a,
51.44 #Chat:not(.groupchat) .event .x-message,
51.45 #Chat:not(.groupchat) .event a
51.46 {
51.47 color: hsla(120, 100%, 35%, 1) !important;
51.48 }
51.49
51.50 .outgoing:not(.history) .x-sender,
51.51 .outgoing:not(.history) a
51.52 {
51.53 color: hsla(276, 100%, 40%, 1) !important;
51.54 }
51.55
51.56 .history.incoming .x-sender,
51.57 .history.incoming a,
51.58 #Chat:not(.groupchat) .history.status .x-message,
51.59 #Chat:not(.groupchat) .history.status a,
51.60 #Chat:not(.groupchat) .history.event .x-message,
51.61 #Chat:not(.groupchat) .history.event a
51.62 {
51.63 color: hsla(120, 50%, 70%, 1) !important;
51.64 }
51.65
51.66 .history.outgoing .x-sender,
51.67 .history.outgoing a
51.68 {
51.69 color: hsla(276, 60%, 82%, 1) !important;
51.70 }
51.71 \ No newline at end of file
52.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Grey.css Wed Aug 17 09:19:29 2011 -0500
52.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Grey.css Thu Sep 29 08:56:52 2011 -0500
52.3 @@ -1,3 +1,7 @@
52.4 +@charset "utf-8";
52.5 +
52.6 +@import url(../Styles/Main.css);
52.7 +
52.8 .incoming:not(.history) .x-sender,
52.9 .incoming:not(.history) a,
52.10 #Chat:not(.groupchat) .status .x-message,
53.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Orange.css Wed Aug 17 09:19:29 2011 -0500
53.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Orange.css Thu Sep 29 08:56:52 2011 -0500
53.3 @@ -1,3 +1,7 @@
53.4 +@charset "utf-8";
53.5 +
53.6 +@import url(../Styles/Main.css);
53.7 +
53.8 .incoming:not(.history) .x-sender,
53.9 .incoming:not(.history) a,
53.10 #Chat:not(.groupchat) .status .x-message,
54.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Pink.css Wed Aug 17 09:19:29 2011 -0500
54.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Pink.css Thu Sep 29 08:56:52 2011 -0500
54.3 @@ -1,1 +1,1 @@
54.4 -.incoming:not(.history) .x-sender,
54.5 .incoming:not(.history) a,
54.6 #Chat:not(.groupchat) .status .x-message,
54.7 #Chat:not(.groupchat) .status a,
54.8 #Chat:not(.groupchat) .event .x-message,
54.9 #Chat:not(.groupchat) .event a
54.10 {
54.11 color: hsla(315, 100%, 65%, 1) !important;
54.12 }
54.13
54.14 .outgoing:not(.history) .x-sender,
54.15 .outgoing:not(.history) a
54.16 {
54.17 color: hsla(276, 100%, 40%, 1) !important;
54.18 }
54.19
54.20 .history.incoming .x-sender,
54.21 .history.incoming a,
54.22 #Chat:not(.groupchat) .history.status .x-message,
54.23 #Chat:not(.groupchat) .history.status a,
54.24 #Chat:not(.groupchat) .history.event .x-message,
54.25 #Chat:not(.groupchat) .history.event a
54.26 {
54.27 color: hsla(315, 80%, 82%, 1) !important;
54.28 }
54.29
54.30 .history.outgoing .x-sender,
54.31 .history.outgoing a
54.32 {
54.33 color: hsla(276, 60%, 82%, 1) !important;
54.34 }
54.35 \ No newline at end of file
54.36 +@charset "utf-8";
54.37
54.38 @import url(../Styles/Main.css);
54.39
54.40 .incoming:not(.history) .x-sender,
54.41 .incoming:not(.history) a,
54.42 #Chat:not(.groupchat) .status .x-message,
54.43 #Chat:not(.groupchat) .status a,
54.44 #Chat:not(.groupchat) .event .x-message,
54.45 #Chat:not(.groupchat) .event a
54.46 {
54.47 color: hsla(315, 100%, 65%, 1) !important;
54.48 }
54.49
54.50 .outgoing:not(.history) .x-sender,
54.51 .outgoing:not(.history) a
54.52 {
54.53 color: hsla(276, 100%, 40%, 1) !important;
54.54 }
54.55
54.56 .history.incoming .x-sender,
54.57 .history.incoming a,
54.58 #Chat:not(.groupchat) .history.status .x-message,
54.59 #Chat:not(.groupchat) .history.status a,
54.60 #Chat:not(.groupchat) .history.event .x-message,
54.61 #Chat:not(.groupchat) .history.event a
54.62 {
54.63 color: hsla(315, 80%, 82%, 1) !important;
54.64 }
54.65
54.66 .history.outgoing .x-sender,
54.67 .history.outgoing a
54.68 {
54.69 color: hsla(276, 60%, 82%, 1) !important;
54.70 }
54.71 \ No newline at end of file
55.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Red.css Wed Aug 17 09:19:29 2011 -0500
55.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Purple vs Red.css Thu Sep 29 08:56:52 2011 -0500
55.3 @@ -1,3 +1,7 @@
55.4 +@charset "utf-8";
55.5 +
55.6 +@import url(../Styles/Main.css);
55.7 +
55.8 .incoming:not(.history) .x-sender,
55.9 .incoming:not(.history) a,
55.10 #Chat:not(.groupchat) .status .x-message,
56.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Black.css Wed Aug 17 09:19:29 2011 -0500
56.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Black.css Thu Sep 29 08:56:52 2011 -0500
56.3 @@ -1,3 +1,7 @@
56.4 +@charset "utf-8";
56.5 +
56.6 +@import url(../Styles/Main.css);
56.7 +
56.8 .incoming:not(.history) .x-sender,
56.9 .incoming:not(.history) a,
56.10 #Chat:not(.groupchat) .status .x-message,
57.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Blue.css Wed Aug 17 09:19:29 2011 -0500
57.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Blue.css Thu Sep 29 08:56:52 2011 -0500
57.3 @@ -1,3 +1,7 @@
57.4 +@charset "utf-8";
57.5 +
57.6 +@import url(../Styles/Main.css);
57.7 +
57.8 .incoming:not(.history) .x-sender,
57.9 .incoming:not(.history) a,
57.10 #Chat:not(.groupchat) .status .x-message,
58.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css Wed Aug 17 09:19:29 2011 -0500
58.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Green.css Thu Sep 29 08:56:52 2011 -0500
58.3 @@ -1,1 +1,1 @@
58.4 -.incoming:not(.history) .x-sender,
58.5 .incoming:not(.history) a,
58.6 #Chat:not(.groupchat) .status .x-message,
58.7 #Chat:not(.groupchat) .status a,
58.8 #Chat:not(.groupchat) .event .x-message,
58.9 #Chat:not(.groupchat) .event a
58.10 {
58.11 color: hsla(120, 100%, 35%, 1) !important;
58.12 }
58.13
58.14 .outgoing:not(.history) .x-sender,
58.15 .outgoing:not(.history) a
58.16 {
58.17 color: hsla(0, 100%, 50%, 1) !important;
58.18 }
58.19
58.20 .history.incoming .x-sender,
58.21 .history.incoming a,
58.22 #Chat:not(.groupchat) .history.status .x-message,
58.23 #Chat:not(.groupchat) .history.status a,
58.24 #Chat:not(.groupchat) .history.event .x-message,
58.25 #Chat:not(.groupchat) .history.event a
58.26 {
58.27 color: hsla(120, 50%, 70%, 1) !important;
58.28 }
58.29
58.30 .history.outgoing .x-sender,
58.31 .history.outgoing a
58.32 {
58.33 color: hsla(0, 80%, 82%, 1) !important;
58.34 }
58.35 \ No newline at end of file
58.36 +@charset "utf-8";
58.37
58.38 @import url(../Styles/Main.css);
58.39
58.40 .incoming:not(.history) .x-sender,
58.41 .incoming:not(.history) a,
58.42 #Chat:not(.groupchat) .status .x-message,
58.43 #Chat:not(.groupchat) .status a,
58.44 #Chat:not(.groupchat) .event .x-message,
58.45 #Chat:not(.groupchat) .event a
58.46 {
58.47 color: hsla(120, 100%, 35%, 1) !important;
58.48 }
58.49
58.50 .outgoing:not(.history) .x-sender,
58.51 .outgoing:not(.history) a
58.52 {
58.53 color: hsla(0, 100%, 50%, 1) !important;
58.54 }
58.55
58.56 .history.incoming .x-sender,
58.57 .history.incoming a,
58.58 #Chat:not(.groupchat) .history.status .x-message,
58.59 #Chat:not(.groupchat) .history.status a,
58.60 #Chat:not(.groupchat) .history.event .x-message,
58.61 #Chat:not(.groupchat) .history.event a
58.62 {
58.63 color: hsla(120, 50%, 70%, 1) !important;
58.64 }
58.65
58.66 .history.outgoing .x-sender,
58.67 .history.outgoing a
58.68 {
58.69 color: hsla(0, 80%, 82%, 1) !important;
58.70 }
58.71 \ No newline at end of file
59.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css Wed Aug 17 09:19:29 2011 -0500
59.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Grey.css Thu Sep 29 08:56:52 2011 -0500
59.3 @@ -1,3 +1,7 @@
59.4 +@charset "utf-8";
59.5 +
59.6 +@import url(../Styles/Main.css);
59.7 +
59.8 .incoming:not(.history) .x-sender,
59.9 .incoming:not(.history) a,
59.10 #Chat:not(.groupchat) .status .x-message,
60.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Orange.css Wed Aug 17 09:19:29 2011 -0500
60.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Orange.css Thu Sep 29 08:56:52 2011 -0500
60.3 @@ -1,3 +1,7 @@
60.4 +@charset "utf-8";
60.5 +
60.6 +@import url(../Styles/Main.css);
60.7 +
60.8 .incoming:not(.history) .x-sender,
60.9 .incoming:not(.history) a,
60.10 #Chat:not(.groupchat) .status .x-message,
61.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Pink.css Wed Aug 17 09:19:29 2011 -0500
61.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Pink.css Thu Sep 29 08:56:52 2011 -0500
61.3 @@ -1,1 +1,1 @@
61.4 -.incoming:not(.history) .x-sender,
61.5 .incoming:not(.history) a,
61.6 #Chat:not(.groupchat) .status .x-message,
61.7 #Chat:not(.groupchat) .status a,
61.8 #Chat:not(.groupchat) .event .x-message,
61.9 #Chat:not(.groupchat) .event a
61.10 {
61.11 color: hsla(315, 100%, 65%, 1) !important;
61.12 }
61.13
61.14 .outgoing:not(.history) .x-sender,
61.15 .outgoing:not(.history) a
61.16 {
61.17 color: hsla(0, 100%, 50%, 1) !important;
61.18 }
61.19
61.20 .history.incoming .x-sender,
61.21 .history.incoming a,
61.22 #Chat:not(.groupchat) .history.status .x-message,
61.23 #Chat:not(.groupchat) .history.status a,
61.24 #Chat:not(.groupchat) .history.event .x-message,
61.25 #Chat:not(.groupchat) .history.event a
61.26 {
61.27 color: hsla(315, 80%, 82%, 1) !important;
61.28 }
61.29
61.30 .history.outgoing .x-sender,
61.31 .history.outgoing a
61.32 {
61.33 color: hsla(0, 80%, 82%, 1) !important;
61.34 }
61.35 \ No newline at end of file
61.36 +@charset "utf-8";
61.37
61.38 @import url(../Styles/Main.css);
61.39
61.40 .incoming:not(.history) .x-sender,
61.41 .incoming:not(.history) a,
61.42 #Chat:not(.groupchat) .status .x-message,
61.43 #Chat:not(.groupchat) .status a,
61.44 #Chat:not(.groupchat) .event .x-message,
61.45 #Chat:not(.groupchat) .event a
61.46 {
61.47 color: hsla(315, 100%, 65%, 1) !important;
61.48 }
61.49
61.50 .outgoing:not(.history) .x-sender,
61.51 .outgoing:not(.history) a
61.52 {
61.53 color: hsla(0, 100%, 50%, 1) !important;
61.54 }
61.55
61.56 .history.incoming .x-sender,
61.57 .history.incoming a,
61.58 #Chat:not(.groupchat) .history.status .x-message,
61.59 #Chat:not(.groupchat) .history.status a,
61.60 #Chat:not(.groupchat) .history.event .x-message,
61.61 #Chat:not(.groupchat) .history.event a
61.62 {
61.63 color: hsla(315, 80%, 82%, 1) !important;
61.64 }
61.65
61.66 .history.outgoing .x-sender,
61.67 .history.outgoing a
61.68 {
61.69 color: hsla(0, 80%, 82%, 1) !important;
61.70 }
61.71 \ No newline at end of file
62.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Purple.css Wed Aug 17 09:19:29 2011 -0500
62.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Red vs Purple.css Thu Sep 29 08:56:52 2011 -0500
62.3 @@ -1,1 +1,1 @@
62.4 -.incoming:not(.history) .x-sender,
62.5 .incoming:not(.history) a,
62.6 #Chat:not(.groupchat) .status .x-message,
62.7 #Chat:not(.groupchat) .status a,
62.8 #Chat:not(.groupchat) .event .x-message,
62.9 #Chat:not(.groupchat) .event a
62.10 {
62.11 color: hsla(276, 100%, 40%, 1) !important;
62.12 }
62.13
62.14 .outgoing:not(.history) .x-sender,
62.15 .outgoing:not(.history) a
62.16 {
62.17 color: hsla(0, 100%, 50%, 1) !important;
62.18 }
62.19
62.20 .history.incoming .x-sender,
62.21 .history.incoming a,
62.22 #Chat:not(.groupchat) .history.status .x-message,
62.23 #Chat:not(.groupchat) .history.status a,
62.24 #Chat:not(.groupchat) .history.event .x-message,
62.25 #Chat:not(.groupchat) .history.event a
62.26 {
62.27 color: hsla(276, 60%, 82%, 1) !important;
62.28 }
62.29
62.30 .history.outgoing .x-sender,
62.31 .history.outgoing a
62.32 {
62.33 color: hsla(0, 80%, 82%, 1) !important;
62.34 }
62.35 \ No newline at end of file
62.36 +@charset "utf-8";
62.37
62.38 @import url(../Styles/Main.css);
62.39
62.40 .incoming:not(.history) .x-sender,
62.41 .incoming:not(.history) a,
62.42 #Chat:not(.groupchat) .status .x-message,
62.43 #Chat:not(.groupchat) .status a,
62.44 #Chat:not(.groupchat) .event .x-message,
62.45 #Chat:not(.groupchat) .event a
62.46 {
62.47 color: hsla(276, 100%, 40%, 1) !important;
62.48 }
62.49
62.50 .outgoing:not(.history) .x-sender,
62.51 .outgoing:not(.history) a
62.52 {
62.53 color: hsla(0, 100%, 50%, 1) !important;
62.54 }
62.55
62.56 .history.incoming .x-sender,
62.57 .history.incoming a,
62.58 #Chat:not(.groupchat) .history.status .x-message,
62.59 #Chat:not(.groupchat) .history.status a,
62.60 #Chat:not(.groupchat) .history.event .x-message,
62.61 #Chat:not(.groupchat) .history.event a
62.62 {
62.63 color: hsla(276, 60%, 82%, 1) !important;
62.64 }
62.65
62.66 .history.outgoing .x-sender,
62.67 .history.outgoing a
62.68 {
62.69 color: hsla(0, 80%, 82%, 1) !important;
62.70 }
62.71 \ No newline at end of file
63.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css Wed Aug 17 09:19:29 2011 -0500
63.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css Thu Sep 29 08:56:52 2011 -0500
63.3 @@ -1,115 +1,5 @@
63.4 -#Chat
63.5 -{
63.6 - display: table;
63.7 -}
63.8 +@charset "utf-8";
63.9
63.10 -.x-container:not(.consecutive)
63.11 -{
63.12 - border-top: none;
63.13 - padding-top: 0px;
63.14 - padding-bottom: 0px;
63.15 -}
63.16 -
63.17 -.x-container
63.18 -{
63.19 - padding-left: 0px;
63.20 - padding-right: 0px;
63.21 - padding-top: 0px;
63.22 - padding-bottom: 0px;
63.23 -}
63.24 -
63.25 -#insert,
63.26 -.message,
63.27 -.status,
63.28 -.event
63.29 -{
63.30 - display: table-row;
63.31 -}
63.32 -
63.33 -.x-icon,
63.34 -.x-sender,
63.35 -.x-message,
63.36 -.x-time
63.37 -{
63.38 - display: table-cell !important;
63.39 - border-top: 1px solid rgba(0, 0, 0, .1);
63.40 - padding-top: 4px;
63.41 - padding-bottom: 2px;
63.42 - margin-left: 0px !important;
63.43 -}
63.44 -
63.45 -.x-sender,
63.46 -.x-time
63.47 -{
63.48 - text-overflow: ellipsis;
63.49 - white-space: nowrap;
63.50 -}
63.51 -
63.52 -.x-sender
63.53 -{
63.54 - max-width: 10.2em;
63.55 - padding-right: 4px;
63.56 - padding-left: 4px;
63.57 -}
63.58 -
63.59 -.status .x-sender:after,
63.60 -.event .x-sender:after
63.61 -{
63.62 - color: rgb(192, 192, 192) !important;
63.63 - content: "<-->";
63.64 -}
63.65 -
63.66 -.x-time
63.67 -{
63.68 - padding-left: 16px;
63.69 - padding-right: 4px;
63.70 - float: none;
63.71 -}
63.72 -
63.73 -.message.consecutive .x-message
63.74 -{
63.75 - padding-top: 4px;
63.76 -}
63.77 -
63.78 -.x-message
63.79 -{
63.80 - padding-right: 8px;
63.81 - padding-left: 4px;
63.82 - width: 100%;
63.83 -}
63.84 -
63.85 -#insert
63.86 -{
63.87 - padding-bottom: 2px;
63.88 -}
63.89 -
63.90 -.x-buddyicon
63.91 -{
63.92 - display: none;
63.93 -}
63.94 -
63.95 -.focus,
63.96 -.focus.mention,
63.97 -.mention,
63.98 -.mention.history
63.99 -{
63.100 - background: none;
63.101 -}
63.102 -
63.103 -.mention .x-time
63.104 -{
63.105 - background:
63.106 - -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat;
63.107 - -webkit-background-size: 10px 100%;
63.108 -}
63.109 -
63.110 -.focus .x-sender
63.111 -{
63.112 - background: rgba(240, 240, 240, .5);
63.113 -}
63.114 -
63.115 -.action .x-sender,
63.116 -.x-filetransfer .x-sender
63.117 -{
63.118 - text-align: right;
63.119 -}
63.120 +@import url(../Styles/Main.css);
63.121 +@import url(../Styles/SenderColor.css);
63.122 +@import url(../Styles/SingleLine.css);
64.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/SenderColor.css Wed Aug 17 09:19:29 2011 -0500
64.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/SenderColor.css Thu Sep 29 08:56:52 2011 -0500
64.3 @@ -1,1 +1,4 @@
64.4 +@charset "utf-8";
64.5
64.6 +@import url(../Styles/Main.css);
64.7 +@import url(../Styles/SenderColor.css);
65.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
65.2 +++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/SingleLine Alternating.css Thu Sep 29 08:56:52 2011 -0500
65.3 @@ -0,0 +1,5 @@
65.4 +@charset "utf-8";
65.5 +
65.6 +@import url("../Styles/Base.css");
65.7 +@import url("../Styles/SingleLine.css");
65.8 +@import url("../Styles/Alternating.css");
66.1 --- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/main.css Wed Aug 17 09:19:29 2011 -0500
66.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
66.3 @@ -1,343 +0,0 @@
66.4 -/*
66.5 ----------------------------------------------------------------------------
66.6 - PROJECT: Adium Message Style
66.7 -
66.8 -FILE NAME: minimal_mod.AdiumMessageStyle
66.9 -
66.10 - NAME: minimal_mod
66.11 - [http://caenim.com/public/minimal_mod.AdiumMessageStyle.zip]
66.12 -
66.13 - DESIGNER: John Muhl [http://caenim.com/]
66.14 -
66.15 - CREATED: 2005.04.25 [first local version]
66.16 -
66.17 -REVISIONS: 1.0.2005.05.03 [first public version]
66.18 - new image background image [back_l.png]
66.19 - changed default font to Lucida Grande
66.20 - removed all existing color variants
66.21 - created 67 new color variants (lots contributed by amy b.)
66.22 - removed consecutive message timestamp
66.23 - changed sender name to ALL CAPS
66.24 - changed all colors to "web safe"
66.25 - increased user icons to 36x36 px
66.26 - adjusted line height in messages
66.27 - adjusted line height between sender and initial message
66.28 - minor adjustments to text padding in messages
66.29 -
66.30 - 1.1.2005.09.18
66.31 - very (VERY!) minor changes to the line height & hyperlink decoration
66.32 - corrected a few errors in the variants (fixes contributed by amy b.)
66.33 -
66.34 - 1.2.2005.10.04
66.35 - corrected zany user icon placement throughout:
66.36 - fixed problem where user icons appeared diagonally
66.37 - fixed vertical alignment problems with user icons
66.38 - decreased user icon size to 24x24 px
66.39 - removed forceable capitalization of user names
66.40 - fixed vertical alignment problem in the status message
66.41 -
66.42 - 1.3.2005.11.18
66.43 - added service indicator to initial time stamp
66.44 - lightened the dotted line between messages
66.45 - removed all reference to specific typefaces; improves compatibility with Adium and user selected fonts
66.46 - more minor changes to hyperlink decoration
66.47 - updated: Black vs ... color variants
66.48 - updated: Blue vs ... color variants
66.49 - updated: Green vs ... color variants
66.50 - updated: Grey vs ... color variants
66.51 - updated: Orange vs ... color variants
66.52 - updated: Pink vs ... color variants
66.53 - updated: Purple vs ... color variants
66.54 - updated: Red vs ... color variants
66.55 - updated: White vs ... color variants
66.56 - updated: Yellow vs ... color variants
66.57 - added a "Conversation started at ... " header
66.58 -
66.59 - 1.4.2006.06.06
66.60 - fixed problem with six digit time stamps
66.61 - removed a bunch of cruft; thanks to Catfish_Man for the catch
66.62 -
66.63 - TODO: wait for new issues to arise via users or personal use.
66.64 - update for user with XtrasManager [currently does not work with message styles].
66.65 - hyperlink decoration tweaks [?].
66.66 -
66.67 - BASED ON: Minimal Adium Message Style [default package 0.8 b12 version]
66.68 - check http://www.adiumxtras.com/index.php?a=xtras&xtra_id=1576 for full credits
66.69 ----------------------------------------------------------------------------
66.70 -*/
66.71 -
66.72 -body
66.73 -{
66.74 - color: #333333;
66.75 - margin: 0;
66.76 - line-height: 1.4em;
66.77 - word-wrap: break-word;
66.78 - word-break: break-word;
66.79 -}
66.80 -
66.81 -#Chat
66.82 -{
66.83 - overflow: hidden;
66.84 - background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255 ,255, .5)), to(rgba(255, 255, 255, .9)));
66.85 -}
66.86 -
66.87 -a
66.88 -{
66.89 - border-bottom: 1px dashed;
66.90 - text-decoration: none;
66.91 -}
66.92 -
66.93 -a:hover
66.94 -{
66.95 - border-bottom: 1px solid;
66.96 -}
66.97 -
66.98 -.x-container:not(.consecutive),
66.99 -.message.action + .x-container.consecutive,
66.100 -.message.action
66.101 -{
66.102 - padding-top: 4px;
66.103 - border-top: 1px dotted rgba(0, 0, 0, .2);
66.104 -}
66.105 -
66.106 -.x-container.message.showIcons:not([src*="buddy_icon.png"]):not(.consecutive),
66.107 -.message.action + .x-container.message.consecutive.showIcons:not([src*="buddy_icon.png"]),
66.108 -.message.action.showIcons:not([src*="buddy_icon.png"])
66.109 -{
66.110 - min-height: 29px;
66.111 -}
66.112 -
66.113 -.x-container
66.114 -{
66.115 - padding-left: 16px;
66.116 - padding-right: 8px;
66.117 - padding-bottom: 2px;
66.118 -}
66.119 -
66.120 -.message:not(.consecutive) .x-message,
66.121 -.message.action + .message.consecutive .x-message
66.122 -{
66.123 - padding-top: 4px;
66.124 -}
66.125 -
66.126 -.message:not(.action) + .message.consecutive:not(.action) .x-message
66.127 -{
66.128 - padding-top: 2px;
66.129 -}
66.130 -
66.131 -.message:not(.action) + .consecutive.message.showIcons:not(.action) img[src*="buddy_icon.png"] + .x-message
66.132 -{
66.133 - margin-left: 30px;
66.134 -}
66.135 -
66.136 -.x-sender
66.137 -{
66.138 - font-weight: bold;
66.139 - font-size: 1.1em;
66.140 - overflow: hidden;
66.141 -}
66.142 -
66.143 -.x-time
66.144 -{
66.145 - float: right;
66.146 - text-align: right;
66.147 - padding-left: 6px;
66.148 - font-size: .9em;
66.149 -}
66.150 -
66.151 -.history .x-message,
66.152 -.groupchat .status .x-message,
66.153 -.groupchat .event .x-message,
66.154 -.groupchat .status a,
66.155 -.groupchat .event a,
66.156 -.x-time
66.157 -{
66.158 - color: #9F9F9F;
66.159 -}
66.160 -
66.161 -.message:not(.hideIcons):not([src*="buddy_icon.png"]) .x-time,
66.162 -.message:not(.hideIcons):not([src*="buddy_icon.png"]) .x-sender,
66.163 -.message:not(.hideIcons):not([src*="buddy_icon.png"]) .x-message
66.164 -{
66.165 - margin-left: 30px;
66.166 -}
66.167 -
66.168 -img.x-buddyicon
66.169 -{
66.170 - position: absolute;
66.171 - left: 16px;
66.172 - margin-top: 2px;
66.173 - margin-right: 6px;
66.174 - padding-bottom: 8px;
66.175 - width: 24px;
66.176 - height: 24px;
66.177 -}
66.178 -
66.179 -.hideIcons img.x-buddyicon
66.180 -{
66.181 - display: none;
66.182 -}
66.183 -
66.184 -img:not(.x-buddyicon)
66.185 -{
66.186 - vertical-align: middle;
66.187 - top: -3px;
66.188 -}
66.189 -
66.190 -img.scaledToFitImage
66.191 -{
66.192 - width: auto;
66.193 -}
66.194 -
66.195 -.history .x-message a
66.196 -{
66.197 - color: #999999;
66.198 -}
66.199 -
66.200 -/*
66.201 -#topic
66.202 -{
66.203 - opacity: 1;
66.204 - -webkit-transition: opacity .1s linear;
66.205 -}
66.206 -
66.207 -#topic:hover
66.208 -{
66.209 - opacity: .1;
66.210 -}
66.211 -*/
66.212 -
66.213 -#x-header
66.214 -{
66.215 - position: fixed;
66.216 - top: 0px;
66.217 - left: 0px;
66.218 - right: 0px;
66.219 - margin: 0px;
66.220 - padding: 5px;
66.221 - overflow: auto;
66.222 - color: white;
66.223 - text-align: center;
66.224 - font-size: 1em;
66.225 - background: rgba(0, 0, 0, .75);
66.226 - z-index: 999;
66.227 -}
66.228 -
66.229 -#x-header:hover #topicEdit
66.230 -{
66.231 - min-height: 1em;
66.232 - display: block;
66.233 -}
66.234 -
66.235 -#x-header a
66.236 -{
66.237 - color: white;
66.238 -}
66.239 -
66.240 -.mention
66.241 -{
66.242 - background:
66.243 - -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat;
66.244 - -webkit-background-size: 10px 100%;
66.245 -}
66.246 -
66.247 -.focus
66.248 -{
66.249 - background: url("./images/vert.png") repeat;
66.250 -}
66.251 -
66.252 -.focus:not(.consecutive),
66.253 -.focus.action,
66.254 -.message.action + .focus.consecutive
66.255 -{
66.256 - border-top: none !important;
66.257 - margin-top: 1px;
66.258 -}
66.259 -
66.260 -.x-container.focus + .x-container:not(.focus)
66.261 -{
66.262 - border-top: none !important;
66.263 - margin-top: 1px;
66.264 -}
66.265 -
66.266 -.focus .x-time
66.267 -{
66.268 - color: #888;
66.269 -}
66.270 -
66.271 -.focus.mention
66.272 -{
66.273 - background:
66.274 - -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
66.275 - url("./images/vert.png") repeat;
66.276 - -webkit-background-size: 10px 100%, 2px 100%;
66.277 -}
66.278 -
66.279 -.history.mention
66.280 -{
66.281 - background:
66.282 - -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))) 0px 0px no-repeat;
66.283 -}
66.284 -
66.285 -.status .x-buddyicon,
66.286 -.status .x-sender,
66.287 -.event .x-buddyicon,
66.288 -.event .x-sender,
66.289 -.message:not(.action) + .consecutive:not(.action) .x-buddyicon,
66.290 -.message:not(.action) + .consecutive:not(.action) .x-sender,
66.291 -.message:not(.action) + .consecutive:not(.action) .x-time,
66.292 -img[src*="buddy_icon.png"]
66.293 -{
66.294 - display: none;
66.295 -}
66.296 -
66.297 -
66.298 -/* ACTION */
66.299 -
66.300 -.showIcons.x-container.action:not([src*="buddy_icon.png"]),
66.301 -.showIcons.x-container.x-filetransfer:not([src*="buddy_icon.png"])
66.302 -{
66.303 - padding-left: 46px;
66.304 -}
66.305 -
66.306 -.action .x-sender,
66.307 -.action .x-message,
66.308 -.x-filetransfer .x-sender,
66.309 -.x-filetransfer .x-message
66.310 -{
66.311 - display: inline;
66.312 - font-style: italic !important;
66.313 - margin-left: 0px !important;
66.314 -}
66.315 -
66.316 -.action.consecutive .x-message
66.317 -{
66.318 - padding-top: 3px;
66.319 -}
66.320 -
66.321 -.actionMessageUserName
66.322 -{
66.323 - display: none;
66.324 -}
66.325 -
66.326 -.actionMessageBody:after
66.327 -{
66.328 - content: "";
66.329 -}
66.330 -
66.331 -.actionMessageBody:before
66.332 -{
66.333 - content: "";
66.334 -}
66.335 -
66.336 -.x-filetransfer .x-sender,
66.337 -.x-filetransfer .x-message
66.338 -{
66.339 - display: inline;
66.340 -}
66.341 -
66.342 -.x-filetransfer .x-buttons
66.343 -{
66.344 - padding-top: 4px;
66.345 -}
66.346 -