Zbyt długi pasek edycji

Założony przez  pat277.

Problem polega na tym, że gdy rozwinę pasek "Edytuj" to jest długa przerwa, i dopiero potem Moderuj, Szybka Edycja, itd.
SS:
   
Szogi1910 napisał 26.12.2016, 11:01:
Wszelkie zrzuty z ekranu należy dodawać w postaci załącznika. Zabronione jest zamieszczanie grafik / plików umieszczonych na serwerach zewnętrznych.
W szablonie postbit_edit masz:
<div id="edit_post_247_popup" class="popup_menu" style="position: absolute;top: 1609.41px;left: 687.5px;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_247">Szybka edycja</a></div><div class="popup_item_container"><a href="editpost.php?pid=247" class="popup_item">Pełna edycja</a></div></div>
usuń 
top: 1609.41px
i będzie cacy (chyba - w załączniku masz efekt finalny)
   
Prośby na PW dotyczące wsparcia z problemami będą ignorowane. Pomoc poza forum - odpłatna.
Nie ma czegoś takiego w moim szablonie

<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="button_post postbit_edit"><span>{$lang->postbit_button_edit}</span></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
$("#edit_post_{$post['pid']}").popupMenu();
}
// -->
</script>
:facepalm:

Chodzi o drugą (2) linijkę w tym kodzie:
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
Cytat:w pół dnia stałeś się lepszym pytonistą niż kawenanowo kiedykolwiek programisto :3 ~ Riess 13.11.2018 16:28
Cytat:ale z tą nazwą to fyeem ma racje  ~ Divir 29.07.2019 16:08
I co z nią mam zrobić?
(26.12.2016, 18:11)Conors napisał(a): W szablonie postbit_edit masz:
<div id="edit_post_247_popup" class="popup_menu" style="position: absolute;top: 1609.41px;left: 687.5px;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_247">Szybka edycja</a></div><div class="popup_item_container"><a href="editpost.php?pid=247" class="popup_item">Pełna edycja</a></div></div>
usuń
top: 1609.41px
i będzie cacy (chyba - w załączniku masz efekt finalny)
[attachment=11047]
Cytat:w pół dnia stałeś się lepszym pytonistą niż kawenanowo kiedykolwiek programisto :3 ~ Riess 13.11.2018 16:28
Cytat:ale z tą nazwą to fyeem ma racje  ~ Divir 29.07.2019 16:08
Nie mam: top: 1609.41px
Błąd leży w arkuszu Carbon.css.
Jeśli nie masz tam ważnych zmian, podmień na kod podany poniżej. Jeśli jednak je masz, przeanalizuj zmiany między poniższym kodem a Twoją zawartością.


 .welcomeblock {
color:#fff;
     background: #1d410d url(../../../images/carbon/maintitle.png) repeat-x 50% 0;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
height:36px
}

.welcomeblock-wrapper {
width:90%;
margin:0 auto;
min-width:980px;
max-width:1300px
}

.nawigacja_usera ul {
margin-top:0;
margin-left:-40px
}

.nawigacja_usera ul li {
list-style:none;
display:inline-block
}

.nawigacja_usera ul li a {
color:#fff;
float:left;
padding:0 12px;
line-height:36px;
outline:none;
height:36px
}

.nawigacja_usera ul li a:hover {
background:rgba(164,227,122,0.2)
}

.menu_top {
float:right;
margin-top:33px
}

.menu_top li {
list-style:none;
display:inline-block;
margin:0 4px 0 0
}

.menu_top li a {
color:#9a9a9a;
background:url(../../../images/carbon/trans10.png) repeat;
background:rgba(0,0,0,0.1);
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
-moz-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
display:block;
outline:none;
padding:0 15px;
line-height:34px;
height:34px;
position:relative;
font-weight:700;
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s
}

.menu_top li a:hover {
color:#fff;
background:url(../../../images/carbon/trans10.png) repeat;
background:rgba(0,0,0,0.3);
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s
}
.nawigacja_usera ul li a > img {
   vertical-align:middle;
}
.button_submit_gl {
background:#1a1a1a url(../../../images/carbon/search_icon.png) no-repeat 50%;
z-index:1000;
padding:0;
border:0;
margin-left:238px;
margin-bottom:-27px;
position:relative;
width:26px;
height:26px;
-moz-border-radius:0 3px 3px 0;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-right-radius:3px;
border-radius:0 3px 3px 0;
cursor:pointer
}

.search_bg {
position:relative;
background:#fff;
display:block;
padding:0 26px 0 4px;
height:26px;
line-height:25px;
-moz-border-radius:3px 4px 4px 3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:3px;
border-radius:3px 4px 4px 3px;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
min-width:230px;
font-size:12px;
border:0;
width:138px;
outline:0
}

.zaawansowane_szukanie {
width:26px;
height:26px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
background:url(../../../images/carbon/advanced_search.png) no-repeat 50% 50%;
text-indent:-3000em;
display:inline-block;
margin-left:3px;
float:right;
margin-top:-26px
}

.zaawansowane_szukanie:hover {
background-color:rgba(0,0,0,0.3);
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px
}

.search_bg:focus[type=text] {
position:relative;
background:#fff;
display:block;
padding:0 26px 0 4px;
height:26px;
line-height:25px;
-moz-border-radius:3px 4px 4px 3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:3px;
border-radius:3px 4px 4px 3px;
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
min-width:230px;
font-size:12px;
border:0;
width:138px;
outline:0
}

#rotator img {
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out
}

#rotator img:hover {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg)
}

#slide img {
padding-left:0;
transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out
}

#slide img:hover {
padding-left:20px;
transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-webkit-transition:all .3s ease-in-out
}

.footer {
padding:8px;
position:relative;
border-top:1px solid #2a2a2a;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#1a1a1a url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
height:36px
}

.buttonTOP {
width:24px;
height:24px;
left:50%;
top:50%;
margin-left:-12px;
margin-top:-12px;
position:absolute;
display:inline-block;
background:#bdbdbd;
-webkit-box-shadow:inset rgba(0,0,0,0.7) 0 1px 3px;
-moz-box-shadow:inset rgba(0,0,0,0.7) 0 1px 3px;
box-shadow:inset rgba(0,0,0,0.7) 0 1px 3px;
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
opacity:.4;
outline:0;
line-height:20px
}

.buttonTOP img {
margin-top:5px;
margin-left:6px
}

.buttonTOP:hover {
background:#8a8a8a;
color:#fff;
opacity:1
}

.info_footer ul {
float:right;
margin-top:0
}

.info_footer ul li {
list-style:none;
display:block
}

.statround {
display:inline-block;
background:#222 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
color:#fff;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
padding:3px 7px;
font-weight:700;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin-right:3px;
-webkit-box-shadow:inset rgba(255,255,255,0.03) 0 1px 0;
-moz-box-shadow:inset rgba(255,255,255,0.03) 0 1px 0;
box-shadow:inset rgba(255,255,255,0.03) 0 1px 0
}

.statround a:link,.statround a:visited {
color:#fff
}

.statsindex {
margin-right:25px;
display:inline-block
}

.statystyki_strony {
margin:20px 0 0;
padding:8px;
line-height:1.3;
text-align:left;
overflow:hidden;
border:1px solid #393939
}

.statystyki_strony p {
color:#898989
}

.statystyki_strony h4 {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
margin:-8px -8px 8px;
color:#fff
}

.boarstatsmenu {
padding:3px;
float:right;
margin-top:0
}

.boarstatsmenu a {
color:#fff
}

.border_forum {
margin-top:4px;
border:1px solid #393939
}


.thead_sidebox {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
color:#fff
}

.border_table {
border:1px solid #393939;
margin-top:3px
}

.countForum {
font-size:11px;
color:#fff
}

.navigation {
background:#1d1d1d url(../../../images/carbon/secondary_nav_bg.png) repeat-x 0 0;
border-bottom:1px solid #252525;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
overflow:hidden;
line-height:37px
}

.navigation a {
padding:11px 24px 11px 10px;
background:url(../../../images/carbon/secondary_nav.png) no-repeat 100% 0;
outline:none;
text-decoration:none;
color:#bcbcbc
}

.navigation a:hover {
background:url(../../../images/carbon/secondary_nav.png) no-repeat 100%
}

.navigation a:hover > navigation span {
background:url(../../../images/carbon/secondary_nav.png) no-repeat 100% 0
}

.navigation a:hover {
color:#bcbcbc
}

.navigation a:visited {
text-decoration:none
}

.navigation .active {
padding:11px 24px 11px 10px;
background:url(../../../images/carbon/secondary_nav.png) no-repeat 100% 0;
color:#666
}

.navigation span {
background:url(../../../images/carbon/secondary_nav.png) no-repeat 0 0
}

.user-avatar-panel {
position:relative;
height:26px;
width:auto;
margin:4px -9px 0!important;
border:1px solid #111
}

.menu-panel_form ul li {
width:50%;
float:left;
margin:-7px 0;
white-space:nowrap
}

.menu-panel_form {
float:left;
margin-left:60px;
margin-top:-40px
}

.user-avatar-panel_form {
left:-12px;
width:54px;
height:54px
}

#loginContainer {
position:relative;
font-size:12px
}

#loginButton {
display:inline-block;
position:relative;
z-index:30
}

#loginButton a {
padding:0 12px
}

#loginBox {
position:absolute;
top:36px;
display:none;
z-index:29
}

#loginButton.active {
background:#272727
}

#loginButton.active em {
position:absolute;
width:100%;
bottom:-1px
}

#loginForm {
background:#272727;
padding:10px;
-moz-border-radius:0 0 6px 6px;
-webkit-border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
border-radius:0 0 6px 6px;
overflow:hidden;
width:340px
}

#loginForm a:hover {
background:none!important
}

.forumDisplayInfo {
background:#202020;
border:1px solid #242424;
border-top:1px solid #303030;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:10px;
overflow:hidden
}

.forumDisplayInfo h1 {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin-bottom:8px;
margin-left:-2px
}

.Options_sortby li {
display:inline-block;
list-style:none;
margin-top:0
}

.Options_sortby li a {
text-align:center;
vertical-align:middle;
margin-bottom:2px;
margin-top:-17px;
margin-left:15px;
padding-bottom:6px;
font-size:11px;
opacity:.4;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s
}

.Options_sortby li a:hover {
opacity:1!important;
text-decoration:none;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s
}

.sort_by:hover > .Options_sortby li a {
opacity:.7;
transition:opacity .3s;
-webkit-transition:opacity .3s;
-moz-transition:opacity .3s
}

.allThreadsCheck {
margin-top:-25px;
float:right;
margin-right:18px
}

.countForumdisplay {
text-align:right;
float:right;
font-size:11px;
padding:10px
}

.activeSORTBY {
background:rgba(0,0,0,0.3);
opacity:1;
color:#fff;
padding:4px 10px;
font-weight:700;
-moz-border-radius:10px;
-webkit-border-radius:10px!important;
border-radius:10px;
-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.16) 0 1px 0px,rgba(255,255,255,0.05) 0 0 0 1px;
-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.16) 0 1px 0px,rgba(255,255,255,0.05) 0 0 0 1px;
box-shadow:inset 0 1px 3px rgba(0,0,0,0.5),rgba(255,255,255,0.16) 0 1px 0px,rgba(255,255,255,0.05) 0 0 0 1px
}

.thead_usersbrowsing {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
font-size:11px;
font-weight:700;
padding:8px;
color:#fff
}

.border_table_usersbrowsing {
border:1px solid #393939;
margin-top:3px
}

.moderatedby_forumdisplay {
padding:14px;
font-size:13px
}

.button_post {
background:#31485c url(../../../images/carbon/maintitle.png) repeat-x 0 -8px;
-webkit-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;
-moz-box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;
box-shadow:inset rgba(255,255,255,0.15) 0 0 0 1px;
color:#fff!important;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
padding:5px 10px;
text-decoration:none;
margin-left:4px
}

.button_post:hover {
background-position:50% -8px;
color:#fff
}

.button_post img {
vertical-align:middle;
margin:-2px 5px 0 0
}

.multipage_thread {
background:#252525 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
color:#fff!important;
padding:2px 6px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
font-size:10px
}

.multipage_thread:hover {
opacity:.69
}

.post_date2 {
color:#777;
float:left;
font-size:11px;
font-weight:400
}

.post_username {
float:left;
min-width:200px;
font-weight:700
}

.post.classic h3 {
border-top:1px solid #393939;
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:0 10px;
margin-top:0;
height:36px;
line-height:36px;
font-weight:400;
font-size:13px
}

.post_checkandid {
float:right;
position:relative;
top:-40px
}

.post_checkandid a {
color:#777
}

.info_o_temacie {
background:#202020;
border:1px solid #242424;
border-top:1px solid #303030;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:10px;
overflow:hidden
}

.informacje_o_autorze {
margin-left:10px;
float:left;
margin-top:-18px;
line-height:0;
vertical-align:middle
}

.info_o_temacie h1 {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin-bottom:8px;
margin-left:-2px
}

.info_o_temacie-avatar img {
width:54px;
height:54px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
float:left
}

.info_o_temacie-avatar img:hover {
opacity:.8
}

.calosc_podglad {
padding-left:150px
}

ul.tabs {
margin: 10px 0 0;
padding:0;
width:150px;
border-top:1px solid #2d2d2d;
border-left:1px solid #2d2d2d
}

ul.tabs li {
margin:0;
padding:0;
line-height:31px;
border-left:none;
margin-bottom:-1px;
overflow:hidden;
position:relative;
border-right:1px solid #2d2d2d;
background:#1e1e1e;
border-bottom:1px solid #2d2d2d
}

ul.tabs li a {
text-decoration:none;
color:#8d8d8d;
display:block;
font-size:1.2em;
padding:0 20px;
outline:none;
border-bottom:1px solid #2d2d2d
}

ul.tabs li a:hover {
background:#252525;
color:#c9c9c9
}

ul.tabs li.active {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff;
font-weight:700;
border-bottom:none;
border-right:none
}

ul.tabs li.active a {
color:#fff
}

ul.tabs li.active a:hover {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff;
font-weight:700;
border-right:none
}

.tab_container {
border:1px solid #2d2d2d;
border-top:1px solid #2d2d2d!important;
border-top:none;
overflow:hidden;
clear:both;
background:#1a1a1a;
min-height:450px;
width:100%;
margin-top:-210px
}

.tab_content {
padding:9px;
font-size:1.2em
}

.podglad {
width:100%;
min-height:70px
}

.podglad_nazwa {
padding-left:15px
}

.podglad_nazwa_bel {
padding:16px 0
}

.info_podglad {
background:#212121;
border:1px solid #393939;
padding:9px
}

.avatar_podglad img {
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px
}

.lewa_podglad {
margin-left:-150px
}

.nick_usera {
font:300 26px/1.4 Helvetica,Arial,sans-serif;
color:#eaeaea;
margin:0
}

.info_o_userze ul {
list-style:none;
float:left;
margin-left:-38px;
margin-top:5px
}

.info_o_userze ul li {
line-height:20px;
font-size:11px
}

.od_kiedy {
color:#646464;
margin-left:4px
}

.tabela_podglad {
background:#1a1a1a;
border:1px solid #393939;
margin-bottom:10px;
padding:-10px 0
}

.tabela_podglad h3 {
border-bottom:1px solid #393939;
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
background:#282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:8px;
margin-top:0;
font-size:100%;
color:#fff
}

.podglad_wrapper {
padding-right:280px
}

.prawa_content {
width:270px;
margin-right:-280px;
float:right
}

.lewa_content {
width:100%;
float:left
}

.row_title {
display:inline-block;
float:left;
width:120px;
font-weight:700;
text-align:right;
padding-right:10px
}

.row_date {
display:inline-block;
word-wrap:break-word;
max-width:100%
}

.staty_podglad li {
list-style:none;
border-top:1px solid #252525;
border-bottom:1px solid #111;
background-image:url(../../../images/carbon/row_gradient.png);
background-repeat:repeat-x;
background-position:0 0;
padding:6px;
min-height:15px
}

.staty_podglad {
margin-left:-39px;
margin-top:-13px;
margin-bottom:-0
}

.tabela_srd {
padding:9px;
margin-top:-13px
}

.userAvatar {
border-radius:4px;
-moz-border-radius:4px;
-webikt-border-radius:4px;
padding:2px
}

.userAvatar:hover {
opacity:.8
}

.info_top {
margin-left:9px;
margin-top:6px;
margin-bottom:5px;
width:100%;
float:left
}

.post_block h3 {
border-top:1px solid #393939;
border-bottom:1px solid #393939;
text-shadow:#000 0 -1px 0;
background:#282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
padding:0 10px;
height:36px;
line-height:36px;
font-weight:400;
font-size:13px
}

.post_block h3 a {
text-shadow:#000 0 -1px 0;
font-weight:400;
font-size:13px;
color:#bcbcbc
}

.post_body_member {
padding:12px;
padding:12px;
margin-top:-13px
}

.posted_info {
font-size:11px;
color:#898989;
padding:0 0 10px;
margin-top:0
}

.przyjaciele {
display:inline
}

.przyjaciele li {
width:58px;
text-align:center;
font-size:10px;
display:inline;
list-style:none
}

.otoczka {
display:inline-block;
height:16px;
line-height:16px;
padding:0 5px;
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#fff;
text-shadow:rgba(0,0,0,0.2) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-image:url(../../../images/carbon/highlight.png);
background-repeat:repeat-x;
background-position:0 -1px
}

.otoczka_gray {
background-color:#515151
}

.otoczka_red {
background-color:#c00
}

.otoczka_green {
background-color:#7ba60d
}

.avatar_podglad {
margin:0 20px
}

div#navigation {
min-width:800px;
width:88.6%;
margin:auto
}

.usercp_content {
background:#212121;
padding:9px;
min-height:760px
}

.user_content {
padding-left:150px
}

.usercp_left {
width:140px;
margin-left:-150px;
float:left;
position:relative
}

.usercp_right {
min-height:520px;
width:100%;
position:relative;
line-height:16px;
border:1px solid #2d2d2d;
background:#1a1a1a
}

.usercp_left ul {
list-style:none;
margin-left:-40px;
width:151px!important
}

.usercp_left ul li {
background:#1e1e1e;
color:gray;
border-bottom:1px solid #2d2d2d;
font-size:12px;
border-left:1px solid #2d2d2d
}

.usercp_left ul li a {
display:block;
padding:10px 8px;
outline:0;
color:#8d8d8d
}

.usercp_left ul li a:hover {
background:#252525;
color:#c9c9c9
}

.usercp_left .first_nav {
border-top:1px solid #2d2d2d
}

.usercp_submitbg {
padding:15px 6px;
text-align:center;
background:#232323 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
border-top:1px solid #373737;
margin:35px -9px -9px;
color:#bcbcbc;
font-size:11px
}

.usercp_submitbg a {
font-weight:700;
color:#ad2930
}

.usercp_notepad {
width:97%;
margin-left:-10px;
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.usercp_notepad:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content input[type=text] {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content textarea {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content select {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content select:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content textarea:focus {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content input:focus[type=text] {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.user_content input[type=password] {
padding:6px;
border:1px solid #383838;
background:#292929;
color:#b7b7b7;
text-shadow:rgba(0,0,0,0.3) 0 -1px 0;
-webkit-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
-moz-box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px;
box-shadow:inset rgba(0,0,0,0.2) 0 1px 4px
}

.user_content input:focus[type=text] {
outline:0;
border:1px solid #4e4e4e;
background:#353535
}

.usercp_right h3 {
font-size:18px;
margin-bottom:10px;
padding-bottom:6px;
padding-top:3px;
margin-left:9px;
color:#fff;
font-weight:300
}

.usercp_right hr {
background:#292929;
margin-left:-9px;
margin-right:-9px
}

.usercp_title {
font:bold 13px Helvetica,Arial,sans-serif;
width:200px;
padding-left:10px;
line-height:18px;
float:left
}

.usercp_data {
margin-left:225px
}

.strzaleczka {
background-image:url(../../../images/carbon/topic_mod_arrow.png);
background-repeat:no-repeat;
background-position:right center;
padding-right:35px
}

.black_button {
background:#393939 url(../../../images/carbon/highlight_faint.png) repeat-x 0 0;
border-color:#585858;
color:#fff;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 3px;
-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 3px;
box-shadow:rgba(0,0,0,0.15) 0 1px 3px;
border:0;
padding:4px 10px;
border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px
}

.black_button:hover {
background-color:#434343;
color:#fff
}

.usercp_right .post_block h3 {
font-size:18px;
margin-bottom:0;
padding-top:3px;
margin-left:-5px;
color:#fff;
width:99%;
font-weight:300
}

.button_login {
background:#5a7fa0 url(../../../images/carbon/highlight_faint.png) repeat-x 0 0;
border-color:#3f3f3f;
color:#fff;
text-shadow:rgba(0,0,0,0.4) 0 -1px 0;
-moz-box-shadow:rgba(0,0,0,0.15) 0 1px 3px,inset rgba(255,255,255,0.1) 0 0 0 1px;
-webkit-box-shadow:rgba(0,0,0,0.15) 0 1px 3px,inset rgba(255,255,255,0.1) 0 0 0 1px;
box-shadow:rgba(0,0,0,0.15) 0 1px 3px,inset rgba(255,255,255,0.1) 0 0 0 1px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px
}
.edit_by {
   padding:8px 8px 8px 28px;
   font-size:11px;
   margin-top:15px;
   line-height:18px;
   text-align:left;
   background: #3CB719 url(../../../images/carbon/comment_edit.png) no-repeat 6px 6px;
   border: 1px solid #22CA50;
   color:#000;
   text-shadow: #363636 0 1px 0;
}

.positionIP {
float:right
}

.maintitle {
float:left;
margin-top:2px;
margin-bottom:2px
}

.memberlist_content {
padding-left:60px;
background:#212121;
border:1px solid #393939
}

.sortowanie {
width:0!important;
margin-top:27px;
border-top:1px solid #2d2d2d;
border-left:1px solid #2d2d2d;
list-style:none
}

.sortowanie li {
background:#1e1e1e;
color:gray;
border-bottom:1px solid #2d2d2d;
font-size:12px;
text-align:center;
margin-left:-40px
}

.sortowanie li a {
padding:5px 8px;
color:#8d8d8d;
display:block
}

.sortowanie li a:hover {
background:#252525;
color:#c9c9c9
}

.memberlist_left {
width:40px;
margin-left:-50px;
float:left
}

.memberlist_right {
width:100%;
min-height:400px;
padding:9px;
margin-left:-18px
}

.memberright_content {
border:1px solid #2d2d2d;
background:#1a1a1a;
padding:19px;
min-height:669px
}

.activeLitera a {
position:relative;
z-index:8000;
background:#1a1a1a;
color:#fff!important;
font-weight:700
}

.activeLitera a:hover {
position:relative;
z-index:8000;
background:#1a1a1a!important;
color:#fff!important;
font-weight:700
}

.users {
list-style:none;
margin:-9px -9px 0 -49px
}

.users li {
border-top:1px solid #252525;
border-bottom:1px solid #111;
background-color:#1a1a1a;
padding:9px
}

.users li img {
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
width:54px!important;
height:54px!important;
margin-bottom:21px
}

.member_name {
font-size:18px;
margin-top:10px;
position:absolute;
margin-left:10px
}

.user_info_list {
margin-left:65px;
margin-top:-35px;
margin-bottom:16px
}

.member_title {
color:#898989;
margin-left:15px;
margin-top:-5px;
float:left;
width:150px;
max-width:150px
}

.member_join {
color:#646464;
margin-top:-5px;
float:left;
width:200px;
min-width:200px
}

.reputka_member {
float:left;
width:30px;
max-width:30px;
margin-top:-8px
}

.member_posts {
font-size:11px;
color:#898989;
float:left;
margin-top:-5px
}

.inf_bg {
display:inline-block;
height:16px;
line-height:16px;
padding:0 5px;
font-size:9px;
font-weight:700;
text-transform:uppercase;
color:#fff;
text-shadow:rgba(0,0,0,0.2) 0 -1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-image:url(../../../images/carbon/highlight.png);
background-repeat:repeat-x;
background-position:0 -1px;
background:gray
}

.errorMemberlist {
margin-top:100px;
text-align:center
}

#registerdiv {
background: #3ACF37;
width: 260px;
color: #fff;
position: fixed;
bottom: 10px;
line-height: 16px;
right: 10px;
z-index: 30000;
opacity: 0.8;
height: auto;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
padding: 10px;
border: 1px solid #26629e;
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #26629e 0px 1px 0px;
border-radius: 3px;
text-decoration: none;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
}

#registerdiv:hover {
opacity: 1;
}

#mask {
display: none;
background-color: #3e3e3e;
position: fixed; left: 0; top: 0;
z-index: 10;
width: 100%; height: 100%;
opacity: 0.4;
z-index: 999;
}
.btn_close {
   position: absolute;
right: 20px;
top: 20px;
}
.login-content h3 {
   border-bottom: 1px solid #2a2a2a;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
}
.submit_login {
   padding: 5px 10px;
text-align: center;
margin-top: 25px;
   border-bottom: 1px solid #2a2a2a;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
}
.login-content {
   background: #1a1a1a;
margin-top: -16px;
width: 500px;
}
.login-content h3 {
   border-bottom: 1px solid #2a2a2a;
text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
background: #282828 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 0;
padding: 8px 10px 9px;
font-size: 16px;
font-weight: 300;
}
.login-box-ul label {
float: left;
width: 150px;
padding-right: 15px;
padding-top: 3px;
text-align: right;
line-height: 1.8;
font-weight: bold;
}
.login-box-ul li {
list-style: none;
 min-width: 33px;
margin-left: -55px;
}
.login-box-ul input[type=password] {
width: 225px;
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #b7b7b7;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
}
.login-box-ul input[type=text] {
width: 225px;
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #b7b7b7;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
}
.login-box-ul input:focus {
outline: 0px !important;
}
.button_submit-login {
   background: #b15f11 url(../../../images/carbon/maintitle.png) repeat-x 0 -8px;
-webkit-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
box-shadow: inset rgba(255,255,255,0.15) 0px 0px 0px 1px;
color: #fff;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
height: 26px;
line-height: 26px;
padding: 0 10px;
text-decoration: none;
border: 0!important;
}
.button_submit-login:hover {
background: #b15f11 url(../../../images/carbon/maintitle.png) repeat-x top right;  
}

.floatCloseButton { float: right; }

.buttons {
   width: 16px;
   height: 16px;
   display: block;
  position: relative;
  margin-top: -50px;
   cursor: pointer;
  z-index: 22;
}

.clickedbuttons {
   width: 16px;
   height: 16px;
   display: block;
  position: relative;
  margin-top: -50px;
  z-index: 22;
   cursor: pointer;
}
.post_date {
   color: #aaa;
}

.avatarTopdef {
   background: url(../../../images/carbon/default_avatar.png);
   background-size: contain;
   background-repeat: no-repeat;
   position: relative;
   height: 26px;
   width: 26px;
   margin: 4px -9px 0 !important;
   border: 1px solid #111;
}

.avatarTop > img {
   position: relative;
   height: 26px;
   width: 27px;
   margin: -1px -2px 0 !important;
   border: 1px solid #111;  
}
.avatarTopdef2 {
   background: url(../../../images/carbon/default_avatar.png);
   background-size: contain;
   background-repeat: no-repeat;
   position: relative;
   height: 56px;
   width: 56px;
   margin: 4px -9px 0 !important;
   border: 1px solid #111;
}

.avatarTop2 > img {
   position: relative;
   height: 56px;
   width: 57px;
   margin: -1px -2px 0 !important;
   border: 1px solid #111;  
}
.avatardef2 {
   background: url(../../../images/carbon/default_avatar.png);
   background-size: contain;
   background-repeat: no-repeat;
   position: relative;
   height: 76px;
   width: 76px;
   margin: 4px -9px 0 !important;
   border: 1px solid #111;
}

.avatar2 > img {
   position: relative;
   height: 76px;
   width: 77px;
   margin: -1px -2px 0 !important;
   border: 1px solid #111;  
}

.kroki_reje {

background: #2a2a2a;
height: 55px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.kroki_reje li:first-child{
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
}
.kroki_reje ul {
list-style: none;
}
.kroki_reje ul li {
float: left;
padding: 11px 33px 5px 18px;
color: #c3c3c3;
background-image: url(../../../images/carbon/wizard_step.png);
background-repeat: no-repeat;
background-position: 100% -56px;
position: relative;
height: 39px;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}
.kroki_reje .kroki_reje_active {
background-position: 100% 0;
color: #fff;
text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}

.kroki_desc { font-size: 11px; }
.kroki_arrow { display: none; }

.kroki_tytul {
display: block;
font-size: 14px;
padding-bottom: 4px;
}
.kroki_reje_active .kroki_arrow {
display: block;
position: absolute;
left: -23px;
top: 0;
width: 23px;
height: 55px;
background: url(../../../images/carbon/wizard_step.png) no-repeat 0 -112px;
}

.kroki_reje ul li:first-child .kroki_arrow { display: none !important; }

.skalowanie {
width: 700px;
margin: 0 auto;
}
.reg_input {
padding: 6px;
border: 1px solid #383838;
background: #292929;
color: #b7b7b7;
text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
width: 225px;
}
.reg_input:focus {
outline: 0;
border: 1px solid rgb(78, 78, 78);
background: rgb(53, 53, 53);
}
.skalowanie ul {
list-style: none;
}
.skalowanie ul li {
margin-bottom: 15px;
 float: left;
}
.skalowanie ul li label {
float: left;
width: 185px;
padding-right: 15px;
padding-top: 3px;
 margin-top: 8px;
text-align: right;
line-height: 1.8;
font-weight: bold;
font-size: 12px;
line-height: 1.6;
}
.skalowanie ul li p {
margin-left: 200px;
}
.wymagane {
color: #ab1f39;
font-weight: bold;
}
.skalowanie input {
width: 225px !important;
}

.register_footer {
background: #232323 url(../../../images/carbon/highlight_reallyfaint.png) repeat-x 0 -1px;
border-top: 1px solid #373737;
text-align: center;
margin: 0px -9px -9px -9px;
padding: 10px 0;
}
.skalowanie input > {
width: 25px !important;
}

#menu li {list-style: none;}
#menu {padding: 1px 5%;line-height: 1.4; float:right;
margin-top:33px}
#menu [class^="icon-"] {  font-family: FontAwesome;}
#menu ul {visibility: hidden; position: absolute; top: 100%; left: -40px;}
#menu li {float: left; padding-right: 1px; position: relative;}
#menu li li {float: none; padding-top: 1px; width: 160px; }
#menu li:hover ul {visibility: visible;}
#menu a, #menu li:hover li a {
color:#9a9a9a;
background:url(../../../images/carbon/trans10.png) repeat;
background:rgba(0,0,0,0.1);
 margin-right: 13px;
-webkit-border-radius:3px;
 
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
-moz-box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
box-shadow:inset rgba(0,0,0,0.8) 0 1px 5px,rgba(255,255,255,0.02) 0 0 0 1px,rgba(255,255,255,0.05) 0 1px 0;
display:block;
outline:none;
padding:0 15px;
line-height:34px;
height:34px;
position:relative;
font-weight:700;
transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s}
#menu li:hover li a {background:rgba(0, 0, 0, 1); }
#menu li li a {color:#fff;    width: 120px;margin: 0;padding: 1.2em 1.8em;    display:inline-block; background:rgba(0, 0, 0, 1);}
#menu li:hover a, #menu li:hover li:hover a {background:rgba(0, 0, 0, 1);}
#menu li:hover li:hover a {background:rgba(0, 0, 0, 0.5);}

Cytat:w pół dnia stałeś się lepszym pytonistą niż kawenanowo kiedykolwiek programisto :3 ~ Riess 13.11.2018 16:28
Cytat:ale z tą nazwą to fyeem ma racje  ~ Divir 29.07.2019 16:08
Nadal nic.
Mówię Ci, podmień na ten kod z domyślnie zainstalowanego szablonu lub kodu podanego post wyżej.


Po wklejeniu tego kodu zamiast zawartości Carbon.css 
   
Cytat:w pół dnia stałeś się lepszym pytonistą niż kawenanowo kiedykolwiek programisto :3 ~ Riess 13.11.2018 16:28
Cytat:ale z tą nazwą to fyeem ma racje  ~ Divir 29.07.2019 16:08
Wkleiłem ten twój w Carbon.ss, brak efektów.
Przeładowałem cache, i działa.
Zbędny position: fixed; w .welcomeblock
Po usunięciu działa poprawnie.
Wsparcie poza forum - odpłatne.



Użytkownicy przeglądający ten wątek:

1 gości