-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
88 lines (80 loc) · 1.59 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
/*body*/
/*{*/
/*max-width: 1000px;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*}*/
/*p {*/
/*margin: 0;*/
/*text-indent: 0;*/
/*}*/
/*a img*/
/*{*/
/*border-width: 0;*/
/*}*/
/*h3 {*/
/*margin: 0;*/
/*}*/
/*a{*/
/*color:navy;*/
/*}*/
/*.warning*/
/*{*/
/*font-weight:bold;*/
/*color: red;*/
/*}*/
/*table.tbl*/
/*{*/
/*border-collapse: collapse;*/
/*border: 1px solid #000000;*/
/*}*/
/*.tbl td,.tbl th*/
/*{*/
/*border: 1px solid #000000;*/
/*}*/
/*p.warning, p.tip, p.danger {*/
/* padding: 12px 24px 12px 20px;*/
/* margin: 2em 0;*/
/* border-left: 4px solid;*/
/* position: relative;*/
/* border-bottom-right-radius: 2px;*/
/* border-top-right-radius: 2px;*/
/*}*/
/*p.warning:before, p.tip:before, p.danger:before {*/
/* content: "!";*/
/* position: absolute;*/
/* top: 14px;*/
/* left: -12px;*/
/* color: #fff;*/
/* width: 20px;*/
/* height: 20px;*/
/* border-radius: 100%;*/
/* text-align: center;*/
/* line-height: 20px;*/
/* font-weight: bold;*/
/* font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;*/
/*}*/
/*p.warning.no-bg, p.tip.no-bg, p.danger.no-bg {*/
/* background-color: #f8f8f8;*/
/*}*/
/*p.warning {*/
/* border-left-color: #f7d24c;*/
/* background-color: #fefbed0f;*/
/*}*/
/*p.warning:before {*/
/* background-color: #f7d24c;*/
/*}*/
/*p.danger {*/
/* border-left-color: #f66;*/
/* background-color: rgba(255, 102, 102, 0.06);*/
/*}*/
/*p.danger:before {*/
/* background-color: #f66;*/
/*}*/
/*p.tip {*/
/* border-left-color: #3c763d;*/
/* background-color: rgba(241, 249, 241, 0.13);*/
/*}*/
/*p.tip:before {*/
/* background-color: #3c763d;*/
/*}*/