Rafi862 Wiki
Nie podano opisu zmian
Znacznik: sourceedit
Nie podano opisu zmian
Znacznik: sourceedit
Linia 3: Linia 3:
 
background-attachment: fixed !important;
 
background-attachment: fixed !important;
 
background-size: 130% !important;
 
background-size: 130% !important;
  +
}
  +
  +
/**************************************************************************/
  +
/*** MODUŁY ***/
  +
/**************************************************************************/
  +
  +
.WikiaRail .module,
  +
.WikiaRail .rail-module {
  +
position: relative;
  +
margin: 0;
  +
margin-bottom: 20px;
  +
padding: 20px 15px 15px;
  +
background: #e7eae7;
  +
border: none;
  +
word-wrap: break-word;
  +
}
  +
  +
.WikiaRail .module h2,
  +
.WikiaRail .rail-module h2 {
  +
min-height: 30px;
  +
margin-top: 0;
  +
margin-bottom: 16px;
  +
padding-left: 3px;
  +
border-bottom: 1px solid #ccc;
  +
font-size: 18px;
  +
font-weight: bold;
 
}
 
}

Wersja z 08:45, 22 sie 2017

.mediawiki { 
  background: #000 url("http://i.imgur.com/JZpMwb9.jpg") no-repeat center top !important;
	background-attachment: fixed !important;
	background-size: 130% !important;
}

/**************************************************************************/
/*** MODUŁY                                                             ***/
/**************************************************************************/
 
.WikiaRail .module,
.WikiaRail .rail-module {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px 15px 15px;
    background: #e7eae7;
    border: none;
    word-wrap: break-word;
}
 
.WikiaRail .module h2,
.WikiaRail .rail-module h2 {
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 3px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}