Merge remote-tracking branch 'origin/master'

main
psychobunny 10 years ago
commit d4605fdee0

@ -27,12 +27,13 @@
height: 46px; height: 46px;
} }
h1 { h2 {
font-size: 20px; font-size: 20px;
line-height: 22px; line-height: 22px;
margin: 0; margin: 0;
margin-left: 62px; margin-left: 62px;
width: 85%; width: 85%;
word-break: break-all;
strong { strong {
color: @gray-dark; color: @gray-dark;
@ -45,7 +46,7 @@
height: 32px; height: 32px;
margin-right: 8px; margin-right: 8px;
} }
h1 { h2 {
margin-left: 40px; margin-left: 40px;
} }
} }
@ -169,4 +170,4 @@
font-weight: 300; font-weight: 300;
font-size: 12px; font-size: 12px;
} }
} }

@ -8,7 +8,7 @@
border-color: lighten(@gray-light, 20%) !important; border-color: lighten(@gray-light, 20%) !important;
} }
h1 a { h2 a {
color: @gray !important; color: @gray !important;
} }
} }
@ -34,7 +34,7 @@
border-radius: 50%; border-radius: 50%;
position: absolute; position: absolute;
font-size: 15px; font-size: 15px;
opacity: 0; opacity: 0;
top: 0px; top: 0px;
&:before { &:before {
@ -91,4 +91,20 @@
text-transform: uppercase; text-transform: uppercase;
color: @gray-light; color: @gray-light;
} }
h2.title p {
font-size: 65%;
font-weight: normal;
line-height: 1;
color: @gray-light;
}
}
.categories-title {
text-transform: uppercase;
color: @gray-light;
margin: 0 0 10px;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
} }

@ -6,7 +6,6 @@
padding: 0; padding: 0;
li { li {
font-size: 12px;
width: 300px; width: 300px;
text-align: left; text-align: left;
margin-bottom: 5px; margin-bottom: 5px;
@ -80,7 +79,6 @@
li { li {
.pointer; .pointer;
width: 200px; width: 200px;
font-size: 16px;
a { a {
white-space: nowrap; white-space: nowrap;

@ -2,6 +2,7 @@
h1 { h1 {
line-height: 24px; line-height: 24px;
margin-bottom: 30px; margin-bottom: 30px;
word-break: break-all;
.topic-title { .topic-title {
font-size: 28px; font-size: 28px;
@ -345,4 +346,4 @@
position: relative; position: relative;
text-align: center; text-align: center;
} }
} }

@ -1,6 +1,6 @@
{ {
"name": "nodebb-theme-persona", "name": "nodebb-theme-persona",
"version": "2.1.12", "version": "2.1.15",
"nbbpm": { "nbbpm": {
"compatibility": "^0.8.0" "compatibility": "^0.8.0"
}, },

@ -1,6 +1,5 @@
<h1 class="categories-title">[[category:categories]]</h1>
<ul class="categories" itemscope itemtype="http://www.schema.org/ItemList"> <ul class="categories" itemscope itemtype="http://www.schema.org/ItemList">
<p>[[category:categories]]</p>
<!-- BEGIN categories --> <!-- BEGIN categories -->
<!-- IMPORT partials/categories/item.tpl --> <!-- IMPORT partials/categories/item.tpl -->
<!-- END categories --> <!-- END categories -->

@ -6,7 +6,7 @@
<div class="well well-lg"> <div class="well well-lg">
<div class="alert alert-danger" id="login-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->> <div class="alert alert-danger" id="login-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->>
<button type="button" class="close" data-dismiss="alert">&times;</button> <button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[login:failed_login_attempt]]</strong> [[login:failed_login_attempt]]
<p>{error}</p> <p>{error}</p>
</div> </div>

@ -6,10 +6,10 @@
<i class="fa fa-fw {../icon}"></i> <i class="fa fa-fw {../icon}"></i>
</div> </div>
<h1 class="title"> <h2 class="title">
<!-- IMPORT partials/categories/link.tpl --><br /> <!-- IMPORT partials/categories/link.tpl --><br />
<small>{../descriptionParsed}</small> {../descriptionParsed}
</h1> </h2>
</div> </div>
<!-- IF !../link --> <!-- IF !../link -->

@ -14,7 +14,7 @@
<!-- ENDIF notifications.image --> <!-- ENDIF notifications.image -->
<div class="pull-right mark-read" aria-label="Mark Read"></div> <div class="pull-right mark-read" aria-label="Mark Read"></div>
<a href="{notifications.path}"> <a href="{config.relative_path}{notifications.path}">
<span class="pull-right relTime">{notifications.timeago}</span> <span class="pull-right relTime">{notifications.timeago}</span>
<span class="text">{notifications.bodyShort}</span> <span class="text">{notifications.bodyShort}</span>
</a> </a>

@ -18,7 +18,7 @@
<!-- ENDIF showSelect --> <!-- ENDIF showSelect -->
</div> </div>
<h1 component="topic/header" class="title"> <h2 component="topic/header" class="title">
<i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !topics.pinned -->hide<!-- ENDIF !topics.pinned -->"></i> <i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !topics.pinned -->hide<!-- ENDIF !topics.pinned -->"></i>
<i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i> <i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i>
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br /> <a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
@ -37,7 +37,7 @@
</span> </span>
<small>[[global:posted_ago, <span class="timeago" title="{topics.relativeTime}"></span>]]</small> <small>[[global:posted_ago, <span class="timeago" title="{topics.relativeTime}"></span>]]</small>
</h1> </h2>
</div> </div>
<div class="col-md-1 hidden-sm hidden-xs stats"> <div class="col-md-1 hidden-sm hidden-xs stats">

@ -12,9 +12,7 @@
<div class="category"> <div class="category">
<!-- IF !topics.length --> <!-- IF !topics.length -->
<div class="alert alert-warning" id="category-no-topics"> <div class="alert alert-warning" id="category-no-topics">[[recent:no_popular_topics]]</div>
<strong>[[recent:no_popular_topics]]</strong>
</div>
<!-- ENDIF !topics.length --> <!-- ENDIF !topics.length -->
<!-- IMPORT partials/topics_list.tpl --> <!-- IMPORT partials/topics_list.tpl -->

@ -17,9 +17,7 @@
<div class="category"> <div class="category">
<!-- IF !topics.length --> <!-- IF !topics.length -->
<div class="alert alert-warning" id="category-no-topics"> <div class="alert alert-warning" id="category-no-topics">[[recent:no_recent_topics]]</div>
<strong>[[recent:no_recent_topics]]</strong>
</div>
<!-- ENDIF !topics.length --> <!-- ENDIF !topics.length -->
<a href="{config.relative_path}/recent"> <a href="{config.relative_path}/recent">

@ -5,7 +5,7 @@
<div class="well well-lg"> <div class="well well-lg">
<div class="alert alert-danger" id="register-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->> <div class="alert alert-danger" id="register-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->>
<button type="button" class="close" data-dismiss="alert">&times;</button> <button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[error:registration-error]]</strong> [[error:registration-error]]
<p>{error}</p> <p>{error}</p>
</div> </div>
<form class="form-horizontal" role="form" action="{config.relative_path}/register" method="post"> <form class="form-horizontal" role="form" action="{config.relative_path}/register" method="post">

@ -8,11 +8,11 @@
<div class="well"> <div class="well">
<div class="alert alert-success hidden" id="success"> <div class="alert alert-success hidden" id="success">
<button type="button" class="close" data-dismiss="alert">&times;</button> <button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[reset_password:password_reset_sent]]</strong> [[reset_password:password_reset_sent]]
</div> </div>
<div class="alert alert-danger hidden" id="error"> <div class="alert alert-danger hidden" id="error">
<button type="button" class="close" data-dismiss="alert">&times;</button> <button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[reset_password:invalid_email]]</strong> [[reset_password:invalid_email]]
</div> </div>
<form onsubmit="return false;"> <form onsubmit="return false;">
<input type="text" class="form-control input-block input-lg" placeholder="[[reset_password:enter_email_address]]" id="email" /> <input type="text" class="form-control input-block input-lg" placeholder="[[reset_password:enter_email_address]]" id="email" />

@ -2,9 +2,7 @@
<!-- IMPORT partials/breadcrumbs.tpl --> <!-- IMPORT partials/breadcrumbs.tpl -->
<!-- IF !topics.length --> <!-- IF !topics.length -->
<div class="alert alert-warning"> <div class="alert alert-warning">[[tags:no_tag_topics]]</div>
<strong>[[tags:no_tag_topics]]</strong>
</div>
<!-- ENDIF !topics.length --> <!-- ENDIF !topics.length -->
<div class="category"> <div class="category">

@ -2,9 +2,7 @@
<!-- IMPORT partials/breadcrumbs.tpl --> <!-- IMPORT partials/breadcrumbs.tpl -->
<!-- IF !tags.length --> <!-- IF !tags.length -->
<div class="alert alert-warning"> <div class="alert alert-warning">[[tags:no_tags]]</div>
<strong>[[tags:no_tags]]</strong>
</div>
<!-- ENDIF !tags.length --> <!-- ENDIF !tags.length -->
<input class="form-control" type="text" id="tag-search" placeholder="[[global:search]]"/> <input class="form-control" type="text" id="tag-search" placeholder="[[global:search]]"/>

@ -48,9 +48,7 @@
<hr /> <hr />
<div class="category"> <div class="category">
<div id="category-no-topics" class="alert alert-warning <!-- IF topics.length -->hidden<!-- ENDIF topics.length -->"> <div id="category-no-topics" class="alert alert-warning <!-- IF topics.length -->hidden<!-- ENDIF topics.length -->">[[unread:no_unread_topics]]</div>
<strong>[[unread:no_unread_topics]]</strong>
</div>
<a href="{config.relative_path}/unread"> <a href="{config.relative_path}/unread">
<div class="alert alert-warning hide" id="new-topics-alert"></div> <div class="alert alert-warning hide" id="new-topics-alert"></div>

Loading…
Cancel
Save