Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
persona-non-google
Commits
29f82680
Commit
29f82680
authored
Oct 14, 2021
by
nono
💻
Browse files
Ajout de tout les fichiers de base
parent
895c1026
Changes
227
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
29f82680
# persona-non-google
# Persona ( édition agooglifié )
Persona is the new default theme for NodeBB as of v0.7.1
Thème NodeBB basé sur Personna, dont les appels vers Google ont été supprimés.
## Addons
[
Recent Cards
](
https://github.com/psychobunny/nodebb-plugin-recent-cards
)
## Screenshots


Thème NodeBB basé sur Personna, dont les appels vers Google ont été supprimés.
\ No newline at end of file
less/account.less
0 → 100644
View file @
29f82680
.account {
.breadcrumb {
margin-bottom: 30px;
}
.edit-form {
max-width: 300px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
> .row {
max-width: @screen-lg-min;
margin-left: auto;
margin-right: auto;
.fullname {
text-align: center;
font-size: 20px;
color: @gray-light;
font-weight: 300;
margin-bottom: 24px;
}
}
.cover {
background-size: cover;
background-repeat: no-repeat;
height: 200px;
position: relative;
margin-bottom: 1em;
background-origin: content-box;
width: 100%;
top: 50px;
position: absolute;
left: auto;
right: 0px;
.avatar-wrapper {
position: absolute;
left: 50%;
margin-left: -64px;
top: 128px;
border: 4px solid white;
border-radius: 50%;
.fab.btn-morph {
top: 93px;
right: 4px;
position: absolute;
}
.status {
position: absolute;
font-size: 23px;
top: 17px;
right: -3px;
}
.chat, .follow {
position: absolute;
width: 30px;
height: 30px;
}
.chat {
left: -1px;
bottom: 1px;
}
.follow {
right: 1px;
bottom: 1px;
}
}
&:hover {
.controls {
.opacity(0.8);
}
}
.controls {
text-align: center;
height: 200px;
line-height: 200px;
.opacity(0);
.transition(opacity .15s linear);
cursor: pointer;
pointer-events: none;
> * {
pointer-events: all;
}
.fa {
color: white;
background-color: #333;
opacity: 1;
margin: 15px;
padding: 5px;
}
}
&.active {
&:hover {
cursor: move;
}
.controls {
> * {
display: none;
}
}
.save {
display: inline-block;
}
}
&.saving {
.save {
display: none;
}
.indicator {
display: inline-block;
}
}
.save, .indicator {
display: inline-block;
position: absolute;
top: 1em;
right: 2em;
opacity: 1;
background-color: @brand-primary;
color: @gray-lighter;
padding: 0.5em;
font-weight: bold;
&:hover {
cursor: pointer;
}
}
.save {
display: none;
}
.indicator {
display: none;
}
}
margin-top: 200px;
.container {
height: 200px;
position: relative;
pointer-events: none;
> * {
pointer-events: all;
}
}
@media (min-width: @screen-md-min) {
margin-top: 300px;
.cover, .container {
height: 300px;
.controls {
height: 300px;
line-height: 300px;
}
.avatar-wrapper {
top: 230px;
}
}
}
.profile {
margin-bottom: 40px;
.fullname {
margin-bottom: 12px;
font-size: 32px;
}
.username {
text-transform: uppercase;
text-align: center;
margin-top: 0px;
font-size: 15px;
}
.aboutme > p {
max-width: 75%;
margin-left: auto;
margin-right: auto;
color: @gray-light;
}
.profile-meta {
font-size: 10px;
text-transform: uppercase;
color: #777;
margin-top: 25px;
strong {
color: #333;
}
}
.account-stats {
text-align: center;
font-size: 35px;
line-height: 25px;
margin-top: 25px;
margin-bottom: -20px;
.stat {
display: inline-block;
min-width: 100px;
margin-bottom: 20px;
}
.stat-label {
font-size: 12px;
text-transform: uppercase;
color: @gray-light;
}
}
}
.show-success {
.form-control {
border-color: #5cb85c;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right .625rem;
-webkit-background-size: 1.25rem 1.25rem;
background-size: 1.25rem 1.25rem;
}
.form-feedback {
color: #5cb85c;
display: block;
margin-top: .25rem;
}
}
.show-danger {
.form-control {
border-color: #d9534f;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
padding-right: 2.25rem;
background-repeat: no-repeat;
background-position: center right .625rem;
-webkit-background-size: 1.25rem 1.25rem;
background-size: 1.25rem 1.25rem;
}
.form-feedback {
color: #d9534f;
display: block;
margin-top: .25rem;
}
}
[component="account/moderation-note/list"] .icon {
margin-right: 10px;
}
}
.btn-group.account-fab {
position: absolute;
right: 15px;
bottom: -26px;
.open #profile {
background-color: lighten(@brand-primary, 10%);
}
.fab {
color: white;
font-size: 20px;
}
}
@media (max-width: @screen-md-min) {
.account > .row {
overflow: hidden;
}
.profile {
margin-top: -25px;
}
}
//
.account-picture-block{
vertical-align:top;
margin-bottom:20px;
div {
margin-bottom: 10px;
}
.dropdown-toggle {
cursor: pointer;
}
}
.user-picture-label {
font-size:20px;
}
.account-username{
font-size:20px;
font-weight:bold;
}
.picture-switcher {
img, .user-icon {
.user-icon-style(46px, 2.4rem, 50%);
}
@media (max-width: @screen-sm) {
img, .user-icon {
display: none;
}
}
h4 {
line-height: 46px;
margin: 0;
}
.modal-body .btn {
padding: 10px 5px;
font-size: 13px;
}
}
.page-user-info {
.recent-flags {
padding-left: 0;
li {
list-style-type: none;
}
.title {
font-weight: bold;
}
.timestamp {
font-size: 1.25rem;
font-style: italic;
color: @gray-light;
}
}
.ban-history {
padding-left: 0;
li {
list-style-type: none;
border-bottom: 1px solid @gray-lighter;
margin-bottom: 1rem;
}
.timestamp {
font-weight: bold;
}
.expiry {
font-size: 1.25rem;
font-style: italic;
color: @gray-light;
}
}
}
\ No newline at end of file
less/bootstrap-flipped.css
0 → 100644
View file @
29f82680
This diff is collapsed.
Click to expand it.
less/bootstrap/.csscomb.json
0 → 100644
View file @
29f82680
{
"always-semicolon"
:
true
,
"block-indent"
:
2
,
"colon-space"
:
true
,
"color-case"
:
"lower"
,
"color-shorthand"
:
true
,
"combinator-space"
:
true
,
"element-case"
:
"lower"
,
"eof-newline"
:
true
,
"leading-zero"
:
false
,
"remove-empty-rulesets"
:
true
,
"rule-indent"
:
2
,
"stick-brace"
:
true
,
"strip-spaces"
:
true
,
"unitless-zero"
:
true
,
"vendor-prefix-align"
:
true
,
"sort-order"
:
[
[
"position"
,
"top"
,
"right"
,
"bottom"
,
"left"
,
"z-index"
,
"display"
,
"float"
,
"width"
,
"min-width"
,
"max-width"
,
"height"
,
"min-height"
,
"max-height"
,
"-webkit-box-sizing"
,
"-moz-box-sizing"
,
"box-sizing"
,
"-webkit-appearance"
,
"padding"
,
"padding-top"
,
"padding-right"
,
"padding-bottom"
,
"padding-left"
,
"margin"
,
"margin-top"
,
"margin-right"
,
"margin-bottom"
,
"margin-left"
,
"overflow"
,
"overflow-x"
,
"overflow-y"
,
"-webkit-overflow-scrolling"
,
"-ms-overflow-x"
,
"-ms-overflow-y"
,
"-ms-overflow-style"
,
"clip"
,
"clear"
,
"font"
,
"font-family"
,
"font-size"
,
"font-style"
,
"font-weight"
,
"font-variant"
,
"font-size-adjust"
,
"font-stretch"
,
"font-effect"
,
"font-emphasize"
,
"font-emphasize-position"
,
"font-emphasize-style"
,
"font-smooth"
,
"-webkit-hyphens"
,
"-moz-hyphens"
,
"hyphens"
,
"line-height"
,
"color"
,
"text-align"
,
"-webkit-text-align-last"
,
"-moz-text-align-last"
,
"-ms-text-align-last"
,
"text-align-last"
,
"text-emphasis"
,
"text-emphasis-color"
,
"text-emphasis-style"
,
"text-emphasis-position"
,
"text-decoration"
,
"text-indent"
,
"text-justify"
,
"text-outline"
,
"-ms-text-overflow"
,
"text-overflow"
,
"text-overflow-ellipsis"
,
"text-overflow-mode"
,
"text-shadow"
,
"text-transform"
,
"text-wrap"
,
"-webkit-text-size-adjust"
,
"-ms-text-size-adjust"
,
"letter-spacing"
,
"-ms-word-break"
,
"word-break"
,
"word-spacing"
,
"-ms-word-wrap"
,
"word-wrap"
,
"-moz-tab-size"
,
"-o-tab-size"
,
"tab-size"
,
"white-space"
,
"vertical-align"
,
"list-style"
,
"list-style-position"
,
"list-style-type"
,
"list-style-image"
,
"pointer-events"
,
"cursor"
,
"visibility"
,
"zoom"
,
"flex-direction"
,
"flex-order"
,
"flex-pack"
,
"flex-align"
,
"table-layout"
,
"empty-cells"
,
"caption-side"
,
"border-spacing"
,
"border-collapse"
,
"content"
,
"quotes"
,
"counter-reset"
,
"counter-increment"
,
"resize"
,
"-webkit-user-select"
,
"-moz-user-select"
,
"-ms-user-select"
,
"-o-user-select"
,
"user-select"
,
"nav-index"
,
"nav-up"
,
"nav-right"
,
"nav-down"
,
"nav-left"
,
"background"
,
"background-color"
,
"background-image"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.gradient"
,
"filter:progid:DXImageTransform.Microsoft.gradient"
,
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
,
"filter"
,
"background-repeat"
,
"background-attachment"
,
"background-position"
,
"background-position-x"
,
"background-position-y"
,
"-webkit-background-clip"
,
"-moz-background-clip"
,
"background-clip"
,
"background-origin"
,
"-webkit-background-size"
,
"-moz-background-size"
,
"-o-background-size"
,
"background-size"
,
"border"
,
"border-color"
,
"border-style"
,
"border-width"
,
"border-top"
,
"border-top-color"
,
"border-top-style"
,
"border-top-width"
,
"border-right"
,
"border-right-color"
,
"border-right-style"
,
"border-right-width"
,
"border-bottom"
,
"border-bottom-color"
,
"border-bottom-style"
,
"border-bottom-width"
,
"border-left"
,
"border-left-color"
,
"border-left-style"
,
"border-left-width"
,
"border-radius"
,
"border-top-left-radius"
,
"border-top-right-radius"
,
"border-bottom-right-radius"
,
"border-bottom-left-radius"
,
"-webkit-border-image"
,
"-moz-border-image"
,
"-o-border-image"
,
"border-image"
,
"-webkit-border-image-source"
,
"-moz-border-image-source"
,
"-o-border-image-source"
,
"border-image-source"
,
"-webkit-border-image-slice"
,
"-moz-border-image-slice"
,
"-o-border-image-slice"
,
"border-image-slice"
,
"-webkit-border-image-width"
,
"-moz-border-image-width"
,
"-o-border-image-width"
,
"border-image-width"
,
"-webkit-border-image-outset"
,
"-moz-border-image-outset"
,
"-o-border-image-outset"
,
"border-image-outset"
,
"-webkit-border-image-repeat"
,
"-moz-border-image-repeat"
,
"-o-border-image-repeat"
,
"border-image-repeat"
,
"outline"
,
"outline-width"
,
"outline-style"
,
"outline-color"
,
"outline-offset"
,
"-webkit-box-shadow"
,
"-moz-box-shadow"
,
"box-shadow"
,
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity"
,
"-ms-filter:
\\
'progid:DXImageTransform.Microsoft.Alpha"
,
"opacity"
,
"-ms-interpolation-mode"
,
"-webkit-transition"
,
"-moz-transition"
,
"-ms-transition"
,
"-o-transition"
,
"transition"
,
"-webkit-transition-delay"
,
"-moz-transition-delay"
,
"-ms-transition-delay"
,
"-o-transition-delay"
,
"transition-delay"
,
"-webkit-transition-timing-function"
,