diff --git a/archive.php b/archive.php index c2f58c7..6484dfc 100644 --- a/archive.php +++ b/archive.php @@ -9,9 +9,14 @@ else { printf( "

%s

",__( 'Archives', 'friendica' ) ); } ?> - - - + diff --git a/assets/css/main.css b/assets/css/main.css index 2df32c9..a3302cd 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3135,3 +3135,27 @@ .widget_search form input[type="submit"] { display: inline-block; width: 30%; float: right; } + +/** sticky post in blog list */ +.blog article.post.sticky::after { + display: block; + position: absolute; + content: "!"; + font-size: 40pt; + font-weight: bold; + text-align: center; + background-color: #d16103; + color: #fff; + width: 60px; + height: 60px; + line-height: 60px; + border-radius: 100%; + right: 0.1em; + top: 0.1em; + transform: rotate(25deg); +} +.blog article.post.sticky { + background-color: #fff3e9; + padding: 0.5em; + position: relative; +} diff --git a/entry.php b/entry.php index 5a9cd57..219c11b 100644 --- a/entry.php +++ b/entry.php @@ -6,7 +6,13 @@

- - +