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

33 lines
500 B
CSS
Raw Normal View History

2015-02-19 16:45:23 +01:00
body
{
2015-02-19 17:59:57 +01:00
margin : auto;
2015-02-19 17:29:01 +01:00
background-image:url("../pictures/setting_picture/fond.jpg");
2015-02-19 16:45:23 +01:00
background-attachment:fixed;
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
2015-02-19 17:29:01 +01:00
}
2015-02-19 17:49:26 +01:00
.ccmd3
2015-02-19 17:29:01 +01:00
{
2015-02-19 17:49:26 +01:00
margin: 1%;
2015-02-19 17:29:01 +01:00
padding: 1%;
background: white;
2015-02-19 17:59:57 +01:00
border-radius: 7px;
2015-02-19 17:29:01 +01:00
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
2015-02-19 17:49:26 +01:00
}
.ccmd9
{
margin: 1%;
padding: 1%;
background: white;
2015-02-19 17:59:57 +01:00
border-radius: 7px;
2015-02-19 17:49:26 +01:00
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
width : 40%;
}