root/tags/MvBlog-2.3/CSS-Documentation

Revision 591, 3.5 KB (checked in by michiel, 16 months ago)

added page with info about a dossier and all articles in the dossier.
Based on the archive overviews.
Added new div.log_dossier_description for the info

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_dossier_description : Header above page with articles in a specific dossier
20
21                        div.log_post : container tag for post (excl. comments)
22
23                                div.log_post_head : container tag for title/category
24
25                                        h1.log_post_h1 : post-title tag
26                                        h2.log_post_h2 : post-category tag
27
28                                        h1.log_post_h1_error : post-title tag for custom 404 page
29
30                                div.log_post_body : tag of the bodytext of post (admin>posts - editor will automatically add <p> tag to each new line)
31
32                                        div.log_post_aside : tag for aside posts (when in admin>posts the 'aside' box is checked - this will remove author/date from post)
33                                        div.log_post_normal : all other posts can be targeted with this tag
34                                                a.link_readmore : tag for the readmore link, when using ##BREAKPOINT## in admin>editor
35
36                                        div.log_post_error : all custom 404 error posts can be targeted with this tag
37
38                                div.log_post_foot : container tag of footertext of post
39
40                                        span.log_post_commentslink : link to comments on single post
41                                        span.log_post_author : name of post author
42                                        span.log_post_date : date of post
43
44                                        span.log_post_commentsrss : tag for the RSS url for single post
45                                        span.log_post_trackbacklink : tag for the trackback url for single post
46
47                        div.log_dossierinfo : container tag for dossier info and links to other articles in the dossier
48
49                                div.log_dossierinfo a : hyperlink to the article
50
51                        div.log_comment : container tag for comments on single post
52
53                                div.log_comment_head : container tag for comment title/name of poster
54
55                                        span.log_comment_subject
56
57                                                h1.log_comment_h1 : tag for title of comment
58
59                                div.log_comment_body : body text of comment
60
61                                div.log_comment_foot : container tag for footer of comment
62
63                                        span.log_comment_email : email address of comment-author
64                                        span.log_comment_website : website url of comment-author
65
66                        div.log_form : container tag for comment form
67
68                                td.log_form_name : tag for comment-boxes
69                                td.log_form_value : tag for registered/logged author/email (only visible when comment-author is logged in)
70
71                        div.log_nextprev_container : container tag for the next and previous links at bottom of index page
72
73                                a.link_prev : tag for previous link
74                                a.link_next : tag for next link
75
76                td#if_sidebar_container : container tag for right-hand side (see td#if_content_container for explanation of placement) menu
77
78                        ul#default_list_container : default menu items (cannot be changed)
79                                li#default_list_item
80
81!!                              select#styleswitchselect : as of yet, I have not tried this out
82
83                        ul#archive_list_container : container for monthly links
84                                li#archive_list_item
85
86                        ul#category_list_container : container for category links
87                                li#category_list_item
88
89                        form#searchform
90                                div#searchresults
91                                        div#searchresults li
92                                        div#searchresult li a
93
94                        ul#link_list_container
95                                li#link_list_item
96
97Monthly Archive - plugin tags
98                        td.altarchive_month_items : tag for the months with posts
99                        td.altarchive_month_noitems : tag for the months without posts
Note: See TracBrowser for help on using the browser.