hugo-theme-archbio/static/css/style.css
starsareintherose 727c862dda init
2021-12-28 21:09:14 +00:00

2074 lines
36 KiB
CSS

body {
width: 100%;
background: #F6F9FC none repeat scroll 0% 0%;
}
#container > .outer {
background: #F6F9FC none repeat scroll 0% 0%;
}
body:before,
body:after {
content: "";
display: table;
}
body:after {
clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
/*outline: 0;*/
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1;
color: #000;
background: #fff;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
a img {
border: none;
}
input,
button {
margin: 0;
padding: 0;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
border: 0;
padding: 0;
}
html,
body,
#container {
height: 100%;
}
body {
color: #565a5f;
background: #f5f8f9;
font: 14px "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
-webkit-text-size-adjust: 100%;
}
a {
color: #38b7ea;
text-decoration: none !important;
}
a:visited {
color: #38b7ea;
}
.outer {
/* max-width: 1320px; */
margin: 0 auto;
/* padding: 0 20px; */
}
.outer:before,
.outer:after {
content: "";
display: table;
}
.outer:after {
clear: both;
}
@media screen and (max-width: 559px) {
.outer {
padding: 0;
}
}
.left,
.alignleft {
float: left;
}
.right,
.alignright {
float: right;
}
.clear {
clear: both;
}
.logo {
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
#container {
position: relative;
}
#container > .outer {
margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
#main {
display: inline;
float: left;
width: 70%;
margin: 0 0.7692307692308%;
}
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
#main {
display: inline;
float: left;
width: 67.6923076923077%;
margin: 0 0.7692307692308%;
}
}
.archive-article-header a,
.layout-wrap-inner.tag-cloud a,
.archive-article-header a:visited,
.layout-wrap-inner.tag-cloud a:visited {
color: #565a5f;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
}
.archive-article-header a:hover,
.layout-wrap-inner.tag-cloud a:hover,
.archive-article-header a:visited:hover,
.layout-wrap-inner.tag-cloud a:visited:hover {
color: #38b7ea;
}
.article-date,
.article-category-link,
.archive-year,
.widget-title {
text-decoration: none !important;
/*text-transform: uppercase;*/
color: #333;
line-height: 1em;
}
#profile .inner,
.article-inner,
#comments,
.archive-article,
#toTop {
/* background: #fff; */
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.article-entry h1,
.widget h1 {
font-size: 2em;
}
.article-entry h2,
.widget h2 {
font-size: 1.5em;
}
.article-entry h3,
.widget h3 {
font-size: 1.3em;
}
.article-entry h4,
.widget h4 {
font-size: 1.2em;
}
.article-entry h5,
.widget h5 {
font-size: 1em;
}
.article-entry h6,
.widget h6 {
font-size: 1em;
color: #999;
}
.article-entry hr,
.widget hr {
border: 1px dashed #eceff2;
}
.article-entry strong,
.widget strong {
font-weight: bold;
}
.article-entry em,
.widget em,
.article-entry cite,
.widget cite {
font-style: italic;
}
.article-entry sup,
.widget sup,
.article-entry sub,
.widget sub {
font-size: 0.75em;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.article-entry sup,
.widget sup {
top: -0.5em;
}
.article-entry sub,
.widget sub {
bottom: -0.2em;
}
.article-entry small,
.widget small {
font-size: 0.85em;
}
.article-entry acronym,
.widget acronym,
.article-entry abbr,
.widget abbr {
border-bottom: 1px dotted;
}
.article-entry ul,
.widget ul,
.article-entry ol,
.widget ol,
.article-entry dl,
.widget dl {
margin: 0 20px;
line-height: 1.6em;
}
.article-entry ul ul,
.widget ul ul,
.article-entry ol ul,
.widget ol ul,
.article-entry ul ol,
.widget ul ol,
.article-entry ol ol,
.widget ol ol {
margin-top: 0;
margin-bottom: 0;
}
.article-entry ul,
.widget ul {
list-style: disc;
}
.article-entry ol,
.widget ol {
list-style: decimal;
}
.article-entry dt,
.widget dt {
font-weight: bold;
}
#header {
background: #fff;
position: relative;
}
#header a,
#header a:visited {
white-space: nowrap;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
color: #565a5f;
}
#header a:hover {
color: #38b7ea;
}
.header-inner #logo,
#main-nav,
#sub-nav,
#search-form-wrap {
height: 40px;
line-height: 40px;
padding: 12px 15px;
}
.header-inner #logo,
#main-nav {
float: left;
}
#sub-nav,
#search-form-wrap {
float: right;
}
.header-inner {
height: 100%;
position: relative;
}
.header-inner #logo {
display: inline-block;
}
.header-inner #logo .logo {
display: inline-block;
width: 40px;
height: 40px;
margin-right: 5px;
}
.header-inner #logo .site-title {
font-size: 22px;
display: inline-block;
vertical-align: top;
font-weight: 600;
padding-left: 10px;
}
#header-title {
text-align: center;
height: 40px;
position: absolute;
top: 50%;
left: 0;
margin-top: -20px;
}
.header-sub {
border-top: 1px solid #eceff2;
}
.header-sub ul {
margin: 0 15px;
}
.header-sub ul:before,
.header-sub ul:after {
content: "";
display: table;
}
.header-sub ul:after {
clear: both;
}
.header-sub ul li {
float: left;
margin: 0 10px;
}
.header-sub ul li a {
display: inline-block;
line-height: 48px;
}
.header-sub .main-nav-link {
display: inline-block;
line-height: 48px;
}
@media screen and (min-width: 560px) and (max-width: 799px) {
#header-sub {
display: none;
}
}
@media screen and (max-width: 559px) {
#header-sub {
display: none;
}
}
@media screen and (min-width: 560px) and (max-width: 799px) {
#main-nav {
display: none;
}
}
@media screen and (max-width: 559px) {
#main-nav {
display: none;
}
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
#main-nav-mobile {
display: none;
}
}
@media screen and (min-width: 1200px) {
#main-nav-mobile {
display: none;
}
}
@media screen and (max-width: 380px) {
#sub-nav {
display: none;
}
}
.nav-icon,
.main-nav-link {
float: left;
display: block;
padding: 0 15px;
}
.nav-icon {
text-align: center;
font-size: 14px;
width: 14px;
height: 14px;
position: relative;
cursor: pointer;
height: 40px !important;
line-height: 40px !important;
}
.main-nav-link {
font-weight: 300;
}
@media screen and (min-width: 1200px) {
#sub-nav {
display: none;
}
}
#sub-nav #profile-nav #profile-anchor {
display: block;
height: 40px;
line-height: 40px;
}
#sub-nav #profile-nav #profile-anchor:before,
#sub-nav #profile-nav #profile-anchor:after {
content: "";
display: table;
}
#sub-nav #profile-nav #profile-anchor:after {
clear: both;
}
#sub-nav #profile-nav .avatar,
#sub-nav #profile-nav .fa {
float: left;
}
#sub-nav #profile-nav .avatar {
width: 40px;
height: 40px;
margin-right: 8px;
}
#sub-nav #profile-nav .fa {
line-height: 40px;
}
@media screen and (max-width: 1010px) {
#search-form-wrap {
display: none;
}
}
#search-form-wrap .search-form {
position: relative;
}
#search-form-wrap .search-form .search-form-input {
width: 100%;
height: 40px;
padding: 0 30px 0 10px;
line-height: 40px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#search-form-wrap .search-form .search-form-input::-webkit-search-results-decoration,
#search-form-wrap .search-form .search-form-input::-webkit-search-cancel-button {
-webkit-appearance: none;
}
#search-form-wrap .search-form .search-form-submit {
top: 50%;
right: 15px;
border: none;
cursor: pointer;
margin-top: -7px;
background: none;
position: absolute;
font: 13px font-icon;
font-family: 'FontAwesome';
}
#search-form-wrap .search-form .search-form-submit:before {
content: '\f002';
}
#search-form-wrap .search-form .search-form-submit:hover,
#search-form-wrap .search-form .search-form-submit:focus {
color: #777;
}
.search-form-input {
width: 200px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
color: #565a5f;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font: 14px "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
border: 1px solid #eceff2;
}
.search-form-input:focus {
border-color: #38b7ea;
}
#main-nav-mobile {
overflow-y: hidden;
overflow-x: auto;
}
#main-nav-mobile .menu {
margin: 0;
height: 48px;
}
#main-nav-mobile .menu:before,
#main-nav-mobile .menu:after {
content: "";
display: table;
}
#main-nav-mobile .menu:after {
clear: both;
}
#main-nav-mobile .menu .search-form-input {
display: none;
padding: 0 10px;
margin-right: 15px;
height: 32px;
line-height: 32px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
@media screen and (max-width: 559px) {
#main-nav-mobile .menu .search-form-input {
display: block;
}
}
#main-nav-mobile .menu .search-form-input::-webkit-search-results-decoration,
#main-nav-mobile .menu .search-form-input::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.bio {
text-align: center;
}
#profile .inner .bio h2 {
font-size: 1.3em;
font-weight: bold;
margin-top: 15px;
}
#profile .inner .bio p {
margin: 5px 20px 10px 20px;
text-align: justify;
max-width: 300px;
line-height: 1.5em;
}
.profile-block {
padding: 15px 20px;
border-bottom: 1px solid #eceff2;
}
.profile-block:last-child {
border-bottom: none;
}
#profile {
display: inline;
float: left;
width: 21.5384615384615%;
margin: 0 0.7692307692308%;
display: none;
}
@media screen and (min-width: 1200px) {
#profile {
display: block;
}
}
#profile .inner {
margin-top: 40px;
background: #fff;
}
#profile .inner .base-info #avatar {
display: block;
margin: 10px auto 20px;
width: 128px;
height: 128px;
}
#profile .inner .base-info #name,
#profile .inner .base-info #title,
#profile .inner .base-info #location {
display: block;
text-align: center;
}
#profile .inner .base-info #name {
font-size: 20px;
font-weight: 600;
}
#profile .inner .base-info #location {
font-size: 12px;
margin-top: 5px;
color: #9a9ea3;
}
#profile .inner .base-info #location .fa {
margin-right: 5px;
}
#profile .inner .base-info #follow {
color: #fff;
width: 150px;
height: 40px;
display: block;
font-size: 14px;
line-height: 40px;
text-align: center;
margin: 20px auto 10px;
background: #38b7ea;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
}
#profile .inner .base-info #follow:hover {
background: #49c8fb;
}
#profile .inner .article-info {
padding: 0px;
}
#profile .inner .article-info:before,
#profile .inner .article-info:after {
content: "";
display: table;
}
#profile .inner .article-info:after {
clear: both;
}
#profile .inner .article-info .article-info-block {
width: 50%;
float: left;
padding: 20px 15px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 20px;
}
#profile .inner .article-info .article-info-block span {
display: block;
font-size: 14px;
text-transform: uppercase;
}
#profile .inner .article-info .article-info-block:first-child {
border-right: 1px solid #eceff2;
}
#profile .inner .contact-info .contact-list {
width: 100%;
}
#profile .inner .contact-info .contact-list td {
text-align: center;
font-size: 24px;
}
#profile .inner .contact-info .contact-list td a {
position: relative;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
color: #898d92;
}
#profile .inner .contact-info .contact-list td a:hover {
color: #565a5f;
}
#profile .inner .contact-info .contact-list td a:hover:after {
right: -50%;
top: -41px;
color: #fff;
background: #333;
font-size: 14px;
content: attr(title);
display: block;
padding: 5px 15px;
position: absolute;
white-space: nowrap;
-webkit-border-radius: 2px;
border-radius: 2px;
text-transform: uppercase;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
box-shadow: 0 0 2px rgba(0,0,0,0.2);
z-index: 1;
}
#profile .inner .contact-info .contact-list td a:hover:before {
top: -12px;
right: 8px;
border: solid;
border-color: #333 transparent;
border-width: 5px 5px 0 5px;
content: "";
display: block;
position: absolute;
z-index: 2;
}
#profile.card {
top: 50px;
right: 20px;
z-index: 999;
display: block;
min-width: 280px;
position: absolute;
}
#profile.card .profile-inner {
position: relative;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#profile.card .profile-inner:before,
#profile.card .profile-inner:after {
z-index: 1;
content: '';
top: -20px;
right: 10px;
position: absolute;
border-width: 10px;
border-style: solid;
border-color: transparent transparent #fff transparent;
}
#profile.card .profile-inner:after {
z-index: 0;
border-color: transparent transparent #dbdee1 transparent;
}
.article {
margin: 40px 0;
}
.article-inner {
overflow: hidden;
}
/* .article-banner { width: 100%; height: auto; } */
/* .article-meta:before, .article-meta:after { content: ""; display: table; } */
.article-meta:after {
clear: both;
}
.article-meta > div {
margin-bottom: 5px;
}
.article-meta .article-date,
.article-meta .article-category {
margin-right: 10px;
color: #9a9ea3;
}
.article-meta a {
color: #9a9ea3;
}
.article-meta a:hover {
color: #38b7ea;
}
.article-date {
float: left;
margin-top:2px;
}
.article-category {
float: left;
/*line-height: 1.5em;*/
color: #565a5f;
}
.article-category .fa-angle-right {
margin: 0 5px;
}
.article-header {
padding: 5px 5px 0;
}
.article-header .article-title {
display: block;
margin-bottom: 14px;
}
.article-title {
text-decoration: none !important;
font-size: 2em;
color:#38b7ea !important;
line-height: 1.1em;
-webkit-transition: color 0.2s;
-moz-transition: color 0.2s;
-ms-transition: color 0.2s;
transition: color 0.2s;
}
.article-title a:visited {
color: #07b !important;
}
.article-title a:hover {
color: #07b !important;
}
.article-entry {
color: #565a5f;
/* padding: 0 20px; */
/* padding-top: 20px; */
line-height: 1.6em;
}
.article-entry:before,
.article-entry:after {
content: "";
display: table;
}
.article-entry:after {
clear: both;
}
.article-entry p,
.article-entry table {
line-height: 1.6em;
margin: 1.6em 0;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
font-weight: bold;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
line-height: 1.1em;
margin: 1.1em 0;
}
.article-entry a {
color: #38b7ea;
text-decoration: none;
}
.article-entry a:hover {
text-decoration: underline;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
/*origin
.article-entry img,
.article-entry video {
max-width: 100%;
height: auto;
display: block;
margin: auto;
}
*/
.article-entry iframe {
border: none;
}
.article-entry table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.article-entry th {
font-weight: bold;
border-bottom: 3px solid #eceff2;
padding-bottom: 0.5em;
}
.article-entry td {
border-bottom: 1px solid #eceff2;
padding: 10px 0;
}
.article-entry blockquote {
font-family: Georgia, "Times New Roman", serif;
font-size: 1.4em;
border-left: 2px solid #ccc;
padding-left: 10px;
/* margin: 1.6em 20px;*/
/*origin
text-align: center;*/
}
.article-entry blockquote footer {
font-size: 14px;
margin: 1.6em 0;
font-family: "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.article-entry blockquote footer cite:before {
content: "—";
padding: 0 0.5em;
}
.article-entry .pullquote {
text-align: left;
width: 45%;
margin: 0;
}
.article-entry .pullquote.left {
margin-left: 0.5em;
margin-right: 1em;
}
.article-entry .pullquote.right {
margin-right: 0.5em;
margin-left: 1em;
}
.article-entry .caption {
color: #999;
display: block;
font-size: 0.9em;
margin-top: 0.5em;
position: relative;
text-align: center;
}
.article-entry .video-container {
position: relative;
padding-top: 56.25%;
height: 0;
overflow: hidden;
}
.article-entry .video-container iframe,
.article-entry .video-container object,
.article-entry .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-top: 0;
}
.article-more-link a {
display: inline-block;
line-height: 1em;
padding: 6px 15px;
-webkit-border-radius: 0px;
border-radius: 0px;
background: #DEDEDE none repeat scroll 0% 0%;
color: #999;
text-shadow: 0 1px #fff;
text-decoration: none;
}
.article-more-link a:hover {
background: #337AB7;
color: #fff;
text-decoration: none;
text-shadow: 0 1px #169cd2;
}
.article-footer {
font-size: 0.85em;
line-height: 1.6em;
border-top: 1px solid #eceff2;
padding-top: 1.6em;
margin: 0 20px 20px;
}
.article-footer:before,
.article-footer:after {
content: "";
display: table;
}
.article-footer:after {
clear: both;
}
.article-footer a {
color: #999;
text-decoration: none;
}
.article-footer a:hover {
color: #565a5f;
}
.article-tag-list-item {
float: left;
margin-right: 10px;
}
.article-tag-list-link:before {
content: "#";
}
.article-comment-link {
float: right;
}
.article-comment-link:before {
content: "\f075";
font-family: FontAwesome;
padding-right: 8px;
}
.article-share-link {
cursor: pointer;
float: right;
margin-left: 20px;
}
.article-share-link:before {
content: "\f064";
font-family: FontAwesome;
padding-right: 6px;
}
#article-nav {
position: relative;
}
#article-nav:before,
#article-nav:after {
content: "";
display: table;
}
#article-nav:after {
clear: both;
}
@media screen and (min-width: 1200px) {
#article-nav {
margin: 40px 0;
}
#article-nav:before {
width: 8px;
height: 8px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -4px;
margin-left: -4px;
content: "";
-webkit-border-radius: 50%;
border-radius: 50%;
background: #787c81;
}
}
.article-nav-link-wrap {
text-decoration: none;
color: #999;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 40px;
text-align: left;
display: block;
margin-left: 15px;
margin-right: 15px;
}
.article-nav-link-wrap:hover {
color: #07b;
}
@media screen and (min-width: 1200px) {
.article-nav-link-wrap {
width: 50%;
margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
#article-nav-newer {
float: left;
text-align: right;
padding-right: 20px;
}
}
@media screen and (min-width: 1200px) {
#article-nav-older {
float: right;
text-align: left;
padding-left: 20px;
}
}
.article-nav-caption {
letter-spacing: 2px;
line-height: 1em;
font-weight: bold;
color: #565a5f;
text-transform: uppercase;
}
#article-nav-newer .article-nav-caption {
margin-right: -2px;
}
.article-nav-title {
font-size: 0.85em;
line-height: 1.6em;
margin-top: 0.5em;
}
.article-share-box {
position: absolute;
display: none;
background: #fff;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
-webkit-border-radius: 3px;
border-radius: 3px;
margin-left: -145px;
overflow: hidden;
z-index: 1;
}
.article-share-box.on {
display: block;
}
.article-share-input {
width: 100%;
background: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font: 14px "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
padding: 0 15px;
color: #565a5f;
/*outline: none;*/
border: 1px solid #eceff2;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
height: 36px;
line-height: 36px;
}
.article-share-links {
background: #f5f8f9;
}
.article-share-links:before,
.article-share-links:after {
content: "";
display: table;
}
.article-share-links:after {
clear: both;
}
.article-share-twitter,
.article-share-facebook,
.article-share-pinterest,
.article-share-google {
width: 50px;
height: 36px;
display: block;
float: left;
position: relative;
color: #999;
text-shadow: 0 1px #fff;
}
.article-share-twitter:before,
.article-share-facebook:before,
.article-share-pinterest:before,
.article-share-google:before {
font-size: 20px;
width: 20px;
height: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
text-align: center;
}
.article-share-twitter:hover,
.article-share-facebook:hover,
.article-share-pinterest:hover,
.article-share-google:hover {
color: #fff;
}
.article-share-twitter:hover {
background: #00aced;
text-shadow: 0 1px #008abe;
}
.article-share-facebook:hover {
background: #3b5998;
text-shadow: 0 1px #2f477a;
}
.article-share-pinterest:hover {
background: #cb2027;
text-shadow: 0 1px #a21a1f;
}
.article-share-google:hover {
background: #dd4b39;
text-shadow: 0 1px #be3221;
}
.article-gallery {
background: #000;
position: relative;
}
.article-gallery-photos {
position: relative;
overflow: hidden;
}
.article-gallery-img {
display: none;
max-width: 100%;
}
.article-gallery-img:first-child {
display: block;
}
.article-gallery-img.loaded {
position: absolute;
display: block;
}
.article-gallery-img img {
display: block;
max-width: 100%;
margin: 0 auto;
}
#comments {
padding: 20px;
margin: 40px 0;
}
#comments a {
color: #38b7ea;
}
.archives:before,
.archives:after {
content: "";
display: table;
}
.archives:after {
clear: both;
}
.archives .article:first-child {
margin: 20px 0;
}
.archive-year-wrap,
.archive-category-wrap,
.archive-tag-wrap,
.layout-title {
font-size: 1.4em;
margin: 40px 0 20px 0;
}
@media screen and (max-width: 559px) {
.archive-year-wrap,
.archive-category-wrap,
.archive-tag-wrap,
.layout-title {
padding: 0 15px;
font-size: 1.2em;
}
}
.archive-year-wrap .fa,
.archive-category-wrap .fa,
.archive-tag-wrap .fa,
.layout-title .fa {
margin-right: 3px;
}
.archive-year-wrap .archive-year,
.archive-category-wrap .archive-year,
.archive-tag-wrap .archive-year,
.layout-title .archive-year {
color: #565a5f;
}
.archive-year-wrap .archive-year:hover,
.archive-category-wrap .archive-year:hover,
.archive-tag-wrap .archive-year:hover,
.layout-title .archive-year:hover {
color: #38b7ea;
}
@media screen and (max-width: 559px) {
.layout-wrap-inner {
padding: 0 15px;
}
}
.archive-article {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
overflow: hidden;
break-inside: avoid-column;
padding: 0;
margin-bottom: 15px;
}
.archive-article:before,
.archive-article:after {
content: "";
display: table;
}
.archive-article:after {
clear: both;
}
.archive-article-thumbnail {
float: left;
margin-right: 10px;
}
.archive-article-thumbnail .thumbnail {
width: 160px;
height: 90px;
display: block;
position: relative;
overflow: hidden;
}
.archive-article-thumbnail .thumbnail span {
width: 100%;
height: 100%;
display: block;
}
.archive-article-thumbnail .thumbnail .thumbnail-image {
position: absolute;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center;
}
.archive-article-thumbnail .thumbnail .thumbnail-none {
background-image: url("images/thumb-default-small.png");
}
@media screen and (max-width: 559px) {
.archive-article-thumbnail .thumbnail {
width: 120px;
height: 67.5px;
}
}
.archive-article-header {
/* padding: 10px; */
}
.archive-article-title {
font-size: 1.2em;
line-height: 1.2em;
}
@media screen and (max-width: 559px) {
.archive-article-title {
font-size: 1em;
line-height: 1em;
height: 1em;
overflow: hidden;
display: block;
}
}
.archive-article-date {
display: block;
margin-top: 8px;
}
.layout-wrap-inner.list-categories ul {
margin-left: 15px;
list-style: none;
}
.layout-wrap-inner.list-categories ul li,
.layout-wrap-inner.list-categories ul .category-list-child {
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid border-color;
}
.layout-wrap-inner.list-categories ul li a,
.layout-wrap-inner.list-categories ul .category-list-child a {
color: #777;
}
.layout-wrap-inner.list-categories ul ul,
.layout-wrap-inner.list-categories ul ol {
list-style: none;
}
.layout-wrap-inner.list-categories ul ul li,
.layout-wrap-inner.list-categories ul ol li {
border: none;
}
.layout-wrap-inner.list-categories ul ul li:last-child,
.layout-wrap-inner.list-categories ul ol li:last-child {
padding-bottom: 0px;
}
.layout-wrap-inner.list-categories li a:before {
color: #ccc;
content: "\f0da";
font-size: 12px;
margin-right: 6px;
font-family: FontAwesome;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
}
.layout-wrap-inner.list-categories li a:hover:before {
color: #333;
}
.layout-wrap-inner.tag-cloud a {
margin-right: 8px;
}
.layout-wrap-inner.tag-cloud a:before {
content: '#';
}
#page-nav {
margin: 40px auto;
text-align: center;
color: #999;
overflow: hidden;
}
#page-nav:before,
#page-nav:after {
content: "";
display: table;
}
#page-nav:after {
clear: both;
}
#page-nav a,
#page-nav span {
height: 32px;
padding: 0 10px;
line-height: 32px;
text-align: center;
display: inline-block;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#page-nav a {
color: #999;
text-decoration: none;
}
#page-nav a:hover {
color: #fff;
background: #38b7ea;
}
#page-nav .page-number {
display: inline-block;
}
@media screen and (max-width: 559px) {
#page-nav .page-number {
display: none;
}
}
#page-nav .current {
color: #565a5f;
font-weight: bold;
}
#page-nav .space {
color: #eceff2;
}
#footer {
padding: 20px 0;
border-top: 1px solid #eceff2;
color: #565a5f;
font-size: 16px;
text-align: center;
}
#footer .outer {
margin-bottom: 0;
}
#footer a {
color: #38b7ea;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
#footer-info {
line-height: 1.6em;
font-size: 0.85em;
/*origin*/
position: relative;
}
.article-entry pre,
.article-entry .highlight {
background: #34383d;
margin: 0 -20px;
padding: 15px 20px;
border-style: solid;
border-color: #eceff2;
border-width: 1px 0;
overflow: auto;
color: #ccc;
line-height: 22.400000000000002px;
}
.article-entry .highlight .gutter pre,
.article-entry .line-numbers {
color: #666;
font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
}
.article-entry code {
background: #f5f8f9;
text-shadow: 0 1px #fff;
padding: 0 0.3em;
}
.article-entry pre code {
background: none;
text-shadow: none;
padding: 0;
}
.article-entry .highlight pre {
border: none;
margin: 0;
padding: 0;
}
.article-entry .highlight table {
margin: 0;
width: auto;
}
.article-entry .highlight td {
border: none;
padding: 0;
}
.article-entry .highlight figcaption {
font-size: 0.85em;
color: #999;
line-height: 1em;
margin-bottom: 1em;
}
.article-entry .highlight figcaption:before,
.article-entry .highlight figcaption:after {
content: "";
display: table;
}
.article-entry .highlight figcaption:after {
clear: both;
}
.article-entry .highlight figcaption a {
float: right;
}
.article-entry .highlight .gutter pre {
text-align: right;
padding-right: 20px;
}
.article-entry .highlight .line {
height: 22.400000000000002px;
}
pre .comment,
pre .title,
pre .template_comment,
pre .header,
pre .javadoc {
color: #999;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo,
pre .winutils,
pre .method,
pre .request,
pre .status,
pre .nginx .title,
pre .diff .change,
pre .special,
pre .attr_selector,
pre .important,
pre .subst,
pre .clojure .title,
pre .deletion {
color: #f2777a;
}
pre .number,
pre .preprocessor,
pre .preprocessor .keyword,
pre .built_in,
pre .literal,
pre .params,
pre .constant,
pre .command,
pre .lisp .body,
pre .parent,
pre .haskell .type {
color: #f99157;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute,
pre .addition {
color: #9c9;
}
pre .string,
pre .value,
pre .inheritance,
pre .ruby .symbol,
pre .symbol .string,
pre .xml .cdata,
pre .function .title {
color: #9c9;
}
pre .css .hexcolor,
pre .phpdoc,
pre .tex .formula {
color: #6cc;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title,
pre .localvars,
pre .chunk,
pre .decorator,
pre .identifier,
pre .vhdl {
color: #69c;
}
pre .keyword,
pre .javascript .function {
color: #c9c;
}
@media screen and (min-width: 1200px) {
#sidebar {
display: inline;
float: left;
width: 21.5384615384615%;
margin: 0 0.7692307692308%;
}
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
#sidebar {
display: inline;
float: left;
width: 29.230769230769198%;
margin: 0 0.7692307692308%;
}
}
.widget {
line-height: 1.6em;
word-wrap: break-word;
font-size: 0.9em;
}
.widget ul,
.widget ol {
list-style: none;
margin: 0;
}
.widget ul ul,
.widget ol ul,
.widget ul ol,
.widget ol ol {
margin: 0 20px;
}
.widget ul ul,
.widget ol ul {
list-style: disc;
}
.widget ul ol,
.widget ol ol {
list-style: decimal;
}
.category-list-count,
.tag-list-count,
.archive-list-count {
padding-left: 5px;
color: #999;
font-size: 0.85em;
}
.category-list-count:before,
.tag-list-count:before,
.archive-list-count:before {
content: "(";
}
.category-list-count:after,
.tag-list-count:after,
.archive-list-count:after {
content: ")";
}
.tagcloud a {
margin-right: 5px;
}
.widget-wrap {
margin: 0px 10px;
}
@media screen and (max-width: 559px) {
.widget-wrap {
margin: 40px 20px;
}
}
.widget-title {
margin-bottom: 0;
}
.widget {
padding: 15px 0px;
}
.widget a {
color: #777;
text-decoration: none;
}
.widget a:hover {
color: #333;
}
.widget ul ul,
.widget ol ul,
.widget dl ul,
.widget ul ol,
.widget ol ol,
.widget dl ol,
.widget ul dl,
.widget ol dl,
.widget dl dl {
margin-left: 15px;
list-style: disc;
}
.widget ul,
.widget ol {
list-style: none;
}
.widget ul li,
.widget ol li,
.widget ul .category-list-child,
.widget ol .category-list-child {
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid border-color;
}
.widget ul li a,
.widget ol li a,
.widget ul .category-list-child a,
.widget ol .category-list-child a {
color: #777;
}
.widget ul ul,
.widget ol ul,
.widget ul ol,
.widget ol ol {
list-style: none;
}
.widget ul ul li,
.widget ol ul li,
.widget ul ol li,
.widget ol ol li {
border: none;
}
.widget ul ul li:last-child,
.widget ol ul li:last-child,
.widget ul ol li:last-child,
.widget ol ol li:last-child {
padding-bottom: 0px;
}
.widget ul:not(#recent-post) li a:before,
.widget ol:not(#recent-post) li a:before {
color: #ccc;
content: "\f0da";
font-size: 12px;
margin-right: 6px;
font-family: FontAwesome;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-ms-transition: 0.2s ease;
transition: 0.2s ease;
}
.widget ul:not(#recent-post) li a:hover:before,
.widget ol:not(#recent-post) li a:hover:before {
color: #333;
}
#toTop {
cursor: pointer;
text-align: center;
width: 64px;
height: 64px;
color: #fff;
font-size: 32px;
line-height: 64px;
background: #565a5f;
-webkit-border-radius: 4px;
border-radius: 4px;
}
@media screen and (min-width: 560px) and (max-width: 799px) {
#toTop {
width: 54px;
height: 54px;
font-size: 28px;
line-height: 54px;
}
}
@media screen and (max-width: 559px) {
#toTop {
width: 54px;
height: 54px;
font-size: 28px;
line-height: 54px;
}
}
#toTop.fix {
bottom: 20px;
position: fixed;
}
/*
#recent-post li {
padding: 10px 0 10px 94px;
}
*/
#recent-post li:before,
#recent-post li:after {
content: "";
display: table;
}
#recent-post li:after {
clear: both;
}
#recent-post.no-thumbnail li {
padding: 10px 0px;
}
#recent-post li .item-thumbnail {
opacity: 1;
float: left;
margin-left: -94px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#recent-post li .item-thumbnail .thumbnail {
width: 80px;
height: 80px;
display: block;
position: relative;
overflow: hidden;
}
#recent-post li .item-thumbnail .thumbnail span {
width: 100%;
height: 100%;
display: block;
}
#recent-post li .item-thumbnail .thumbnail .thumbnail-image {
position: absolute;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position: center;
}
#recent-post li .item-thumbnail .thumbnail .thumbnail-none {
background-image: url("images/thumb-default-small.png");
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
}
#recent-post li .item-inner a,
#recent-post li .item-inner .item-category {
font-size: 13px;
text-transform: uppercase;
}
#recent-post li .item-inner a a,
#recent-post li .item-inner .item-category a {
color: #38b7ea;
}
#recent-post li .item-inner a a:hover,
#recent-post li .item-inner .item-category a:hover {
color: #333;
}
#recent-post li .item-inner a a,
#recent-post li .item-inner .item-category a,
#recent-post li .item-inner a .fa,
#recent-post li .item-inner .item-category .fa {
margin-right: 5px;
}
#recent-post li .item-inner .item-title {
font-size: 15px;
}
#recent-post li .item-inner .item-title a {
color: #333;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#recent-post li .item-inner .item-date {
color: #aaa;
font-size: 13px;
text-transform: uppercase;
}
#recent-post li:hover .item-thumbnail {
opacity: 0.8;
}
#recent-post li:hover .item-title a {
color: #38b7ea;
}
/* MathJax helpers */
code.has-jax {
font: inherit;
font-size: 100%;
background: inherit;
border: inherit;
color: #515151;
}
.article-banner {
width: 200px;
height: auto;
}
h1.article-title {
color: #000;
}
#recent-post li#first-recent {
padding: 0;
}
@media screen and (max-width: 820px) {
header .outer {
border-bottom: solid 0px #428bca;
}
}
.container {
width: 100% !important;
}
#header {
border-bottom: solid 4px #428bca;
height: 65px;
}
.thumbnail {
padding: 0px;
border: 0px solid #ddd;
}
.container-fluid {
padding-top: 4px;
padding-bottom:2px;
}
.container {
padding-right: 0px !important;
padding-left: 0px !important;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
padding-bottom: 4px;
}
.header-inner {
border-bottom: solid 5px #428bca;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #428bca !important;
}
.navbar-nav>li>.dropdown-menu {
margin-top: 7px !important;
}
pre {
border-radius: 0px !important;
}
@media screen and (min-width: 1200px)
#main {
width: 70%;
}
.article-inner-first {
margin:30px 10px 10px 10px;
padding:10px;
background: #ECF2F5 none repeat scroll 0% 0%;
border: 1px solid #BCD;
}
.article-inner-first h2 {
padding-top:0px;
margin-top:0px;
font-size:20px;
font-weight: bold;
padding-bottom:10px;
border-bottom: 1px solid #ccc;
}
.rss-right{
margin:30px 10px 10px 10px;
}
.widget-title {
font-size: 1.3em;
}
#profile .inner, .article-inner, #comments, .archive-article, #toTop {
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
padding-left: 15px;
padding-right: 15px;
}
time{
float:right;
}
.article-header .article-title {
font-size: 22px;
}
div#article-category .fa.fa-terminal {
background-color:#000;
}
.article-more-link {
float: right;
}
.archive-article-header h1 {
font-size:22px;
}
.archive-article {
padding-left: 0px;
padding-right: 0px;
}
#profile .inner, .article-inner, #comments, #toTop {
padding-left: 15px;
padding-right: 15px;
}
.archive-article {
padding: 0px;
margin-bottom: 0px;
}
.archive-year-wrap, .archive-category-wrap, .archive-tag-wrap, .layout-title {
padding-left: 15px;
padding-right: 15px;
}
.article-entry p, .article-entry table {
margin: 0.5em 0px;
}
.article-entry {
padding-bottom: 15px;
}
#recent-post li .item-thumbnail .thumbnail .thumbnail-none {
background-color: aliceblue;
}
.navbar-nav>li>a {
font-weight: bold;
}
img {
width: 100%;
}
div.talaria-wrapper a > img {
width: 48px !important;
}
div.talaria-header h3 small {
font-size: 1.2rem !important;
}
#article-nav {
padding: 50px;
}
div.talaria-wrapper div.talaria-comment-body {
padding: 1rem !important;
}
#header a, #header a:hover {
color: #999 !important;
}