aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/css/roma.css
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-07-08 16:41:46 +0000
committerflop25 <flop25@piwigo.org>2014-07-08 16:41:46 +0000
commit1efc0eb46047957e69a6c686286c4ee032f86431 (patch)
treee8b6fd3c1926d0e2304530d7da0206e9c2363a0e /plugins/TakeATour/css/roma.css
parent82ffe38c37ee65bd2053146aa9037ac779283e33 (diff)
Take A Tour:
css for roma en_UK force_fallback'ed privacy wip git-svn-id: http://piwigo.org/svn/trunk@29007 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--plugins/TakeATour/css/roma.css98
1 files changed, 98 insertions, 0 deletions
diff --git a/plugins/TakeATour/css/roma.css b/plugins/TakeATour/css/roma.css
new file mode 100644
index 000000000..6f6b5b665
--- /dev/null
+++ b/plugins/TakeATour/css/roma.css
@@ -0,0 +1,98 @@
+.btn:hover,
+.btn:focus {
+ color: #ccc;
+}
+.btn:active,
+.btn.active {
+ -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.125);
+ box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.125);
+}
+
+.btn-default {
+ /*color: #ff3363;
+ background-color: #111111;
+ border-color: #ff3363;*/
+ color: #ccc;
+ background-color: #111111;
+ border-color: #333;
+
+}
+.btn-default:hover,
+.btn-default:focus,
+.btn-default:active,
+.btn-default.active,
+.open .dropdown-toggle.btn-default {
+ color: #ff3363;
+ background-color: #141414;
+ border-color: #ff3363;
+/* color: #ccc;
+ background-color: #141414;
+ border-color: #525252;*/
+}
+.btn-default.disabled,
+.btn-default[disabled],
+fieldset[disabled] .btn-default,
+.btn-default.disabled:hover,
+.btn-default[disabled]:hover,
+fieldset[disabled] .btn-default:hover,
+.btn-default.disabled:focus,
+.btn-default[disabled]:focus,
+fieldset[disabled] .btn-default:focus,
+.btn-default.disabled:active,
+.btn-default[disabled]:active,
+fieldset[disabled] .btn-default:active,
+.btn-default.disabled.active,
+.btn-default[disabled].active,
+fieldset[disabled] .btn-default.active {
+ color: #666;
+ background-color: #000;
+ border-color: #333333;
+}
+.btn-default .badge {
+ color: #000;
+ background-color: #ccc;
+}
+
+.popover {
+ background-color: #222;
+ border: 1px solid #333333;
+ box-shadow: 0 5px 10px rgba(170, 170, 170, 0.2);
+}
+.popover-title, .popover-content {
+ color: #aaa;
+}
+.popover-title {
+ background-color: #111111;
+ border-bottom: 1px solid #141414;
+}
+.popover.top > .arrow {
+ border-top-color: #666666;
+ border-top-color: rgba(170, 170, 170, 0.25);
+}
+.popover.top > .arrow:after {
+ border-top-color: #222;
+}
+.popover.right > .arrow {
+ border-right-color: #666666;
+ border-right-color: rgba(170, 170, 170, 0.25);
+}
+.popover.right > .arrow:after {
+ border-right-color: #222;
+}
+.popover.bottom > .arrow {
+ border-bottom-color: #666666;
+ border-bottom-color: rgba(170, 170, 170, 0.25);
+}
+.popover.bottom > .arrow:after {
+ border-bottom-color: #222;
+}
+.popover.left > .arrow {
+ border-left-color: #666666;
+ border-left-color: rgba(170, 170, 170, 0.25);
+}
+.popover.left > .arrow:after {
+ border-left-color: #222;
+}
+.tour-backdrop {
+ background-color: #fff;
+}