(Grav GitSync) Automatic Commit from dan

This commit is contained in:
dan 2022-04-16 20:25:27 +12:00 committed by GitSync
parent da789d9fb3
commit d96356fe68
2 changed files with 8 additions and 7 deletions

View File

@ -10,12 +10,12 @@ body#layout .nav-collapse,.no-image,.pagenavi .pages,#navbar,.date-header,.feed-
body#layout #content {float:left;width:600px;margin-left:30px}
body#layout #side-bar {float:right;width:300px;}
#column1,#column2,#column3 {float:left}
body,.body-fauxcolumn-outer{font-family: "Lato",Helvetica,sans-serif;background:#E9F0F4;font-size:18px;font-weight:400;line-height:1.75;overflow-x:hidden;position:relative; line-height: 25px;
body,.body-fauxcolumn-outer{font-family: "Lato",gotham;background:#E9F0F4;font-size:18px;font-weight:400;line-height:1.75;overflow-x:hidden;position:relative; line-height: 25px;
font-size: 15px;
color: #6d7683;}
a{color:#333}
a:hover{color:#E74C3C}
h1,h2,h3,h4,h5{font-family:"Lato",serif;}
h1,h2,h3,h4,h5{font-family:"Lato",gotham;}
.bl_background{position:fixed;z-index:-1;width:100%;height:100%;left:0;top:0}
.bl_background img{width:100%;height:100%}
#background_pattern{background-repeat:repeat;height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}
@ -34,7 +34,7 @@ sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
#map_canvas img,.google-maps img{max-width:none}
/*#map_canvas img,.google-maps img{max-width:none}*/
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}
button,input{*overflow:visible;line-height:normal}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
@ -830,7 +830,7 @@ background-color: #FFFFFF;
border-radius: 1px 1px 1px 1px;
box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
line-height: 98px;
background: #FFF url("http://4.bp.blogspot.com/-u8ZOp2KyBdo/VWcsFN545bI/AAAAAAAAFbY/fptXy6fX66k/s1600/header-top.png") repeat-x top center;
/*background: #FFF url("http://4.bp.blogspot.com/-u8ZOp2KyBdo/VWcsFN545bI/AAAAAAAAFbY/fptXy6fX66k/s1600/header-top.png") repeat-x top center;*/
border-bottom: 1px solid #d3d5d7;
-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
-moz-box-shadow: 0 0 5px 0 #e2e3e4;
@ -882,7 +882,7 @@ span{margin:0
a{background-color:#5d82d1}.widget-statistics li.statistics-twitter
a{background-color:#40bff5}.widget-statistics li.statistics-vimeo
a{background-color:#35c6ea}.widget-statistics li.statistics-youtube
a{background-color:#ef4e41}.widget-statistics li.statistics-google
/*a{background-color:#ef4e41}.widget-statistics li.statistics-google*/
a{background-color:#eb5e4c}.widget-statistics li.statistics-dribbble
a{background-color:#f7659c}.widget-statistics li a:hover{background-color:#2f3c4e}.widget-statistics ul li a
i{float:none;margin:0
@ -1028,7 +1028,7 @@ font-size: 15px;}
.comments .avatar-image-container,.comments .avatar-image-container img{width:48px;max-width:48px;height:48px;max-height:48px}
.comments .comment-block,.comments .comment-thread.inline-thread .comment{border:1px solid #ddd;background:#f9f9f9;padding:10px}
.comments .comments-content .comment{margin:15px 0 0;padding:0;width:100%;line-height:1em}
.comments .comments-content .icon.blog-author{position:absolute;top:-12px;right:-12px;margin:0;background-image: url(https://lh4.googleusercontent.com/-yZr9CWeDr1M/UhbCd9bmLkI/AAAAAAAACjI/sllgyp7xoMc/s36/author.png);width:36px;height:36px}
/*.comments .comments-content .icon.blog-author{position:absolute;top:-12px;right:-12px;margin:0;background-image: url(https://lh4.googleusercontent.com/-yZr9CWeDr1M/UhbCd9bmLkI/AAAAAAAACjI/sllgyp7xoMc/s36/author.png);width:36px;height:36px}*/
.comments .comments-content .inline-thread{padding:0 0 0 20px}
.comments .comments-content .comment-replies{margin-top:0}
.comments .comment-content{padding:5px 0;line-height:1.4em}
@ -1276,4 +1276,4 @@ padding: 0;
.meta p {
color: #9a9a9a;
}
}
}

1
themes/mytheme/css/widget.css Executable file

File diff suppressed because one or more lines are too long