mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 06:12:43 -04:00
style update
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
098851592c
commit
97906e3bec
2 changed files with 25 additions and 30 deletions
|
@ -1,26 +1,28 @@
|
||||||
.header {
|
.header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time {
|
.time {
|
||||||
}
|
}
|
||||||
|
|
||||||
.incomingHeader {
|
.incomingHeader {
|
||||||
background-color:#dfedff;
|
background-color:#dfedff;
|
||||||
border-color:#fafafa #d1dfef #d1dfef #fafafa;
|
border-color:#fafafa #d1dfef #d1dfef #fafafa;
|
||||||
color: #295b07;
|
color: #295b07;
|
||||||
}
|
}
|
||||||
|
|
||||||
.incomingTime {
|
.incomingTime {
|
||||||
color: #295b07;
|
background-color:#dfedff;
|
||||||
|
color: #295b07;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outgoingHeader {
|
.outgoingHeader {
|
||||||
background-color:#f5f5f5;
|
background-color:#f5f5f5;
|
||||||
border-color:#fafafa #e3e3e3 #e3e3e3 #fafafa;
|
border-color:#fafafa #e3e3e3 #e3e3e3 #fafafa;
|
||||||
color: #244578;
|
color: #244578;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outgoingTime {
|
.outgoingTime {
|
||||||
color: #244578;
|
color: #244578;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,16 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
%css-style%
|
%css-style%
|
||||||
</style>
|
</style>
|
||||||
|
<table width='100%'>
|
||||||
|
<tr>
|
||||||
|
<td class='header incomingHeader'>%name%</td>
|
||||||
|
<td width='10%' align='left' class='time incomingTime'>%timestamp% </td>
|
||||||
|
|
||||||
<table width='100%' cellpadding='0' cellspacing='0'>
|
|
||||||
<tr>
|
|
||||||
<td class='header incomingHeader'>
|
|
||||||
%name%
|
|
||||||
</td>
|
|
||||||
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<table width='100%' cellpadding='0' cellspacing='0'>
|
|
||||||
<tr>
|
|
||||||
<td>%message%</td>
|
|
||||||
<td width='50' align='left' class='time incomingTime'>%timestamp%</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<table width="100%">
|
||||||
|
<tr>
|
||||||
|
<td>%message%</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue