dark.css |
styles/dark.css |
|
html, body, #page {
height:auto;
}
html, body {
margin: 0;
padding: 0;
font-family: Tahoma;
}
body {
text-align: center;
}
body, #page, .maintenance-page #header {
color: #eee;
background-color: #2e2e2e !important
}
.maintenance-page… |
light.css |
styles/light.css |
|
html, body, #page {
height:auto;
}
html, body {
margin: 0;
padding: 0;
}
body {
font: 14px/1.5 Georgia, 'Times New Roman', serif;
text-align: center;
background-color:#FFF;
}
#page-title {
font: 700 30px/1 Georgia,'Times New… |
maintenance-countdown-page.tpl.php |
maintenance-countdown-page.tpl.php |
|
Theme implementation to display a Maintenance Countdown page while off-line. |
mcd.countdown.inc |
mcd.countdown.inc |
|
This file provides theme part of MCD module |
mcd.css |
mcd.css |
|
@CHARSET "UTF-8";
.mcd {
clear: both;
display: inline-block;
float: none;
}
.mcd .form-item,
#edit-mcd-page-themes-wrapper label {
float:left;
margin-right:1em;
}
.mcd #edit-seconds-wrapper {margin-right:0} |
mcd.info |
mcd.info |
|
name = Maintenance Countdown
description = "This module provides the maintenance page with nice countdown timer. So now you may set time for your maintenance work and your visitors will see when it's will over."
core = 7.x
package =… |
mcd.install |
mcd.install |
|
Uninstalls Maintenance Countdown |
mcd.module |
mcd.module |
|
mcd.module |
README.txt |
README.txt |
|
17/09/2011, 2:38
MAINTENANCE COUNTDOWN
Maintenance countdown module provides its own maintenance page with
countdown timer, time for this timer can be set in the admin interface.
Otherwise, if you don't set time, will be shown a normal… |