-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mafia.html
73 lines (61 loc) · 2.11 KB
/
Mafia.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>مافیا</title>
<style>
body {width: 1000px;}
li {list-style: none;}
#editor {display: flex;
padding: 8px;}
.aa {display: flex;
width: 700px;
background-color: #1111;
border: 3px solid #888;}
ul,li {margin: 0;padding: 0;}
li[id*="a"] {background-color: #1111;
border-bottom: 1px solid #888;
border-left: 1px solid #888;
padding: 5px 0 5px 8px;
width: 93%;}
#w5 {width: 100%;}
.w1 {width: 34%;}
.w2 {width: 65%;}
.w3 {width: 30%;}
.w4 {width: 70%}
th,td {margin: 0;
padding: 6px;
border: none;}
td,th {max-width: 100px;
overflow: hidden;}
tr:nth-child(odd) {background-color: #ccc;}
</style>
</head>
<body>
<div class="aa">
<div class="e1">
<div id="editor">
<div>
<input type="text" name="" id="name" class="w2" placeholder="نام" />
<button class="w3" onclick="A()"> افضودن </button>
<input type="text" name="" id="edi" class="w2" placeholder="ویــرایـش" />
<button class="w3" onclick="C()">پـاک کردن</button>
<input size="5" type="number" name="" id="ned" class="w1" />
<button class="w3" onclick="E()">ویـرایش</button>
<button onclick="R()" class="w3">حذف شماره</button><br>
<span id="span"> تـعداد : 0 (شماره بعدی: 1)</span>
</div>
</div>
<div>
<ul id="sel"></ul>
</div>
</div>
<div class="w4">
<!--table-->
</div>
</div>
<script>
</script>
</body>
</html>