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, 0 insertions, 36 deletions
diff --git a/apps/system/style/themes/default/banner.css b/apps/system/style/themes/default/banner.css
deleted file mode 100644
index 1a23fa7..0000000
--- a/apps/system/style/themes/default/banner.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* ----------------------------------
- * 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;
-}