From 30e1f2037e106d76dd8b110e22d82b29cbeb83fc Mon Sep 17 00:00:00 2001 From: Ismail Badache <ismail.badache@lis-lab.fr> Date: Tue, 7 May 2019 11:11:20 +0200 Subject: [PATCH] Upload New File --- css/cycle.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 css/cycle.css diff --git a/css/cycle.css b/css/cycle.css new file mode 100644 index 0000000..db00f33 --- /dev/null +++ b/css/cycle.css @@ -0,0 +1,11 @@ +.cycle {width:950px; height:168px; position:relative;} +#s2 {} +#s2>div {} + +#nav { position:absolute; bottom:0px; left:0px; display:inline-block; z-index:60;width:518px; padding-left:432px; background:url(../images/pagination-bg.gif) 0 11px no-repeat;} +#nav a { display:block; width:25px; height:25px; background:url(../images/pagination.png) right 0 no-repeat; float:left; margin-left:3px;} +#nav a.activeSlide { background-position: 0 0; } +#nav a:focus { background-position: 0 0;} + +.cycle .banner {width:950px; padding-top:66px; font-size:26px; line-height:33px; color:#85a09d; font-family: 'Open Sans', sans-serif; font-weight:800; text-align:center; text-transform:uppercase; letter-spacing:-1px;} +.cycle .banner span {display:block; margin-top:-4px;} \ No newline at end of file -- GitLab