Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared/style/status.css
diff options
context:
space:
mode:
Diffstat (limited to 'shared/style/status.css')
-rw-r--r--shared/style/status.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/shared/style/status.css b/shared/style/status.css
new file mode 100644
index 0000000..78dfc98
--- /dev/null
+++ b/shared/style/status.css
@@ -0,0 +1,43 @@
+/* ----------------------------------
+ * Status
+ * ---------------------------------- */
+section[role="status"] {
+ background: url(status/images/ui/pattern.png) repeat left top, url(status/images/ui/gradient.png) no-repeat left top;
+ background-size: auto auto, 100% 100%;
+ overflow: hidden;
+ position: absolute;
+ z-index: 100;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ height: 1rem;
+ min-height: 6.2rem;
+ white-space: nowrap;
+ font-family: "MozTT", Sans-serif;
+ color: #fff;
+ text-align: center;
+}
+
+section[role="status"] p {
+ display: inline-block;
+ vertical-align: middle;
+ white-space: normal;
+ font-size: 1.6rem;
+ line-height: 1.4em;
+ max-width: 75%;
+ margin: 1rem 0;
+ text-align: left;
+}
+
+section[role="status"]:before {
+ content: "";
+ height: 100%;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+section[role="status"] p strong {
+ text-transform: uppercase;
+ color: #0995b0;
+ font-weight: normal;
+} \ No newline at end of file