Welcome to mirror list, hosted at ThFree Co, Russian Federation.

isida.css « .css « syslogs « conflogs « data - github.com/isida/4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f85bb35103a48171e1b99dbabc405f7003c7fec1 (plain)
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
@charset "utf-8";
/* CSS Document */

* {font-family:"Segoe UI";
font-size:14px;
padding:0px; margin:0px
}

body {background-color:fafafa;
background-image:url(i/back2.gif)}

.heart {float:right}

.main {margin-left:16px;
margin-right:16px;
margin-top:7px;
background-image:url(i/back.gif);}

a{text-decoration:none;
color:#6f94d1}

a:hover{text-decoration:none;
color:#9e4573}

.top {background-image:url(i/top.gif);
background-position:left top;
background-repeat:repeat-x;
height:22px;
line-height:22px;
}

.conference {background-image:url(i/lefttop.gif);
background-repeat:no-repeat;
background-position:left top;
color:#fafafa;
font-size:14px;
padding-left:3px;
}

.heart {background-image:url(i/righttop.gif);
background-repeat:no-repeat;
background-position:right top;
padding-right:3px;
}

.container {border-color:#706a6c;
border-left:1px solid #706a6c;
border-right:1px solid #706a6c;
border-bottom:1px solid #706a6c}

p {padding-left:3px;}

.time {color:#003871}

.nick {font-weight:bold;
color:#535c68}

.status {color:#57a478}
.unavailable {color:#7396a4}
.me {font-weight:bold;
color:#7a5b8c;}

.topic {color:#5f7894;}

.paste{font-family: "Courier New", Courier, monospace;
font-size:14px;
padding:0px; margin:0px
}