-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.css
More file actions
executable file
·105 lines (94 loc) · 1.87 KB
/
messages.css
File metadata and controls
executable file
·105 lines (94 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/*
Simply Basic Skin v1.0
by Incarniac (incarniac@gmail.com)
Somewhat inspired by Trillian's messaging style and the kryStyle Mod Skin 1.0.
The IVT and CSS files were originally based on Skully's Miranda IEView Skin 1.0.
*/
/* Messages */
body {
background-image: url(img/msgbg.jpg);
}
.timestamp {
color: #4169E1;
/*width: 40px;*/
/*display:block; float:left; clear:right; /* ADDED !!! */
}
.timestamp_right {
color: #C0C0C0;
/*width: 40px;*/
text-align: right;
vertical-align: top;
float: right;
padding-right: 3px;
}
.namebox {
color: #B48246;
font-weight: bold;
}
.namebox_out {
color: #6A5ACD;/*#4682B4*/
font-weight: bold;
}
.message {
color: #000000;
padding-left: 3px;
}
.message_out {
color: #000000;
padding-left: 3px;
}
.container {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-left: 8px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #000000 /* ADDED from JuickLikeHpp.ivt !!! */
}
/* Grouped Messages */
.group_message {
color: #000000;
padding-left: 10px;
}
.group_message_out {
color: #000000;
padding-left: 10px;
}
.group_timestamp {
color: #C0C0C0;
text-align: right;
vertical-align: top;
float: right;
}
/* Status, URL and File */
.status_timestamp {
color: #C0C0C0;/*#4169E1;*/
/*width: 40px;*/
}
.status_timestamp_right {
color: #D0D0D0;
/*width: 40px;*/
text-align: left;//right;
//vertical-align: top;
//float: right;
//padding-right: 3px;
}
.status_namebox {
color: #D0D0D0/*#6A5ACD*/;
font-weight: bold;
}
.status_message {
color: #D0D0D0/*#000000*/;
padding-left: 3px;
font-weight: bold;
}
.status_container {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-left: 5px;
padding-right: 5px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #FFFFFF;
}