aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-07-25 20:42:29 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:12 +0200
commit7ccc18297af17dbc66fc5a28710af6970a17fb6e (patch)
tree9513a0f52d0abbed004c31c13e73c03fbec623bf /phpBB/styles/prosilver/theme/common.css
parentb9bbbc3ede58c173617ed07c0ae040816a270901 (diff)
downloadforums-7ccc18297af17dbc66fc5a28710af6970a17fb6e.tar
forums-7ccc18297af17dbc66fc5a28710af6970a17fb6e.tar.gz
forums-7ccc18297af17dbc66fc5a28710af6970a17fb6e.tar.bz2
forums-7ccc18297af17dbc66fc5a28710af6970a17fb6e.tar.xz
forums-7ccc18297af17dbc66fc5a28710af6970a17fb6e.zip
[ticket/10270] Makes page fade to dark on popup, and added $.querystring.
PHPBB3-10270
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 6b34bb1c3d..a3d2c5660e 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -593,8 +593,8 @@ li.pagination {
.jalert {
background-color: #FFFFFF;
border: 1px solid #999999;
- display: none;
position: fixed;
+ display: none;
top: 100px;
left: 35%;
width: 30%;
@@ -608,6 +608,20 @@ li.pagination {
padding-bottom: 8px;
}
+#darkenwrapper {
+ display: none;
+}
+
+#darken {
+ position: fixed;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ background-color: #000000;
+ opacity: 0.5;
+}
+
/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {