From dfb7ec15b5f20ea7a5c47f625fb731ce148b184d Mon Sep 17 00:00:00 2001 From: Ache Date: Sun, 7 Aug 2016 20:21:53 +0200 Subject: Init commit --- design/design.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100755 design/design.css (limited to 'design/design.css') diff --git a/design/design.css b/design/design.css new file mode 100755 index 0000000..9179437 --- /dev/null +++ b/design/design.css @@ -0,0 +1,57 @@ +@import url("contenu.css"); +@import url("sommaire.css"); +@import url("confirmation.css"); +@import url("commentaire.css"); + +@font-face { + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 400; + src: local('Noto Serif'), local('NotoSerif'), url(../font/notoserif.woff) format('woff') ; +} +@font-face { + font-family: 'Noto Serif'; + font-style: normal; + font-weight: 700; + src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(../font/notoserifbold.woff) format('woff') ; +} +@font-face { + font-family: 'Noto Serif'; + font-style: italic; + font-weight: 400; + src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(../font/notoserifitalic.woff) format('woff') ; +} + + + +body +{ + font-family: 'Noto Serif', Verdana, sans-serif; + width: 100%; + margin: 0px; + background: #f1f1f1; + color: #333333; + +} +#body_c +{ + background-repeat:no-repeat; + background-position:top left; +} +.fr +{ + float: right; +} +.fl +{ + float: left; +} +ache { + margin-left: auto; + margin-right: auto; +} +img { + display: block; + margin: 0 auto; + max-width: 100%; +} -- cgit v1.2.3-54-g00ecf