Quickly build a log of community portal through Supesite 7.0
Source: Internet
Author: User
KeywordsChange Solidorder:1pxblog
SupeSite7.0 is a Community CMS product launched in March 2009 by http://www.aliyun.com/zixun/aggregation/12899.html > Sing (Comsenz). As Comsenz's community product Supesite 7.0 fully supports the discuz!, Ucenter home aggregation function. For those that have been installed using discuz! and Ucenter home webmaster, through the Supesite 7.0 can quickly build a community portal.
We use the default template as an example to analyze its template style, Supesite 7.0 default template style sheet is \templates\default\css\common.css, so just modify the file to change the default template style.
Note: It is a good idea to make a copy of the default template before modifying it, leaving the default defaults directory to facilitate future product upgrades.
1, log Home
Log home slide style with the first slide style, "The latest log", "Hot Log", "This week's Hot log" several module style with the home page information module, so no longer repeat here.
1 Picture Story
The common modification styles that correspond to the COMMON.CSS style sheet are:
Picture story Module style control, common modifications have changed the module border style border:1px solid #D8D8D8 and changed the module background color background: #F8F8F8.
#blog_pic_story h3 {padding:8px 20px 4px;}
Picture story Module Title style control, you can add the corresponding style code if you want to change the title color.
2 Recent Updates
The common modification styles that correspond to the COMMON.CSS style sheet are:
Recent update Module style control, common modifications include changing the module border style border:1px solid #D8D8D8 and changing the module background color background: #F8F8F8.
#blog_new h3 {padding:8px 20px 4px;}
Recently updated module heading style control, you can add the corresponding style code if you want to change the caption color.
Recent Update module user Avatar Style control, common changes have changed avatar border style border:1px solid #D8D8D8.
#blog_new ul.txt li {height:28px; overflow:hidden; font-size:14px; line-height:28px;}
The log list style below the recently updated module, which has changed the font size font-size:14px, or added code to control the font color here to change the journal title color.
3 Log Star
The common modification styles that correspond to the COMMON.CSS style sheet are:
Log star Module style control, common modifications have changes to the module border style border:1px solid #D8D8D8, change the module background color background: #F7FDFD, and change the module font color: #999.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.