Subversion Repository Public Repository

Nextrek

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
.ChatTrek.chat-hidden, .ChatTrek .chat-hidden {
	display: none;
}


/* hint css*/

.ChatTrek.hintElem {
	width: 250px;
	height: 80px;
	position: fixed;
	opacity: 0.85;
}

.ChatTrek.hintOrientation-orizontal {
	
}

.ChatTrek.hintOrientation-vertical {
	width: 80px;
	height: 250px;
	writing-mode: vertical-lr;
	text-orientation: upright;
	letter-spacing: -3px;
	
}

.ChatTrek.hintOrientation-orizontal.ChatTrek.hintVertical-middle {
	top: 50%;
	margin-top: -40px;
}

.ChatTrek.hintOrientation-vertical.ChatTrek.hintVertical-middle{
	top: 50%;
	margin-top: -125px;
}

.ChatTrek.hintVertical-top {
	top: 5px;
}

.ChatTrek.hintVertical-bottom {
	bottom: 11px;
}

.ChatTrek.hintOrientation-horizontal.ChatTrek.hintHorizontal-center {
	left: 50%;
	margin-left: -125px;
}

.ChatTrek.hintOrientation-vertical.ChatTrek.hintHorizontal-center {
	left: 50%;
	margin-left: -40px;
}

.ChatTrek.hintHorizontal-left {
	left: 5px;
}

.ChatTrek.hintHorizontal-right {
	right: 11px;
}

.ChatTrek .hintInner {
	background-color: #a9c0ff;
    color: #4a528c;
    border: 3px solid #0037ff;
    border-radius: 9px;
    font-family: 'Palatino Linotype', 'Palatino', 'URW Palladio L';
    width: 100%;
    height: 100%;
	text-align: center;
	cursor: pointer;
}

.ChatTrek .hintInner .title{
	font-weight: bold;
    font-size: 18px;
    margin: 5px 5px 5px 5px;
	cursor: pointer;
}

.ChatTrek .hintInner .text{
    font-weight: normal;
    font-size: 14px;
    margin: 5px 5px 5px 5px;
	cursor: pointer;
}

/* chat css*/

.ChatTrek.elem {
	width: 350px;
	height: 60%;
	position: fixed;
	opacity: 0.9;
}






Commits for Nextrek/socketIO/public/testPage/lib/ChatTrek.css

Diff revisions: vs.
Revision Author Commited Message
1118 MOliva picture MOliva Mon 29 Oct, 2018 19:15:25 +0000