Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
92 lines (81 loc) · 2.33 KB

File metadata and controls

92 lines (81 loc) · 2.33 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
.CSSTableGeneratorByte {
margin-left:30%;margin-righ:30%;padding:0px;
width:40%;
border:1px solid #ffffff;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
}.CSSTableGeneratorByte table{
border-collapse: collapse;
border-spacing: 0;
width:100%;
height:100%;
margin-left:0%;margin-righ:0%;padding:0px;
table-layout:fixed;
}.CSSTableGeneratorByte tr:last-child td:last-child {
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px;
}
.CSSTableGeneratorByte table tr:first-child td:first-child {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px;
}
.CSSTableGeneratorByte table tr:first-child td:last-child {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;
}.CSSTableGeneratorByte tr:last-child td:first-child{
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
}.CSSTableGeneratorByte tr:hover td{
background-color:#b2b2b2;
}
.CSSTableGeneratorByte td{
vertical-align:middle;
background-color:#ffffff;
border:1px solid #ffffff;
border-width:0px 1px 1px 0px;
text-align:center;
padding:5px;
font-size:12px;
font-family:Arial;
font-weight:normal;
color:#000000;
}.CSSTableGeneratorByte tr:last-child td{
border-width:0px 1px 0px 0px;
}.CSSTableGeneratorByte tr td:last-child{
border-width:0px 0px 1px 0px;
}.CSSTableGeneratorByte tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.CSSTableGeneratorByte tr:first-child td{
background-color:#b2b2b2;
border:0px solid #ffffff;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:12px;
font-family:Arial;
font-weight:bold;
color:#000000;
}
.CSSTableGeneratorByte tr:first-child:hover td{
background-color:#b2b2b2;
}
.CSSTableGeneratorByte tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorByte tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.