Jump to content

Modification Background Sur La Page "maintenance"


Recommended Posts

Hello! Je souhaitais modifier le fond sur la page "Maintenance" de mon site mais je ne trouve pas comment... Voici ce que j'ai: 

/*********************************************************************
					Maintenance Page Styles
**********************************************************************/
/*MODIFS EN DESSOUS*/
body.maintenance{
  background-color: red;
  background-image: none; }

#maintenance {
  margin: 50px 0 0 0;
  background-color: #fff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1200px) {
    #maintenance {
      margin: 126px 0 0 0;
      padding: 50px; } }
  #maintenance .logo {
    margin: 0 0 31px 0;
    text-align: center; }
  #maintenance h1 {
    font: 24px "Ubuntu", sans-serif;
    color: #333333;
    padding: 0 0 14px 0;
    margin: 0 0 19px 0; }
  #maintenance #message {
    font: 14px "Ubuntu", sans-serif;
    padding: 0 0 0 18px;
    color: #555454;
    text-align: center; }


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 500px; } }
@media (min-width: 992px) {
  .container {
    width: 500px; } }
@media (min-width: 1200px) {
  .container {
    width: 500px; } }
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

Mais rien ne change sur la page, que vous pouvez visualiser: www.label-sbo.com

Le fond reste celui du global.css

Je tourne en rond depuis ce matin, des idées? :) 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...