Viewing last 25 versions of post by Luna in topic Welcome to Furbooru (Beta)! Information about the site as a work-in-progress

Luna
Even Worse Kobold -
Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.
Derpy Fur - Prevented Furbooru's terrible fate in April of 2021.
Astra - Helped choose the name for our mascot - Astra.
Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.
Platinum Piece - Platinum Supporter on Patreon
Since the Beginning - Registered before the site was public
Always Codes Drunk - Apparently cats have non-existent alcohol tolerance
Artist -

Administrator
Devops
"[@LightningBolt":](/forums/meta/topics/welcome-to-furbooru-beta-information-about-the-site-as-a-work-in-progress?post_id=151#post_151
)  
Centered layout is the default from now on, left-side layout is deprecated forever.
 
Rating tags were changed based on our experience with the furry fandom in general.
 
Thanks, I like purple too, it's my fave color :3



 
 
If you want left-side layout back, use a userscript:
[bq]
 

>
// ==UserScript==
// @name Not center
// @version 0.1
// @author stsyn
// @include /http\[s\]:\\/\\/furbooru\\.\[org\|net\|com\]/
// ==/UserScript==

\(function\(\) {
'use strict';
document.getElementById\('container'\).classList.remove\('layout--center-aligned'\);
}\)\(\);[/bq]
No reason given
Edited by Luna
Luna
Even Worse Kobold -
Birthday Fur - Joined within the first year of the site operation and has had significant amount of activity as of June 1, 2021.
Derpy Fur - Prevented Furbooru's terrible fate in April of 2021.
Astra - Helped choose the name for our mascot - Astra.
Passing of the Eclipse - Joined within the first month of public opening and has had at least some activity as of August 3, 2020.
Platinum Piece - Platinum Supporter on Patreon
Since the Beginning - Registered before the site was public
Always Codes Drunk - Apparently cats have non-existent alcohol tolerance
Artist -

Administrator
Devops
"@LightningBolt":/forums/meta/topics/welcome-to-furbooru-beta-information-about-the-site-as-a-work-in-progress?post_id=151#post_151
Centered layout is the default from now on, left-side layout is deprecated forever.
Rating tags were changed based on our experience with the furry fandom in general.
Thanks, I like purple too, it's my fave color :3


If you want left-side layout back, use a userscript:
@[bq]// ==UserScript==
// @name Not center
// @version 0.1
// @author stsyn
// @include /http[s]:\/\/furbooru\.[org|net|com]/
// ==/UserScript==

(function() {
'use strict';
document.getElementById('container').classList.remove('layout--center-aligned');
})();@[/bq]
No reason given
Edited by Luna