forked from sivagao/github-serendipity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
124 lines (100 loc) · 2.47 KB
/
Copy pathindex.css
File metadata and controls
124 lines (100 loc) · 2.47 KB
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
118
119
120
121
122
123
124
@import url(./utils/text-surinami.css);
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background: #eee; }
.ga-header {
background: #fff;
padding: 0; }
.ga-header .logo {
display: inline-block;
margin: 0 20px;
font-size: 20px;
height: 64px;
line-height: 64px;
width: 230px;
vertical-align: top; }
.ga-header .ant-menu {
line-height: 64px;
font-size: 18px;
display: inline-block; }
.ga-header .view-repo {
vertical-align: top;
margin-top: 16px;
line-height: 32px;
height: 32px; }
.ga-header .ga-side-menu .ant-menu-item-selected {
border: none; }
.ga-main {
margin-top: 20px; }
.ga-main .ga-content {
padding-left: 20px; }
.ga-main .ga-content .ant-spin {
margin-top: 50px; }
.ga-main .ga-content .ga-readme-wrap, .ga-main .ga-content .ga-topics-wrap {
background: #fff;
padding: 24px;
margin: 0;
min-height: 280px; }
.ga-topics-wrap .ant-card-body {
line-height: 30px; }
.ga-topics-wrap .ant-card-head-title {
font-size: 18px; }
.ga-topics-wrap .ant-tag {
font-size: 14px;
line-height: 24px;
height: 26px;
margin: 4px 8px; }
.ga-readme-wrap .ga-readme .ant-spin {
position: absolute;
right: 10px;
top: 10px;
margin-top: 0; }
.ga-readme-wrap .ant-spin {
display: block; }
.ga-readme-wrap .ant-spin-dot {
margin: auto;
margin-top: 100px; }
#smarttoc-extender {
display: none; }
.ant-menu-submenu-title span {
font-size: 18px;
color: #108ee9; }
.ant-menu-submenu-title .anticon-info-circle-o {
margin-left: 6px;
vertical-align: middle; }
.ant-menu-inline.ant-menu-sub > li {
font-size: 14px; }
.ant-menu-inline.ant-menu-sub .anticon-check {
margin-left: -18px;
margin-right: 4px;
color: green; }
.ant-menu-inline.ant-menu-sub .anticon-info-circle-o {
color: #999;
margin-left: 4px; }
.markdown-body img {
max-width: 70%; }
.markdown-body .markdown-link {
text-decoration: underline; }
.App {
text-align: center; }
.App-intro {
font-size: large; }
@keyframes App-logo-spin {
from {
transform: rotate(0deg); }
to {
transform: rotate(360deg); } }
.app-layout .logo {
height: 32px;
background: #333;
border-radius: 6px;
margin: 16px; }
.app-layout .ant-layout-sider-collapsed .anticon {
font-size: 16px;
margin-left: 8px; }
.app-layout .ant-layout-sider-collapsed .nav-text {
display: none; }
.app-layout .ant-layout-sider-collapsed .ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
display: none; }