website_jukni/irc/css/style.css

55 lines
1.1 KiB
CSS
Raw Permalink Normal View History

html {
height:100%;
}
body {
background: url("../img/irc_bg.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%
}
iframe {
margin: 0 12.5%;
background-color: rgba(255, 255, 255, 0) !important;
border:0 !important;
border-radius:4px;
}
/*Fond de texte pour les logs */
#gen {
width :62%;
margin:0 auto;
background-color: rgba(255, 255, 255, .85);
padding: 25px 20px 15px 20px;
border-radius:10px;
font-size:110%;
}
/* 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;
}