admin管理员组文章数量:1393072
I am currently creating the administration window for my wordpress plugin, my objective is to create this screen using the same CSS that are already used within the different tabs of the "wordpress administrator". My question is if there is any link (or list of links) where all the CSS classes used by the Wordpress core are defined to render the "Wordpress administrator" (something like Bootstrap has in its documentation link)
At the moment I was able to perform some experiments using the information in this link as well as analyzing with my browser the classes that have applied some parts of the HTML code
If there is not what I consult in my first question, the only thing I would have left to use these CSS styles would be to analyze the part that interests me with the browser and see the classes they have applied to then put them in my code?
I am currently creating the administration window for my wordpress plugin, my objective is to create this screen using the same CSS that are already used within the different tabs of the "wordpress administrator". My question is if there is any link (or list of links) where all the CSS classes used by the Wordpress core are defined to render the "Wordpress administrator" (something like Bootstrap has in its documentation link)
At the moment I was able to perform some experiments using the information in this link as well as analyzing with my browser the classes that have applied some parts of the HTML code
If there is not what I consult in my first question, the only thing I would have left to use these CSS styles would be to analyze the part that interests me with the browser and see the classes they have applied to then put them in my code?
Share Improve this question asked Mar 3, 2020 at 15:36 Diego AaronDiego Aaron 1134 bronze badges1 Answer
Reset to default 1Frank Bültge has a plugin which displays all (most?) of the WP admin styles, which is kept fairly up-to-date: https://github/bueltge/WordPress-Admin-Style
Helen Hou-Sandí also has a plugin style guide: https://github/helen/wp-style-guide
There is also this: https://dotorgstyleguide.wordpress/
本文标签: pluginsHow to use the CSS of the Wordpress core in the development of my administration page
版权声明:本文标题:plugins - How to use the CSS of the Wordpress core in the development of my administration page? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744699243a2620464.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论