root/tags/MvBlog-2.2.1/CSS-Documentation

Revision 325, 3.2 KB (checked in by leonieke, 2 years ago)

Added plugin tags for the Monthly Archive Calendar.

Line 
1div#if_container
2
3        div#if_title
4
5        div#if_bar1
6
7        div#if_page_header
8                h1.page_title
9                        a.page_header : tag of title of blog (can be configured in admin>blogsettings)
10       
11        div#if_page
12               
13                td#if_content_container : by default the posts are shown on the left-hand side, and the sidebar menu is shown on the right-hand side - this can only be changed when adapting the index.php !! WARNING update of mvblog can change index.php !!
14
15                        p.first : tag description of blog (can be configured in admin>blogsettings)
16
17                        h1.log_archive_h1 : tag for an archive (monthly or category)
18
19                        div.log_post : container tag for post (excl. comments)
20
21                                div.log_post_head : container tag for title/category
22
23                                        h1.log_post_h1 : post-title tag
24                                        h2.log_post_h2 : post-category tag
25
26                                        h1.log_post_h1_error : post-title tag for custom 404 page
27
28                                div.log_post_body : tag of the bodytext of post (admin>posts - editor will automatically add <p> tag to each new line)
29
30                                        div.log_post_aside : tag for aside posts (when in admin>posts the 'aside' box is checked - this will remove author/date from post)
31                                        div.log_post_normal : all other posts can be targeted with this tag
32                                                a.link_readmore : tag for the readmore link, when using ##BREAKPOINT## in admin>editor
33
34                                        div.log_post_error : all custom 404 error posts can be targeted with this tag
35
36                                div.log_post_foot : container tag of footertext of post
37
38                                        span.log_post_commentslink : link to comments on single post
39                                        span.log_post_author : name of post author
40                                        span.log_post_date : date of post
41
42                                        span.log_post_commentsrss : tag for the RSS url for single post
43                                        span.log_post_trackbacklink : tag for the trackback url for single post
44
45                        div.log_comment : container tag for comments on single post
46
47                                div.log_comment_head : container tag for comment title/name of poster
48
49                                        span.log_comment_subject
50
51                                                h1.log_comment_h1 : tag for title of comment
52
53                                div.log_comment_body : body text of comment
54
55                                div.log_comment_foot : container tag for footer of comment
56
57                                        span.log_comment_email : email address of comment-author
58                                        span.log_comment_website : website url of comment-author
59
60                        div.log_form : container tag for comment form
61
62                                td.log_form_name : tag for comment-boxes
63                                td.log_form_value : tag for registered/logged author/email (only visible when comment-author is logged in)
64
65                        div.log_nextprev_container : container tag for the next and previous links at bottom of index page
66
67                                a.link_prev : tag for previous link
68                                a.link_next : tag for next link
69
70                td#if_sidebar_container : container tag for right-hand side (see td#if_content_container for explanation of placement) menu
71
72                        ul#default_list_container : default menu items (cannot be changed)
73                                li#default_list_item
74
75!!                              select#styleswitchselect : as of yet, I have not tried this out
76
77                        ul#archive_list_container : container for monthly links
78                                li#archive_list_item
79
80                        ul#category_list_container : container for category links
81                                li#category_list_item
82
83                        form#searchform
84                                div#searchresults
85                                        div#searchresults li
86                                        div#searchresult li a
87
88                        ul#link_list_container
89                                li#link_list_item
90
91Monthly Archive - plugin tags
92                        td.altarchive_month_items : tag for the months with posts
93                        td.altarchive_month_noitems : tag for the months without posts
Note: See TracBrowser for help on using the browser.