Alexandru C. Posted February 5, 2015 Report Posted February 5, 2015 Salutare,de ce cand ma duc cu mouse-ul pe butoane din topicuri , uitati cum imi apare. Cod : ul.post_controls { margin: 0; background: #2b2b2b ; border-top: 1px solid #2b2b2b; margin-top: 10px; padding: 7px; clear: both; overflow: hidden; -moz-transition: all ease-in-out 0.6s; -webkit-transition: all ease-in-out 0.6s; -o-transition: all ease-in-out 0.6s; transition: all ease-in-out 0.6s; } .topic ul.post_controls{ opacity: 0; } .topic .post_wrap:hover ul.post_controls{ opacity: 1; } ul.post_controls li { font-size: 11px; float: right; margin: 0; padding: 0; } ul.post_controls li.report, ul.post_controls li.top { float: left; } ul.post_controls a { color: #f0f0f0; text-shadow: rgba(0,0,0,0.5) 0px -1px 0px; background: #1d1d1d url('') repeat-x 0 50%; -webkit-box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; -moz-box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 50px; height: 26px; line-height: 26px; padding: 0 7px; text-decoration: none; margin-left: 4px; display: block; } ul.post_controls a:hover { background-color: #404040; background: #1d1d1d url('') repeat-x 0 50%; color: #A11F1F; border-radius: 50px; } ul.post_controls a.ipsButton_secondary { height: 24px; line-height: 24px; border-radius: 50px; } ul.post_controls li.multiquote.selected a { background: #80b03b url('{style_images_url}/highlight_faint.png') repeat-x 0 -1px; color: #fff; } a lot of bla bla bla...
+Vlăduț Rădulescu Posted February 5, 2015 Report Posted February 5, 2015 background: #1d1d1d url('') repeat-x 0 50%; Schimbă cu background: #1d1d1d url('{style_images_url}/highlight_faint.png') repeat-x 0 50%;
Alexandru C. Posted February 5, 2015 Author Report Posted February 5, 2015 Nimic din pacate... a lot of bla bla bla...
+Vlăduț Rădulescu Posted February 5, 2015 Report Posted February 5, 2015 Nimic din pacate... Ce background ai tu la butonul Report, acel background îi pui tu la acel buton.
Alexandru C. Posted February 5, 2015 Author Report Posted February 5, 2015 Apare la toate , nu numai la back tot top a lot of bla bla bla...
Solution +Vlăduț Rădulescu Posted February 5, 2015 Solution Report Posted February 5, 2015 ul.post_controls { margin: 0; background: #2b2b2b ; border-top: 1px solid #2b2b2b; margin-top: 10px; padding: 7px; clear: both; overflow: hidden; -moz-transition: all ease-in-out 0.6s; -webkit-transition: all ease-in-out 0.6s; -o-transition: all ease-in-out 0.6s; transition: all ease-in-out 0.6s; } .topic ul.post_controls{ opacity: 0; } .topic .post_wrap:hover ul.post_controls{ opacity: 1; } ul.post_controls li { font-size: 11px; float: right; margin: 0; padding: 0; } ul.post_controls li.report, ul.post_controls li.top { float: left; } ul.post_controls a { color: #f0f0f0; text-shadow: rgba(0,0,0,0.5) 0px -1px 0px; background: #1d1d1d url('{style_images_url}/highlight_faint.png') repeat-x 0 50%; -webkit-box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; -moz-box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 50px; height: 26px; line-height: 26px; padding: 0 7px; text-decoration: none; margin-left: 4px; display: block; } ul.post_controls a:hover { background-color: #404040; background: #1d1d1d url('{style_images_url}/highlight_faint.png') repeat-x 0 50%; color: #A11F1F; border-radius: 50px; } ul.post_controls a.ipsButton_secondary { height: 24px; line-height: 24px; border-radius: 50px; } ul.post_controls li.multiquote.selected a { background: #80b03b url('{style_images_url}/highlight_faint.png') repeat-x 0 -1px; color: #fff; } Înlocuie tot ce ai dat tu cu asta 1
Alexandru C. Posted February 5, 2015 Author Report Posted February 5, 2015 ul.post_controls { margin: 0; background: #2b2b2b ; border-top: 1px solid #2b2b2b; margin-top: 10px; padding: 7px; clear: both; overflow: hidden; -moz-transition: all ease-in-out 0.6s; -webkit-transition: all ease-in-out 0.6s; -o-transition: all ease-in-out 0.6s; transition: all ease-in-out 0.6s; } .topic ul.post_controls{ opacity: 0; } .topic .post_wrap:hover ul.post_controls{ opacity: 1; } ul.post_controls li { font-size: 11px; float: right; margin: 0; padding: 0; } ul.post_controls li.report, ul.post_controls li.top { float: left; } ul.post_controls a { color: #f0f0f0; text-shadow: rgba(0,0,0,0.5) 0px -1px 0px; background: #1d1d1d url('{style_images_url}/highlight_faint.png') repeat-x 0 50%; -webkit-box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; -moz-box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; box-shadow: inset rgba(40,40,40,0.1) 0px 0px 0px 1px, inset rgba(40,40,40,0.2) 0px 1px 0px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 50px; height: 26px; line-height: 26px; padding: 0 7px; text-decoration: none; margin-left: 4px; display: block; } ul.post_controls a:hover { background-color: #404040; background: #1d1d1d url('{style_images_url}/highlight_faint.png') repeat-x 0 50%; color: #A11F1F; border-radius: 50px; } ul.post_controls a.ipsButton_secondary { height: 24px; line-height: 24px; border-radius: 50px; } ul.post_controls li.multiquote.selected a { background: #80b03b url('{style_images_url}/highlight_faint.png') repeat-x 0 -1px; color: #fff; } Înlocuie tot ce ai dat tu cu asta Mulţumesc. a lot of bla bla bla...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now