-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·118 lines (112 loc) · 2.14 KB
/
style.css
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
105
106
107
108
109
110
111
112
113
114
115
116
117
body{
font: 15px/22.5px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
font-size:12px;
background: url('img/bg.jpg') repeat;
color: white;
}
#page{
width: 750px;
margin: auto;
padding-top: 50px;
}
table#mainTable{
margin: auto;
width: 100%;
}
tr{
height: 100px;
}
td{
width: 33%;
text-align: center;
}
td.verticalLink{
/*background: url(http://i.stack.imgur.com/nomLz.gif) repeat-y center
* top;*/
position: relative;
}
td.horizontalLink{
background: url(http://i.stack.imgur.com/nomLz.gif) repeat-x left center;
position: relative;
}
td#title{
width: 50px important!;
}
.trame{
background-image: url('img/circle.png');
position: absolute;
top: 0px;
left: 60px;
width: 25px;
height: 25px;
display: none;
}
#console{
overflow-y: scroll;
width: 100%;
height: 200px;
font-weight: bold;
background-color: #777;
}
.trameName{
position: absolute;
color: grey;
width: 200px;
}
#trame1Name{ left: -100px; }
#trame2Name{ top: 0px; left: 0px; }
#trame3Name{ right: -100px; }
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: #777;
font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif !important;
}
.trameName,.dialEl{ display: none; }
td.rel{
position: relative;
}
.quest{
display: block;
}
.bubble
{
top: 0px;
position: absolute;
width: 110px;
height: 40px;
padding: 0px;
background: transparent;
border: #FFFFFF solid 3px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.bubble:after
{
content: "";
position: absolute;
top: -27px;
left: 72px;
border-style: solid;
border-width: 0 11px 27px;
border-color: white transparent;
display: block;
width: 0;
z-index: 1;
}
.bubble:before
{
content: "";
position: absolute;
top: -32px;
left: 70px;
border-style: solid;
border-width: 0 13px 29px;
border-color: white transparent;
display: block;
width: 0;
z-index: 0;
}
#bubble2:after{ left: 12px; }
#bubble2:before{ left: 12px; }
#bubble2{ right: 0px; }