1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/marschild-AM-1

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
style.css 19 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
AlitaMcF Отправлено 10.06.2020 10:55 d1a3721
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065
@charset "UTF-8";
/*
Theme Name: AM-1
Theme URI: https://github.com/AlitaMcF/AM-1
Description: This is my theme project.
Version: 1.0
Origin Author: AlitaMcF
Author: AlitaMcF
*/
/*load google Noto Sans SC font*/
/* @import url(http://fonts.googleapis.com/css?family=Noto+Serif+SC);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans+SC); */
@font-face {
font-family: Google Noto;
src: url(font/Noto_Sans_SC/NotoSansSC-Regular.otf),
url(font/Noto_Sans_SC/NotoSansSC-Light.otf),
url(font/Noto_Sans_SC/NotoSansSC-Bold.otf),
url(font/Noto_Sans_SC/NotoSansSC-Medium.otf),
url(font/Noto_Sans_SC/NotoSansSC-Thin.otf),
url(font/Noto_Sans_SC/NotoSansSC-Black.otf);
}
html {
height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p {
margin: 0;
padding: 0;
}
body {
color: #000000;
background: #ffffff;
text-align: center;
vertical-align: top;
margin: 0;
padding: 0;
font-family: "Google Noto", Arial, Helvetica, Georgia, sans-serif;
font-size: 16px;
height: 100%;
}
a {
text-decoration: none;
color: rgb(61, 138, 125);
}
#whole-page {
min-height: 100%;
width: 100%;
box-sizing: border-box;
position: relative;
padding-bottom: 300px;
}
#header {
width: 100%;
height: 70px;
background-color: rgb(36, 40, 45);
margin: 0;
position: fixed;
top: 0;
/* border-bottom: solid 1px #ddd; */
box-sizing: border-box;
z-index: 999;
color: #eee;
}
#header h1 a {
text-decoration: none;
color: rgb(25, 189, 161);
}
#header-blog-title {
float: left;
height: 100%;
line-height: 70px;
margin: 0 0 0 25px;
}
#header-navigator {
float: right;
height: 100%;
margin: 0 20px 0 0;
}
#header-navigator p {
font-size: 19px;
padding: 0 0 0 20px;
}
#header-navigator-search {
float: left;
position: relative;
margin: auto 30px auto 0;
}
#header-navigator-search #searchform {
margin: 15px 0;
height: 40px;
background-color: rgb(36, 40, 45);
border-radius: 5px;
border: solid 2px rgb(25, 189, 161);
box-sizing: border-box;
display: block;
padding: 0 5px 0 0px;
}
#header-navigator-search #searchinput {
/* padding: 0 30px 0 0; */
padding: 0 0;
margin: 0;
height: 36px;
width: 150px;
border: none;
background-color: transparent;
box-sizing: border-box;
float: left;
color: #eee;
font-size: 18px;
padding: 0 0 0 8px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
:focus {
outline: none;
}
#header-navigator-search #searchsubmit {
border: none;
padding: 0 0;
margin: 0;
height: 36px;
width: 36px;
background: url(img/search.png) center no-repeat;
background-size: 80%;
direction: ltr;
text-indent: -9999em;
box-sizing: border-box;
float: left;
cursor: pointer;
}
#header-navigator > ul {
list-style-type: none;
height: 100%;
padding: 0;
margin: 0;
line-height: 70px;
position: relative;
float: left;
}
#header-navigator > ul > li {
float: left;
margin: 0 10px 0 0;
box-sizing: border-box;
text-align: center;
}
#header-navigator > ul > li:hover {
cursor: default;
}
#header-navigator > ul > li > p > a {
font-size: 19px;
color: #eee;
}
#header-navigator > ul > li > p > a:hover {
cursor: pointer;
color: rgb(25, 189, 161);
}
#header-navigator > ul > li > ul {
display: none;
list-style-type: none;
background-color: rgb(36, 40, 45);
font-size: 18px;
text-align: left;
padding: 0;
box-sizing: border-box;
min-width: 120px;
position: absolute;
}
#header-navigator > ul > li > ul > li {
padding: 10px 20px;
border-bottom: solid 1px #eee;
line-height: 22px;
max-width: 220px;
}
#header-navigator > ul > li > ul > li > a {
font-size: 18px;
color: #eee;
}
#header-navigator > ul > li > ul > li > a:hover {
color: rgb(25, 189, 161);
}
#header-navigator > ul > li > ul > li:last-child {
border-bottom: none;
}
#container-wrapper {
padding: 90px 20px 20px 20px;
margin: 0 auto 0 auto;
width: 1300px;
text-align: left;
overflow: hidden;
box-sizing: border-box;
}
#footer {
width: 100%;
height: 300px;
text-align: center;
background-color: rgb(61, 138, 125);
margin: 0;
color: #eeeeee;
padding: 10px 0 10px 0;
box-sizing: border-box;
position: absolute;
bottom: 0px;
}
#container-archive {
width: 70%;
margin: 0 auto 0 auto;
}
#container-search {
width: 70%;
margin: 0 auto 0 auto;
}
#container-category {
width: 70%;
margin: 0 auto 0 auto;
}
#container-page {
width: 70%;
margin: 0 auto 0 auto;
}
#container-single {
width: 70%;
margin: 0 auto;
/* float: left; */
}
#container-home {
float: right;
width: 70%;
box-sizing: border-box;
}
#container-404 {
width: 70%;
margin: 0 auto;
text-align: center;
}
#container-404 p {
font-size: 25px;
font-weight: bold;
}
#container-wrapper .entry {
line-height: 30px;
}
#container-wrapper .entry h1 {
margin: 4px 0 13px 0;
font-size: 29px;
font-weight: bold;
}
#container-wrapper .entry h2 {
margin: 4px 0 13px 0;
font-size: 26px;
font-weight: bold;
}
#container-wrapper .entry h3 {
margin: 4px 0 13px 0;
font-size: 25px;
font-weight: bold;
}
#container-wrapper .entry h4 {
margin: 4px 0 13px 0;
font-size: 22px;
font-weight: bold;
}
#container-wrapper .entry h5 {
margin: 4px 0 13px 0;
font-size: 19px;
font-weight: bold;
}
#container-wrapper .entry h6 {
margin: 4px 0 13px 0;
font-size: 16px;
font-weight: bold;
}
#container-wrapper .entry pre {
border-radius: 5px;
padding: 10px 18px 10px 18px;
box-sizing: border-box;
overflow: auto;
/* box-shadow: 0 0 10px #ccc; */
/* background-color: #eee; */
margin: 0 0 25px 0;
border: solid rgb(36, 40, 45) 1px;
}
#container-wrapper .entry pre::-webkit-scrollbar {
display: none; /*hide the scrollbar*/
}
#container-wrapper .entry p > code {
/* box-shadow: 0 0 8px #ccc; */
background-color: #ddd;
box-sizing: border-box;
border-radius: 3px;
padding: 4px 6px 4px 6px;
margin: 0 3px 0 3px;
}
#container-wrapper .entry pre code {
padding: 0;
background-color: #fff;
}
#container-wrapper .entry pre code::-webkit-scrollbar {
display: none;
}
#container-wrapper .entry blockquote {
padding: 5px 10px 5px 20px;
margin: 0 0 20px 0px;
overflow: auto;
box-sizing: border-box;
/* border: solid 1px rgb(36, 40, 45); */
border-radius: 5px;
border-left: solid 6px #666;
box-shadow: 0 0 10px #ccc;
}
#container-wrapper .entry blockquote p {
margin: 0 0 8px 0;
}
#container-wrapper .entry figure {
text-align: center;
}
#container-home .post {
padding: 0px 0 10px 0;
background-color: #ffffff;
margin: 0 0 40px 0;
border-radius: 5px;
box-shadow: 0 0 12px #ccc;
/* border: solid 1px #ddd; */
position: relative;
/* border-bottom: solid 2px rgb(36, 40, 45); */
}
#container-home .post .metainfo h2 a {
/* font-family: Georgia, sans-serif; */
font-size: 29px;
color: rgb(68, 75, 75);
}
#container-home .metainfo {
box-sizing: border-box;
padding: 16px 0 10px 30px;
border-left: solid 6px rgb(61, 138, 125);
margin: 0 0 10px 0;
border-top-left-radius: 4px;
}
#container-home .entry {
font-size: 19px;
/* line-height: 27px; */
margin: 0 35px 0 35px;
/* font-family: Arial, Helvetica; */
}
#container-home .entry p {
margin: 0 0 26px 0;
text-align: justify;
}
#container-home p.postmetadata {
padding: 7px 0 0 0;
color: #666666;
}
#container-home p.postmetadata a {
text-decoration: none;
color: rgb(61, 138, 125);
}
#container-page .post {
box-sizing: border-box;
padding: 15px 0 0 0;
}
#container-page .post .metainfo {
text-align: center;
}
#container-page .post .metainfo h2 a {
font-size: 34px;
color: rgb(61, 138, 125);
}
#container-page .post .metainfo .postmetadata {
padding: 10px 20px 20px 20px;
}
#container-page .entry {
box-sizing: border-box;
font-size: 19px;
/* line-height: 27px; */
}
#container-page .entry p {
margin: 0 0 22px 0;
text-align: justify;
}
#container-page .entry img {
max-width: 100%;
}
#container-single .post {
box-sizing: border-box;
padding: 15px 0 0 0;
}
#container-single .post .metainfo {
text-align: center;
}
#container-single .post .metainfo h2 a {
font-size: 34px;
color: rgb(61, 138, 125);
}
#container-single .post .metainfo .postmetadata {
padding: 10px 20px 20px 20px;
}
#container-single .entry {
box-sizing: border-box;
font-size: 19px;
/* line-height: 27px; */
}
#container-single .entry p {
margin: 0 0 22px 0;
text-align: justify;
}
#container-single .entry figure {
margin: 0;
}
#container-single .entry img {
max-width: 100%;
}
#end-flag {
text-align: center;
line-height: 160px;
}
.end-flag-hr {
width: 40%;
display: inline-block;
}
#container-category .post {
padding: 0px 0 10px 0;
background-color: #ffffff;
margin: 0 0 40px 0;
border-radius: 5px;
box-shadow: 0 0 12px #ccc;
/* border: solid 1px #ddd; */
position: relative;
/* border-bottom: solid 2px rgb(36, 40, 45); */
}
#container-category .post .metainfo h2 a {
/* font-family: Georgia, sans-serif; */
font-size: 29px;
color: rgb(68, 75, 75);
}
#container-category .metainfo {
box-sizing: border-box;
padding: 16px 0 10px 30px;
border-left: solid 6px rgb(61, 138, 125);
margin: 0 0 10px 0;
border-top-left-radius: 4px;
}
#container-category .entry {
font-size: 19px;
/* line-height: 27px; */
margin: 0 35px 0 35px;
/* font-family: Arial, Helvetica; */
}
#container-category .entry p {
margin: 0 0 26px 0;
text-align: justify;
}
#container-category p.postmetadata {
padding: 7px 0 0 0;
color: #666666;
}
#container-category p.postmetadata a {
text-decoration: none;
color: rgb(61, 138, 125);
}
#container-archive .post {
padding: 0px 0 10px 0;
background-color: #ffffff;
margin: 0 0 40px 0;
border-radius: 5px;
box-shadow: 0 0 12px #ccc;
/* border: solid 1px #ddd; */
position: relative;
/* border-bottom: solid 2px rgb(36, 40, 45); */
}
#container-archive .post .metainfo h2 a {
/* font-family: Georgia, sans-serif; */
font-size: 29px;
color: rgb(68, 75, 75);
}
#container-archive .metainfo {
box-sizing: border-box;
padding: 16px 0 10px 30px;
border-left: solid 6px rgb(61, 138, 125);
margin: 0 0 10px 0;
border-top-left-radius: 4px;
}
#container-archive .entry {
font-size: 19px;
/* line-height: 27px; */
margin: 0 35px 0 35px;
/* font-family: Arial, Helvetica; */
}
#container-archive .entry p {
margin: 0 0 26px 0;
text-align: justify;
}
#container-archive p.postmetadata {
padding: 7px 0 0 0;
color: #666666;
}
#container-archive p.postmetadata a {
text-decoration: none;
color: rgb(61, 138, 125);
}
#container-search .post {
padding: 0px 0 10px 0;
background-color: #ffffff;
margin: 0 0 40px 0;
border-radius: 5px;
box-shadow: 0 0 12px #ccc;
/* border: solid 1px #ddd; */
position: relative;
/* border-bottom: solid 2px rgb(36, 40, 45); */
}
#container-search .post .metainfo h2 a {
/* font-family: Georgia, sans-serif; */
font-size: 29px;
color: rgb(68, 75, 75);
}
#container-search .metainfo {
box-sizing: border-box;
padding: 16px 0 10px 30px;
border-left: solid 6px rgb(61, 138, 125);
margin: 0 0 10px 0;
border-top-left-radius: 4px;
}
#container-search .entry {
font-size: 19px;
/* line-height: 27px; */
margin: 0 35px 0 35px;
/* font-family: Arial, Helvetica; */
}
#container-search .entry p {
margin: 0 0 26px 0;
text-align: justify;
}
#container-search p.postmetadata {
padding: 7px 0 0 0;
color: #666666;
}
#container-search p.postmetadata a {
text-decoration: none;
color: rgb(61, 138, 125);
}
#body-home .sidebar {
float: left;
width: 27%;
margin: 0 0 20px 0;
border-radius: 5px;
border: solid 1px #ddd;
box-sizing: border-box;
background-color: #ffffff;
overflow: hidden;
position: relative;
}
#sidebar-profile-bg {
position: absolute;
top: 0;
height: 180px;
width: 100%;
background-color: rgb(61, 138, 125);
box-sizing: border-box;
z-index: 1;
}
#sidebar-myinfo-img-div {
position: relative;
text-align: center;
margin: 110px 0 0 0;
z-index: 2;
}
#sidebar-myinfo-img {
border-radius: 50%;
height: 140px;
width: 140px;
border: solid 8px #fff;
box-sizing: border-box;
}
#sidebar-myinfo-blogtitle {
text-align: center;
margin: 0 0 0 0;
padding: 15px 0 0 0;
}
#sidebar-myinfo-blogtitle a {
font-size: 32px;
color: rgb(68, 75, 75);
font-weight: bold;
}
#sidebar-myinfo-subtitle {
font-size: 16px;
text-align: center;
margin: 0 0 0 0;
padding: 8px 0 0 0;
}
#sidebar-myinfo-contact {
text-align: center;
margin: 0 0 0 0;
padding: 60px 0 20px 0;
box-sizing: border-box;
}
#sidebar-myinfo-contact a {
font-size: 20px;
/* text-decoration: underline; */
}
#sidebar-myinfo-contact-line1 {
width: 200px;
margin: 0 auto 10px auto;
text-align: center;
padding: 2px 0 2px 0;
box-sizing: border-box;
}
.sidebar-myinfo-contact-item {
display: inline-block;
width: 70px;
height: 30px;
text-align: center;
margin: 0 auto;
border: 2px solid rgb(61, 138, 125);
border-radius: 5px;
line-height: 30px;
}
.sidebar-myinfo-contact-item:hover {
background-color: rgb(61, 138, 125);
color: #fff;
}
#sidebar-myinfo-contact-divider {
display: inline-block;
width: 20px;
}
#sidebar-myinfo-bottom {
height: 25px;
background-color: rgb(36, 40, 45);
margin: 10px 0 0 0;
}
#sidebar-big-things {
background-color: rgb(36, 40, 45);
text-align: center;
color: #fff;
font-size: 22px;
box-sizing: border-box;
padding: 0 0 20px 0;
}
#sidebar-big-things a {
color: #eee;
font-size: 18px;
text-decoration: none;
}
#sidebar-big-things a:hover {
color: rgb(61, 138, 125);
text-decoration: underline;
}
.sidebar-big-things-hr {
color: #fff;
width: 80%;
size: 1px;
}
.sidebar-big-things-item {
padding: 3px 40px 3px 40px;
text-align: left;
}
#navigator {
font-size: 20px;
font-weight: bold;
margin: 10px 0 0 0;
text-align: center;
}
.sidebar ul {
margin: 0;
list-style-type: none;
padding: 0 10px 0 10px;
}
.sidebar ul li {
padding: 3px 0 3px 0;
}
.sidebar ul li h2 {
font-size: 20px;
/* font-family: Georgia, sans-serif; */
}
.sidebar ul ul li {
padding: 0;
line-height: 24px;
}
table#wp-calendar {
width: 100%;
}
#container-home figure {
max-width: 100%;
margin: 0 0 0 0;
padding: 0 0 0 0;
margin: 0 0 12px 0;
}
img {
max-width: 100%;
}
#footer-maincontent {
height: 79%;
width: 100%;
overflow: hidden;
color: #fff;
}
#footer-maincontent a {
text-decoration: none;
/* color: #ccc; */
color: rgb(156, 245, 230);
}
#footer-slogan {
height: 20%;
color: rgb(136, 199, 188);
font-size: 22px;
font-weight: bold;
line-height: 50px;
padding: 10px 0 0 0;
}
#footer-social {
float: left;
width: 75%;
height: 100%;
}
#footer-social-hr {
color: rgb(136, 199, 188);
size: 1px;
width: 100%;
}
.footer-social-item {
float: right;
width: 300px;
margin: 20px 50px 0 50px;
text-align: left;
}
.footer-social-item-head {
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;
}
.footer-social-item p a {
font-size: 14px;
padding: 2px auto;
}
#footer-social-img-div {
float: left;
height: 100%;
box-sizing: border-box;
padding: 30px 40px 30px 40px;
}
#footer-social-img-div img {
max-height: 100%;
}
#footer-copyright {
float: right;
width: 20%;
height: 100%;
text-align: center;
padding: 20px 0 0 0;
border-left: solid 1px rgb(136, 199, 188);
font-size: 15px;
line-height: 26px;
}
#goTop {
position: fixed;
right: 3%;
bottom: -2px;
box-sizing: border-box;
padding: 4px 14px 4px 14px;
border: solid 1px rgb(36, 40, 45);
border-bottom: 0px;
background-color: rgb(36, 40, 45);
color: rgb(25, 189, 161);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 18px;
font-weight: bold;
display: none; /*make button unvisible at the beginning*/
}
#goTop:hover {
border: 1px solid rgb(36, 40, 45);
border-bottom: 0px;
background-color: rgb(61, 138, 125);
color: rgb(36, 40, 45);
cursor: pointer;
}
.comments-template {
margin: 10px 0 0;
border-top: 1px solid #ccc;
padding: 10px 0 0;
}
.comments-template ol {
margin: 0;
padding: 0 0 15px;
list-style: none;
}
.comments-template ol li {
margin: 10px 0 0;
line-height: 18px;
padding: 0 0 10px;
border-bottom: 1px solid #ccc;
}
.comments-template h2,
.comments-template h3 {
/* font-family: Georgia, Sans-serif; */
font-size: 16px;
}
.commentmetadata {
font-size: 12px;
}
.comments-template p.nocomments {
padding: 0;
}
.comments-template textarea {
/* font-family: Arial, Helvetica, Georgia, Sans-serif; */
font-size: 12px;
}
/* contents table */
#article-index {
float: right;
width: 250px;
line-height: 27px;
margin: 0px 0px 20px 20px;
border-radius: 5px;
border: 2px solid rgb(36, 40, 45);
padding: 0 0 10px 0;
}
#article-index #article-index-title {
margin: 5px 0 0 0;
}
#article-index #article-index-title strong {
display: block;
line-height: 30px;
padding: 0 4px;
text-align: center;
}
#article-index-hr {
size: 1px;
color: rgb(36, 40, 45);
margin: 4px 20px;
}
#article-index-table {
padding: 0 22px 0 20px;
}
#article-index ul {
padding-left: 20px;
}
#article-index li {
list-style-type: disc;
}
#index-ul {
margin: 0;
}
#index-ul li {
background: none repeat scroll 0 0 transparent;
padding: 0;
}
#index-ul a {
color: rgb(36, 40, 45);
}
#index-ul a:hover {
color: rgb(61, 138, 125);
}
/*set the subtitle jump offset, to avoid covered by headerbar*/
.subtitle:target {
padding-top: 78px;
}
/*page navigator 格式*/
nav.pagination {
position: relative;
display: block;
}
.nav-links {
}
.nav-links ul {
padding: 0;
overflow: hidden;
width: max-content;
margin: 0 auto;
}
.nav-links ul li {
list-style: none;
margin: 0 10px 0 0;
padding: 0;
float: left;
}
.nav-links ul li span.current {
padding: 10px 12px;
background: rgb(36, 40, 45);
border: 1px solid #777;
display: block;
line-height: 1;
border-radius: 4px;
color: #fff;
}
.nav-links ul li a {
padding: 10px 12px;
background: rgb(61, 138, 125);
color: #fff;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 3px;
display: block;
line-height: 1;
}
.nav-links ul li a:hover {
background: #555;
border-color: #888;
color: #fff;
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/marschild-AM-1.git
git@api.gitlife.ru:oschina-mirror/marschild-AM-1.git
oschina-mirror
marschild-AM-1
marschild-AM-1
master