summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-03-25 16:13:53 (GMT)
committerTobias Markmann <tm@ayena.de>2016-03-29 07:36:36 (GMT)
commitc26314684cd4e6140e5ea882285c2076505bd53d (patch)
tree9d31b6bfaced4a01aff8069096e2c9bb28efad43 /Swift/resources/themes/Default/Demo.html
parentdaf513a6567100322d3c51733ea0c449ca6adb1b (diff)
downloadswift-c26314684cd4e6140e5ea882285c2076505bd53d.zip
swift-c26314684cd4e6140e5ea882285c2076505bd53d.tar.bz2
Replace chat view theme with one based on the new design
This also removes the old chat theme resources and some code in QtWebKitChatView that was required for compatibility to Adium-style themes. The new code uses a CSS style in the header to change the font size and does not iterate the whole DOM tree itself anymore. Added new resources for failed and successful asks. Test-Information: Tested MUCs, PMs, message correction and file-transfers with the new chat theme. Change-Id: If922a972c658189444e60a7b00e5e5e96661620d
Diffstat (limited to 'Swift/resources/themes/Default/Demo.html')
-rwxr-xr-xSwift/resources/themes/Default/Demo.html91
1 files changed, 0 insertions, 91 deletions
diff --git a/Swift/resources/themes/Default/Demo.html b/Swift/resources/themes/Default/Demo.html
deleted file mode 100755
index cbe5bb1..0000000
--- a/Swift/resources/themes/Default/Demo.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <base href="%@">
-
- <style id="mainStyle" type="text/css" media="screen,print"> @import url( "Variants/Yellow on Green Alternating.css" ); </style>
-
-</head>
-<body style="background-color:#e3e3e3">
-<div id="Chat">
- <div class="chatItem incomingItem">
- <table width="100%">
- <tr>
- <td valign="top">
- <img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
- <div class="myBubble">
- <div class="indicator"></div>
- <table class="tableBubble" cellspacing="0" cellpadding="0">
- <tr>
- <td class="tl"></td>
- <td class="tr"></td>
- </tr>
- <tr>
- <td class="message">
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
- <div class="timeStamp">Torrey @ 4:55 am</div>
- <div class="followUp"></div>
- <div>
- testing 1
- <div class="timeStamp">%sender% @ %time%</div>
- </div>
- <div class="followUp"></div>
- <div class="followUpMessage">
- testing 123
- <div class="timeStamp">%sender% @ %time%</div>
- </div>
- <div class="followUp"></div>
- <div>
- testing 123testing 123testing 123testing 123
- testing 123testing 123
- <div class="timeStamp">%sender% @ %time%</div>
- </div>
- </td>
- <td class="messageRight"></td>
- </tr>
- <tr>
- <td class="bl"></td>
- <td class="br"></td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </div>
-
- <div class="chatItem outgoingItem">
- <table width="100%">
- <tr>
- <td valign="top">
- <img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
- <div class="myBubble">
- <div class="indicator"></div>
- <table class="tableBubble" cellspacing="0" cellpadding="0">
- <tr>
- <td class="tl"></td>
- <td class="tr"></td>
- </tr>
- <tr>
- <td class="message">
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas aliquam sapien. Aliquam sed erat eu leo bibendum egestas. Praesent mauris. Quisque eget eros et neque scelerisque convallis. Phasellus orci. Pellentesque interdum tellus a erat. venenatis tristique.
- <div class="timeStamp">Torrey @ 4:55 am</div>
- </td>
- <td class="messageRight"></td>
- </tr>
- <tr>
- <td class="bl"></td>
- <td class="br"></td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </div>
-
-</div>
-</body>
-</html>