forked from Semantic-Org/example-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.classic.css
More file actions
executable file
·144 lines (115 loc) · 2.13 KB
/
home.classic.css
File metadata and controls
executable file
·144 lines (115 loc) · 2.13 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/*******************************
Page CSS
*******************************/
/* This CSS is used to make per-page adjustments
Each page is given a body #id tag to descend
from for page-specific rules
*/
/*--------------
Top Ribbon
---------------*/
#home .repo.ribbon {
border-bottom: 1px solid #EEEEEE;
padding: 18px 0px;
}
#home .repo.description {
margin: 0.35em 0em 1em;
font-size: 16px;
line-height: 22px;
color: #666666;
}
/*----------------
Language Used
-----------------*/
#home .ui.language.segments {
border-radius: 0px 0px 4px 4px;
box-shadow: none;
border: none;
width: calc(100% + 2px);
margin: 0px 0px 10px 0px;
overflow: hidden;
}
#home .language.segments .segment {
padding: 0.25em;
}
/*----------------
Latest Commits
-----------------*/
#home .recent.message {
padding: 7px 9px;
}
#home .latest.segment {
padding: 0.35em 0.5em;
color: #999999;
}
#home .latest.attached.segment {
border-top: 1px solid #DDD;
}
/* Clippy */
#home .latest .clippy.icon {
float: right;
margin-left: 5px;
}
/* Latest SHA */
#home .latest .sha {
cursor: pointer;
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-size: 12px;
color: #888888;
float: right;
}
#home .latest .sha b {
font-weight: normal;
color: #333;
}
#home .latest .sha:hover {
text-decoration: underline;
}
/*----------------
Stats
-----------------*/
#home .stats {
padding: 0em;
border-bottom: none;
}
#home .stats.menu {
margin: 0em;
}
#home .stats.menu b {
margin-right: 3px;
}
/*----------------
Repo Buttons
-----------------*/
#home .repo.options {
float: right;
}
/*----------------
Branch Dropdown
-----------------*/
/* Branch label */
#home .branch.button .text {
font-weight: normal;
color: #888888;
}
/* Branch name */
#home .branch.button b {
display: inline-block;
margin-left: 2px;
color: rgba(0, 0, 0, 0.8);
}
#home .branch.button + .breadcrumb {
margin-left: 5px;
}
/*----------------
Files
-----------------*/
#home .files.table {
color: #888888;
}
/*----------------
Readme
-----------------*/
#home .readme {
font-size: 16px;
}