1.2.5原版
This commit is contained in:
@@ -0,0 +1,111 @@
|
||||
.gallery-photos span img {
|
||||
margin: 0 !important;
|
||||
border-radius: 0;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
.gallery-photos {
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.gallery-photo {
|
||||
min-height: 5rem;
|
||||
width: 33.3%;
|
||||
padding: 4px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gallery-photo span {
|
||||
border-radius: 8px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gallery-photo img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
animation: fadeIn 1s;
|
||||
cursor: pointer;
|
||||
transition: all .4s ease-in-out !important;
|
||||
}
|
||||
|
||||
.gallery-photo span.photo-title,
|
||||
.gallery-photo span.photo-time {
|
||||
max-width: calc(100% - 7px);
|
||||
line-height: 1.8;
|
||||
position: absolute;
|
||||
left: 4px;
|
||||
font-size: 14px;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
padding: 0px 8px;
|
||||
color: #fff;
|
||||
animation: fadeIn 1s;
|
||||
}
|
||||
|
||||
.gallery-photo span.photo-title {
|
||||
bottom: 4px;
|
||||
border-radius: 0 8px 0 8px;
|
||||
}
|
||||
|
||||
.gallery-photo span.photo-time {
|
||||
top: 4px;
|
||||
border-radius: 8px 0 8px 0;
|
||||
}
|
||||
|
||||
.gallery-photo:hover img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1100px) {
|
||||
.gallery-photo {
|
||||
width: 33.3%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.gallery-photo {
|
||||
width: 49.9%;
|
||||
padding: 3px
|
||||
}
|
||||
|
||||
.gallery-photo span.photo-time {
|
||||
display: none
|
||||
}
|
||||
|
||||
.gallery-photo span.photo-title {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.gallery-photo span.photo-title {
|
||||
left: 3px;
|
||||
bottom: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.uploadmore {
|
||||
width: 40%;
|
||||
max-width: 810px;
|
||||
height: 30px;
|
||||
margin: auto;
|
||||
border-radius: 12px;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
border: 1px solid #000;
|
||||
box-shadow: 0 8px 16px -4px #2c2d300c;
|
||||
background: #f4f4f4
|
||||
}
|
||||
@@ -0,0 +1,343 @@
|
||||
:root {
|
||||
--pix-style-border-always: 1px solid var(--card-border);
|
||||
--pix-secondbg: #f7f7f9;
|
||||
--dark-body-bg: #d0dada;
|
||||
--card-border: #e3e8f7;
|
||||
}
|
||||
/*黑夜模式*/
|
||||
.dark {
|
||||
--pix-secondbg: #21232a;
|
||||
--dark-bg: #111324;
|
||||
--dark-medium-bg: #161829;
|
||||
--dark-light-bg: #2e325c;
|
||||
--light-color: #dedede;
|
||||
--text-color: #a5a9c3;
|
||||
--dark-border: #1e2036;
|
||||
--dark-ac-btn: #2b48ff;
|
||||
--dark-icon: #8c92b3;
|
||||
--text-light: #5b5f80;
|
||||
--normal-btn: #292c45;
|
||||
--btn-normal: #1e2139;
|
||||
--dark-body-bg: #0a0c19;
|
||||
--dark-body-gay-bg: #0a0c19;
|
||||
--card-border: #42444a;
|
||||
--code-color: var(--normal-btn);
|
||||
|
||||
|
||||
|
||||
--halo-comment-widget-ava-content-background: #292c45;
|
||||
--halo-comment-widget-component-comment-author-info-input: var(--dark-medium-bg);
|
||||
--halo-comment-widget-a-color: #dedede;
|
||||
--halo-comment-widget-time-color: #5b5f80;
|
||||
--halo-comment-widget-parents_at-color: #7786e7;
|
||||
--halo-comment-widget-text-color: var(--text-color);
|
||||
--halo-comment-widget-textarea-comment-color: #dedede;
|
||||
--halo-comment-widget-component-form-button-submit-pix-bg-color: #2b48ff;
|
||||
--halo-comment-widget-component-form-button-submit-pix-color: #fff;
|
||||
--halo-comment-widget-component-pagination-button-pix-bg-color-hover: #3b3eff;
|
||||
--halo-comment-widget-component-pagination-button-pix-bg-color-active: #1e2139;
|
||||
--halo-comment-widget-component-pagination-button-pix-border-color-active: #8c92b3;
|
||||
--halo-comment-widget-component-form-input-pix-bg-color: var(--dark-medium-bg);
|
||||
--halo-comment-widget-component-form-input-color: #dedede;
|
||||
--halo-comment-widget-component-form-input-border-color: #1e2036;
|
||||
--halo-comment-widget-component-webkit-box-shadow: #d0dada00;
|
||||
--halo-comment-widget-component-box-shadow: #d0dada00;
|
||||
--halo-comment-widget-component-border-bottom-color: var(--dark-border);
|
||||
--halo-comment-widget-component-btn-active-color: #3b3eff;
|
||||
--halo-comment-widget-parents_at-color: #3b3eff;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.dark .left_nav_inner , .dark .entry-footer , .dark .topic_comments_wrap , .dark #create_post_box .modal_inner , .dark #topic-title ,.dark input#set_local
|
||||
, .dark .t_cat_box li , .dark .single_content .comments-area , .dark #commentform textarea#comment , .dark .single_wrap .comments-area, .dark .page_content .comments-area
|
||||
, .dark .column_inner , .dark #login_form_box .modal_inner , .dark #link_modal .uk-modal-dialog , .dark #msg_modal .uk-modal-dialog , .dark .moment_card_item a
|
||||
, .dark .post_control_list , .dark .sidebar_right , .dark .right_admin_tool , .dark .top_set_box a.active , .dark .single-content blockquote, .dark .entry-content blockquote
|
||||
, .dark .footer_main .inner ,.dark .m_offcanvas .inner {
|
||||
background: var(--dark-bg);
|
||||
}
|
||||
|
||||
.dark #ava-content {
|
||||
background-color: #292c45;
|
||||
}
|
||||
|
||||
.dark .unread_box .vi_reply_item {
|
||||
background: #2f325545;
|
||||
}
|
||||
|
||||
.dark .blog_list_inner, .dark .normal_list_inner, .dark .single_wrap , .dark .top_bar , .dark .left_menu_box ul li a:hover, .dark .link_group .item:hover
|
||||
, .dark #t_commentform , .dark textarea#comment , .dark .field textarea , .dark .single_content, .dark .page_content, .dark .page_wrap , .dark #topic_content , .dark .t_cat_box
|
||||
, .dark .local_box , .dark input#add_cat , .dark .show_media_box, .dark .show_cdn_media , .dark input#img_link_up , .dark .com_smile_show .inner
|
||||
, .dark #commentform , .dark #login_form_box input#username, .dark #login_form_box input#password , .dark #comment-author-info input , .dark .field input , .dark .archive_main
|
||||
, .dark .page_main , .dark .loacl_audio .audio_right input,.dark .loacl_audio input, .dark .netease_audio input, .dark .tencent_audio input, .dark .kugou_audio input, .dark .kuwo_audio input , .dark .loacl_audio .audio_left , .dark .edit_card_box .edit_content input
|
||||
, .dark input#moment_video_url, .dark input#moment_video_bili , .dark .m_media_left , .dark .widget_tag_cloud a , .dark .cst_widget_comment ul li .right .body
|
||||
,.dark .nodata_main , .dark .s_main , .dark .musci_list_box , .dark .volume_box , .dark .top_set_box , .dark .sw_qrcode {
|
||||
background: var(--dark-medium-bg);
|
||||
}
|
||||
|
||||
.dark .main_wrap, .dark .top_ava img , .dark .left_menu_box ul li a:hover, .dark .link_group .item:hover , .dark .t_cat_box
|
||||
, .dark .local_box , .dark .com_smile_show , .dark #ava-content , .dark .moment_card_item.loop_card_item a:hover , .dark .post_control_list
|
||||
, .dark .widget_tag_cloud a , .dark .single_music_header .mu_img img , .dark .sw_qrcode{
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.dark .left_menu_box ul li a , .dark .normal_card_content .entry-title a , .dark .list_user_meta .name , .dark .post_footer_meta span.comnum , .dark .p_title a , .dark .avatar_title a
|
||||
, .dark textarea#comment , .dark .field textarea , .dark .p_title ,.dark .avatar_title , .dark #topic_content , .dark #topic-title , .dark input#add_cat , .dark input#set_local
|
||||
, .dark input#img_link_up , .dark .comment-list li .com_right .left h4 a , .dark .post-single .entry-title , .dark .page_content .entry-title
|
||||
, .dark .page_content .entry-header i , .dark p.log_title , .dark #login_form_box input#username, .dark #login_form_box input#password , .dark #comment-author-info input
|
||||
, .dark .links_count , .dark .link_cat_name , .dark .link_group .item .info .name a , .dark .msg_title , .dark .archive_main .cat_title h1
|
||||
, .dark .normal_content .entry-title a, .dark .normal_grid_content .entry-title a , .dark .player_meta .title , .dark .moment_card_item .right h4
|
||||
, .dark .loacl_audio .audio_right input, .dark .netease_audio input , .dark .edit_card_box .edit_content input , .dark input#moment_video_url, .dark input#moment_video_bili
|
||||
, .dark .post_control_list a , .dark .t_dark a i , .dark .player_mod .m_info h2 , .dark .posts_mu_list li , .dark .posts_mu_list .s_play_btn, .dark .signup span,.dark #login_form_box [for="loginRemember"] {
|
||||
color: var(--light-color);
|
||||
}
|
||||
|
||||
.dark .normal_content .entry-content p, .dark .normal_card_content .entry-content p , .dark .normal_content .post_footer_meta span.comnum
|
||||
, .dark .normal_card_content .post_footer_meta span.comnum, .dark .normal_grid_content .post_footer_meta span.comnum , .dark .post_footer_meta span
|
||||
, .dark .t_content p , .dark .t_content ,.dark .up_img_btn i , .dark .t_cat_box li , .dark .show_cdn_media span , .dark .form_footer .admin_tool a
|
||||
, .dark .comment-list li .com_right .body p , .dark .comment-list p.nodata , .dark .single-content p , .dark ul.column_lists li a
|
||||
, .dark .page_content .entry-content , .dark blockquote , .dark .link_group .item .info .description , .dark .vi_reply_item .content
|
||||
, .dark .vi_reply_item .target_comment , .dark .msg_log , .dark .post_footer_meta span i , .dark .edit_audio_box .tips, .dark .edit_video_box .tips
|
||||
, .dark span.ip_loca , .dark .posts_show_widget ul li .title a , .dark .cst_widget_comment ul li .right a , .dark .pix_widget_tongji ul li small
|
||||
, .dark .top_s_box input.s_input , .dark .top_menu_box ul li a , .dark .top_menu_box ul li a i , .dark .pl_btn a i {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.dark .posts_show_widget ul li .title a:hover,.dark .cst_widget_comment ul li .right a:hover,.dark .normal_card_content .entry-title a:hover, .dark .post-categories a:hover,.dark .sf_item a:hover{
|
||||
color: var(--dark-ac-btn);
|
||||
}
|
||||
|
||||
.dark .moment_cat_nav, .dark .posts_cat_nav ,.dark .photos_cat_nav, .dark .left_menu_box ul, .dark textarea#comment , .dark .field textarea , .dark .tool_box, .dark .smile_show, .dark .form_footer, .dark .set_cat, .dark #commentform textarea#comment
|
||||
, .dark .p_item , .dark .footer_nav_box , .dark #t_pagination, .dark #pagination , .dark #p_pagination,.dark input#set_local , .dark input#img_link_up , .dark .comments-area ul.comment-list li
|
||||
, .dark .commentnav , .dark #t_commentform , .dark #commentform , .dark .single-inner , .dark .page_content .entry-header , .dark #login_form_box input#username, .dark #login_form_box input#password
|
||||
, .dark #comment-author-info input , .dark .field input , .dark .vi_reply_item , .dark #topic_content , .dark .archive_main .page-header , .dark .widget_inner .widget , .dark .moment_card_item.loop_card_item a
|
||||
, .dark .edit_card_box .edit_content input , .dark .post_control_list , .dark .link_group_content , .dark .set_text , .dark .s_tips , .dark .single-content blockquote, .dark .entry-content blockquote,.dark .entry-content ol li{
|
||||
border-color: var(--dark-border);
|
||||
}
|
||||
|
||||
.dark .left_menu_box li[class*=current-] a , .dark .moment_cat_nav ul li a.active, .dark .posts_cat_nav ul li a.active ,.dark .photos_cat_nav ul li a.active , .dark .normal_cat , .dark #t_pagination a, .dark #pagination a, .dark .arc_pagenav a , .dark #p_pagination a
|
||||
, .dark a.go_top , .dark input#push_comment , .dark .up_cat_btn , .dark a.set_local_btn , .dark a.img_link_btn
|
||||
, .dark .push_item , .dark .de_cat , .dark .commentnav span.page-numbers.current , .dark input.submit_button , .dark #post_pager a
|
||||
, .dark .edit_card_box .edit_content a.push_card , .dark span.de_card i , .dark .post_control_list a:hover , .dark .t_dark a , .dark .left_menu_box li[class*=current-] a:hover
|
||||
,.dark a.bg_music , .dark a.bg_lrc, .dark .vo_size ,.dark .footer_menu .inner .center .mobile_edit {
|
||||
background: var(--dark-ac-btn);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark ::-webkit-scrollbar-thumb{
|
||||
background-color: var(--dark-ac-btn);
|
||||
}
|
||||
|
||||
.dark .uk-dropdown{
|
||||
background: var(--dark-border);
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.dark .user_pannel .inner a {
|
||||
background: var(--normal-btn);
|
||||
color: var(--text-light);
|
||||
}
|
||||
|
||||
.dark .user_pannel .inner a:hover {
|
||||
background: var(--dark-ac-btn);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark .t_dark a i , .dark .top_tool i , .dark .normal_content .post_footer_meta span.comnum i
|
||||
, .dark .normal_card_content .post_footer_meta span.comnum i, .dark .normal_grid_content .post_footer_meta span.comnum i , .dark a.up_like i
|
||||
, .dark .footer_nav_box ul li a , .dark .comment_smile_box a i , .dark #login_form_box label i , .dark .ad_info .name , .dark .top_s_box form i {
|
||||
color: var(--dark-icon);
|
||||
}
|
||||
|
||||
.dark a.up_like.done i {
|
||||
color: #ff5d49;
|
||||
}
|
||||
|
||||
.dark .normal_content .entry_meta, .dark .normal_card_content .entry_meta, .dark .normal_grid_content .entry_meta , .dark #post_pager .c_paged , .dark .comment-list li .com_right .left time
|
||||
, .dark a.comment-reply-link , .dark span.single_time , .dark ul.column_lists li span , .dark .page_content .entry-header .right time
|
||||
, .dark a.beian , .dark footer#colophon , .dark .ad_info p , .dark .ad_info a , .dark .widget_tag_cloud a , .dark .cst_widget_comment ul li .right .body
|
||||
, .dark .cst_widget_comment ul li .right .meta , .dark .posts_show_widget ul li .meta , .dark .pix_widget_tongji ul li span ,.dark .set_text
|
||||
, .dark .top_s_box input::-webkit-input-placeholder , .dark .mu_des , .dark .s_tips , .dark .top_set_box a {
|
||||
color: var(--text-light);
|
||||
}
|
||||
|
||||
.dark .moment_cat_nav ul li a, .dark .posts_cat_nav ul li a , .dark .photos_cat_nav ul li a , .dark .link_group .item:hover {
|
||||
background: var(--normal-btn);
|
||||
color: var(--text-light);
|
||||
}
|
||||
|
||||
.dark .moment_cat_nav ul li a:hover,.dark .posts_cat_nav ul li a:hover,.dark .photos_cat_nav ul li a:hover {
|
||||
background-color: var(--dark-ac-btn);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark .top_bar.uk-sticky-fixed.uk-active , .dark .footer_nav_box , .dark .top_menu_box {
|
||||
background: rgb(27 29 48 / 80%);
|
||||
}
|
||||
|
||||
.dark .footer_nav_box , .dark .top_menu_box {
|
||||
border: none;
|
||||
color: var(--light-color);
|
||||
}
|
||||
|
||||
.dark .footer_nav_box ul li a:hover , .dark .ad_info a:hover , .dark .audio_choose li.uk-active a , .dark .video_choose li.uk-active a, .dark .s_tips span
|
||||
, .dark .posts_mu_list li:hover div, .dark .posts_mu_list li:hover a, .dark .posts_mu_list li.active, .dark .posts_mu_list li.active .s_play_btn , .dark .s_set_box a.active
|
||||
, .dark .search_box .s_set_box a:hover , .dark .posts_show_widget .no_img li a:before {
|
||||
color: var(--dark-ac-btn);
|
||||
}
|
||||
|
||||
.dark .loca i , .dark a.up_img_btn , .dark .up_from_media a, .dark .up_from_cdn a , .dark .attch_nav a i
|
||||
, .dark a.img_link_cancel , .dark .push_close , .dark .commentnav a , .dark .post-categories a , .dark .link_group .item{
|
||||
background: var(--btn-normal);
|
||||
color: var(--dark-icon);
|
||||
}
|
||||
|
||||
.dark .up_img_type {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.dark .t_cat_box li span i {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.dark .t_cat_box li span {
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
.dark #topic_content:focus {
|
||||
box-shadow: 0 0 0 0.12rem rgb(84 96 155);
|
||||
}
|
||||
|
||||
.dark input#img_link_up:focus , .dark input#set_local:focus , .dark #t_commentform:focus-within , .dark #commentform:focus-within , .dark #login_form_box input#username:focus
|
||||
, .dark #login_form_box input#password:focus , .dark #comment-author-info input:focus , .dark .field input:focus , .dark .audio_choose li.uk-active a , .dark .video_choose li.uk-active a , .dark .player_dot{
|
||||
border-color: var(--dark-ac-btn);
|
||||
}
|
||||
|
||||
.dark a.parents_at , .dark ul.column_lists li a:hover , .dark .single-content a, .dark .page_content .entry-content a , .dark a.mo_link , .dark .t_content a , .dark .show-more-btn , .dark .vi_reply_item .name span
|
||||
, .dark .vi_reply_item .meta a , .dark .copyright a {
|
||||
color: #7786e7;
|
||||
}
|
||||
|
||||
.dark .single-content ul li ,.dark .entry-content ul li, .dark .single-content ol li {
|
||||
border-bottom: 1px solid #282a40;
|
||||
color: #bdbfff;
|
||||
}
|
||||
|
||||
.dark .single-content h1 , .dark .single-content h2 , .dark .single-content h3 , .dark .single-content h4 {
|
||||
color: #e5e8ff;
|
||||
}
|
||||
|
||||
.dark .page_content pre {
|
||||
border: 1px solid #111324;
|
||||
background: #111324;
|
||||
color: #fff8f8;;
|
||||
}
|
||||
|
||||
.dark .post_footer_meta span.sticky_icon {
|
||||
background: #ff4731;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark .post_footer_meta span.sticky_icon i , .dark .post_footer_meta span.comnum i{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dark .moment_type_btn i , .dark .smile_box i, .dark .simi i, .dark .t_cat i , .dark span.moment_btn_line , .dark .simi i.ri-lock-unlock-line {
|
||||
color: #6674c1 !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.dark .pix_player.loacl_audio {
|
||||
background: rgb(59 59 59);
|
||||
}
|
||||
|
||||
.dark .pix_player {
|
||||
background: rgb(43 43 43 / 75%);
|
||||
}
|
||||
|
||||
.dark .player_bar {
|
||||
background: #585858;
|
||||
}
|
||||
|
||||
.dark .local_video {
|
||||
background: #2b2d40;
|
||||
}
|
||||
|
||||
.dark .show_card {
|
||||
background: #1f2136;
|
||||
border: 1px dashed #4c5985;
|
||||
}
|
||||
|
||||
.dark .pix_widget_tongji ul li {
|
||||
box-shadow: 0px 8px 4px 0px rgb(15 17 33);
|
||||
background: linear-gradient(90deg,#161829,#816bff00);
|
||||
}
|
||||
|
||||
.dark .top_s_box input.s_input{
|
||||
background: rgb(13 15 35 / 65%);
|
||||
}
|
||||
|
||||
.dark .single_music_header .mu_img img {
|
||||
border: 1px solid #0a0c19;
|
||||
}
|
||||
|
||||
.dark .posts_mu_list {
|
||||
background: #111324;
|
||||
border: 1px solid #0a0c19;
|
||||
}
|
||||
|
||||
.dark .posts_mu_list li:nth-of-type(odd) {
|
||||
background: #161829;
|
||||
}
|
||||
|
||||
.dark .left_menu_box li[class*=current-] ul a {
|
||||
background: inherit;
|
||||
color: var(--light-color);
|
||||
}
|
||||
|
||||
.dark .single_footer_box {
|
||||
background: linear-gradient(90deg,#262841,#816bff00);
|
||||
}
|
||||
|
||||
.dark .footer_menu .inner {
|
||||
background: #0d0f1e;
|
||||
border-top: 1px solid #0d0f1e;
|
||||
}
|
||||
|
||||
.dark .bgm_box {
|
||||
border-bottom: 1px solid #0d0f1e;
|
||||
}
|
||||
|
||||
.dark .footer_menu li a , .dark .footer_menu li a i , .dark .m_offcanvas ul li a , .dark .m_offcanvas ul li a i {
|
||||
color: #c7caff;
|
||||
}
|
||||
|
||||
.dark .current-line {
|
||||
color: #9098a7;
|
||||
}
|
||||
|
||||
.dark .current-line .active {
|
||||
color: var(--light-color);
|
||||
}
|
||||
|
||||
/**豆瓣插件*/
|
||||
.dark .doulist-item .doulist-subject .db--viewTime {
|
||||
color: var(--light-color);
|
||||
background :#2f2f2f
|
||||
}
|
||||
.dark .doulist-item {
|
||||
border-color: var(--dark-border);
|
||||
}
|
||||
.dark .doulist-item .doulist-subject .abstract,.dark .doulist-item .doulist-subject .rating_nums {
|
||||
color: #909090;
|
||||
}
|
||||
|
||||
.dark .msg_modal_inner .body p{
|
||||
color: var(--light-color);
|
||||
}
|
||||
.dark .msg_modal_inner .body pre{
|
||||
background: var(--dark-medium-bg);
|
||||
border: var(--dark-medium-bg);
|
||||
color: var(--light-color);
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,712 @@
|
||||
/**
|
||||
* 1440px
|
||||
*/
|
||||
@media only screen and (max-width:1440px) {
|
||||
.footer_top , .footer_text {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.land_content {
|
||||
max-width: 960px;
|
||||
height: 550px;
|
||||
}
|
||||
|
||||
.land_right {
|
||||
padding: 60px;
|
||||
padding-top: 150px;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.land_right {
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.land_right .land_des {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
padding: 0 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1920px) {
|
||||
.main_wrap , .footer_nav , .go_top_box {
|
||||
max-width: 860px;
|
||||
}
|
||||
|
||||
.land_content {
|
||||
max-width: 1080px;
|
||||
height: 607px;
|
||||
}
|
||||
|
||||
.land_right {
|
||||
padding: 40px;
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.land_right .land_des {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
body.mod_third .main_wrap , body.mod_third .go_top_box {
|
||||
max-width: 1180px;
|
||||
}
|
||||
|
||||
body.mod_third .footer_nav {
|
||||
max-width: 885px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1366px) {
|
||||
|
||||
.land_content {
|
||||
max-width: 860px;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.land_right {
|
||||
padding: 30px;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.land_right .land_des {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
padding: 0 40px;
|
||||
}
|
||||
|
||||
.land_nav a span , .land_nav a i {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
body.mod_third .main_wrap , body.mod_third .go_top_box , body.mod_third .footer_nav {
|
||||
max-width: 860px;
|
||||
}
|
||||
|
||||
body.mod_third .main_sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third #top_third{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
body.mod_third .left_nav {
|
||||
width: calc(100% * 1 / 3.001);
|
||||
}
|
||||
|
||||
body.mod_third .page_main {
|
||||
width: calc(100% * 2 / 3.001);
|
||||
}
|
||||
|
||||
body.mod_third .top_bar {
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1200px) {
|
||||
.land_page {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.land_content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
height: max-content;
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.land_left {
|
||||
min-height: calc(100vh);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.land_right {
|
||||
width: 94%;
|
||||
position: absolute;
|
||||
background: rgb(243 245 255 / 78%);
|
||||
border-radius: 18px;
|
||||
top: 5%;
|
||||
backdrop-filter: blur(0.5rem);
|
||||
-webkit-backdrop-filter: blur(0.5rem);
|
||||
padding: 30px 30px 50px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.land_logo img {
|
||||
height: 42px;
|
||||
object-fit: cover;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
position: relative;
|
||||
bottom: auto;
|
||||
margin-top: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.land_nav {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.land_nav a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
border-radius: 12px;
|
||||
background: #1d1d1d;
|
||||
margin-bottom: 8px;
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.land_nav a i {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.land_right .beian , .land_right .copyright {
|
||||
color: #293563;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width:960px) {
|
||||
.main_wrap , .top_bar , .footer_nav {
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
.main_wrap {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.lbc .page_main , .lbc .footer_nav_box .right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.top_logo {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.land_nav a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
footer#colophon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third .main_wrap, body.mod_third .go_top_box, body.mod_third .footer_nav {
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
body.mod_third .page_main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.mod_third_s .sidebar_right {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third_s #top_third{
|
||||
display: block;
|
||||
}
|
||||
|
||||
body.mod_third_s .page_main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.top_menu_box {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width:540px) {
|
||||
|
||||
body.mod_third_s #top_third,body.mod_third #top_third{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.top_right {
|
||||
margin-right: 15px;
|
||||
justify-content: flex-end;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.user_info .avatar {
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
}
|
||||
|
||||
.moment_cat_nav, .posts_cat_nav, .photos_cat_nav {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#post_item,#photos_item {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.p_item {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.t_content p {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.normal_card_content .feature {
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
height: 120px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.normal_content .entry-content p, .normal_card_content .entry-content p {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.normal_card_content .entry-title {
|
||||
font-size: 16px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.normal_card_content .card_right {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.entry-footer {
|
||||
padding: 5px 8px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.normal_content .entry-content .feature {
|
||||
margin-top: 8px;
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
.normal_cat {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.single_wrap {
|
||||
padding: 15px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.single_wrap .comments-area, .page_content .comments-area , .single_content .comments-area {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.list_user_meta .avatar {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
.blog_content {
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
.comments-area ul.comment-list li .profile , .comments-area ul.comment-list li .profile a {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.img_show {
|
||||
width: calc(83px*3);
|
||||
}
|
||||
|
||||
/*.img_list a {*/
|
||||
/* width: 30%;*/
|
||||
/* margin: 2px;*/
|
||||
/*}*/
|
||||
|
||||
.t_media_item , a.up_img_btn{
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.single_content, .page_content, .page_wrap {
|
||||
padding: 0 15px;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.page_wrap {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.user_info {
|
||||
bottom: 18%;
|
||||
}
|
||||
|
||||
.blog_list_inner , .single_content, .page_content, .page_wrap , .normal_list_inner , .single_wrap {
|
||||
border-radius: 12px;
|
||||
position: relative;
|
||||
z-index: 199;
|
||||
top: -18px;
|
||||
}
|
||||
|
||||
.top_left {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.top_left .top_logo {
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.top_bar , .dark .top_bar {
|
||||
height: 64px;
|
||||
width: 100% !important;
|
||||
border-radius: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.top_logo img {
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
.footer_nav_box ul li a i {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.footer_nav_box .inner {
|
||||
min-height: 60px;
|
||||
}
|
||||
|
||||
.footer_nav_box ul li a {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.t_login {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.go_top {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.mobile_edit {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.index_banner {
|
||||
margin-top: -64px;
|
||||
height: 260px;
|
||||
}
|
||||
|
||||
.top_bar.uk-sticky-fixed.uk-active , .dark .top_bar.uk-sticky-fixed.uk-active {
|
||||
background: transparent;
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
}
|
||||
|
||||
.top_bar.uk-sticky-fixed.uk-active.mobile_active {
|
||||
backdrop-filter: blur(0.5rem);
|
||||
-webkit-backdrop-filter: blur(0.5rem);
|
||||
background: rgb(255 255 255 / 80%);
|
||||
}
|
||||
|
||||
.dark .top_bar.uk-sticky-fixed.uk-active.mobile_active {
|
||||
background: rgb(27 29 48 / 80%);
|
||||
}
|
||||
|
||||
.top_tool i , .dark .top_tool i , .dark .mobile_active .top_tool i , .t_dark a i , .dark .t_dark a i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mobile_active .top_tool i {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.top_tool input.s_input:focus ~ [class*=ri-] {
|
||||
color: #4f4f4f;
|
||||
}
|
||||
|
||||
.land_page {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.land_content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
height: max-content;
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.land_left {
|
||||
min-height: calc(100vh);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.land_right {
|
||||
width: 94%;
|
||||
position: absolute;
|
||||
background: rgb(243 245 255 / 78%);
|
||||
border-radius: 18px;
|
||||
top: 5%;
|
||||
backdrop-filter: blur(0.5rem);
|
||||
-webkit-backdrop-filter: blur(0.5rem);
|
||||
padding: 30px 30px 50px;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.land_logo {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.land_logo img {
|
||||
height: 42px;
|
||||
object-fit: cover;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.land_right .title {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.land_right .footer {
|
||||
position: relative;
|
||||
bottom: auto;
|
||||
margin-top: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.land_nav {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.land_nav a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 8px;
|
||||
border-radius: 12px;
|
||||
background: #1d1d1d;
|
||||
margin-bottom: 8px;
|
||||
width: 22%;
|
||||
}
|
||||
|
||||
.land_nav a i {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.land_right .beian , .land_right .copyright {
|
||||
color: #293563;
|
||||
}
|
||||
|
||||
.sim .land_content {
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.sim .land_nav a {
|
||||
width: 22%;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.sim .land_meta {
|
||||
left: 40px;
|
||||
}
|
||||
|
||||
.darkl .land_right .title p {
|
||||
color: #323232;
|
||||
}
|
||||
|
||||
.darkl .land_right .land_des {
|
||||
color: #222433;
|
||||
}
|
||||
|
||||
.darkl .land_right .land_des a {
|
||||
color: #00935a;
|
||||
}
|
||||
|
||||
.land_nav a span {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.archive_main .page-header {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
|
||||
.post_footer_meta span.sticky_icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.t_form {
|
||||
padding: 0 15px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.topic_tool {
|
||||
padding: 0px 15px 40px;
|
||||
}
|
||||
|
||||
.uk-modal {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.t_search.top_tool.icon_color {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.top_s_box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.bg_music , .dark a.bg_music {
|
||||
background: transparent;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
a.bg_music i {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.player_mod .tool , a.m_prev , a.m_next , .timer , a.m_volume , .player_hand {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.player_mod .m_cover {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
min-width: 32px;
|
||||
}
|
||||
|
||||
.player_mod .m_cover img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
a.m_play {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.bgm_box {
|
||||
padding: 6px 10px;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
}
|
||||
|
||||
.footer_nav_box .footer_player {
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.player_mod .pl_btn {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.footer_nav_box {
|
||||
top: 56px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.footer_menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.player_mod .m_info small {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.single_music_header .mu_img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.footer_main {
|
||||
position: relative;
|
||||
padding-bottom: 110px;
|
||||
}
|
||||
|
||||
.mobile_logo {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/*.img_list a:nth-child(1):nth-last-child(4), .img_list a:nth-child(3):nth-last-child(2), .img_list a:nth-child(4):nth-last-child(1) {*/
|
||||
/* width: 30%;*/
|
||||
/*}*/
|
||||
|
||||
.admin_ava a.mobile_edit {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.mod_third_s .nav_title {
|
||||
display: flex;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body.mod_third_s .footer_nav_box .right {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,275 @@
|
||||
/*基佬紫主题*/
|
||||
:root {
|
||||
--pix-theme: #3b3eff;
|
||||
--body-bg-color: #e8e8f1;
|
||||
--withe-bg-color: #fff;
|
||||
--light-bg-color: #f6f7ff;
|
||||
--linear-color:linear-gradient(90deg,#4832ff,#816bff);
|
||||
--shadow-bg: 0px 7px 20px 1px #d7ceff30;
|
||||
--btn-active-color: var(--pix-theme);
|
||||
--btn-light-color:#e9ecfe;
|
||||
--big-shadow: 0 28px 50px rgb(212 221 255);
|
||||
--hilight-color: var(--pix-theme);
|
||||
--light-text-color: #9498cd;
|
||||
--heave-text-color: #44507b;
|
||||
--border-color: #f7f7ff;
|
||||
--icon-color : #44507b;
|
||||
--box-bg: #eff1ff;
|
||||
--box-light: #b1b3d2;
|
||||
--dark-color : #2f2f2f;
|
||||
--dark-body-gay-bg: linear-gradient(117deg,#f3efff,#e7f1ff);
|
||||
|
||||
--halo-comment-widget-component-form-button-submit-pix-bg-color:linear-gradient(90deg,#4832ff,#816bff);
|
||||
--halo-comment-widget-component-form-input-pix-bg-color: #fff;
|
||||
--halo-comment-widget-component-comment-author-info-input: #f6f7ff;
|
||||
--halo-comment-widget-component-pagination-button-pix-bg-color-hover: #3b3eff;
|
||||
--halo-comment-widget-component-pagination-button-pix-bg-color-active: #e9ecfe;
|
||||
--halo-comment-widget-component-pagination-button-pix-border-color-active: #9498cd;
|
||||
--halo-comment-widget-component-btn-active-color: #3b3eff;
|
||||
--halo-comment-widget-parents_at-color: #3b3eff;
|
||||
|
||||
}
|
||||
|
||||
.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover , .footer_nav_box ul li a:hover , .copyright a , a.mo_link , .show-more-btn , .page_content .entry-header i
|
||||
, .link_group .item:hover .name a , a.comment-reply-link:hover , .s_set_box a.active , .search_box .s_set_box a:hover , .ad_info a:hover , .audio_choose li.uk-active a, .video_choose li.uk-active a
|
||||
, .posts_show_widget .no_img li a:before , .posts_mu_list li:hover div, .posts_mu_list li:hover a, .posts_mu_list li.active, .posts_mu_list li.active .s_play_btn
|
||||
, .pl_btn a i:hover{
|
||||
color: var(--hilight-color);
|
||||
}
|
||||
|
||||
input#img_link_up:focus , .top_tool input.s_input:focus , #t_commentform:focus-within , #commentform:focus-within , .vi_reply_item .target_comment , #comment-author-info input:focus , .field input:focus
|
||||
, #login_form_box input#username:focus , #login_form_box input#password:focus , .s_set_box a.active , .search_box input.s_input:focus , .edit_card_box .edit_content input:focus
|
||||
, .audio_choose li.uk-active a , .video_choose li.uk-active a {
|
||||
border-color: var(--hilight-color);
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--dark-body-gay-bg);
|
||||
}
|
||||
|
||||
.up_from_media a, .up_from_cdn a {
|
||||
background: var(--body-bg-color);
|
||||
}
|
||||
|
||||
.push_close , .attch_nav a i , a.img_link_cancel {
|
||||
background: var(--box-light);
|
||||
}
|
||||
|
||||
.unread_box .vi_reply_item {
|
||||
background: #ebeeff;
|
||||
}
|
||||
|
||||
a.img_link_btn , a.img_link_cancel , #post_pager a:hover , a.go_top{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.blog_list_inner, .normal_list_inner, .single_wrap , #t_commentform , textarea#comment , .field textarea , .single_content, .page_content, .page_wrap , #commentform , .top_bar
|
||||
, .archive_main , .page_main , .posts_mu_list {
|
||||
background: var(--withe-bg-color);
|
||||
}
|
||||
|
||||
.left_nav_inner , #commentform textarea#comment , .top_tool input.s_input:focus , .post_control_list , .right_admin_tool , .sidebar_right , .posts_mu_list li:nth-of-type(odd) {
|
||||
background: var(--light-bg-color);
|
||||
}
|
||||
|
||||
.single_wrap .comments-area, .page_content .comments-area , .topic_comments_wrap , .column_inner {
|
||||
background: #fafbff;
|
||||
}
|
||||
|
||||
.left_menu_box li[class*=current-] a , .left_menu_box li[class*=current-] a:hover , input#push_comment , input.submit_button {
|
||||
background: var(--linear-color);
|
||||
color: var(--light-bg-color);
|
||||
}
|
||||
|
||||
.main_wrap , .top_ava img , .widget_tag_cloud a {
|
||||
box-shadow: var(--shadow-bg);
|
||||
}
|
||||
|
||||
.moment_cat_nav ul li a.active, .posts_cat_nav ul li a.active , .photos_cat_nav ul li a.active , #t_pagination a, #pagination a , #p_pagination a , .up_cat_btn , a.set_local_btn , .push_item , a.img_link_btn , .commentnav span.page-numbers.current
|
||||
, ::-webkit-scrollbar-thumb , #post_pager a:hover , a.go_top , .edit_card_box .edit_content a.push_card , a.play_btn , .post_control_list a:hover , .top_set_box a.active , .vo_size {
|
||||
background-color: var(--btn-active-color);
|
||||
}
|
||||
|
||||
.moment_cat_nav ul li a:hover, .posts_cat_nav ul li a:hover, .photos_cat_nav ul li a:hover {
|
||||
background-color: var(--btn-active-color);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a.set_local_btn , .top_set_box a.active , .top_set_box a.active:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.left_menu_box ul li a:hover, .link_group .item:hover {
|
||||
box-shadow: var(--big-shadow);
|
||||
background: var(--btn-light-color);
|
||||
color: var(--hilight-color);
|
||||
}
|
||||
|
||||
.moment_cat_nav ul li a, .posts_cat_nav ul li a ,.photos_cat_nav ul li a, .cancel-comment-reply a , .commentnav a , #post_pager a {
|
||||
background: var(--btn-light-color);
|
||||
color: var(--light-text-color);
|
||||
}
|
||||
|
||||
textarea#comment , .field textarea , .tool_box , .smile_show , .form_footer , .set_cat , #commentform textarea#comment , .p_item
|
||||
, .moment_cat_nav, .posts_cat_nav, .photos_cat_nav {
|
||||
border-color: var(--border-color);
|
||||
}
|
||||
|
||||
.left_menu_box ul , .widget_inner .widget {
|
||||
border-color: #eeefff
|
||||
}
|
||||
|
||||
.list_user_meta .name , .comment-list p.nodata , .t_cat_box li , .show_cdn_media span , .vi_reply_item .name span , .vi_reply_item .meta a , .msg_log , .links_count , .link_cat_name , #post_pager .c_paged
|
||||
, .p_title a ,.avatar_title a , .ad_info p , .ad_info a , .top_set_box a {
|
||||
color: var(--heave-text-color);
|
||||
}
|
||||
|
||||
.user_pannel .inner a {
|
||||
background: var(--btn-light-color);
|
||||
color: var(--light-text-color);
|
||||
}
|
||||
|
||||
.user_pannel .inner a:hover {
|
||||
background: var(--btn-active-color);
|
||||
}
|
||||
|
||||
.t_dark a i , .top_tool i , .normal_content .post_footer_meta span.comnum i, .normal_card_content .post_footer_meta span.comnum i, .normal_grid_content .post_footer_meta span.comnum i
|
||||
, a.up_like i , .footer_nav_box ul li a , a.music_btn , .post_footer_meta span i , .comment_smile_box a i , a.bg_music i , a.bg_lrc i, .top_s_box form i , .pix_widget_tongji ul li small , .posts_mu_list .s_play_btn {
|
||||
color: var(--icon-color);
|
||||
}
|
||||
|
||||
.entry-footer , .t_cat_box li , input#set_local , .show_media_box, .show_cdn_media , .single_content .comments-area {
|
||||
background: var(--light-bg-color);
|
||||
}
|
||||
|
||||
.bottom_tool .inner , .links_page .link_group .item , .link_group .item {
|
||||
background: var(--box-bg);
|
||||
}
|
||||
|
||||
#topic_content {
|
||||
background: #f6f7ff;
|
||||
border: 1px solid #cccdf0;
|
||||
}
|
||||
|
||||
.normal_cat , .de_cat {
|
||||
background: var(--dark-color);
|
||||
}
|
||||
|
||||
.normal_content .entry_meta, .normal_card_content .entry_meta, .normal_grid_content .entry_meta , a.beian , footer#colophon , .page_content .entry-header .right time , a.comment-reply-link
|
||||
, .ad_info .name , .set_text , .widget_tag_cloud a , .cst_widget_comment ul li .right .meta , .posts_show_widget ul li .meta , .pix_widget_tongji ul li span
|
||||
, .pl_btn a i {
|
||||
color: var(--light-text-color);
|
||||
}
|
||||
|
||||
.normal_content .entry-title a, .normal_grid_content .entry-title a {
|
||||
color: var(--dark-color);
|
||||
}
|
||||
|
||||
a.up_like.done i {
|
||||
color: #ff4040;
|
||||
}
|
||||
|
||||
.show-more-btn:hover {
|
||||
color: #5457ff;
|
||||
}
|
||||
|
||||
.smile_box i, .simi i, .t_cat i, .loca i , .post-categories a {
|
||||
background: var(--box-bg);
|
||||
color: var(--box-light);
|
||||
}
|
||||
|
||||
#topic_content:focus {
|
||||
box-shadow: 0 0 0 0.12rem rgb(182 190 255);
|
||||
}
|
||||
|
||||
.up_img_btn i {
|
||||
color: var(--box-light);
|
||||
}
|
||||
|
||||
.t_cat_box li span {
|
||||
color: var(--heave-text-color) !important;
|
||||
}
|
||||
|
||||
.form_footer .admin_tool a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.top_bar.uk-sticky-fixed.uk-active {
|
||||
background: rgb(245 246 255 / 80%);
|
||||
}
|
||||
|
||||
#comment-author-info input , .field textarea ,.field input , #login_form_box input#username, #login_form_box input#password {
|
||||
border-color: #d9dfee;
|
||||
background: var(--light-bg-color);
|
||||
}
|
||||
|
||||
.post_footer_meta span.sticky_icon {
|
||||
background: #ff5252;
|
||||
}
|
||||
|
||||
.pix_player {
|
||||
background: rgb(234 234 255 / 81%);
|
||||
}
|
||||
|
||||
.moment_type_btn i , .smile_box i, .simi i, .t_cat i, .loca i{
|
||||
color: #746de2;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.loacl_audio input, .netease_audio input , .tencent_audio input , .kugou_audio input , .kuwo_audio input , .edit_card_box .edit_content input , .local_video , input#moment_video_bili {
|
||||
background: #f1f3ff;
|
||||
}
|
||||
|
||||
.loacl_audio .audio_right input , input#moment_video_url {
|
||||
background: #dfe3f6;
|
||||
}
|
||||
|
||||
.moment_card_item a {
|
||||
background: #ebeeff;
|
||||
}
|
||||
|
||||
.moment_card_item.loop_card_item a:hover {
|
||||
box-shadow: 0px 8px 13px 0px rgb(229 226 255);
|
||||
}
|
||||
|
||||
.top_s_box input.s_input {
|
||||
background: rgb(237 239 254 / 59%);
|
||||
}
|
||||
|
||||
.widget_tag_cloud a , .cst_widget_comment ul li .right .body {
|
||||
background: #e9ecfe;
|
||||
}
|
||||
|
||||
.pix_widget_tongji ul li {
|
||||
background: linear-gradient(90deg,#e9ecfe,#816bff00);
|
||||
box-shadow: 0px 8px 9px 0px rgb(234 235 255 / 47%);
|
||||
}
|
||||
|
||||
.t_dark a , a.bg_music, a.bg_lrc{
|
||||
background: #c4d0e6;
|
||||
}
|
||||
|
||||
.single_footer_box {
|
||||
background: linear-gradient(90deg,#f0f2ff,#816bff00);
|
||||
}
|
||||
|
||||
.footer_main .inner {
|
||||
background: #f6f7ff;
|
||||
}
|
||||
|
||||
.sf_item a {
|
||||
color: #7e85ad;
|
||||
}
|
||||
|
||||
a.m_play i , a.m_play i:hover {
|
||||
color: var(--hilight-color);
|
||||
}
|
||||
|
||||
.player_dot {
|
||||
border-color: var(--hilight-color);;
|
||||
}
|
||||
|
||||
.player_bar .progress {
|
||||
background: linear-gradient(90deg,var(--pix-theme),#5c7fff);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,933 @@
|
||||
:root {
|
||||
--font-family: eafont,HarmonyOS_M,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
|
||||
--halo-comment-widget-base-font-family: var(--font-family);
|
||||
/* 搜索 */
|
||||
--halo-search-widget-base-font-size: 1.04rem;
|
||||
--halo-search-widget-base-font-family: var(--font-family);
|
||||
--halo-search-widget-primary-color: #3451b2;
|
||||
}
|
||||
|
||||
html {
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
overflow-y:scroll;
|
||||
overflow-x: hidden;
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
hr {
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
pre {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
text-decoration: underline;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: var(--font-family);
|
||||
font-size: 100%;
|
||||
line-height: 1.15;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
button,
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
button::-moz-focus-inner,
|
||||
[type="button"]::-moz-focus-inner,
|
||||
[type="reset"]::-moz-focus-inner,
|
||||
[type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
button:-moz-focusring,
|
||||
[type="button"]:-moz-focusring,
|
||||
[type="reset"]:-moz-focusring,
|
||||
[type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
button.null {
|
||||
background: 0 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
legend {
|
||||
box-sizing: border-box;
|
||||
color: inherit;
|
||||
display: table;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
[type="checkbox"],
|
||||
[type="radio"] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.vditor-task input {
|
||||
margin: 0 0.2em 0.25em -1.6em;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
[type="number"]::-webkit-inner-spin-button,
|
||||
[type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
[type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Box sizing
|
||||
--------------------------------------------- */
|
||||
|
||||
/* Inherit box-sizing to more easily change it's value on a component level.
|
||||
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Base
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Typography
|
||||
--------------------------------------------- */
|
||||
body,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
optgroup,
|
||||
textarea {
|
||||
color: #404040;
|
||||
font-family: var(--font-family);
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.dark body{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
dfn,
|
||||
cite,
|
||||
em,
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 1.5em;
|
||||
}
|
||||
|
||||
address {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #eee;
|
||||
font-family: "Courier 10 Pitch", courier, monospace;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
padding: 1.6em;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
tt,
|
||||
var {
|
||||
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
}
|
||||
|
||||
abbr,
|
||||
acronym {
|
||||
border-bottom: 1px dotted #666;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
mark,
|
||||
ins {
|
||||
background: #fff9c0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
big {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
/* Elements
|
||||
--------------------------------------------- */
|
||||
body {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #ccc;
|
||||
border: 0;
|
||||
height: 1px;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 0 0 1.5em 3em;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
|
||||
li > ul,
|
||||
li > ol {
|
||||
margin-bottom: 0;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0 1.5em 1.5em;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers. */
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 0 0 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Links
|
||||
--------------------------------------------- */
|
||||
a {
|
||||
color: #4169e1;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #252525;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: #191970;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:active {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
--------------------------------------------- */
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
border: 1px solid;
|
||||
border-color: #ccc #ccc #bbb;
|
||||
border-radius: 3px;
|
||||
background: #e6e6e6;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
line-height: 1;
|
||||
padding: 0.6em 1em 0.4em;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
input[type="button"]:hover,
|
||||
input[type="reset"]:hover,
|
||||
input[type="submit"]:hover {
|
||||
border-color: #ccc #bbb #aaa;
|
||||
}
|
||||
|
||||
button:active,
|
||||
button:focus,
|
||||
input[type="button"]:active,
|
||||
input[type="button"]:focus,
|
||||
input[type="reset"]:active,
|
||||
input[type="reset"]:focus,
|
||||
input[type="submit"]:active,
|
||||
input[type="submit"]:focus {
|
||||
border-color: #aaa #bbb #bbb;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
input[type="search"],
|
||||
input[type="number"],
|
||||
input[type="tel"],
|
||||
input[type="range"],
|
||||
input[type="date"],
|
||||
input[type="month"],
|
||||
input[type="week"],
|
||||
input[type="time"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="color"],
|
||||
textarea {
|
||||
color: #666;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="tel"]:focus,
|
||||
input[type="range"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="month"]:focus,
|
||||
input[type="week"]:focus,
|
||||
input[type="time"]:focus,
|
||||
input[type="datetime"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
input[type="color"]:focus,
|
||||
textarea:focus {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
select {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Layouts
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Components
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Navigation
|
||||
--------------------------------------------- */
|
||||
.main-navigation {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.main-navigation ul {
|
||||
display: none;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.main-navigation ul ul {
|
||||
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
|
||||
float: left;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: -999em;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.main-navigation ul ul ul {
|
||||
left: -999em;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.main-navigation ul ul li:hover > ul,
|
||||
.main-navigation ul ul li.focus > ul {
|
||||
display: block;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.main-navigation ul ul a {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.main-navigation ul li:hover > ul,
|
||||
.main-navigation ul li.focus > ul {
|
||||
left: auto;
|
||||
}
|
||||
|
||||
.main-navigation li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.main-navigation a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Small menu. */
|
||||
.menu-toggle,
|
||||
.main-navigation.toggled ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 37.5em) {
|
||||
|
||||
.menu-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.main-navigation ul {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
.site-main .comment-navigation,
|
||||
.site-main
|
||||
.posts-navigation,
|
||||
.site-main
|
||||
.post-navigation {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.comment-navigation .nav-links,
|
||||
.posts-navigation .nav-links,
|
||||
.post-navigation .nav-links {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.comment-navigation .nav-previous,
|
||||
.posts-navigation .nav-previous,
|
||||
.post-navigation .nav-previous {
|
||||
flex: 1 0 50%;
|
||||
}
|
||||
|
||||
.comment-navigation .nav-next,
|
||||
.posts-navigation .nav-next,
|
||||
.post-navigation .nav-next {
|
||||
text-align: end;
|
||||
flex: 1 0 50%;
|
||||
}
|
||||
|
||||
/* Posts and pages
|
||||
--------------------------------------------- */
|
||||
.sticky {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.post,
|
||||
.page {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.updated:not(.published) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-content,
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
margin: 1.5em 0 0;
|
||||
}
|
||||
|
||||
.page-links {
|
||||
clear: both;
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
/* Comments
|
||||
--------------------------------------------- */
|
||||
.comment-content a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.bypostauthor {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Widgets
|
||||
--------------------------------------------- */
|
||||
.widget {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.widget select {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Media
|
||||
--------------------------------------------- */
|
||||
.page-content .wp-smiley,
|
||||
.entry-content .wp-smiley,
|
||||
.comment-content .wp-smiley {
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Make sure logo link wraps around logo image. */
|
||||
.custom-logo-link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Captions
|
||||
--------------------------------------------- */
|
||||
.wp-caption {
|
||||
margin-bottom: 1.5em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-caption img[class*="wp-image-"] {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.wp-caption .wp-caption-text {
|
||||
margin: 0.8075em 0;
|
||||
}
|
||||
|
||||
.wp-caption-text {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Galleries
|
||||
--------------------------------------------- */
|
||||
.gallery {
|
||||
margin-bottom: 1.5em;
|
||||
display: grid;
|
||||
grid-gap: 1.5em;
|
||||
}
|
||||
|
||||
.gallery-item {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gallery-columns-2 {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-3 {
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-4 {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-5 {
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-6 {
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-7 {
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-8 {
|
||||
grid-template-columns: repeat(8, 1fr);
|
||||
}
|
||||
|
||||
.gallery-columns-9 {
|
||||
grid-template-columns: repeat(9, 1fr);
|
||||
}
|
||||
|
||||
.gallery-caption {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Plugins
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Jetpack infinite scroll
|
||||
--------------------------------------------- */
|
||||
|
||||
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
|
||||
.infinite-scroll .posts-navigation,
|
||||
.infinite-scroll.neverending .site-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
|
||||
.infinity-end.neverending .site-footer {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Utilities
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Accessibility
|
||||
--------------------------------------------- */
|
||||
|
||||
/* Text meant only for screen readers. */
|
||||
.screen-reader-text {
|
||||
border: 0;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute !important;
|
||||
width: 1px;
|
||||
word-wrap: normal !important;
|
||||
}
|
||||
|
||||
.screen-reader-text:focus {
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
|
||||
clip: auto !important;
|
||||
clip-path: none;
|
||||
color: #21759b;
|
||||
display: block;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 700;
|
||||
height: auto;
|
||||
left: 5px;
|
||||
line-height: normal;
|
||||
padding: 15px 23px 14px;
|
||||
text-decoration: none;
|
||||
top: 5px;
|
||||
width: auto;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
/* Do not show the outline on the skip link target. */
|
||||
#primary[tabindex="-1"]:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* Alignments
|
||||
--------------------------------------------- */
|
||||
.alignleft {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: left;
|
||||
|
||||
/*rtl:ignore*/
|
||||
margin-right: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
|
||||
/*rtl:ignore*/
|
||||
float: right;
|
||||
|
||||
/*rtl:ignore*/
|
||||
margin-left: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
clear: both;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
Vendored
+4051
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user