forked from gitpitch/the-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ahmad Ragab
committed
Oct 20, 2018
1 parent
db88cdf
commit 237a30b
Showing
57 changed files
with
47 additions
and
1,385 deletions.
There are no files selected for viewing
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
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,44 @@ | ||
/* Enable List Bullet Icons */ | ||
.reveal ul { list-style: none; } | ||
|
||
/* Enable Huge Icons */ | ||
.fa-huge { font-size : 15em; color: #eba3ff; } | ||
|
||
/* Custom Icons Colors */ | ||
.fa-pink { color : #eba3ff; } | ||
.fa-peach { color : #ffa6b9; } | ||
.fa-orange { color: #fdc200 } | ||
.fa-lime { color : #b9ff66; } | ||
|
||
span.fa-byline { color : gray; } | ||
|
||
.reveal section img { | ||
border: 0; | ||
box-shadow: none; | ||
} | ||
|
||
.reveal pre { | ||
width: 120%; | ||
margin-left: -10%; | ||
} | ||
|
||
.reveal table { | ||
width: 130%; | ||
margin-left: -15%; | ||
} | ||
|
||
.reveal h1 { | ||
font-size: 1.55em | ||
} | ||
|
||
.reveal h2 { | ||
font-size: 1.35em | ||
} | ||
|
||
.reveal h3 { | ||
font-size: 1.15em | ||
} | ||
|
||
.reveal li { | ||
font-size: 70% | ||
} |
Oops, something went wrong.