From e6e9eb058f99d00685cc002271c9368f08a0e542 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Tue, 11 Nov 2025 18:22:14 -0500 Subject: [PATCH] Initialize file for edits --- Revo1817-theme.xml | 5333 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 5333 insertions(+) create mode 100644 Revo1817-theme.xml diff --git a/Revo1817-theme.xml b/Revo1817-theme.xml new file mode 100644 index 0000000..6a6dfb9 --- /dev/null +++ b/Revo1817-theme.xml @@ -0,0 +1,5333 @@ + + + + + + + + + + + + + + + + + + + + + + + + td { + border-bottom: 0; +} + +.tborder tbody tr:last-child > td:first-child { + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; +} + +.tborder tbody tr:last-child > td:last-child { + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; +} + +.thead { + -moz-border-radius-topleft: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-left-radius: 2px; + -webkit-border-top-right-radius: 2px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.thead_collapsed { + -moz-border-radius-bottomleft: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-left-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + +.thead_left { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.thead_right { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; +} + +.tcat_menu { + -moz-border-radius: 0 !important; + -webkit-border-radius: 0 !important; + border-radius: 0 !important; +} + +.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed { + -moz-border-radius-bottomleft: 2px !important; + -moz-border-radius-bottomright: 2px !important; + -webkit-border-bottom-left-radius: 2px !important; + -webkit-border-bottom-right-radius: 2px !important; + border-bottom-left-radius: 2px !important; + border-bottom-right-radius: 2px !important; +} + +button, +input.button, +input.textbox, +input.invalid_field, +input.valid_field, +select, +textarea, +.editor_control_bar, +blockquote, +.codeblock, +fieldset, +.pm_alert, +.red_alert, +.popup_menu, +.postbit_buttons > a, +a.button { + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; +} + +.post.classic .post_author { + -moz-border-radius: 0 2px 2px 0; + -webkit-border-radius: 0 2px 2px 0; + border-radius: 0 2px 2px 0; +} + +.popup_menu .popup_item_container:first-child .popup_item { + -moz-border-radius-topleft: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-left-radius: 2px; + -webkit-border-top-right-radius: 2px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.popup_menu .popup_item_container:last-child .popup_item { + -moz-border-radius-bottomleft: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-left-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + +.pagination a { + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; +} + +.pollbar { + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; +} + + + + ]]> + + li>a{ +display:block; +padding:3px 20px; +clear:both; +line-height:1.42857143; +color:#fff; +white-space:nowrap; +font-family: 'Droid Sans', sans-serif +font-size: 12px; +text-shadow: 0px 1px 1px rgba(54,54,54,1); +} + +.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{ +color:#fff; +text-decoration:none; +background:rgba(54,54,54,1); +font-family: 'Droid Sans', sans-serif +font-size: 12px; +text-shadow: 0px 1px 1px rgba(54,54,54,1); + +} + +.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{ +color:#fff; +text-decoration:none; +background:rgba(54,54,54,1); +outline:0; +font-family: 'Droid Sans', sans-serif +font-size: 12px; +text-shadow: 0px 1px 1px rgba(54,54,54,1); +} + +.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{ +color:#fff; +background:rgba(54,54,54,1); +font-family: 'Droid Sans', sans-serif +font-size: 12px; +text-shadow: 0px 1px 1px rgba(54,54,54,1); +} + +.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{ +text-decoration:none; +cursor:not-allowed; +background-color:transparent; +background-image:none; +filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) +font-family: 'Droid Sans', sans-serif +font-size: 12px; +text-shadow: 0px 1px 1px rgba(54,54,54,1); +} + +.open>.dropdown-menu{ +display:block +} + +.open>a{ +outline:0 +} + +.dropdown-menu-right{ +right:0;left:auto +} + +.dropdown-menu-left{ +right:auto;left:0 +} + +.dropdown-menu:before { + position: absolute; + top: -7px; + left: 9px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid rgba(54,54,54,1); + border-left: 7px solid transparent; + border-bottom-color: rgba(54,54,54,1); + content: ''; +font-family: 'Droid Sans', sans-serif +font-size: 12px; +} + +.dropdown-menu:after { + position: absolute; + top: -6px; + left: 10px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid rgba(54,54,54,1); + border-left: 6px solid transparent; + content: ''; +font-family: 'Droid Sans', sans-serif +font-size: 12px; +} + + + + + + + + + + + + + + ]]> + + a:link, +.postbit_buttons2 > a:hover, +.postbit_buttons2 > a:visited, +.postbit_buttons2 > a:active { + display: inline-block; + margin: 2px; + background: #3e3e3e; + color: #fff; + padding: 2px 6px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + text-shadow: 0px 1px 1px #161616; + border: 1px solid #4f4f4f; + font-size: 12px; +} + +.postbit_buttons2 > a:hover { + background: #403f3f; + color: #fff; +} + +.postbit_buttons2 a span:before { + content: ""; + display: inline-block; + font-family: FontAwesome; + font-weight: normal; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + font-size: 12px; +} + +.stposts { + background: #0e0e0e; + border: 1px solid #232323; + padding: 10px 15px; + transition: all 0.3s ease; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + font-size: 13px; + font-style: normal; + text-align: left; +} + +.user { + background: #0e0e0e; + border: 1px solid #232323; + padding: 10px 15px; + transition: all 0.3s ease; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + border-radius: 2px; + font-size: 13px; + font-style: normal; + text-align: left; +} + +br { + clear:left +} + +.footmenu { + width: 100%; +} + +.footmenu ul { + margin: 0; padding: 0; + float: left; +} + +.footmenu ul li { + display: inline; +} + +.footmenu ul li a { + color: white; + float: left; + padding: 5.5px 5px; + + text-decoration: none; +} + +.footmenu ul li a:visited { + color: white; +} + +.footmenu ul li a:hover, .footmenu ul li .current { + color: white; +} + +a.button4:link, +a.button4:visited, +a.button4:active { + display: inline-block; + padding: 7px 9px; + color: #fff; + + + text-decoration: none; + font-size: 14px; +} + +a.button4:hover { + color: #fff; + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +a.button5:link, +a.button5:visited, +a.button5:active { + color: #fff; + display: inline-block; + padding: 4px 7px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + background: #2b8995; + border: 1px solid #4dabb7; + text-shadow: 0px 1px 1px #1c626b; + text-decoration: none; + font-size: 12px; + font-weight: bold; +} + +a.button5:hover { + color: #fff; + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +.userbg { + background: #fff; + float: right; + text-align: right; + background-color: rgba(0,0,0,.4); + padding: 10px; + -moz-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + + -moz-border-top-right-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + font-size: 13px; + font-style: normal; +} + +a.twitch:link, +a.twitch:visited, +a.twitch:hover, +a.twitch:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #593895; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #6441a5; + font-family: 'Open Sans', Arial, sans-serif; +} + +a.yt:link, +a.yt:visited, +a.yt:hover, +a.yt:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #e52c27; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #e52c27; + font-family: 'Open Sans', Arial, sans-serif; +} + +a.goog:link, +a.goog:visited, +a.goog:hover, +a.goog:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #a12e23; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #c0392c; + font-family: 'Open Sans', Arial, sans-serif; +} + +a.tw:link, +a.tw:visited, +a.tw:hover, +a.tw:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #288bb6; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #2daae1; + font-family: 'Open Sans', Arial, sans-serif; +} + +a.fb:link, +a.fb:visited, +a.fb:hover, +a.fb:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #334d82; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #3b5997; + font-family: 'Open Sans', Arial, sans-serif; +} + + +a.discord:link, +a.discord:visited, +a.discord:hover, +a.discord:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #667bc4; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #7289da; + font-family: 'Open Sans', Arial, sans-serif; +} + + +a.tg:link, +a.tg:visited, +a.tg:hover, +a.tg:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #01679b; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #0088cc; + font-family: 'Open Sans', Arial, sans-serif; +} + +a.ig:link, +a.ig:visited, +a.ig:hover, +a.ig:active { + color: #fff; + -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + display: inline-block; + padding: 4px 6px; + margin: 2px 2px 6px 2px; + transition: text-shadow 3s; + -moz-transition: text-shadow 3s; + -webkit-transition: text-shadow 3s; + -o-transition: text-shadow 3s; + text-shadow: 1px 1px 0px #ebfc05; + box-shadow: 0px 2px 0px 2px rgba(0,0,0,0.150); + background-color: #9b019b; + font-family: 'Open Sans', Arial, sans-serif; +} + +a.button6:link, +a.button6:visited, +a.button6:active { + color: #777; + display: inline-block; + padding: 4px 0px; + -webkit-transition: background-color 600ms linear, color 600ms linear; + -moz-transition: background-color 600ms linear, color 600ms linear; + -o-transition: background-color 600ms linear, color 600ms linear; + -ms-transition: background-color 600ms linear, color 600ms linear; + transition: background-color 600ms linear, color 600ms linear; + margin-top: 10px; + + text-decoration: none; + font-size: 12px; +} + +a.button6:hover { + color: #777; + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; +} + +#mainwidth { + width: 90%; + text-align: left; + line-height: 1.4; + margin: auto auto; + margin-bottom: 60px; +} + +div.theme, div.language { + display: inline-block; +} + +legend { + background: #4dabb7; + color: #fff; + text-shadow: 1px 1px 0px #2f7a84; + padding: 3px 4px; + text-align: left; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + border: 1px solid #4dabb7; + + font-family: Tahoma, Geneva, Sans-Serif; + font-size: 11px; +} + +fieldset { + background: #000; + border: #232323 1px solid; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + text-align: left; +} + +.topbar { + background: #393b47 url(images/revolution/bfbg.jpg) top center; + border-bottom: 1px solid #262626; + height: 220px; + padding: 0; + margin: auto; + text-shadow: 1px 1px 0px #262832; + -moz-border-bottom-left-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -moz-border-bottom-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; + color: #fff; +} + +.menu { + background: #000; + width: 100%; + float: left; + text-align: left; + background-color: rgba(0,0,0,.8); + + font-family: 'Droid Sans', sans-serif; + font-size: 13px; +} + +.menu ul { + padding: 0; + margin: 0; + + font-family: 'Droid Sans', sans-serif; +} + +.menu li { + list-style: none; + display: inline-block; + padding: 13px 12px; + margin: 0; + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; + + font-family: 'Droid Sans', sans-serif; + font-size: 13px; +} + +.menu li:hover, .menu li:active { + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; + + font-family: 'Droid Sans', sans-serif; +} + +.menu li a:link, .menu li a:visited { + color: #fff; + text-shadow: 1px 1px 0px #262832; + + font-family: 'Droid Sans', sans-serif; +} + +.red_alert a:link, +.red_alert a:visited, +.red_alert a:hover, +.red_alert a:active { + color: #fff; +} + +#pm_notification { + display: inline-block; + height: 10px; + line-height: 10px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + padding: 4px 5px 4px 5px; + background: #912222; + color: #fff; + text-shadow: 1px 1px 1px #6e1b1b; + border: 1px solid #b11919; + font-size: 12px; + font-style: normal; +} + +a#pm_notification { + text-shadow: 1px 1px 0px #7a7878; + color: #fff; + font-size: 15px; + font-style: normal; + text-decoration: none; +}]]> + + .expcolimage { + margin-top: 0; +} + +blockquote { + background: #1f1f1f; + margin: 0; + padding: 10px; + border: #232323 1px solid; + text-shadow: 1px 1px 0px #0d0d0d; + padding: 10px; + border-left: #ccc 4px solid; + + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +blockquote cite { + border-bottom: 1px solid #1f1f1f; + display: block; + padding-bottom: 3px; + margin: 0 0 10px 0; + + font-weight: bold; +} + +blockquote cite span { + color: #ccc; + float: right; + + font-size: 12px; + font-weight: normal; +} + +blockquote cite span.highlight { + float: none; + font-weight: bold; + padding-bottom: 0; +} + +.codeblock { + background: #1f1f1f; + border: #232323 1px solid; + text-shadow: 1px 1px 0px #0d0d0d; + padding: 10px; + border-left: #ccc 4px solid; + + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +.codeblock .title { + border-bottom: 1px solid #1f1f1f; + padding-bottom: 3px; + margin: 0 0 10px 0; + + font-weight: bold; +} + +.codeblock code { + overflow: auto; + height: auto; + max-height: 200px; + display: block; + + font-family: 'Droid Sans', sans-serif; + font-size: 13px; + font-style: italic; +} + +.smilie { + vertical-align: middle; +} + +.smilie_pointer { + cursor: pointer; +} + +.separator { + margin: 5px; + padding: 0; + height: 0px; + font-size: 1px; + list-style-type: none; +} + +.popup_menu .popup_item_container { + margin: 1px; + text-align: left; +} + +.popup_menu .popup_item { + display: block; + padding: 4px; + white-space: nowrap; + text-shadow: 0px 1px 1px rgba(54,54,54,1); + + text-decoration: none; + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +.popup_menu a.popup_item:hover { + text-decoration: none; +} + +.subject_new { + font-weight: bold; +} + +.highlight { + background: #FFFFCC; + padding-top: 3px; + padding-bottom: 3px; +} + +.pm_alert { + background: #3e3e3e; + color: #fff; + text-shadow: 1px 1px 0px #161616; + border: 1px solid #5e5c5c; + text-align: center; + padding: 10px 20px; + margin-bottom: 15px; + font-family: 'Droid Sans', sans-serif; + font-size: 11px; +} + +.pm_alert a:link, +.pm_alert a:visited, +.pm_alert a:hover, +.pm_alert a:active { + color: #fff; + font-family: 'Droid Sans', sans-serif; + font-size: 11px; +} + +.red_alert { + background: #a0a3f2; + color: #fff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + text-shadow: 1px 1px 0px #6e1b1b; + border: 1px solid #a5a7f2; + text-align: center; + padding: 10px 20px; + margin-bottom: 15px; + word-wrap: break-word; + text-decoration: none; + font-family: 'Droid Sans', sans-serif; + font-size: 11px; +} + +.red_alert a:link, +.red_alert a:visited, +.red_alert a:hover, +.red_alert a:active { + color: #ccc; + text-align: left; + line-height: 1.4; + margin: 0; + + font-family: 'Droid Sans', sans-serif; + font-size: 11px; +} + +.high_warning { + color: #CC0000; +} + +.moderate_warning { + color: #F3611B; +} + +.low_warning { + color: #AE5700; +} + +.online { + color: #15A018; +} + +.offline { + color: #C7C7C7; +} + +div.error { + background: #FFF6BF; + color: #000; + padding: 5px 10px; + border-top: 2px solid #FFD324; + border-bottom: 2px solid #FFD324; + text-shadow: none; + font-size: 12px; +} + +div.error a:link, +div.error a:visited, +div.error a:hover, +div.error a:active { + color: #000; + text-shadow: none; +} + +div.error p { + color: #000; + margin: 0; + text-shadow: none; + font-weight: normal; +} + +div.error p a:link, +div.error p a:visited, +div.error p a:hover, +div.error p a:active { + color: #000; + text-shadow: none; +} + +div.error p em { + background: url(images/error.png) no-repeat 0; + color: #000; + padding-left: 24px; + display: block; + text-shadow: none; + font-style: normal; + font-weight: bold; +} + +div.error p em a:link, +div.error p em a:visited, +div.error p em a:hover, +div.error p em a:active { + color: #000; + text-shadow: none; +} + +div.error ul { + margin-left: 24px; + text-shadow: none; +} + +div.error ul a:link, +div.error ul a:visited, +div.error ul a:hover, +div.error ul a:active { + color: #000; + text-shadow: none; +} + +.pagination { + font-size: 11px; + padding-top: 10px; + margin-bottom: 5px; +} + +.tfoot .pagination, +.tcat .pagination { + color: #ccc; + padding-top: 0; +} + +.pagination .pages { + color: #fff; + text-shadow: 1px 1px 0px #161616; + font-size: 13px; + font-weight: bold; +} + +.pagination .pagination_current, +.pagination a { + background: #3e3e3e; + padding: 4px 8px; + text-shadow: 1px 1px 0px #161616; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + -webkit-box-shadow: inset 0 0 1px 1px #5d5d5d; + -moz-box-shadow: inset 0 0 1px 1px #5d5d5d; + box-shadow: inset 0 0 1px 1px #5d5d5d; + border: 1px solid #161616; + color: #ffffff; + font-size: 12px; +} + +.pagination a { + background: #3e3e3e; + text-shadow: 1px 1px 0px #161616; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + -webkit-box-shadow: inset 0 0 1px 1px #5d5d5d; + -moz-box-shadow: inset 0 0 1px 1px #5d5d5d; + box-shadow: inset 0 0 1px 1px #5d5d5d; + border: 1px solid #161616; + color: #ffffff; +} + +.pagination .pagination_current { + background: #202020; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + text-shadow: 1px 1px 0px #0e0e0e; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + -webkit-box-shadow: inset 0 0 1px 1px #3d3d3d; + -moz-box-shadow: inset 0 0 1px 1px #3d3d3d; + box-shadow: inset 0 0 1px 1px #3d3d3d; + border: 1px solid #0e0e0e; + color: #fff; + padding: 4px 8px; + font-size: 12px; + font-style: normal; + font-weight: bold; +} + +.pagination a:hover { + -webkit-transition: all 0.5s ease; + -moz-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + transition: all 0.5s ease; + text-decoration: none; +} + +.pagination .go_page img { + margin-bottom: -4px; +} + +.drop_go_page { + background: #f5f5f5; + padding: 4px; +} + +.pagination_breadcrumb { + background-color: #efefef; + border: 1px solid #fff; + outline: 1px solid #ccc; + padding: 5px; + margin-top: 5px; + font-weight: normal; +} + +.pagination_breadcrumb_link { + vertical-align: middle; + cursor: pointer; +} + +.thread_legend, +.thread_legend dd { + margin: 0; + padding: 0; +} + +.thread_legend dd { + padding-bottom: 4px; + margin-right: 15px; +} + +.thread_legend img { + margin-right: 4px; + vertical-align: bottom; +} + +.forum_legend, +.forum_legend dt, +.forum_legend dd { + margin: 0; + padding: 0; +} + +.forum_legend dd { + float: left; + margin-right: 10px; + margin-top: 7px; +} + +.forum_legend dt { + margin-right: 10px; + float: left; +} + +.success_message { + color: #00b200; + font-weight: bold; + font-size: 10px; + margin-bottom: 10px; +} + +.error_message { + color: #C00; + margin-bottom: 10px; + text-shadow: none; + font-size: 10px; + font-weight: bold; +} + +#posts_container { + padding: 0; +} + +.ignored_post { + border-top: 3px solid #333; + padding: 15px; +} + +.ignored_post .show_ignored_post { + margin-top: -15px; +} + +.ignored_post .show_ignored_post a.button span { + background-position: 0 -400px; +} + +.post { + overflow: hidden; +} + +.post.classic { + padding-top: 15px; +} + +.post .post_author { + background: #0e0e0e; + border-bottom: 1px solid #232323; + border-top: 2px solid #232323; + padding: 5px; + overflow: hidden; + border-top: 1px solid #232323; +} + +.post.classic .post_author { + width: 15%; + float: left; + margin: 0 1% 15px 0; + border-left: 0; + padding: 5px 1%; + border: 1px solid #232323; + border-left: none; +} + +.post .post_author .buddy_status { + vertical-align: middle; + margin-top: -4px; +} + +.post .post_author div.author_avatar { + float: left; + margin-right: 3px; +} + +.post.classic .post_author div.author_avatar { + float: none; + text-align: center; + margin-bottom: 8px; +} + +.post .post_author div.author_avatar img { + padding: 5px; +} + +.post .post_author div.author_information { + float: left; + padding: 6px 8px; +} + +.post.classic .post_author div.author_information { + float: none; + padding: 0; + text-align: center; +} + +.post .post_author div.author_statistics { + float: right; + font-size: 11px; + padding: 3px 10px 3px 5px; + color: #666; + line-height: 1.3; +} + +.post.classic .post_author div.author_statistics { + margin: 6px 0 0 0; + padding: 6px 6px 3px 6px; + float: none; +} + +.post .post_head { + padding-bottom: 4px; + margin-bottom: 4px; + border-bottom: 1px dashed #232323; + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +.post .post_head span.post_date { + color: #ccc; +} + +.post .post_head span.edited_post { + color: #ccc; + font-size: 12px; +} + +.post .post_head span.edited_post a { + color: #ccc; +} + +.post_body { + font-size: 14px; + padding: 12px 0; +} + +.post.classic .post_content { + float: left; + width: 79%; + padding: 0 1% 5px 1%; +} + +.post_content { + padding: 9px 10px 5px 10px; +} + +.post_content .signature { + margin-top: 5px; + padding: 10px 0 4px 0; + border-top: 1px dashed #232323; +} + +.post .post_meta { + color: #ccc; + margin: 4px 0; + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +.post .post_meta a:link, +.post .post_meta a:visited { + color: #ccc; +} + +.post .post_meta a:hover, +.post .post_meta a:active { + color: #fff; +} + +.post_controls { + background: #0e0e0e; + clear: both; + border: 1px solid #232323; + padding: 8px; + overflow: hidden; + border-top: none; + -webkit-border-bottom-left-radius: 3px; + -moz-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +.postbit_buttons > a:link, +.postbit_buttons > a:hover, +.postbit_buttons > a:visited, +.postbit_buttons > a:active { + display: inline-block; + padding: 2px 5px; + margin: 2px; + background: #3e3e3e; + color: #fff; + text-shadow: 0px 1px 1px #161616; + border: 1px solid #4f4f4f; + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +.postbit_buttons > a:hover { + background: #403f3f; + color: #fff; + font-family: 'Droid Sans', sans-serif; + font-size: 12px; +} + +.postbit_buttons a span:before { + content: ""; + display: inline-block; + font-family: FontAwesome; + font-weight: normal; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-right: 5px; + font-size: 12px; +} + +.postbit_buttons a.postbit_find span:before { +content: "\f002"; +} + +.postbit_buttons a.postbit_reputation_add span:before { +content: "\f067"; +} + +.postbit_buttons a.postbit_email span:before { +content: "\f0e0"; +} + +.postbit_buttons a.postbit_website span:before { +content: "\f0ac"; +} + +.postbit_buttons a.postbit_pm span:before { +content: "\f199"; +} + +.postbit_buttons a.postbit_quote span:before { +content: "\f10e"; +} + +.postbit_buttons a.postbit_multiquote span:before { +content: "\f055"; +} + +.postbit_buttons a.postbit_multiquote_on span:before { +content: "\f056"; + color: #DB1304; +} + +.postbit_buttons a.postbit_edit span:before { +content: "\f044"; +} + +.postbit_buttons a.postbit_qdelete span:before { +content: "\f00d"; +} + +.postbit_buttons a.postbit_qrestore span:before { +content: "\f067"; +} + +.postbit_buttons a.postbit_report span:before { +content: "\f0a1"; +} + +.postbit_buttons a.postbit_warn span:before { +content: "\f0e3"; +} + +.postbit_buttons a.postbit_purgespammer span:before { +content: "\f071"; +} + +.postbit_buttons a.postbit_reply_pm span:before { +content: "\f112"; +} + +.postbit_buttons a.postbit_reply_all span:before { +content: "\f122"; +} + +.postbit_buttons a.postbit_forward_pm span:before { +content: "\f064"; +} + +.postbit_buttons a.postbit_delete_pm span:before { +content: "\f00d"; +} + +a.button:link, +a.button:hover, +a.button:visited, +a.button:active { + background: #3e3e3e; + color: #fff; + display: inline-block; + padding: 4px 8px; + margin: 2px 2px 6px 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + text-shadow: 1px 1px 1px #3e3e3e; + border-left: 4px solid #5e5c5c; + border-right: 4px solid #5e5c5c; + + font-family: 'Droid Sans', sans-serif; + font-size: 13px; +} + +a.button.small_button { + margin: 0; + padding: 3px 6px; + + font-family: 'Droid Sans', sans-serif; + font-size: 13px; +} + +a.button span { + display: inline-block; + + font-family: 'Droid Sans', sans-serif; + font-size: 13px; +} + +a.button.new_thread_button span { + background-position: 0 -340px; +} + +a.button.new_reply_button span { + background-position: 0 -360px; +} + +a.button.closed_button span { + background-position: 0 -380px; +} + +a.button.rate_user_button span { + background-position: 0 -400px; +} + +a.button.add_buddy_button span { + background-position: 0 -440px; +} + +a.button.remove_buddy_button span { + background-position: 0 -480px; +} + +a.button.add_ignore_button span { + background-position: 0 -460px; +} + +a.button.remove_ignore_button span { + background-position: 0 -500px; +} + +a.button.report_user_button span { + background-position: 0 -520px; +} + +.quick_jump { + background: url(images/jump.png) no-repeat 0; + width: 13px; + height: 13px; + padding-left: 13px; /* amount of padding needed for image to fully show */ + margin-top: -3px; + border: none; +} + +.pollbar { + background: url(images/pollbar.png) top left repeat-x; + border: 1px solid #3f3f3f; + height: 10px; +} + +.pollbar .percent { + display: none; +} + +.posticons_label { + white-space: nowrap; +} + +/** jGrowl Start **/ + +/** Special IE6 Style Positioning **/ +.ie6 { + position: absolute; +} + +.ie6.top-right { + right: auto; + bottom: auto; + left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.top-left { + left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.bottom-right { + left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.bottom-left { + left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.center { + left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); + width: 100%; +} + +/** jGrowl Styling **/ +.jGrowl { + z-index: 9999; + color: #ffffff; + font-size: 12px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + position: fixed; +} + +.jGrowl.top-left { + left: 0px; + top: 0px; +} + +.jGrowl.top-right { + right: 0px; + top: 0px; +} + +.jGrowl.bottom-left { + left: 0px; + bottom: 0px; +} + +.jGrowl.bottom-right { + right: 0px; + bottom: 0px; +} + +.jGrowl.center { + top: 0px; + width: 50%; + left: 25%; +} + +/** Cross Browser Styling **/ + +.jGrowl.center .jGrowl-notification, +.jGrowl.center .jGrowl-closer { + margin-left: auto; + margin-right: auto; +} + +.jGrowl-notification { + background-color: #000000; + opacity: 0.9; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + zoom: 1; + width: 250px; + padding: 10px; + margin: 10px; + text-align: left; + display: none; + border-radius: 5px; + word-break: break-all; + min-height: 40px; +} + +.jGrowl-notification .ui-state-highlight, +.jGrowl-notification .ui-widget-content .ui-state-highlight, +.jGrowl-notification .ui-widget-header .ui-state-highlight { + border: 1px solid #000; + background: #000; + color: #fff; +} + +.jGrowl-notification .jGrowl-header { + font-weight: bold; + font-size: .85em; +} + +.jGrowl-notification .jGrowl-close { + background-color: transparent; + color: inherit; + border: none; + z-index: 99; + float: right; + font-weight: bold; + font-size: 1em; + cursor: pointer; +} + +.jGrowl-closer { + background-color: #000000; + opacity: 0.9; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + zoom: 1; + width: 250px; + padding: 10px; + margin: 10px; + text-align: left; + display: none; + border-radius: 5px; + word-break: break-all; + padding-top: 4px; + padding-bottom: 4px; + cursor: pointer; + font-size: .9em; + font-weight: bold; + text-align: center; +} + +.jGrowl-closer .ui-state-highlight, +.jGrowl-closer .ui-widget-content .ui-state-highlight, +.jGrowl-closer .ui-widget-header .ui-state-highlight { + border: 1px solid #000; + background: #000; + color: #fff; +} + +/** Hide jGrowl when printing **/ +@media print { + .jGrowl { + display: none; +} + + +} + +/** jGrowl End **/ + +/** Modal Start **/ + +.modal { + display: none; + width: 400px; + text-align: left; + background: #fff; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + border-radius: 8px; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; + -o-box-shadow: 0 0 10px #000; + -ms-box-shadow: 0 0 10px #000; + box-shadow: 0 0 10px #000; +} + +.modal a.close-modal { + position: absolute; + top: -12.5px; + right: -12.5px; + display: block; + width: 30px; + height: 30px; + text-indent: -9999px; + background: url(images/close.png) no-repeat 0 0; +} + +.modal-spinner { + display: none; + width: 64px; + height: 64px; + position: fixed; + top: 50%; + left: 50%; + margin-right: -32px; + margin-top: -32px; + background: url(images/spinner_big.gif) no-repeat center center; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + border-radius: 8px; +} + +/** Modal End **/ + +/** Impromptu Start **/ + +/*! jQuery-Impromptu - v6.2.1 - 2015-05-10 +* http://trentrichardson.com/Impromptu +* Copyright (c) 2015 Trent Richardson; Licensed MIT */ + +.jqifade{ + position: absolute; + background-color: #777777; +} + +iframe.jqifade{ + display:block; + z-index:-1; +} + +div.jqi{ + + width: 400px; + max-width:90%; + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + position: absolute; + background-color: #ffffff; + font-size: 11px; + text-align: left; + border: solid 1px #eeeeee; + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + padding: 7px; +} + +div.jqi .jqicontainer{ +} + +div.jqi .jqiclose{ + + position: absolute; + top: 4px; right: -2px; + width: 18px; + cursor: default; + color: #bbbbbb; + font-weight: bold; +} + +div.jqi .jqistate{ + background-color: #fff; +} + +div.jqi .jqititle{ + padding: 5px 10px; + font-size: 16px; + line-height: 20px; + border-bottom: solid 1px #eeeeee; +} + +div.jqi .jqimessage{ + + padding: 10px; + line-height: 20px; + color: #444444; + overflow: auto; +} + +div.jqi .jqibuttonshide{ + display: none; +} + +div.jqi .jqibuttons{ + + text-align: right; + margin: 0 -7px -7px -7px; + border-top: solid 1px #e4e4e4; + background-color: #f4f4f4; + border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + -webkit-border-radius: 0 0 6px 6px; +} + +div.jqi .jqibuttons button{ + + margin: 0; + padding: 15px 20px; + background-color: transparent; + font-weight: normal; + border: none; + border-left: solid 1px #e4e4e4; + color: #777; + font-weight: bold; + font-size: 12px; +} + +div.jqi .jqibuttons button.jqidefaultbutton{ + color: #489afe; +} + +div.jqi .jqibuttons button:hover, +div.jqi .jqibuttons button:focus{ + color: #287ade; + outline: none; +} + +div.jqi .jqibuttons button[disabled]{ + color: #aaa; +} + +.jqiwarning .jqi .jqibuttons{ + + background-color: #b95656; +} + +/* sub states */ +div.jqi .jqiparentstate::after{ + + background-color: #777; + opacity: 0.6; + filter: alpha(opacity=60); + content: ''; + position: absolute; + top:0;left:0;bottom:0;right:0; + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; +} + +div.jqi .jqisubstate{ + position: absolute; + top:0; + left: 20%; + width: 60%; + padding: 7px; + border: solid 1px #eeeeee; + border-top: none; + border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + -webkit-border-radius: 0 0 6px 6px; +} + +div.jqi .jqisubstate .jqibuttons button{ + padding: 10px 18px; +} + +/* arrows for tooltips/tours */ +.jqi .jqiarrow{ + position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent; +} + +.jqi .jqiarrowtl{ + left: 10px; top: -20px; border-bottom-color: #ffffff; +} + +.jqi .jqiarrowtc{ + left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; +} + +.jqi .jqiarrowtr{ + right: 10px; top: -20px; border-bottom-color: #ffffff; +} + +.jqi .jqiarrowbl{ + left: 10px; bottom: -20px; border-top-color: #ffffff; +} + +.jqi .jqiarrowbc{ + left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; +} + +.jqi .jqiarrowbr{ + right: 10px; bottom: -20px; border-top-color: #ffffff; +} + +.jqi .jqiarrowlt{ + left: -20px; top: 10px; border-right-color: #ffffff; +} + +.jqi .jqiarrowlm{ + left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; +} + +.jqi .jqiarrowlb{ + left: -20px; bottom: 10px; border-right-color: #ffffff; +} + +.jqi .jqiarrowrt{ + right: -20px; top: 10px; border-left-color: #ffffff; +} + +.jqi .jqiarrowrm{ + right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; +} + +.jqi .jqiarrowrb{ + right: -20px; bottom: 10px; border-left-color: #ffffff; +} + +/** Impromptu End */ + +.no_bottom_border { + border-bottom: 0; +} + +.post.unapproved_post { + +} + +.post.unapproved_post .post_author { +} + +.post.classic.unapproved_post .post_author { + +} + +.post.unapproved_post .post_controls { + +} + +.trow_deleted, +.post.deleted_post { + background: rgba(15,15,15,0.95); + color: #f1f1f1; + padding: 15px !important; +} + +.deleted_post_hidden { + background: rgba(15,15,15,0.95); + color: #f1f1f1; + padding: 10px !important; + padding: 15px; +} + +.deleted_post_collapsed { + background: rgba(15,15,15,0.95); + color: #f1f1f1; + padding: 15px !important; +} + +.deleted_post_collapsed .show_deleted_post { + margin-top: 0px; + padding: 15px; +} + +.deleted_post_collapsed .show_deleted_post a.button span { + background-position: 0 -400px; +} + +/** Modal Start **/ + +.blocker { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + overflow: auto; + z-index: 9999; + padding: 20px; + box-sizing: border-box; + background-color: rgb(0,0,0); + background-color: rgba(0,0,0,0.75); + text-align: center; +} + +.blocker:before{ + content: ""; + display: inline-block; + height: 100%; + vertical-align: middle; + margin-right: -0.05em; +} + +.blocker.behind { + background-color: transparent; +} + +.modal { + width: 400px; + text-align: left; + display: inline-block; + vertical-align: middle; + position: relative; + z-index: 2; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + border-radius: 3px; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; + -o-box-shadow: 0 0 10px #000; + -ms-box-shadow: 0 0 10px #000; + box-shadow: 0 0 10px #000; +} + +.modal a.close-modal { + position: absolute; + top: -12.5px; + right: -12.5px; + display: block; + width: 30px; + height: 30px; + text-indent: -9999px; + background: url(images/close.png) no-repeat 0 0; +} + +.modal-spinner { + display: none; + width: 64px; + height: 64px; + position: fixed; + top: 50%; + left: 50%; + margin-right: -32px; + margin-top: -32px; + background: url(images/spinner_big.gif) no-repeat center center; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + border-radius: 3px; +} + +/** Modal End **/ + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file