summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/style/basic.css67
-rw-r--r--inc/style/digital.ttfbin0 -> 34404 bytes
2 files changed, 67 insertions, 0 deletions
diff --git a/inc/style/basic.css b/inc/style/basic.css
new file mode 100644
index 0000000..f551ee9
--- /dev/null
+++ b/inc/style/basic.css
@@ -0,0 +1,67 @@
+@font-face {
+
+ font-family: digit;
+
+ src: local(digit), url('digital.ttf') format('opentype');
+}
+
+.dnx-countdown {
+ font: 400 6em 'digit', sans-serif;
+}
+.dnx-countdown a {
+ text-decoration: none;
+}
+.dnx-days {
+ font-size: 3em;
+ font-weight: 400;
+}
+.dnx-warning a {
+ text-decoration: none;
+ display: block;
+ margin: 4px auto 0;
+ text-align: center;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ font-weight: 600;
+ color: #ffffff;
+ padding: 5px 7px;
+ background: -moz-linear-gradient(
+ top,
+ #ff5454 0%,
+ #960000);
+ background: -webkit-gradient(
+ linear, left top, left bottom,
+ from(#ff5454),
+ to(#960000));
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+ border: 1px solid #470000;
+ -moz-box-shadow:
+ 0px 2px 6px rgba(000,000,000,0.5),
+ inset 0px 1px 1px rgba(255,255,255,0.5);
+ -webkit-box-shadow:
+ 0px 2px 6px rgba(000,000,000,0.5),
+ inset 0px 1px 1px rgba(255,255,255,0.5);
+ box-shadow:
+ 0px 2px 6px rgba(000,000,000,0.5),
+ inset 0px 1px 1px rgba(255,255,255,0.5);
+ text-shadow:
+ 0px -1px 0px rgba(000,000,000,0.7),
+ 0px 1px 0px rgba(255,255,255,0.3);
+}
+.dnx-warning a:hover,
+.dnx-warning a:active {
+ text-decoration: none;
+ background: -moz-linear-gradient(
+ bottom,
+ #ff5454 0%,
+ #960000);
+ background: -webkit-gradient(
+ linear, left bottom, left top,
+ from(#ff5454),
+ to(#960000));
+ -moz-border-radius: 5px;
+ -webkit-border-radius: 5px;
+ border-radius: 5px;
+} \ No newline at end of file
diff --git a/inc/style/digital.ttf b/inc/style/digital.ttf
new file mode 100644
index 0000000..a481b97
--- /dev/null
+++ b/inc/style/digital.ttf
Binary files differ