Khác biệt giữa bản sửa đổi của “MediaWiki:Vector.css”

Từ GCED
(Tạo trang mới với nội dung “→‎Tất cả mã CSS tại đây sẽ được tải khi người dùng sử dụng giao diện Vectơ: @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap'); body { font-family: 'Roboto', sans-serif !important; font-size: 1rem !important; } →‎Changes the default font used for MediaWiki headings to Montserrat:: #content h1, #content h2, #content h3, #content h4…”)
 
Không có tóm lược sửa đổi
Dòng 1: Dòng 1:
/* Tất cả mã CSS tại đây sẽ được tải khi người dùng sử dụng giao diện Vectơ */
/* Tất cả mã CSS tại đây sẽ được tải khi người dùng sử dụng giao diện Vectơ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');
#firstHeading{
 
font:bold 30px Georgia, serif;
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1rem !important;
}
 
/* Changes the default font used for MediaWiki headings to Montserrat: */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
{
    color: #CCCCCC !important;
    font-family: 'Montserrat', sans-serif !important;
}
 
#content h1,
#content h2 {
    border-bottom: 1px solid #a2a9b1 !important;
}
 
#content h1 {
    font-size: 2.1rem !important;
}
 
#content h2 {
    font-size: 1.6rem !important;
}
 
#content h3 {
    font-size: 1.4rem !important;
}
 
#content h4 {
    font-size: 1.3rem !important;
}
 
#content h5 {
    font-size: 1.2rem !important;
}
 
#content h6 {
    font-size: 1.1rem !important;
}
}

Phiên bản lúc 07:15, ngày 16 tháng 7 năm 2024

/* Tất cả mã CSS tại đây sẽ được tải khi người dùng sử dụng giao diện Vectơ */
#firstHeading{
	font:bold 30px Georgia, serif;
}