Skip to content

Commit

Permalink
Brief 1.5
Browse files Browse the repository at this point in the history
Partial re-design and full re-write of the Chat Style.

1. ) UI elements have been re-designed and implemented to look consistently.
2. ) Re-design of Call, Voicemail, Topic and Transfers.
3. ) Updated media-queries to be more simple and flexible.
4. ) Removed a lot of RGBa and opacity values to improve performance in large chats.
5. ) Many more minor improvements towards consistency, quality and a better user experience.
  • Loading branch information
miekd committed Apr 25, 2011
1 parent 0f79428 commit 5ec6cd6
Show file tree
Hide file tree
Showing 97 changed files with 2,490 additions and 9,256 deletions.
15 changes: 1 addition & 14 deletions Brief.SkypeChatStyle/Contents/Resources/Conversation.html
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<title>Brief Chat Style</title>
<title>Brief 1.5 &mdash; Skype 5 Chat Style</title>

<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />

Expand All @@ -12,19 +12,6 @@
<script>
var debug = true;
</script>

<style>
@-webkit-keyframes typing-slide-in {
0% { opacity: 0; margin-bottom: -51px; }
100% { opacity: 1; margin-bottom: 4px; }
}

@-webkit-keyframes fade-in {
0% { opacity: 0; }
70% { opacity: 0.8; }
100% { opacity: 1; }
}
</style>

</head>
<body>
Expand Down
37 changes: 0 additions & 37 deletions Brief.SkypeChatStyle/Contents/Resources/css-source/.htaccess

This file was deleted.

0 comments on commit 5ec6cd6

Please sign in to comment.