Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MIT_MAHE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2022 Competition
MIT_MAHE
Commits
f18a35bd
Commit
f18a35bd
authored
2 years ago
by
Ashrith Sagar Yedlapalli
Browse files
Options
Downloads
Patches
Plain Diff
c0.1.133 IHP Timeline redesign
parent
846e5644
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/style.css
+223
-0
223 additions, 0 deletions
static/style.css
wiki/pages/human-practices.html
+1008
-880
1008 additions, 880 deletions
wiki/pages/human-practices.html
with
1231 additions
and
880 deletions
static/style.css
+
223
−
0
View file @
f18a35bd
...
...
@@ -406,6 +406,229 @@ b {
color
:
white
;
}
/* Timeline */
.timeline
{
list-style
:
none
;
padding
:
10px
0
;
position
:
relative
;
font-weight
:
300
;
}
.timeline
:before
{
top
:
0
;
bottom
:
0
;
position
:
absolute
;
content
:
" "
;
width
:
2px
;
background
:
#ffffff
;
left
:
50%
;
margin-left
:
-1.5px
;
}
.timeline
>
li
{
margin-bottom
:
20px
;
position
:
relative
;
width
:
50%
;
float
:
left
;
clear
:
left
;
}
.timeline
>
li
:before
,
.timeline
>
li
:after
{
content
:
" "
;
display
:
table
;
}
.timeline
>
li
:after
{
clear
:
both
;
}
.timeline
>
li
:before
,
.timeline
>
li
:after
{
content
:
" "
;
display
:
table
;
}
.timeline
>
li
:after
{
clear
:
both
;
}
.timeline
>
li
>
.timeline-panel
{
width
:
calc
(
100%
-
25px
);
width
:
-moz-calc
(
100%
-
25px
);
width
:
-webkit-calc
(
100%
-
25px
);
float
:
left
;
border
:
1px
solid
#dcdcdc
;
background
:
#ffffff
;
position
:
relative
;
}
.timeline
>
li
>
.timeline-panel
:before
{
position
:
absolute
;
top
:
26px
;
right
:
-15px
;
display
:
inline-block
;
border-top
:
15px
solid
transparent
;
border-left
:
15px
solid
#dcdcdc
;
border-right
:
0
solid
#dcdcdc
;
border-bottom
:
15px
solid
transparent
;
content
:
" "
;
}
.timeline
>
li
>
.timeline-panel
:after
{
position
:
absolute
;
top
:
27px
;
right
:
-14px
;
display
:
inline-block
;
border-top
:
14px
solid
transparent
;
border-left
:
14px
solid
#ffffff
;
border-right
:
0
solid
#ffffff
;
border-bottom
:
14px
solid
transparent
;
content
:
" "
;
}
.timeline
>
li
>
.timeline-badge
{
color
:
#ffffff
;
width
:
24px
;
height
:
24px
;
line-height
:
50px
;
text-align
:
center
;
position
:
absolute
;
top
:
16px
;
right
:
-12px
;
z-index
:
100
;
}
.timeline
>
li
.timeline-inverted
>
.timeline-panel
{
float
:
right
;
}
.timeline
>
li
.timeline-inverted
>
.timeline-panel
:before
{
border-left-width
:
0
;
border-right-width
:
15px
;
left
:
-15px
;
right
:
auto
;
}
.timeline
>
li
.timeline-inverted
>
.timeline-panel
:after
{
border-left-width
:
0
;
border-right-width
:
14px
;
left
:
-14px
;
right
:
auto
;
}
.timeline-badge
>
a
{
color
:
#ffffff
!important
;
}
.timeline-badge
a
:hover
{
color
:
#dcdcdc
!important
;
}
.timeline-title
{
margin-top
:
0
;
color
:
inherit
;
}
.timeline-heading
h4
{
font-weight
:
400
;
padding
:
0
15px
;
color
:
#4679bd
;
}
.timeline-body
>
p
,
.timeline-body
>
ul
{
padding
:
10px
15px
;
margin-bottom
:
0
;
}
.timeline-footer
{
padding
:
5px
15px
;
background-color
:
#f4f4f4
;
}
.timeline-footer
p
{
margin-bottom
:
0
;
}
.timeline-footer
>
a
{
cursor
:
pointer
;
text-decoration
:
none
;
}
.timeline
>
li
.timeline-inverted
{
float
:
right
;
clear
:
right
;
}
.timeline
>
li
:nth-child
(
2
)
{
margin-top
:
60px
;
}
.timeline
>
li
.timeline-inverted
>
.timeline-badge
{
left
:
-12px
;
}
.no-float
{
float
:
none
!important
;
}
@media
(
max-width
:
767px
)
{
ul
.timeline
:before
{
left
:
40px
;
}
ul
.timeline
>
li
{
margin-bottom
:
0px
;
position
:
relative
;
width
:
100%
;
float
:
left
;
clear
:
left
;
}
ul
.timeline
>
li
>
.timeline-panel
{
width
:
calc
(
100%
-
65px
);
width
:
-moz-calc
(
100%
-
65px
);
width
:
-webkit-calc
(
100%
-
65px
);
}
ul
.timeline
>
li
>
.timeline-badge
{
left
:
28px
;
margin-left
:
0
;
top
:
16px
;
}
ul
.timeline
>
li
>
.timeline-panel
{
float
:
right
;
}
ul
.timeline
>
li
>
.timeline-panel
:before
{
border-left-width
:
0
;
border-right-width
:
15px
;
left
:
-15px
;
right
:
auto
;
}
ul
.timeline
>
li
>
.timeline-panel
:after
{
border-left-width
:
0
;
border-right-width
:
14px
;
left
:
-14px
;
right
:
auto
;
}
.timeline
>
li
.timeline-inverted
{
float
:
left
;
clear
:
left
;
margin-top
:
30px
;
margin-bottom
:
30px
;
}
.timeline
>
li
.timeline-inverted
>
.timeline-badge
{
left
:
28px
;
}
}
/* --------------------------------------------------------------------------- */
/* Teams page */
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/human-practices.html
+
1008
−
880
View file @
f18a35bd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment