summaryrefslogtreecommitdiff
path: root/assets/website/css/nice-bar.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/website/css/nice-bar.css')
-rw-r--r--assets/website/css/nice-bar.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/assets/website/css/nice-bar.css b/assets/website/css/nice-bar.css
new file mode 100644
index 0000000..e43fb89
--- /dev/null
+++ b/assets/website/css/nice-bar.css
@@ -0,0 +1,40 @@
+.nice-bar {
+ display: none;
+ width: 100%;
+ background: #215870;
+ border-bottom: 3px solid #ffffff;
+}
+.nice-bar .nice-text {
+ width: 1200px;
+ margin: 0 auto;
+ padding: 12px 0;
+ color: #000;
+ font-weight: bold;
+}
+.nice-bar .nice-button {
+ padding: 2px 5px;
+ background: #111111;
+ color: #ffffff;
+ margin: 0 0 0 10px;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ -o-border-radius: 3px;
+ border-radius: 3px;
+}
+.nice-bar .nice-close {
+ float: right;
+ padding: 1px 7px 2px 7px;
+ background: #111111;
+ color:#fff;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ -o-border-radius: 3px;
+ border-radius: 3px;
+}
+.nice-bar .nice-close:hover {
+ cursor: pointer;
+}
+.nice-bar span.ext{
+ display: none;
+}