-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgossip.css
109 lines (107 loc) · 1.61 KB
/
gossip.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
#genderbox
{
z-index: 1;
background: #ffffff;
position: fixed;
right: 2px;
top: 2px;
width: 143px;
height: 21px;
border: 2px dotted #000000;
}
#gender
{
z-index: 2;
position: fixed;
right: 5px;
top: 5px;
width: 150px;
font-family: Verdana;
font-size: 12px;
font-style: italic;
}
#gender input, #gender label, #gender
{
padding: 0;
margin: 0;
height: 15px;
line-height: 15px;
vertical-align: middle;
text-align: center;
}
#gender input
{
margin-left: 10px;
}
div.gossipmenu
{
margin: 5px;
padding: 2px;
position: relative;
display: inline-block;
border: 1px solid #000000;
font-family: Verdana;
border-collapse: collapse;
}
div.heading-container {
width: 100%;
border: 1px dashed #000000;
border-radius: 10px;
}
div.heading
{
padding: 2px 5px;
margin-right: 25px;
font-size: 14px;
max-width: 30vw;
white-space: pre-wrap;
}
div.menuid
{
position: absolute;
top: 5px;
right: 5px;
width: 30px;
text-align: right;
font-family: Monospace;
font-size: 12px;
}
div.maletext, div.femaletext
{
position: relative;
padding: 2px 5px;
margin-right: 35px;
font-size: 12px;
max-width: 30vw;
white-space: pre-wrap;
}
div.femaletext { display: none; }
body.female div.femaletext { display: block; }
div.maletext { display: block; }
body.female div.maletext { display: none; }
div.build
{
display: none;
}
div.textid
{
position: absolute;
right: -35px;
width: 40px;
top: 5px;
font-family: Monospace;
font-size: 12px;
text-align: right;
}
div.emptychild-container
{
width: 100%;
border: 1px dashed #000000;
border-radius: 10px;
}
div.emptychild
{
font-size: 14px;
max-width: 30vw;
padding: 2px 5px;
}