此类是一个示例:button-primary使按钮看起来像这样:
#1 楼
我们正在努力更新http://dotorgstyleguide.wordpress.com/,以获取更多此类信息并反映3.2以来的样式更新。除此之外,我还看到了一个插件(我目前无法定位),该页面显示了一个演示页面,其中显示了各种CSS选择器及其外观,但是我认为它已经过时了。除此之外,您目前最好的选择可能只是启动Firebug / Web检查器,然后查看wp-admin / css / wp-admin.dev.css。
评论
谢谢,到目前为止,我已经在一些小事情上使用了Firebug解决方案。它可以正常工作,但我更喜欢我从您那里得到的两个列表示例以及@bultge :)谢谢!
–Ole HenrikSkogstrøm
2012年1月13日上午11:19
该站点上的内容现在已经过时了。
– Burgi
18年8月2日在16:28
#2 楼
安装此插件,您会看到所有元素,类和IDshttps://github.com/bueltge/WordPress-Admin-Style
评论
真好!这是一个很好的列表,只需要测试一些即可。也希望有更多答案和技巧:)尽快选择答案!
–Ole HenrikSkogstrøm
2012年1月13日上午11:15
#3 楼
*注意:对于前端-这是我在Wordpress默认CSS样式的大量R&D之后提取的列表。我尽力研究所有内容并尽可能准确地组织所有内容。如果发现任何缺失或不完整,请在评论中写。我希望它可以帮助您开发所需的插件和主题*/* WP WYSIWYG Editor Styles */
.entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
/* WP CSS - Miscellaneous Styles */
/* category links */
li.categories {}
li.cat-item {}
li.cat-item-{id} {}
li.current-cat {}
li.current-cat-parent {}
ul.children {}
/* blogroll links */
.linkcat {}
.blogroll {}
/* read-more links */
.more-link {}
/* WP CSS - Page Listings */
.pagenav {} /* outermost list item */
.page_item {} /* any page item */
.page-item-{id} {} /* specific page id */
.current_page_item {} /* current page */
.current_page_parent {} /* parent of current page */
.current_page_ancestor {} /* any ancestor of current page */
.pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {}
.pagenav ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {}
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {}
/* WP CSS - Default WordPress Widgets */
.widget {}
/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}
/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}
/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}
/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}
/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {}
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}
/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}
/* calendar widget */
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}
/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {}
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}
/* recent-comments widget */
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}
/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}
/* text widget */
.textwidget {}
.widget_text {}
.textwidget p {}
/* WP CSS - Comment Styles */
.commentlist .reply {}
.commentlist .reply a {}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}
.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}
.commentlist .comment-meta {}
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}
.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}
.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}
#cancel-comment-reply {}
#cancel-comment-reply a {}
/* WP CSS - body_class() */
.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}
/* WP CSS - post_class() */
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
评论
我不太了解您的列表,这是空ID /类的列表,以便我自己定制WordPress CSS样式吗?
–Ole HenrikSkogstrøm
2012年1月13日23:20
如果您以不同方式将其包括在内容中,则这是图像的所有类别的列表;例如通过float对齐后缀或右对齐等等。我认为这只是网络中帖子的副本?
– Bueltge
2012年1月15日21:24
#4 楼
WordPress后端确实生成了“ body”类。我从未在任何地方看到这些文件的明确记录(尽管我很可能会错过它)。您可以在admin-header.php
源代码中查看它们以及它们的生成方式。 生成的类与前端类非常相似:
<body class="wp-admin no-js upload-php admin-bar branch-3-3 version-3-3-1 admin-color-fresh">
#5 楼
我遇到了这个问题,因为我正在使用add_menu_page()创建自定义管理页面。您将想要将内容放在<div class = "wrap">Your content.</div>
之间,这将激活标准的WordPress admin后端CSS,以便您的自定义admin页面看起来正常。在这种情况下,其他div将由WordPress自动处理。
class AdminScreen{
public function __construct(){
add_action( 'admin_menu', array( $this, 'doAddMenuPage' ) );
}
public function doAddMenuPage(){
add_menu_page( "AdminScreen", "AdminScreen", 'edit_others_pages', 'AdminScreen', array($this, 'echoAdminPage') );
}
public function echoAdminPage(){
//Prints out the HTML into the output buffer:
echo '<div class = "wrap"><h1 class = "wp-heading-inline">This looks good, finally!</h1></div>';
}
}
#6 楼
这是另一篇有趣的文章,列出了可以在样式化管理页面中使用的所有可用css类/ html标记,这很不错。文章有些过时,因为它显示了旧版本WordPress的样式结果,因此很可能自此以后添加了其他类。另一个有用的资源是WordPress dashicons。
但是,我必须祝贺@bueltge以下列出的出色插件,它在保持更新的管理风格参考方面做得很好。
评论
看起来就像WordPress中的标准保存按钮。如果我有足够的声誉来发布图片,则只缺少2分:)您好...我正在提供一个解决方案,但该解决方案与该问题不完全相关,但对Web开发非常有帮助。这是Web开发人员工具,它显示网页的每个信息。请从以下链接下载它:chrispederick.com/work/web-developer它将作为Firebug插件安装,您可以非常容易地使用它。
看起来不错@HappySingh不好看,好的开发工具总是很方便的:)