website_jukni/tools/css/main.css
2017-12-29 15:51:59 +01:00

65 lines
No EOL
1.1 KiB
CSS
Executable file

html {
height:100%;
}
body {
background: url("../../img/bg_khanat.jpg") no-repeat center fixed ;
margin: 0 !important;
padding: 0 !important;
-webkit-background-size: cover !important; /* pour Chrome et Safari */
-moz-background-size: cover !important; /* pour Firefox */
-o-background-size: cover !important; /* pour Opera */
background-size: cover !important; /* version standardisée */
font: normal 87.5%/1.4 Arial, sans-serif;
height:100%
}
/*Fond de page */
.gen {
width :62%;
margin:10px auto;
background-color: rgba(255, 255, 255, .85);
padding: 25px 20px 15px 20px;
border-radius:10px;
font-size:110%;
color: #352F85;
}
/* links */
a,
a:link,
a:visited {
margin:0;
padding:0;
border:0;
text-decoration: none;
color: #2a5e00;
font-weight:bold;
}
a:hover,
a:link:hover,
a:visited:hover,
a:link:focus,
a:visited:focus,
a:link:active,
a:visited:active {
text-decoration: none;
text-decoration: none;
color:#5ba51f;
}
h1 {
text-align:center;
}
.explain {
margin:2em;
text-align:center;
}
ul {
text-align:left;
}