Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
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
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
pub
Frama-C Website
Commits
4f01b967
Commit
4f01b967
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
No more wiki CSS
parent
db96785d
No related branches found
Branches containing commit
No related tags found
1 merge request
!49
New tutorials and teaching pages
Pipeline
#28558
passed
4 years ago
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_layouts/clean_page.html
+16
-16
16 additions, 16 deletions
_layouts/clean_page.html
assets/css/page.css
+0
-8
0 additions, 8 deletions
assets/css/page.css
assets/css/wiki.css
+0
-115
0 additions, 115 deletions
assets/css/wiki.css
with
16 additions
and
139 deletions
_layouts/clean_page.html
+
16
−
16
View file @
4f01b967
---
layout: default
title: Teaching
css: wiki
css: plugin
---
<body
class=
"page-template page-template-page-kernel page-template-page-kernel-php page nonTouch"
>
<div
id=
"wrapper"
class=
"hfeed"
>
{% include headers.html header="documentation" %}
<div
id=
"wrapper"
class=
"hfeed"
>
{% include headers.html header="documentation" %}
<div
id=
"container"
class=
"mainContainer"
>
<div
class=
"
defaultPage wikiPage pages textLeft"
id=
"content"
role=
"main
"
>
<div
class=
"
wrap
"
>
<div
class=
"w
ikiPageContent
"
>
{{ content }}
</div>
</div>
</div>
{% include footer.html %}
<div
id=
"container"
class=
"mainContainer"
>
<div
class=
"
tabs
"
>
<div
class=
"
pageKernel pages
"
>
<div
class=
"w
rap
"
>
{{ content }}
</div>
</div>
{% include footer.html %}
<div
class=
"clear"
></div>
</div>
</div>
<div
class=
"clear"
></div>
</div>
</div>
</body>
This diff is collapsed.
Click to expand it.
assets/css/page.css
+
0
−
8
View file @
4f01b967
...
...
@@ -91,8 +91,6 @@
padding-bottom
:
20px
;
}
}
.ie10
.wikiPage
,
.ie11
.wikiPage
,
.ie10
.versionsPage
,
.ie11
.versionsPage
,
.ie10
.authorsPage
,
...
...
@@ -100,8 +98,6 @@
display
:
block
;
text-align
:
center
;
}
.ie10
.wikiPage
:before
,
.ie11
.wikiPage
:before
,
.ie10
.versionsPage
:before
,
.ie11
.versionsPage
:before
,
.ie10
.authorsPage
:before
,
...
...
@@ -111,14 +107,10 @@
content
:
''
;
height
:
70vh
;
}
.ie10
.wikiPage
>
div
,
.ie11
.wikiPage
>
div
,
.ie10
.versionsPage
>
div
,
.ie11
.versionsPage
>
div
,
.ie10
.authorsPage
>
div
,
.ie11
.authorsPage
>
div
,
.ie10
.wikiPage
>
article
,
.ie11
.wikiPage
>
article
,
.ie10
.versionsPage
>
article
,
.ie11
.versionsPage
>
article
,
.ie10
.authorsPage
>
article
,
...
...
This diff is collapsed.
Click to expand it.
assets/css/wiki.css
deleted
100644 → 0
+
0
−
115
View file @
db96785d
/* Wiki Page */
.wikiPageContent
{
margin-bottom
:
40px
;
}
.wikiPageContent
li
{
margin-bottom
:
20px
;
}
.wikiPage
{
text-align
:
left
;
align-items
:
center
;
justify-content
:
center
;
}
.wikiPage
:after
{
display
:
none
;
}
.wikiPage
>
.wrap
{
position
:
relative
;
max-width
:
1260px
;
margin
:
0
auto
;
padding
:
0
25px
;
z-index
:
2
;
}
@media
(
min-width
:
768px
)
{
.wikiPage
>
.wrap
{
padding
:
28px
10px
0
;
}
}
@media
only
screen
and
(
min-width
:
900px
)
{
.wikiPage
>
.wrap
{
padding
:
28px
25px
0
;
}
}
@media
only
screen
and
(
min-width
:
1260px
)
{
.wikiPage
>
.wrap
{
padding-left
:
0
;
padding-right
:
0
;
}
}
.wikiPage
.paragraphGroup
p
a
{
color
:
#a1a1a1
;
border-bottom-color
:
transparent
;
position
:
relative
;
transition
:
color
0.1s
;
}
.wikiPage
.paragraphGroup
p
a
:before
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
width
:
0
;
height
:
1px
;
background-color
:
#484848
;
transition
:
0.1s
ease-out
;
}
.nonTouch
.wikiPage
.paragraphGroup
p
a
:hover
{
color
:
#f7931c
;
}
.nonTouch
.wikiPage
.paragraphGroup
p
a
:hover:before
{
width
:
100%
;
}
.wikiPage
.paragraphGroup
:first-child
{
margin-top
:
0
;
margin-bottom
:
2.7em
;
}
.wikiPage
.wikiPageContent
{
position
:
relative
;
z-index
:
2
;
}
.wikiPage
.wikiPageContent
.btn
+
*
{
margin-top
:
30px
;
}
.wikiPage
.wikiPageContent
ul
{
padding
:
0
;
}
.wikiPage
.versionsList
{
margin-bottom
:
40px
;
}
@media
(
min-width
:
1280px
)
{
.wikiPage
.versionsList
li
{
padding-left
:
24px
;
margin-bottom
:
7px
;
}
}
.wikiPage
.versionsList
a
{
color
:
#484848
;
font-weight
:
600
;
position
:
relative
;
transition
:
color
0.1s
;
}
.wikiPage
.versionsList
a
:before
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
width
:
0
;
height
:
1px
;
background-color
:
#484848
;
transition
:
0.1s
ease-out
;
}
.nonTouch
.wikiPage
.versionsList
a
:hover
{
color
:
#f7931c
;
}
.nonTouch
.wikiPage
.versionsList
a
:hover:before
{
width
:
100%
;
}
@media
(
min-width
:
1280px
)
{
.wikiPageContent
.btn
{
font-size
:
18px
;
padding
:
16px
32px
18px
42px
;
}
.wikiPageContent
.btn
span
.icon-download-arrow
{
font-size
:
15px
;
}
}
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