Advertisement
-
Posts
16 -
Joined
-
Last visited
Recent Profile Visitors
keefx's Achievements
-
Please help me with UserInfoPane? [3.4x]
keefx replied to keefx's question in Invision Support Archives
and for the other one its a complete design of the <li> in css Thanks, understood. It was of great help, now I understand, thank you. -
Hello everyone, thank you for this viewing this topic. Well, I was wondering how I can enlarguecer (Increase width) UserInfoPane. Here is this image that I circled in red. You can realize that it is a wider size than the default that comes in IP.Board. I also like how I can put this little line in the "profile" of my UserInfoPane. Check out the image: Here is the forum link if for help, (The forum is not mine, found on the internet random).
-
Customizing the icons of the article?
keefx replied to keefx's question in Invision Support Archives
Thank you. You are awesome. resolved http://webflake.sx/files/file/2018-dp33-forum-icons-201-en/ -
Customizing the icons of the article?
keefx replied to keefx's question in Invision Support Archives
I can not find IP.Board 3.4x. I'll keep looking. You can give as "Resolved". -
Customizing the article icons like this image
-
Closed topic. Thanks.
-
I would like to know if: Is there any "Remove Warning History", to take the warnings of the logs of a particular member.my version: IP.Board 3.4.6 Here is the list of warnings: I would like to remove them, leaving clean that way: I love this forum and people who are in it, to him I am learning to be a great person related to IP.Board ♥
-
IPB 3.x How do I change "Customization Profile"?
keefx replied to keefx's question in Invision Support Archives
Thank you for attention, but Sanctuary sent what I'm really looking for. But I'm not a bad thankful that I will give upvote for your attention and I know that one day will serve to help what you posted.Forgiveness for my English. Yes, that's what I'm looking for. -
IPB 3.x How do I change "Customization Profile"?
keefx posted a question in Invision Support Archives
I would like to know how to leave it that way, like the image below. Customize just the part that is in the picture, and not customize the background. thanks for listening. -
IPB 3.x [Help] How do I have an equal chat of webflake
keefx replied to keefx's question in Invision Support Archives
I want BBCode like this image Someone to teach put BBCode equal this image? >.> -
IPB 3.x [Help] How do I have an equal chat of webflake
keefx replied to keefx's question in Invision Support Archives
My god, I spent hours trying to do what you said. You could help me ? ipb_ckeditor.css /***************************************************************/ /* IP.Board 3.2 Editor CSS */ /* ___________________________________________________________ */ /* By Matt Mecham */ /***************************************************************/ /* Styles for the editor (colors in main css) */ /***************************************************************/ .bbcode_hilight { background-color: yellow; } .as_content { font-size: 1.0em; padding: 6px; margin: 8px; overflow: auto; max-height: 400px; } .as_buttons { text-align: right; padding: 4px 0px; } .as_message { display: inline-block; } .ipsEditor_textarea { width: 99%; height: 200px; font-size: 14px; } .cke_browser_webkit {outline:none !important;} /* Main tool bar BG */ .cke_top { background: #efefef url('{style_images_url}/editor/toolbar_bg.png') repeat-x !important; } /* Minimized RTE */ .cke_skin_ips .cke_wrapper.minimized { opacity: 0.6 !important; background: none !important; border: none !important; } /* Minimized STD */ .cke_skin_ips .cke_wrapper.minimized.std { border: 1px solid #dddddd !important; } .cke_skin_ips .cke_wrapper.minimized .cke_contents, .cke_skin_ips .cke_wrapper.minimized .cke_contents iframe{ height: 80px !important; } /* Main Editor wrapper */ .cke_skin_ips { margin-bottom: 0px !important; } .cke_skin_ips .cke_wrapper { padding: 0px 5px 0px 3px !important; margin: 2px !important; border: 1px solid #dddddd !important; background-color: #efefef !important; background-image: none !important; } /* OFF state for editor buttons */ .cke_skin_ips .cke_toolgroup { background-color: transparent !important; } /* HOVER 'off' button */ .cke_skin_ips .cke_button a:hover, .cke_skin_ips .cke_button a:focus, .cke_skin_ips .cke_button a:active /* IE */ { background-color: #dddddd !important; } /* HOVER 'on' button */ .cke_skin_ips .cke_button a.cke_on, .cke_skin_ips .cke_button a:hover.cke_on, .cke_skin_ips .cke_button a:focus.cke_on, .cke_skin_ips .cke_button a:active.cke_on /* IE */ { background-color: #dddddd !important; -webkit-box-shadow: inset rgba(0,0,0,0.12) 0px 1px 2px !important; -moz-box-shadow: inset rgba(0,0,0,0.12) 0px 1px 2px !important; box-shadow: inset rgba(0,0,0,0.12) 0px 1px 2px !important; } /* Button group */ .cke_skin_ips .cke_toolgroup { margin-right: 0px !important; } /* Button separator */ .cke_skin_ips .cke_separator { border-left:solid 1px #dddddd; display:inline-block !important; float:left; height:31px; margin:-3px 2px 0 2px; } /* DIALOG: Modal blind */ .cke_dialog_background_cover { background-color: #3e3e3e !important; } /* DIALOG: Title - based on .maintitle */ .cke_skin_ips .cke_dialog_title { background: #444 url('{style_images_url}/highlight_faint.png') repeat-x 0 1px !important; color: #fff !important; padding: 10px 10px 11px !important; font-size: 16px !important; font-weight: 300 !important; text-shadow: 0 -1px 0px rgba(0,0,0,0.4); font-weight: normal; } /* Dialog: Body */ .cke_skin_ips .cke_dialog_body { z-index: 20000 !important; } /* Dialog tab bg (will usually match dialog title) */ .cke_skin_ips .cke_dialog_tabs { background: #444 !important; } /* Dialog Title close button */ .cke_skin_ips .cke_dialog_close_button { background: transparent url('{style_images_url}/close_popup.png') no-repeat top left !important; width: 13px !important; height: 13px !important; top: 11px !important; right: 10px !important; } /* Dialog OK / Cancel buttons - based on ipsButton_secondary*/ .cke_skin_ips span.cke_dialog_ui_button { height: 22px !important; line-height: 22px !important; font-size: 12px !important; padding: 0 10px !important; -moz-border-radius: 2px !important; -webkit-border-radius: 2px !important; border-radius: 2px !important; display: inline-block !important; white-space: nowrap !important; background: #646464 url('{style_images_url}/highlight_faint.png') repeat-x 0 0 !important; border: 1px solid #585858 !important; color: #fff !important; text-shadow: #474747 0px -1px 0px !important; -moz-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px !important; -webkit-box-shadow: rgba(0,0,0,0.43) 0px 1px 3px !important; box-shadow: rgba(0,0,0,0.43) 0px 1px 3px !important; cursor: pointer !important; } /* Turn off resizer */ .cke_skin_ips .cke_dialog_footer .cke_resizer { display: none; } /* Emo slide out tray */ .ipsSmileyTray { position: relative; text-align: center; overflow: auto; margin: 0px auto 0px auto; padding: 4px 24px 4px 24px; min-width: 600px; width: 75%; height: 32px; border: 1px solid #dddddd; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-border-radius-topleft: 0px; -webkit-border-radius-topleft: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-radius-topright: 0px; border-top-right-radius: 0px; border-top: 0px; -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.15); box-shadow: 0px 1px 4px rgba(0,0,0,0.15); background: #efefef url('{style_images_url}/highlight.png') repeat-x 0 0; overflow-y: hidden; } .ipsSmileyTray img.bbc_emoticon { opacity: 0.8; cursor: pointer; margin: 6px 3px 0px 3px; max-width: 30px; max-height: 30px; } .ipsSmileyTray img.bbc_emoticon:hover { opacity: 1.0; } .ipsSmileyTray .ipsSmileyTray_next { background: transparent url('{style_images_url}/editor/next.png') no-repeat; background-position: 0px 10px; display: inline-block; position: absolute; right: 5px; top: 4px; width: 13px; height: 30px; cursor: pointer; } .ipsSmileyTray .ipsSmileyTray_prev { background: transparent url('{style_images_url}/editor/prev.png') no-repeat; background-position: 0px 10px; display: inline-block; position: absolute; left: 5px; top: 4px; width: 13px; height: 30px; cursor: pointer; } .ipsSmileyTray_all { display: block; width: auto; margin: 6px auto 0px auto; text-align: center; cursor: pointer; font-size: 11px !important; } /* Dialogs */ .cke_dialog.cke_single_page td.cke_dialog_contents { height: auto !important; } .cke_dialog .cke_dialog_ui_textarea { height: 130% !important } /* ACP Specific */ table.cke_editor td { padding: 0px !important; } /* Extra */ .cke_text, .cke_openbutton, .cke_panel{ border-color: #a4a4a4 !important; } .cke_skin_ips input.cke_dialog_ui_input_text,.cke_skin_ips input.cke_dialog_ui_input_password{ background: transparent none !important; } .cke_skin_ips .cke_dialog_contents{ border-top: 1px solid #333 !important; } /* New icons */ .cke_button_bold .cke_icon, .cke_button_italic .cke_icon, .cke_button_underline .cke_icon, .cke_button_strike .cke_icon, .cke_button_subscript .cke_icon, .cke_button_superscript .cke_icon, .cke_button_bulletedlist .cke_icon, .cke_button_numberedlist .cke_icon, .cke_button_link .cke_icon, .cke_button_unlink .cke_icon, .cke_button_ipscode .cke_icon, .cke_button_ipsquote .cke_icon, .cke_button_outdent .cke_icon, .cke_button_indent .cke_icon, .cke_button_justifyleft .cke_icon, .cke_button_justifycenter .cke_icon, .cke_button_justifyright .cke_icon, .cke_button_ipsmedia .cke_icon, .cke_button_textcolor .cke_icon, .cke_button_ipsemoticon .cke_icon, .cke_button_ipsbbcode_twitter .cke_icon, .cke_button_image .cke_icon{ background-image: url("{style_images_url}/editor/icons.png") !important; } .cke_button_bold .cke_icon{ background-position: 0 -64px !important; } .cke_button_italic .cke_icon{ background-position: 0 -80px !important; } .cke_button_underline .cke_icon{ background-position: 0 -96px !important; } .cke_button_strike .cke_icon{ background-position: 0 -112px !important; } .cke_button_subscript .cke_icon{ background-position: 0 -272px !important; } .cke_button_superscript .cke_icon{ background-position: 0 -256px !important; } .cke_button_bulletedlist .cke_icon{ background-position: 0 -240px !important; } .cke_button_numberedlist .cke_icon{ background-position: 0 -224px !important; } .cke_button_link .cke_icon{ background-position: 0 -320px !important; } .cke_button_unlink .cke_icon{ background-position: 0 -336px !important; } .cke_button_ipscode .cke_icon{ background-position: 0 -144px !important; } .cke_button_ipsquote .cke_icon{ background-position: 0 -304px !important; } .cke_button_outdent .cke_icon{ background-position: 0 -208px !important; } .cke_button_indent .cke_icon{ background-position: 0 -192px !important; } .cke_button_justifyleft .cke_icon{ background-position: 0 -32px !important; } .cke_button_justifycenter .cke_icon{ background-position: 0 0px !important; } .cke_button_justifyright .cke_icon{ background-position: 0 -48px !important; } .cke_button_ipsmedia .cke_icon{ background-position: 0 -288px !important; } .cke_button_textcolor .cke_icon{ background-position: 0 -176px !important; } .cke_button_ipsemoticon .cke_icon{ background-position: 0 -160px !important; } .cke_button_ipsbbcode_twitter .cke_icon{ background-position: 0 -352px !important; } .cke_button_image .cke_icon{ background-position: 0 -368px !important; } -
IPB 3.x [Help] How do I have an equal chat of webflake
keefx posted a question in Invision Support Archives
Hello everybody, I want to know how can i leave my chat equal to the WebFlake. This is the view from my chat. And I want to make the same Webflake, which is this look. -
IPB 3.x [Help] How do I edit a skin IP.Board 3.4x?
keefx replied to keefx's question in Invision Support Archives
Could you tell me how do I change the color patterns of this skin subway? I tried searching, but I cannot find. resolved -
IPB 3.x [Help] How do I edit a skin IP.Board 3.4x?
keefx posted a question in Invision Support Archives
Well, I'm new to this subject. But I understand basic language CSS, and would like to learn how to edit a IP.Board skin, in my case I want to edit the skin subway.