- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在我的 tumblr 博客上,我使用的是自定义砌体主题,其中帖子注释应位于固定链接页面中的帖子下方。首先它在帖子上滑动,不允许查看者在永久链接页面中查看帖子。然后我降低了 post notes css 的 z-index,现在将 post notes 幻灯片放在帖子下面。例如:Click here
#content {
{block:IndexPage}
width:66%;
{/block:IndexPage}
{block:PermalinkPage}
width: 55%;
{/block:PermalinkPage}
top:170px;
{block:IndexPage}
left: 1%;
{/block:IndexPage}
{block:PermalinkPage}
left: 10%;
{/block:PermalinkPage}
float: left;
position: absolute;
border-right:1px solid #2b2b2b;
}
.entry {
float:center;
{block:indexpage}
width: 43%;
overflow:hidden;
{/block:indexpage}
margin: 2%;
{block:permalinkpage}
width: 500px;
{/block:permalinkpage}
padding: 10px;
background: {color:box};
display: inline-block;
position: relative;
z-index:2;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.entry img {
display: block;
width:auto;
max-width: 100%;
}
.perma2, .perma2 a {
margin-top: 5px;
font-family: 'Coda', sans-serif;
font-size:15px;
color: #40c143;
}
.prmlnk {
background:{color:box};
font-size:15px;
margin-left:10px;
margin-top:5px;
width: 500px;
padding: 10px;
z-index:2;
display: block;
overflow:hidden;
position: relative;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
.wrap {position: fixed; bottom:10px; left:0px;}
.wrap:hover .cred a {width: 130px; height: 20px; text-align: right;}
.cred a {
height: 100%; width: 80px; height: 20px; margin-left:-65px;
background-color: #000; font-size: 13px; text-align: right;
overflow: hidden;
z-index: 9999999; padding-top: 3px;
top: -2px;
color: #fff; padding-right: 5px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
text-transform: capitalize;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
opacity: .7;
filter: alpha(opacity = 70);
font-family: 'Lato', sans-serif;
line-spacing: 1px;
}
ol.notes {
padding: 0px;
margin: 25px 0px;
list-style-type: none;
border-bottom: solid 1px #5a5a5a;
}
ol.notes li.note {
border-top: solid 1px #5a5a5a;
padding: 10px;
}
ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 10px;
width: 16px;
height: 16px;
}
ol.notes li.note span.action {
font-weight: normal;
color:#f2f2f2;
}
ol.notes li.note .answer_content {
font-weight: normal;
}
ol.notes li.note blockquote {
border-color: #eee;
padding: 4px 10px;
margin: 10px 0px 0px 25px;
}
ol.notes li.note blockquote a {
text-decoration: none;
}
<div id="content">
<div class="autopagerize_page_element">
{block:Posts}
<div class="entry">
.....POSTS.....
</div>
{block:permalinkpage}{block:NoteCount}
<div class="prmlnk"><div class="perma2">
Posted: <a href="{Permalink}">{TimeAgo}</a>
{/block:NoteCount}
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
</div>
</div>
{/block:permalinkpage}
{/block:Posts}
</div> <!------------autopagerise page element ends here---------------->
</div><!----------------------Content div ends here-------------------->
最佳答案
在链接页面上,如果我添加 top: 100%;
到 .prmlnk CSS,注释然后显示在帖子下方,而不是与帖子位于同一位置。
关于html - 帖子注释滑过 Tumblr 永久链接页面中的帖子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37397721/
我正在查看 Tumblr API但难以理解是否可以使用它在 Tumblr 中进行全局搜索,而不是针对特定用户? 这是我想收集的信息: 10 个左右评论最多的帖子,全局所有用户 10 个左右最受欢迎的帖
当我在 tumblr 上分享链接时,它有时会抓取页面的博客文章图片。例如,如果我分享以下内容: http://www.smartpassiveincome.com/income-reports/my-
在仪表板上,Tumblr 帖子按它们的创建顺序显示(无论附加日期如何)。但是在前端(例如在 mysite.tumblr.com),我看到帖子的顺序不一致 具有相同的发布日期和时间 . 在 Tumblr
我正在尝试更改 Tumblr 上标记的页面 的样式(如收集所有特定标签的页面 - example)。目前所有标记的页面看起来都一样。这是我用过的代码 - {block:TagPage}
做一个自定义的 Tumblr 主题,它将混合常见的 Tumblr 帖子类型(文本、图片、链接等)。 我还想偶尔做一个特殊的帖子类型,以展示我的摄影作品,但我不想调整它的大小,而是希望以高分辨率展示照片
我经常在 tumblr 中自定义主题,但是这个编辑器很糟糕。在 Linux (Ubuntu) 操作系统下,在 tumblr 中创建主题有更好的可能性吗? 我正在考虑使用vim。但是我必须将文本复制到v
我希望让我的 Tumblr 博客对移动设备更友好,我想在桌面主题旁边使用移动主题。 我看到我可以为移动设备使用默认的移动主题,但是有没有办法让我自定义移动主题,但仍然保留桌面的常规主题? 最佳答案 只
我正在为一位想要使用 Tumblr 的 Photoset 功能创建作品集网站的婚礼摄影师设计一个主题。 如何从照片集中提取第一张图像,以便创建一个带有链接到每个照片集的单个缩略图预览(大小取决于我的选
我目前有 About和 Contact部分。现在我想添加新闻部分,但是是否可以直接在其中添加帖子而不显示在您博客的首页上?谢谢你! ^_^ 最佳答案 您可以创建实际上是单个帖子的自定义页面,并根据需要
在 tumblr 中,是否可以在主页中只显示带有特定标签的帖子? 如果是这样,它是如何完成的? 最佳答案 我刚刚在这里写了相反问题的解决方案: How to hide the posts with a
他们的文档根本不清楚 站点上根本没有任何标记为“API key ”的地方,但有 消费者 key : 消费者 secret : token : token_secret: 最佳答案 在 Tumblr 注
在通过 v2 API 发布到 Tumblr 时,我不断收到 401,但没有进一步解释错误是什么。 请求如下 - 添加换行符以提高可读性 POST http://api.tumblr.com/v2/bl
我对使用 tumblr 写博客很感兴趣,我发现了一个很棒的响应式主题,但我想知道是否可以删除“在 Tumblr 应用程序中打开”消息,我该怎么做。 openapptumblr 我是 stackover
这写在示例输出( objective-c )中: { "meta": { "status": 401, "msg": "Not Authorized" }, "response": [] } 可能是什
在构建 Tumblr 主题时,我的服务器上有一个外部 .css,这非常方便,因为我可以直接在我的编辑器中工作,保存到我的服务器并刷新以查看我的结果。 但是,如果我需要更改主题的 HTML,我一直在编辑
我似乎找不到任何关于如何更改 tumblr guide 上看似新的“.../image/...”页面的说明。 (在“基本变量”下) 例如,在更改“.../post/...”页面时,我可以使用“{blo
我已使用下面的代码获取特定用户的关注者。但有时某些 tumblr 博客没有从响应中显示出来。 $oauth = new OAuth($conskey,$conssec); $oauth->fetch(
我希望我的 Tumblr 主页显示一个由“精选”标签选择的问题/答案帖子,或者更确切地说是标记为“精选”的最新问题/答案帖子。我没有看到任何内置的 Tumblr 标签可以做到这一点。 最佳答案 默认情
我到处寻找这个答案 - 考虑到在我无限的谷歌搜索中阅读到的关于 Tumblr API 的所有复杂内容,我想这会很简单。 我想做的就是在我的 tumblr 索引页面上的一个小框中显示帖子总数。 例如帖子
我有几个博客链接到我的 Tumblr 帐户,但是 bookmarklet总是选择我的“主要”博客(列表中的第一个)。 如何修改小书签以使其自动选择特定博客?我想要多个书签链接,例如“在博客 1 上分享
我是一名优秀的程序员,十分优秀!