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

31 lines
484 B
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 16:49:26 +00:00
.ccmd3
2015-02-19 16:29:01 +00:00
{
2015-02-19 16:49:26 +00:00
margin: 1%;
2015-02-19 16:29:01 +00:00
padding: 1%;
background: white;
border-radius: 5px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
2015-02-19 16:49:26 +00:00
}
.ccmd9
{
margin: 1%;
padding: 1%;
background: white;
border-radius: 5px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
width : 40%;
}