css| Tips
1.--column article list content interval color definition 1--
1): Method 1, table dotted line definition:
Enter backstage, open the website style management, press Ctrl+f to find. Listbg2 Find:
LISTBG/*-column article list content interval color definition 1--* *
{
Background: #ffffff;
}
LISTBG2/*-column article list content interval color definition 2--* *
{
Background: #f7f7f7;
}
Modified to:
LISTBG/*-column article list content interval color definition 1--* *
{
Background:url (skin/blue/xxx.gif); Height:24;font-size:9pt;color: #000000;
}
LISTBG2/*-column article list content interval color definition 2--* *
{
Background:url (skin/blue/xxx.gif); Height:24;font-size:9pt;color: #000000;
}
Note: xxx.gif for dotted picture size for 3x24 px and height:24 must be symmetrical. Color: #000000; The font color.
Case Picture 1:
200592212583046063.jpg(18.87 KB)
2007-3-28 15:07
2): Method 2, label to define (need to manually add code to the background style)
Define the text color and row high parameters of the connection yourself.
Other calls to the list CSS methods are similar, not listed.
Case Picture 3:
00000.jpg(6.38 KB)
2007-3-28 15:07
3. Table border CSS Definition
1): Method 1;
Easy Default article Home CSS
Enter backstage, open the website style management, press Ctrl+f to find. main_title_282 Find:
main_title_282/* Column Article List title table background, text color definition (282) * *
{
Background: #FFE3DC color: #ff0000; height:24;border-top:1px solid #ff0000 border-left:1px solid #ff0000 border-right : 1px solid #ff0000;p adding-left:20;
}
main_tdbg_282/* Column article List content table background, text color definition (282) * *
{
border:1px solid #ff0000; line-height:150%;text-align:left;padding-left:5;padding-right:5;
}
Note: (border-top:1px solid #ff0000; border-left:1px solid #ff0000; border-right:1px solid #ff0000;) The color and thickness of the top, left, right, and border;
(background: #FFE3DC;) background color;
(border:1px solid #ff0000;) border:1px solid #ff0000; The border color is red.)
(Line-height:150%;text-align:left;padding-left:5;padding-right:5;) is row height, distance from left and right is 5px.
A table with a red border of 1 pixels on the top, bottom, left, and right of the table is defined respectively. Effect Ibid.
Here generally only use left and right on it (style= "border-right: #ff0000 1px solid; Border-left: #ff0000 1px solid;), can be deleted and added according to your own needs.
4. Article content page main title and content text of CSS
The color and font size of the main title of the article;
Enter the background, open the site style management, press Ctrl+f find Main_articletitle find:
. Main_articletitle/* Main Title text color definition * *
{
color:ff0000;font-weight:bold;font-size:18;line-height:150%;
}
This is not a comment, the color and font size are here.
Article content text font size, row height, line spacing, etc.;
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.