Common setting buttons or scroll bar CSS styles and general font CSS settings
Source: Internet
Author: User
Common CSS styles
A custom CSS class can be referenced on HTML tags.
Solid line: solid dotted line: dashed custom CSS class: ummad
. Ummad {
Border: 1px solid #003366;
}
========================================================== =
Set the style of the input tag in a unified manner (not recommended)
. Input {
Border: 1px solid #003366;
}
========================================================== =
Set the scroll bar style: Put it behind the head.
<Style>
Body {}{
SCROLLBAR-FACE-COLOR: # 0066ff;
SCROLLBAR-HIGHLIGHT-COLOR: # 0066ff;
SCROLLBAR-SHADOW-COLOR: # 0066ff;
SCROLLBAR-3DLIGHT-COLOR: # 0066ff;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #999999;
SCROLLBAR-DARKSHADOW-COLOR: # 0066ff;
}
</Style>
========================================================== =
Uniform HTML text font definition:
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service