Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2021-01-10 20:10:52 +0300
committeruPagge <upagge@mail.ru>2021-01-10 20:10:52 +0300
commitbe49f3c8ccc9581395a205357d414d64430815a1 (patch)
tree72307ce3565c2a70e4e77ee58147e196b60e66be /assets/css
parent2bd29ba67dd072b3aa60d11659a701b4859f64b1 (diff)
new profile theme
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_ublogger.scss35
-rw-r--r--assets/css/_ublogger_media.scss9
2 files changed, 40 insertions, 4 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index a58c447..414c8ca 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -232,9 +232,30 @@ a.post-tag-summary {
.home {
.home-profile {
+
+ text-align: left;
+ padding-bottom: 4rem;
+
+ .home-meta {
+ display: inline-block;
+ }
+
+ .home-title{
+ font-size: 30px;
+ }
+
.home-avatar {
+ vertical-align: top;
+ width: 120px;
+ display: inline-block;
+ box-sizing: border-box;
+ margin-right: 10px;
+
img {
+ border-radius: 10px;
+ width: 7rem;
+
&:hover {
box-shadow: (0 0 40px rgba(0, 0, 0, .1));
}
@@ -761,10 +782,6 @@ footer {
margin: 1rem 0;
}
-.home[data-home=posts] .home-profile {
- padding-bottom: 2rem;
-}
-
.is-style-explanation {
padding: .75rem 1rem .75rem 4rem;
font-size: 1rem;
@@ -914,5 +931,15 @@ figure {
}
}
+.split-post {
+ .code-header, .table-wrapper {
+ border-radius: 0 !important;
+ }
+
+ img {
+ width: 100%;
+ }
+}
+
@import "_partial/share-icon";
@import "ublogger_media"; \ No newline at end of file
diff --git a/assets/css/_ublogger_media.scss b/assets/css/_ublogger_media.scss
index c975fb0..5e83d3f 100644
--- a/assets/css/_ublogger_media.scss
+++ b/assets/css/_ublogger_media.scss
@@ -160,6 +160,15 @@
}
@media only screen and (max-width: 680px) {
+
+ .home {
+ .home-profile {
+ .home-avatar {
+ display: none;
+ }
+ }
+ }
+
article.single {
font-size: 16px;