-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #983 from w3c-ccg/cgfr
feat: static index
- Loading branch information
Showing
19 changed files
with
35,791 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
/* Style for an "Unofficial Draft" */ | ||
|
||
@import "base.css"; | ||
|
||
body { | ||
background: url(logos/UD) no-repeat fixed, | ||
url(logos/UD-watermark-light-draft) repeat-y center left fixed, | ||
url(logos/UD-watermark-light-unofficial) repeat-y center right fixed; | ||
background-image: url(logos/UD), | ||
var(--draft-watermark), | ||
var(--unofficial-watermark); | ||
background-color: var(--bg); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.