hexo-theme-quiet/source/css/page_cente.css

1 line
2.3 KiB
CSS

#article h1{font-size:32px;font-weight:900;padding-bottom:10px;border-bottom:2px solid #e06c75;line-height:40px;margin:20px 0 15px;}#article h2{font-size:25px;border-left:3px solid #73b1e0;padding-left:10px;line-height:40px;margin:20px 0 15px;}#article h3{font-size:20px;margin:15px 0 10px 0;}#article h4{font-size:19px;margin:15px 0 10px 0;}#article a{color:#e06c75;text-decoration:none;}#article a:hover{border-bottom:1px solid;}#article h1 a:hover{border-bottom:none;}#article code{border-radius:3px;box-shadow:0 5px 10px 0 rgba(144,164,174,.4);padding:0 6px;margin:6px 3px;}#article code li{list-style:none;}#article img{max-width:88%;height:auto;border-radius:5px;box-shadow:0px 0px 8px #999;margin-top:10px;margin-bottom:10px;cursor:pointer;margin:0 auto;}#article pre{font-size:14px;margin:10px 0px;}#article pre code{padding:20px;}#article p{margin-top:6px;line-height:30px;letter-spacing:0.7px;}#article p code{padding:0 6px;background:rgba(27,31,35,.05);color:#f47466;margin:0px 3px;box-shadow:0 0px 0px 0 rgba(255,255,255,0);}#article ol{padding:10px 30px;}#article ol li{padding:7px;margin-left:15px;}#article table{width:100%;border:0;margin:20px 0 50px 0;border-collapse:collapse;border-spacing:0;line-height:35px;border-radius:8px;box-shadow:0px 0px 5px #999;word-wrap:break-word;table-layout:fixed;}#article table th{background:#73b1e0;font-weight:800;font-size:18px;text-align:left;line-height:35px;color:#FFF;}#article table tr:nth-child(odd){background:#F4F4F4;}#article table tr:hover,#article table td:hover{background:#badbf5;color:#FFF;}#article table td,table th{padding:5px 20px 5px 20px}#article table tr:first-child th:first-child{border-top-left-radius:3px;}#article table tr:first-child th:last-child{border-top-right-radius:3px;}#article table tr:last-child td:first-child{border-bottom-left-radius:3px;}#article table tr:last-child td:last-child{border-bottom-right-radius:3px;}#article ul{margin:5px 0;}#article ul li{list-style:none;margin:10px 16px;}#article ul li code{box-shadow:0px 0px 0px rgba(255,255,255,0);}#article ul li::before{content:"\2022";color:#006AFF;float:left;margin-right:10px;line-height:31px;font-size:18px;font-weight:500;}#article blockquote{background:#fafafa;border-left:5px solid #E0E2E5;color:#AAAAAA;margin-top:10px;margin-bottom:10px;padding:10px;font-weight:normal;text-indent:1em;font-size:1em;}