dark.css |
styles/dark.css |
|
html, body {
margin: 0;
padding: 0;
font-family: Tahoma;
}
body {
text-align: center;
background-color: #2e2e2e;
color: #eee;
}
#page-title {
color: #eee;
font: 700 30px/1 sans;
border-bottom: 1px solid #555;
margin: 0;
… |
light.css |
styles/light.css |
|
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 Roman',serif;
font-size:… |
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 will be processed if time is set |
mcd.css |
mcd.css |
|
/* $Id: $ */
@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}
/*.red… |
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 = 6.x
package =… |
mcd.install |
mcd.install |
|
Uninstalls Maintenance Countdown |
mcd.module |
mcd.module |
|
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 time is up. |
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… |