Alexandru C. Posted February 6, 2015 Report Share Posted February 6, 2015 Salutare , as avea 3 intrebari si va rog sa ma ajutati. 1. Cum pun o line care sa separe f_icon de categorii. 2. Cum schimb culoarea la aceste linii : 3. Cum schimb culoarea la aceste linii : Multumesc anticipat. Quote a lot of bla bla bla... Link to comment Share on other sites More sharing options...
Moderators Courage Posted February 6, 2015 Moderators Report Share Posted February 6, 2015 (edited) 1. .col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; } Adaugi acolo border-left border-right 2. Vezi ceva de genu': .ipsComment{ border-top: 1px solid #2d2d2d; border-bottom: 1px solid #191919; } 3. Din ipb_Shoutbox.css, modifica liniile care contin culoarea #d5dde5. Eu am pus asa: table.shoutbox_table tr td { padding: 4px; } .shoutbox_disabled { font-style: italic; color: red; } .shoutbox_text { word-wrap: break-word; } #shoutbox-smilies-button_menucontent table { border: 1px solid #d5dde5; border-collapse: separate; } #shoutbox-smilies-button_menucontent td { width: 20%; } #shoutbox-smilies-button_menucontent span.pager { width: 20px; display: inline-block; } /* Sidebar hook */ #shoutbox_sidebar table.ipb_table.shoutbox_table { border-bottom: 0; margin: -5px 0; } #shoutbox_sidebar table.ipb_table.shoutbox_table tr td { padding: 4px; } .sidebar_shout { padding: 0; border-bottom: 1px solid #d5dde5; } .sidebar_shout_div { padding: 5px; border-bottom: 1px dashed #d5dde5; } #shoutbox-shouts-table { /*border: 1px solid #d5dde5;*/ } #shoutbox-shouts-table .row2 td { border-top: 1px solid #2d2d2d; border-bottom: 1px solid #1f1f1f; vertical-align: middle; } #shouts-global-resizer, #shouts-resizer { background-color: /*#1a6f98*/ #1a3f51; cursor:n-resize; height:3px; } /* Tab count */ #shoutbox-tab-count.ipsHasNotifications { left: auto; top: 0px; right: -1px; text-shadow: none !important; } Edited February 6, 2015 by Courage 1 Quote Link to comment Share on other sites More sharing options...
Alexandru C. Posted February 6, 2015 Author Report Share Posted February 6, 2015 1. Rezolvat 2. Rezolvat 3. .col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; border-left: 1xp solid #1d1d1d } Si tot nu merge. Quote a lot of bla bla bla... Link to comment Share on other sites More sharing options...
Moderators Courage Posted February 6, 2015 Moderators Report Share Posted February 6, 2015 .col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; border-left: 1xp solid #1d1d1d } Left = stânga, right = dreapta..col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; border-right: 1xp solid #1d1d1d; } Quote Link to comment Share on other sites More sharing options...
Alexandru C. Posted February 6, 2015 Author Report Share Posted February 6, 2015 1. .col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; } Adaugi acolo border-left Tu ai gresit aici Oricum , nici asa .col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; border-right: 1xp solid #1d1d1d; } Nu merge. Quote a lot of bla bla bla... Link to comment Share on other sites More sharing options...
+duL @ Posted February 7, 2015 Report Share Posted February 7, 2015 Verifica sa nu ai backgroundul la forum 1d1d1d , si din aceasta cauza sa nu mearga (sa nu se vada) 1 Quote daina mucles daina deles Link to comment Share on other sites More sharing options...
Moderators Courage Posted February 7, 2015 Moderators Report Share Posted February 7, 2015 Tu ai gresit aici Oricum , nici asa .col_c_icon { padding: 10px 2px 10px 8px !important; width: 33px; vertical-align: middle; border-right: 1xp solid #1d1d1d; } Nu merge. Pentru ca ai pus xp in loc de px la border-right. Pune 1px solid si merge fara probleme. 2 Quote Link to comment Share on other sites More sharing options...
Alexandru C. Posted February 7, 2015 Author Report Share Posted February 7, 2015 Multumesc , am rezolvat Quote a lot of bla bla bla... Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.