This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
ModuleWeb/SRC/public/css/referent.css

78 lines
2.0 KiB
CSS
Raw Normal View History

2015-02-19 15:45:23 +00:00
body
{
2015-02-19 16:29:01 +00:00
background-image:url("../pictures/setting_picture/fond.jpg");
2015-02-19 15:45:23 +00:00
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
2015-02-19 16:29:01 +00:00
}
2015-02-19 22:02:06 +00:00
.listg
2015-02-19 16:29:01 +00:00
{
2015-02-19 22:02:06 +00:00
background: #a7cfdf; /* Old browsers */
background: -moz-linear-gradient(top, #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a7cfdf 0%,#23538a 100%); /* IE10+ */
background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
2015-02-19 16:49:26 +00:00
margin: 1%;
2015-02-19 16:29:01 +00:00
padding: 1%;
2015-02-19 16:59:57 +00:00
border-radius: 7px;
2015-02-19 16:29:01 +00:00
border: 1px solid grey;
2015-02-19 22:02:06 +00:00
box-shadow: 0px 0px 2px dimgrey;
}
.listg legend
{
color: white;
}
.listRecherche
{
}
.filtred
{
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
padding: 1%;
border-radius: 3px;
border: 1px solid grey;
box-shadow: 0px 0px 2px dimgrey;
2015-02-19 16:49:26 +00:00
}
2015-02-19 22:02:06 +00:00
.princ
2015-02-19 16:49:26 +00:00
{
margin: 1%;
padding: 1%;
background: white;
2015-02-19 16:59:57 +00:00
border-radius: 7px;
2015-02-19 16:49:26 +00:00
border: 1px solid grey;
<<<<<<< HEAD
2015-02-19 22:02:06 +00:00
box-shadow: 0px 0px 2px dimgrey;
2015-02-19 16:49:26 +00:00
width : 40%;
=======
2015-02-19 16:29:01 +00:00
box-shadow: 1px 1px 2px dimgrey;
>>>>>>> origin/master
2015-02-19 16:49:26 +00:00
}
2015-02-19 22:02:06 +00:00
.jeux
{
margin: 1%;
padding: 1%;
background: white;
border-radius: 7px;
border: 1px solid grey;
box-shadow: 0px 0px 2px dimgrey;
}