Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
prace-lessons
Lesson Template
Commits
44372f8a
Commit
44372f8a
authored
10 years ago
by
Greg Wilson
Browse files
Options
Downloads
Plain Diff
Merging CSS
parents
75c991e6
4b841b34
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/swc.css
+61
-0
61 additions, 0 deletions
css/swc.css
with
61 additions
and
0 deletions
css/swc.css
+
61
−
0
View file @
44372f8a
/* Headings */
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
color
:
rgb
(
03
,
03
,
03
);
}
h1
,
h2
{
margin-top
:
40px
;
margin-bottom
:
10px
;
}
h1
a
,
h2
a
,
h3
a
,
h4
a
,
h5
a
,
h6
a
{
color
:
inherit
;
}
/* Chapter titles. */
div
.chapter
h2
{
text-align
:
center
;
font-style
:
italic
;
}
/* Objectives and key points */
.objectives
,
.keypoints
{
background-color
:
azure
;
}
/* Things to fix. */
.fixme
{
text-decoration
:
underline
;
color
:
darkred
;
background-color
:
lightgray
;
}
/* Putting shadows around things. */
.shadow
{
-moz-box-shadow
:
0
0
30px
5px
#999
;
-webkit-box-shadow
:
0
0
30px
5px
#999
;
box-shadow
:
0
0
30px
5px
#999
;
}
/* Things to understand (lead-in to sections in book). */
.understand
{
background-color
:
lightyellow
;
}
/* Block quotations. */
blockquote
{
margin
:
1em
;
padding
:
.7em
;
width
:
90%
;
}
/* Citation for testimonial quote. */
blockquote
.testimonial
cite
{
font-style
:
italic
;
}
/* Main body of pages. */
body
{
background
:
#BEC3C6
;
...
...
@@ -150,6 +206,11 @@ blockquote p {
font-weight
:
inherit
;
line-height
:
inherit
;
}
blockquote
h2
{
margin-top
:
0px
;
}
/* readability: darken the alert colour for contrast with background */
.alert
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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