艺术圈是怎么一步步把艺术批评家”杀”死的?|李昱坤专栏

/* ===== GLOBAL DARK THEME – liyukun.net ===== */
/* ===== FONTS ===== */
@import url(‘https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Noto+Serif+SC:wght@400;600&family=Montserrat:wght@400;600;700&display=swap’);

/* ===== BODY & PAGE BACKGROUND – ALL PAGES ===== */
body {
background-color: #121625 !important;
background: #121625 !important;
color: #F5F2EC !important;
}
#page {
background: transparent !important;
}

/* ===== SITE HEADER / NAV ===== */
.main-header-bar {
background: rgba(18,22,37,0.94) !important;
border-bottom: 1px solid rgba(212,175,55,0.08) !important;
}
.site-title a {
color: #F5F2EC !important;
font-family: ‘Noto Sans SC’, sans-serif !important;
}
.main-header-menu > .menu-item > .menu-link {
color: #C8C3B8 !important;
font-family: ‘Noto Sans SC’, sans-serif !important;
transition: color 0.3s ease;
}
.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link,
.main-header-menu > .current-menu-ancestor > .menu-link {
color: #D4AF37 !important;
}
.main-header-menu .sub-menu {
background: rgba(18,22,37,0.97) !important;
border: 1px solid rgba(212,175,55,0.12) !important;
}
.main-header-menu .sub-menu .menu-link {
color: #C8C3B8 !important;
}
.main-header-menu .sub-menu .menu-link:hover {
color: #D4AF37 !important;
background: rgba(212,175,55,0.06) !important;
}

/* ===== CONTENT AREA – ALL PAGES ===== */
.site-content,
.content-area,
.site-main,
.ast-container,
article.post,
article.page,
.ast-article-single,
.entry-content,
.entry-content p,
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
background: transparent !important;
background-color: transparent !important;
color: #F5F2EC !important;
}

/* Post titles */
.entry-title, .page-title, .entry-title a, .page-title a {
color: #F5F2EC !important;
font-family: ‘Noto Sans SC’, sans-serif !important;
}
.entry-title a:hover, .page-title a:hover {
color: #D4AF37 !important;
}

/* Post body text */
.entry-content p, .entry-content li, .entry-content td, .entry-content th {
color: #E8E4DC !important;
line-height: 1.9;
font-family: ‘Noto Serif SC’, serif !important;
}

/* Links in content */
.entry-content a {
color: #D4AF37 !important;
border-bottom: 1px solid rgba(212,175,55,0.25);
transition: all 0.25s ease;
}
.entry-content a:hover {
border-bottom-color: #D4AF37;
}

/* Meta info (date, author, categories) */
.entry-meta, .entry-meta a, .posted-on, .byline, .cat-links, .tags-links {
color: #7C99A1 !important;
font-size: 13px !important;
}
.entry-meta a:hover {
color: #D4AF37 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #F5F2EC !important;
font-family: ‘Noto Sans SC’, sans-serif !important;
}

/* Blockquotes */
blockquote {
border-left: 3px solid #D4AF37 !important;
color: #C8C3B8 !important;
background: rgba(26,31,46,0.5) !important;
padding: 16px 24px !important;
}

/* Code and pre */
code, pre {
background: rgba(11,15,35,0.7) !important;
color: #7C99A1 !important;
border-radius: 3px;
}

/* Tables */
table, th, td {
border-color: rgba(124,153,161,0.15) !important;
color: #E8E4DC !important;
}
th {
background: rgba(26,31,46,0.7) !important;
color: #D4AF37 !important;
}

/* Images */
img {
max-width: 100%;
height: auto;
border-radius: 4px;
}

/* Sidebar widgets */
.widget-area, .widget, .widget_text, .widget_recent_entries,
.widget_categories, .widget_archive {
background: rgba(26,31,46,0.5) !important;
border: 1px solid rgba(124,153,161,0.1) !important;
border-radius: 6px;
padding: 20px !important;
margin-bottom: 20px !important;
}
.widget-title {
color: #D4AF37 !important;
font-family: ‘Noto Sans SC’, sans-serif !important;
font-weight: 700 !important;
}
.widget ul li a {
color: #C8C3B8 !important;
}
.widget ul li a:hover {
color: #D4AF37 !important;
}

/* Comments area */
.comments-area, .comment-list, .comment-body {
background: transparent !important;
color: #F5F2EC !important;
}
.comment-author .fn {
color: #F5F2EC !important;
}
.comment-meta, .comment-metadata a {
color: #7C99A1 !important;
}

/* Footer / Site footer */
.site-footer, .ast-footer-overlay, .footer-widgets, .ast-small-footer,
footer, [class*=”footer”] {
background: #0B0E1C !important;
color: #7C99A1 !important;
border-top: 1px solid rgba(212,175,55,0.07) !important;
}
.site-footer a, .ast-small-footer a, footer a {
color: #7C99A1 !important;
}
.site-footer a:hover, .ast-small-footer a:hover, footer a:hover {
color: #D4AF37 !important;
}

/* Pagination */
.page-numbers, .pagination a, .nav-links a {
color: #C8C3B8 !important;
border-color: rgba(124,153,161,0.18) !important;
background: rgba(26,31,46,0.5) !important;
}
.page-numbers.current, .page-numbers:hover, .pagination a:hover {
color: #121625 !important;
background: #D4AF37 !important;
border-color: #D4AF37 !important;
}

/* Search form */
.search-form input[type=”search”],
.search-field, input[type=”text”], input[type=”email”],
textarea, select {
background: rgba(11,15,35,0.6) !important;
border: 1px solid rgba(124,153,161,0.18) !important;
color: #F5F2EC !important;
border-radius: 3px;
}
.search-form input[type=”search”]:focus,
input[type=”text”]:focus, textarea:focus {
border-color: #D4AF37 !important;
outline: none;
}
.search-form input[type=”search”]::placeholder,
input[type=”text”]::placeholder, textarea::placeholder {
color: rgba(124,153,161,0.4) !important;
}

/* Buttons */
button, input[type=”submit”], input[type=”button”],
.btn, .wp-block-button__link, .more-link {
background: transparent !important;
color: #D4AF37 !important;
border: 1px solid #D4AF37 !important;
border-radius: 3px;
font-family: ‘Montserrat’, sans-serif !important;
letter-spacing: 0.08em;
text-transform: uppercase;
transition: all 0.35s ease;
}
button:hover, input[type=”submit”]:hover,
.wp-block-button__link:hover, .more-link:hover {
background: #D4AF37 !important;
color: #121625 !important;
box-shadow: 0 6px 28px rgba(212,175,55,0.3);
}

/* Scrollbar for webkit browsers */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #121625; }
::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.3); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgba(212,175,55,0.5); }

/* Selection */
::selection {
background: rgba(212,175,55,0.25);
color: #F5F2EC;
}

/* Mobile menu toggle */
.ast-mobile-menu-buttons .menu-toggle {
color: #F5F2EC !important;
}
.ast-mobile-popup-drawer {
background: #121625 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
body { font-size: 16px; }
.entry-content { padding: 12px !important; }
.ast-container { padding: 0 16px !important; }
}


声明

本文为原创研究/评论,著作权归原作者所有。欢迎在注明原作者、原始出处(本文链接)并完整转载的前提下进行非商业用途的分享。任何形式的改编、摘编或商业使用,均须事先获得作者书面授权。另外,本文观点仅为作者个人学术见解,不构成任何决策建议。读者应独立判断,文责自负。

订阅艺术评论

订阅即赠《2024中国当代艺术关键词》内部思考笔记 PDF
每周免费获取最新当代艺术批评与研究


发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

📬 免费订阅艺术评论
滚动至顶部

订阅艺术评论

获取最新当代艺术批评与研究,直接送达您的邮箱