Notices by DCent (dcent@gnusocial.net), page 5
-
DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:59:56 JST DCent /* 5 of 6 */
#content #content_inner > .threaded-notices > .notice, #content #content_inner > .threaded-notices > .infscr-pages > .notice, #content #content_inner > .notices > .infscr-pages > .notice, #content #content_inner > .notices > .notice, #content #notices_primary > .threaded-notices > .notice, #content #notices_primary > .threaded-notices > .infscr-pages > .notice, #content #notices_primary > .notices > .infscr-pages > .notice, #content #notices_primary > .notices > .notice{
/* border-color: #e5e6e9 #dfe0e4 #d0d1d5; REMOVE THIS reduntant */
/* border-image: none; REMOVE THIS reduntant */
/* border-style: solid; REMOVE THIS it's invisible almost and just wastes the processor, ie. */ border-style: none;
}
#content .notice-source-activity div.entry-title, .notice-source-activity div.e-content {
margin-left: 45px; /* DCent says you will need to fix the DOM so the timestamp for subscribing to people is in a footer like the timpstamp for everything else.
}
.form_notice input.submit, .form_settings input.submit, .form_settings input.cancel, #form_invite input.submit, .entity_subscribe .dialogbox input.submit_dialogbox, .entity_tag .dialogbox input.submit_dialogbox, .form_repeat.dialogbox input.submit_dialogbox{
box-shadow: -8px 1px 1px rgba(0, 0, 0, .25); /* Shadow to match the above tag cloud. */
} -
DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:58:40 JST DCent /* 4 of 6 */
/* Remove '.entity_actions' from this long list...:
.entity_actions a:hover, .entity_actions p:hover, .entity_actions, .entity_subscribe input:hover, .entity_actions .entity_subscribe input:hover, .entity_actions .entity_block input:hover, .entity_actions .entity_moderation input:hover, .entity_actions .entity_role input:hover, .entity_actions .entity_nudge input:hover, .entity_actions .entity_delete input:hover, .entity_actions input.submit:hover
... so that */
.entity_actions {
background-color: transparent !important; /* this is needed so the buttons are on a clear background?? Not sure about other contexts, though. Why was it made important.*/
}
.form_group_join input.submit, .form_user_subscribe input.submit, .form_remote_authorize input.submit, .form_user_add_peopletag input.submit, .form_peopletag_subscribe input.submit, .entity_subscribe a {
background-position: 5px -1181px; /*properly center the Subscribe button icon */
}
.form_user_block input.submit, .form_user_unblock input.submit, .form_group_block input.submit, .form_group_unblock input.submit {
background-position: 5px -918px; /*properly center the Block button icon */
}
.entity_actions input {
padding: 4px 4px 2px 26px;
margin:2px auto;
} -
DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:52:43 JST DCent /* Okay I'll try to add to the repo myself but till I get a chance here is what I've done in case another person can do it */
/* 3 of 6 */
.tag-cloud li a{
color: #555; /*...and this... */
box-shadow: -8px 0 1px #0003; /* add these shadows to the tag cloud */
}
.tag-cloud {
/*overflow:hidden; REMOVE THIS or*/ overflow: visible;
margin: 0 -1em 0 1em;
}.tag-cloud li a::before {
background: #ccc;
/*box-shadow:inset -1px 0 rgba(0, 0, 0, 0.25) REMOVE or*/ box-shadow:none;
}
/* Also similarly...*/
body {
/* line-height: 1.6em REMOVE THIS. It's barely used anyway, and where it does manifest it looks ugly, or */ line-height: normal;
}#aside_primary .section .entity_actions > p{
top: -7px; /* ...and just fix this */
}
.entity_actions input{
margin: 2px auto;
}
.form_group_join input.submit, .form_user_subscribe input.submit, .form_remote_authorize input.submit, .form_user_add_peopletag input.submit, .form_peopletag_subscribe input.submit, .entity_subscribe a{
background-position: 4px -1182px; /* Subscribe button center;*/
} -
DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:45:43 JST DCent /* 2 of 6 */
.profile_block.account_profile_block.section{
line-height: 1.2em; /* If we add this higher up in the DOM... */
}.profile_block_name{
line-height: 1.6em; /* ...then we only need to adjust this seperately... */
}.profile_block_location {
/* line-height: 1.2em; ...and can REMOVE THIS ie */ line-height: inherit;
}.profile_block_description {
/* line-height: 1.2em; ...and can REMOVE THIS ie */ line-height: inherit;
}
/* Similarly... */
#aside_primary a {
/* color: rgba(0,0,0,0.8); REMOVE THIS because it doesn;t do anything good... ie. below is for testing purposes ONLY... */
} #aside_primary a.profile_block_homepage{
color:#282; /*...BUT DO NOT DO THIS IN CSS, it will happen by default when you remove above... */
}
.profile_block_name a{
color:#222; /* ...but you will need to do this... */
} -
DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:43:30 JST DCent #site_nav_local_views {
background-image: linear-gradient(-90deg,#fff 10px,#fff0 10px); /* a white edge on the left nav */
}
#site_nav_local_views a, #site_nav_object a{
color: #555; /* avoid using semi transparent text. There is a slight rendering lag on the page and I'm trying to make it snappier */
}
#content #content_inner > .threaded-notices > .notice, #content #content_inner > .threaded-notices > .infscr-pages > .notice, #content #content_inner > .notices > .infscr-pages > .notice, #content #content_inner > .notices > .notice, #content #notices_primary > .threaded-notices > .notice, #content #notices_primary > .threaded-notices > .infscr-pages > .notice, #content #notices_primary > .notices > .infscr-pages > .notice, #content #notices_primary > .notices > .notice {
background-image: linear-gradient(90deg,#fff 40px,#fff0 40px); /* slight adjust so white is not too far to the right */
}
#aside_primary {
background-image: radial-gradient(circle at 50% -170px,#fff 270px,#fff0 0px); /* brought the white part down slightly so it still looks good on profiles that you are not yet subscribed to. */
}
/*1 of 6 */ -
DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:34:50 JST DCent Hi folks,
I spent some time producing some more CSS improvements for GNUSocial.
I noticed that my CSS from last time is plonked at the end of the existing CSS. That's cool for testing in a limited sense, but in one case, it's needed that the CSS is worked into the legacy CSS. If you need me to edit the original CSS file in the repo, I'll make a proper patch.
If you wish to patch yourself, its all commented so it should be fairly easy. If not I'll make a patch.
The new CSS will be forthcoming. @spookie @administrator @puppetmaster @senooken -
DCent (dcent@gnusocial.net)'s status on Saturday, 10-Sep-2022 12:22:03 JST DCent ☝ The reason I'm struggling to say anything about events in the UK is precisely this. ☝
It's really difficult to move past that the UK are holding our investigative journalist, Julian Assange, in arbitrary detention amounting to torture. He is being persecuted for revealing #truths about power around the world, not only in the west but in places like Russia and China.
It really is obvious... when they knew the rape charges weren't going to serve the function they swiftly filed the espionage charges. This arbitrary detention NEEDS TO STOP!
Free Assange NOW!
(Message authorised by D.Cent') #freeAssangeNow #uk #charlesiii #arbitraryDetention -
DCent (dcent@gnusocial.net)'s status on Saturday, 10-Sep-2022 11:44:16 JST DCent It is everyone's duty to preserve our tree canopy cover. I like that council have worked on ways to encourage tree cover and prioritize plantings and I'll be continuing that while also seeking better protections for trees via the Local Government Association (LGA), including notifying a minimum number of nearby households of any regulated tree removal applications.
'This is not a drill.'
(Message authorised by D.Cent')
#lga #thisIsNotADrill #climateEmergency -
DCent (dcent@gnusocial.net)'s status on Saturday, 10-Sep-2022 11:39:14 JST DCent We all have a duty to 'speak for the trees'. They really cannot speak for themselves.
If that makes me The Lorax, so be it.
If you are made aware of a large tree in your area being slated for slaughter I encourage you to explore all options in a bid to save it, particularly if the tree looks to you to be in good health, or is known to be home for local birds and other fauna.
Oftentimes one problematic branch need be removed. That is /not/ a reason to remove an entire tree!
(Message authorised by D.Cent')
#trees #ecology #climate -
DCent (dcent@gnusocial.net)'s status on Saturday, 10-Sep-2022 03:15:15 JST DCent Thankyou so much! :D -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 16:35:23 JST DCent I also realise that Fullarton and Cross are both arterial roads not governed by council but by the State Government.
Needless to say, whether its in Unley or not and whether State or Local Government, a loss is a loss. Great architecture and our heritage that was always meant to be seen, should continue to be seen. The State Government have something to answer for here and I will ensure that council hold them to account for what it did at that location.
Hundreds rallied against it and yet State Government continued regardless.
(Message authorised by D.Cent') -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 15:13:45 JST DCent On a scale of 1-10, how disappointed are you with the removal of the State Heritage gatehouse from the corner of Fullarton and Cross?
I realise that strictly speaking it's was not in Unley, but I think it was a terrible mistake. A delightful piece of our heritage has been literally choofed-off into the wilderness. It makes little difference now what happens to it, because few will ever see it now. Its compromised...
And all for more road. I'm at 10, extremely disappointed. Oh and 'choofed' is indeed a word; "choofed (adj.) exhausted as a result of excessive activity."
(Message authorised by D.Cent')
#choofed #gatehouse #heritage #architecture -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 14:56:50 JST DCent Further to that most actual games I play with other people, operate on the presumption that the opponent is not only human, but also not cheating. Online gaming cannot guarantee that and so, again, its not real gaming.
I believe if we operate on those assumptions then "online simulating" would be consumed quite differently. -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 14:47:55 JST DCent I wish more people had a clearer distinction of what they considered "gaming". Just because it involves a "controller" or has elements that look like a game, doesn't necessarily make it a "game".
- Gambling is not a game if it involves real currency... its just gambling.
- Trading, same.
Online gaming is fraught with hacks, too. Also a game needs defined rules, so the mere act of it being online means the rules may change in an instant and possibly without a player even knowing. Therefore:
- A lot of online gaming is not a game, but a simulation.
#gaming #videogames #onlineGaming #gambling #trading #simulation -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 13:19:37 JST DCent The term "woke" has been co-opted by corporates into signalling virtue, in the same way that corporates gas-lit people into thinking Occupy had no real purpose. What I have found is that most grassroots movements get co-opted or twisted by corporate forces.
Almost never today do corporates just yield to public pressure. I think the inflation today reflects this. Inflating the money supply has typically been seen as a 'last resort' because it is an form of taxation-by-stealth that if not delivered equitably distorts the economy, or worse, prevents corrections in the economy. It's simply a dangerous thing to do, yet it serves corporates and those close to the money, who are able to remain artificially relevant and powerful.
I'm not going to say this inflation is solely a reflection of public pressure, it's a combination of supply chain issues, and a reflection of some currencies having less, er... currency.
As a people, I think we should address those collectively, but it becomes difficult when the tools we have, including many technologies we employ, have fundamental flaws. That includes the media, that has refined distraction and irrational fear.
Its why I think that without genuine vision or purpose, I see things getting worse before they get better.
#woke #occupy #corporatism #inflation #taxation #technology -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 04:02:52 JST DCent Odd. I tried it again and it's still not disabling here. Not a huge issue for me, really though. -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 03:52:17 JST DCent Oh no! I made a big mistake. I accidentally printed flyers for my election with gnusocial.net/@dcent but I only just realised that there is no '@' symbol in gnusocial addresses. Arrghh! This is a crisis. How difficult would it be to redirect "/@dcent" to just "/dcent"?
So sorry to ask this favour. Any 'URL rewrite' only needs to be in place for a couple months until the elections are over in November.
If its too much trouble I understand, but if you can do something I will be so grateful. I started delivering flyers already and folks will get them soon. Totally embarrassing if they see a broken link.
I cannot believe that I was one of those people who sent a bad link. :'( -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 03:29:52 JST DCent Is it just me, or do council elections always seem to commence with a ritualistic chatter of amalgamations?
It should go without saying that Unley's Plains and Precincts span a huge region. I see no reason to expand unless we were to somehow gain adjacent or nearby land for co-op, urban, organic farming.
(Message authorised by D.Cent') -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 02:58:35 JST DCent No problem. It was truly my pleasure to help out. Expect more tweaks soon. -
DCent (dcent@gnusocial.net)'s status on Friday, 09-Sep-2022 02:50:33 JST DCent I may have found a bug. I tried to switch off all the email notifications in Settings that you mentioned, but the last one, namely "Send me email when someone adds my notice as a favorite." seems impossible to switch off.