Skip to content

Commit

Permalink
Added background
Browse files Browse the repository at this point in the history
- Added the custom.css file to add background to the presentation
- Added bg.png, the background image
- Added some rules to the ignore file
  • Loading branch information
gekaklam committed Jul 15, 2017
1 parent 4fc6068 commit 6278aef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.tar.gz
*~
Binary file added bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*Just some simple css code to see if I can have the gwdg background image */
body {
background-color: #cacaca !important;
font-size: 125% !important;
background-image: url(bg.png), linear-gradient(30deg, #cacaca, #b0b0b0 75%, #efefef);
background-position: top;
background-size: cover;
background-repeat: no-repeat;
background-origin: padding-box;
padding: 5px 5px 5px 5px;
}

0 comments on commit 6278aef

Please sign in to comment.