From 147ef879600f56add6f5dab7a066a910e216b2e1 Mon Sep 17 00:00:00 2001 From: Mohammed MAHROUS <mohammed.mahrous@ensiie.fr> Date: Sun, 8 May 2016 18:57:08 +0200 Subject: [PATCH] css pour start2 --- Timeline/css/docs.css | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Timeline/css/docs.css diff --git a/Timeline/css/docs.css b/Timeline/css/docs.css new file mode 100644 index 0000000..917e357 --- /dev/null +++ b/Timeline/css/docs.css @@ -0,0 +1,44 @@ + + +/* Jumbotrons +-------------------------------------------------- */ + +.jumbotron { + position: center; + padding: 400px 400; + color: #126ab5; + text-align: center; + text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075); + background: #020031; /* Old browsers */ + background: -moz-linear-gradient(45deg, #020031 0%, #2eb9dc 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#2eb9dc)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(45deg, #020031 0%,#2eb9dc 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(45deg, #020031 0%,#2eb9dc 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(45deg, #020031 0%,#2eb9dc 100%); /* IE10+ */ + background: linear-gradient(45deg, #020031 0%,#2eb9dc 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); + -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); + box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2); +} + +.jumbotron p { + font-size: 240px; + font-weight: 300; + line-height: 1.25; + margin-bottom: 30px; +} + +/* Link styles (used on .masthead-links as well) */ +.jumbotron a { + color: #fff; + color: rgba(255,255,255,.5); + -webkit-transition: all .2s ease-in-out; + -moz-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} +.jumbotron a:hover { + color: #fff; + text-shadow: 0 0 10px rgba(255,255,255,.25); +} + -- GitLab