-
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
1 parent
2f72733
commit c1076be
Showing
4 changed files
with
135 additions
and
70 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
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 @@ | ||
body, | ||
html { | ||
margin: 0; | ||
font: 400 15px/1.8 "Lato", sans-serif; | ||
color: #777; | ||
background-color: #fff; | ||
overflow-x: hidden; //horizontal | ||
} | ||
.body { | ||
line-height: 1.6; | ||
font-size: 18px; | ||
max-width: 650px; | ||
margin: 40px auto; | ||
color: #444; | ||
text-align: justify; | ||
} | ||
|
||
.date { | ||
color: rgb(119, 115, 115); | ||
font-size: 16px; | ||
position: absolute; | ||
bottom:2px; | ||
right:5px; | ||
} | ||
|
||
.lien { | ||
text-decoration: none; | ||
color: #444; | ||
} | ||
|
||
.linkbox { | ||
position:relative; | ||
padding:8px; | ||
max-width:500px; | ||
min-height:100px; | ||
border:none; | ||
background-color:#6666CC99; | ||
} | ||
|
||
br { | ||
content: " "; | ||
display: block; | ||
margin: 15px 0; | ||
} |
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