Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/themes/default/banner.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/themes/default/banner.css')
-rw-r--r--apps/system/style/themes/default/banner.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/system/style/themes/default/banner.css b/apps/system/style/themes/default/banner.css
new file mode 100644
index 0000000..1a23fa7
--- /dev/null
+++ b/apps/system/style/themes/default/banner.css
@@ -0,0 +1,36 @@
+/* ----------------------------------
+ * BANNER
+ * Requires:
+ menus-dialogs/core.css
+ * ---------------------------------- */
+
+body[role="application"] section[role="dialog"].banner {
+ top: auto;
+ height: 8rem;
+ padding: 0;
+ text-align: center;
+}
+
+body[role="application"] section[role="dialog"].banner:after {
+ content: "";
+ display: inline-block;
+ vertical-align: middle;
+ width: 1px;
+ height: 100%;
+}
+
+body[role="application"] section[role="dialog"].banner p {
+ display: inline-block;
+ vertical-align: middle;
+ white-space: normal;
+ font-size: 1.6rem;
+ line-height: 1.4em;
+ max-width: 75%;
+ margin: 0;
+}
+
+body[role="application"] section[role="dialog"].banner p strong {
+ text-transform: uppercase;
+ color: #0995b0;
+ font-weight: normal;
+}