FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
project-sunbird.github.io/css/docspage.scss at dev · vinukumar-vs/project-sunbird.github.io · GitHub
vinukumar-vs
/
project-sunbird.github.io
Public
forked from
project-sunbird/project-sunbird.github.io
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
project-sunbird.github.io
/
css
/
docspage.scss
Copy path
More file actions
More file actions
Latest commit
History
History
History
209 lines (205 loc) · 5.08 KB
Breadcrumbs
project-sunbird.github.io
/
css
/
docspage.scss
Copy path
File metadata and controls
209 lines (205 loc) · 5.08 KB
Raw
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
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
.homepage-sidebar
ul
{
list-style
:
none
;
}
/*
Main
*/
.inner__content
.homepage-section
{
display
:
block
;
margin-bottom
:
20
px
;
/*
background-color: #fafafa;
border: 1px solid #f0f0f0;
*/
&
.premium
{
border-color
:
#38c5e5
;
.homepage-section__title
{
color
:
#1cadce
;
}
.premium-star
{
max-height
:
30
px
;
}
}
&
:hover
{
/*
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
text-decoration:none;
.homepage-section__title {
color: #1cadce;
}
*/
font-weight
:
bold
;
box-shadow
:
0
0
;
}
.homepage-section__title
{
/*
color: #444444;
font-size:30px;
*/
transition
:
0.2
s
color
ease-in
;
-webkit-transition
:
0.2
s
color
ease-in
;
}
.homepage-section__title
i
{
line-height
:
25
px
;}
.homepage-section__content
{
color
:
#444444
;
font-size
:
14
px
;
line-height
:
1.6
;
}
}
.homepage.inner__content
{
padding
:
0
;
margin-left
:
0
;
max-width
:
100
%
;
a
{
font-weight
:
normal
;
}
.homepage-header
{
background-color
:
#1D2A38
;
padding
:
30
px
;
background
:
#0d9474
;
/*
Old browsers
*/
background
:
-moz-linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
/*
FF3.6-15
*/
background
:
-webkit-linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
/*
Chrome10-25,Safari5.1-6
*/
background
:
linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
/*
W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
*/
filter
: progid:DXImageTransform.
Microsoft
.
gradient
(
startColorstr=
'
#0d9474
'
,
endColorstr=
'
#2a6fa8
'
,
GradientType=1
);
/*
IE6-9 fallback on horizontal gradient
*/
}
.logo
img
{
padding-bottom
:
10
px
;
padding-left
:
30
px
;
max-width
:
200
px
;
}
.inner__searchbar
{
position
:
relative
;
top
:
0
;
margin
:
auto
;
width
:
100
%
;
max-width
:
500
px
;
padding
:
15
px
;
h2
{
margin-bottom
:
0
;
}
.search-icon
{
position
:
absolute
;
right
:
26
px
;
top
:
26
px
;
i
{
font-size
:
24
px
;
}
}
.search-results
{
position
:
absolute
;
width
:
100
%
}
input
{
font-size
:
16
px
;
padding
:
10
px
15
px
;
}
.search
.search-results
{
position
:
relative
;
top
:
4
px
;
left
:
0
;
transition
:
0.2
s
max-height
ease-in
;
-webkit-transition
:
0.2
s
max-height
ease-in
;
.search-results__result
:last-child
{
border-bottom
:
1
px
solid
rgba
(
255
,
255
,
255
,
0.1
);
margin-bottom
:
30
px
;
}
}
}
.inner__blurb
{
font-size
:
16
px
;
line-height
:
1.6
;
padding
:
15
px
30
px
15
px
30
px
;
font-weight
:
lighter
;
text-align
:
left
;
color
:
#ffffff
;
max-width
:
500
px
;
margin
:
0
auto
;
}
a
.new-button
,
button
.new-button
{
background-color
:
#1cadce
;
white-space
:
nowrap
;
font-weight
:
bold
;
font-size
:
16
px
;
display
:
inline-block
;
text-transform
:
uppercase
;
padding
:
15
px
30
px
;
border-radius
:
2
px
;
-moz-border-radius
:
2
px
;
-webkit-border-radius
:
2
px
;
color
:
#ffffff
;
transition
:
background
250
ms
;
-webkit-transition
:
background
250
ms
;
cursor
:
pointer
;
&
:hover
{
background-color
:
#38c5e5
;
text-decoration
:
none
;
color
:
#ffffff
;
}
}
.partner-logos
{
padding
:
40
px
0
;
background-color
:
#fafafa
;
}
}
.docs
#main-content
.inner__content
>
h1
:first-child
,
.docs
#main-content
.inner__content
>
h2
:first-child
{
display
:
none
;}
.inner__content.header
{
padding
:
10
px
45
px
;
border-bottom
:
2
px
solid
#ddd
;}
.inner__content.header
h1
{
margin
:
0
;
padding
:
0
;
line-height
:
1
;}
@media
screen
and
(
max-width
:
768
px
){
.inner__content.header
{
padding
:
8
px
15
px
;}
}
@media
screen
and
(
max-width
:
768
px
){
.logo
{
padding-bottom
:
0
;}
.logo
img
{
max-height
:
45
px
;}
.search-cover
{
padding-top
:
0
;}
.search-cover
.inner__searchbar
.search
.search-icon
{
top
:
10
px
;}
.section3
.inner-contribute
{
font-size
:
20
px
!important
;}
.section1
.inner-content-heading
{
font-size
:
20
px
!important
;}
.section4
.main-content
{
font-size
:
20
px
!important
;
text-align
:
center
;}
ul
.learning-list
{
font-size
:
20
px
!important
;}
.section5
.inner-content-heading
{
font-size
:
20
px
!important
;}
.section6
.content-title
{
font-size
:
20
px
!important
;}
.section6
.main-content
{
font-size
:
20
px
!important
;}
.section5
{
text-align
:
center
;}
.footer
{
text-align
:
center
;}
.learning-list
li
{
font-size
:
15
px
!important
;}
}
@media
(
max-width
:
991
px
){
.logo-container
.logo
{
color
:
#FFF
;
background
:
#0d9474
;
background
:
-moz-linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
background
:
-o-linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
background
:
-webkit-linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
background
:
linear-gradient
(
45
deg
,
#0d9474
0
%
,
#2a6fa8
100
%
);
height
:
60
px
;
}
.inner__content.header
h1
{
font-size
:
22
px
;}
}
.btn-edit
{
background
:
#eee
;
padding
:
5
px
10
px
;
border-radius
:
3
px
;
}
tbody
{
width
:
100
%
;
}
.partnerpage
table
img
{
width
:
auto
!important
;
max-width
:
200
px
!important
;
margin
:
0
auto
;
display
:
block
;
vertical-align
:
middle
;
}
.partnerpage
table
,
.partnerpage
tr
,
.partnerpage
td
{
border
:
none
!important
;
}
.solution-partners
td
{
padding
:
30
px
10
px
!important
;
vertical-align
:
middle
;
}
.partnerpage
h2
{
margin
:
20
px
0
0
35
px
!important
;
}
.solution-partners
img
{
max-height
:
90
px
;
}
.solution-partners
{
margin
:
0
!important
;
}
Back
|
FazBrowse Home
|
New Git URL