Changeset 531 for trunk/admin
- Timestamp:
- 07/29/07 14:31:23 (16 months ago)
- Files:
-
- 1 modified
-
trunk/admin/style/MvBlog/index.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/style/MvBlog/index.css
r279 r531 10 10 font-size: 11px; 11 11 font-family: Verdana, Arial, Helvetica, Sans-Serif; 12 color: #000; 12 color: #000; 13 13 background-color: #FFFFFF; 14 14 line-height: 19px; … … 39 39 border: 0px; 40 40 } 41 41 42 42 a:visited { 43 43 color: #8bb7b5; … … 78 78 background: white url(page_top.png) no-repeat; 79 79 margin: auto; 80 height: 8px; 80 height: 8px; 81 81 width: 850px; 82 82 overflow: hidden; … … 100 100 } 101 101 102 a.if_menu_item { 102 a.if_menu_item { 103 103 text-decoration: none; 104 104 color: #505050; … … 125 125 #if_page_footer { 126 126 background: white url(page_bottom.png) no-repeat; 127 position: relative; 127 position: relative; 128 128 margin:auto; 129 left: -50px; 130 top: 20px; 131 padding-top: 20px; 132 padding-left: 15px; 133 padding-bottom: 20px; 134 height: 60px; 129 left: -50px; 130 top: 20px; 131 padding-top: 20px; 132 padding-left: 15px; 133 padding-bottom: 20px; 134 height: 60px; 135 135 width: 870px; 136 136 font-family: Verdana, Arial, Helvetica, Sans-Serif; … … 166 166 background: white url(page_bg.png) repeat-y; 167 167 overflow: hidden; 168 margin: auto; 169 width: 850px; 168 margin: auto; 169 width: 850px; 170 170 margin-top: 20px; 171 171 text-align: left; … … 209 209 div.log_post_head { 210 210 /* container for title and category */ 211 } 212 213 h1.log_post_new { 214 /* creat new link */ 215 font-size: 1.1em; 211 216 } 212 217
