Skip to content

Instantly share code, notes, and snippets.

@masnick
Created November 12, 2010 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masnick/674213 to your computer and use it in GitHub Desktop.
Save masnick/674213 to your computer and use it in GitHub Desktop.
Modification of h4x0r Adium message theme default CSS
/* textonly by Mark Fickett, 2004. Poke/edit/maul, but leave credit - think GPL */
/* Generally: naib.webhop.org Adium-related: naib.webhop.org/~markfickett/adium */
/* Modified by phrenzy, 2005 - http://www.baproducers.com */
/* Further modified by Max Masnick, 2010 - http://max.masnick.me */
body {
background: #fff;
font-weight: normal;
}
div {
overflow: auto;
}
a { color: blue; }
a:link { text-decoration: underline;}
a:visited { color: purple; text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.incoming, .outgoing
{
font-weight: normal;
text-indent: -10px;
padding-left: 10px;
}
/* --------- Time --------- */
.time
{
color: #aaa;
}
.incoming .time
{
color: #aaa;
}
/* ---------- Names --------- */
.sender
{
color:#000;
}
.incoming .sender
{
color: green;
}
/* --------- Messages --------- */
.outgoing .message
{
color: #000;
}
/* --------- History --------- */
.contexttime, .contextsender
{
color: #777777;
}
.contextmessage
{
font-style: normal;
color: #666666;
}
#Chat
{
margin-bottom: -8px;
overflow: inherit;
}
/* --------- Status --------- */
.status
{
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
border: 1px dotted #880000;
background: rgb(0,0,0,.50);
}
.status .message
{
color: #aa0000;
text-shadow:0px 0px 0px #000077;
}
/* -- Incoming messages -- */
.incoming .message
{
font-weight: normal;
color: #000;
}
incoming .contextmessage
{
font-weight: normal;
color: #666666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment