senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Timeline for gnusocial list by senooken, page 123

せのお (妹尾 賢) senooken gnusocial Friday, 30-Nov-0001 09:18:59 LMT
  • Subscribe
Listed 25 Subscribers 0
  1. DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:52:43 JST DCent DCent
    • admin de gnusocial.net
    /* 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;*/
    }
    In conversation Monday, 12-Sep-2022 05:52:43 JST from gnusocial.net permalink
  2. admin de gnusocial.net (administrator@gnusocial.net)'s status on Monday, 12-Sep-2022 05:49:03 JST admin de gnusocial.net admin de gnusocial.net
    • Panko
    @panko He corregido un error que impedía que tus mensajes llegasen a otros servidores. Cuando puedas, publica algo, aunque sea una respuesta a este mensaje, para ver si ya está resuelto el tema.
    In conversation Monday, 12-Sep-2022 05:49:03 JST from gnusocial.net permalink
  3. admin de gnusocial.net (administrator@gnusocial.net)'s status on Monday, 12-Sep-2022 05:47:02 JST admin de gnusocial.net admin de gnusocial.net
    • DCent
    @dcent The changes are applied to "elbinario" theme, which is not part of the official GNUSocial release.
    If you can do it, I'd be grateful, as I'm not really good at it 😅
    The repo is at https://git.elbinario.net:8000/gnusocial/elbinario
    Thanks!
    In conversation Monday, 12-Sep-2022 05:47:02 JST from gnusocial.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: git.elbinario.net
      gnusocial / elbinario
      GNU-Social theme
  4. DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:45:43 JST DCent DCent
    • 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... */
    }
    In conversation Monday, 12-Sep-2022 05:45:43 JST from gnusocial.net permalink
  5. DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:43:30 JST DCent DCent
    • admin de gnusocial.net
    • 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 */
    In conversation Monday, 12-Sep-2022 05:43:30 JST from gnusocial.net permalink
  6. DCent (dcent@gnusocial.net)'s status on Monday, 12-Sep-2022 05:34:50 JST DCent DCent
    • せのお (妹尾 賢)
    • admin de gnusocial.net
    • puppetmaster
    • Twin Snake's Lead Animator
    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
    In conversation Monday, 12-Sep-2022 05:34:50 JST from gnusocial.net permalink
  7. simsa04 (simsa04@gnusocial.net)'s status on Monday, 12-Sep-2022 05:16:39 JST simsa04 simsa04
    in reply to
    • Alex@rtnVFRmedia Suffolk UK
    Well, you might have had the similar results plus a violent dissolution of the Soviet Union with major warfare, internal deplacements, spread of nuclear weapons, warfare between autonomous republics and suppressed minority populations. In that sense all have been very lucky. That the disintegration of the Russian Federation under Yeltsin had its own violent dynamics which in part explains the rise of Putin's mafia state (not an "authoritarian state" but a mafia organisation with the rights, tools and means of a sovereign nation at hands), is a different matter.
    In conversation Monday, 12-Sep-2022 05:16:39 JST from gnusocial.net permalink
  8. simsa04 (simsa04@gnusocial.net)'s status on Monday, 12-Sep-2022 04:15:48 JST simsa04 simsa04
    Putin's opening of the "Moscow Sun" ferris wheel yesterday reminds me of the last days of Erich Honecker, Nicolae Ceaușescu, Saddam Hussein... in power. Acting as if everything is normal while all around them things fell apart. Putin's end may come quicker than we all imagine. And that may trigger a dangerous disintegration of the Russian Federation, with independence efforts of many republics and minorities. We may have less luck this time than 30 years ago.
    In conversation Monday, 12-Sep-2022 04:15:48 JST from gnusocial.net permalink
  9. せのお (妹尾 賢) (senooken@social.senooken.jp)'s status on Sunday, 11-Sep-2022 20:22:04 JST せのお (妹尾 賢) せのお (妹尾 賢)
    今日は対して作業してないほうだと思っていたのだけど、肩が凝っている。これ以上何かやると、明日以降の業務に影響出そう…
    明日公開分の投稿だけなんとか用意したいところなんだけど…
    In conversation Sunday, 11-Sep-2022 20:22:04 JST from web permalink
  10. せのお (妹尾 賢) (senooken@social.senooken.jp)'s status on Sunday, 11-Sep-2022 10:54:19 JST せのお (妹尾 賢) せのお (妹尾 賢)
    書評☆5: 訴状・答弁書・準備書面作成の基礎と実践 | 法的効力を構成する要件事実を多数の事例で網羅 https://book.senooken.jp/post/2022/09/03/
    In conversation Sunday, 11-Sep-2022 10:54:19 JST from web permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: book.senooken.jp
      書評☆5: 訴状・答弁書・準備書面作成の基礎と実践 | 法的効力を構成する要件事実を多数の事例で網羅
      概要書名: 訴状・答弁書・準備書面作成の基礎と実践副題: 規範的要件の主張の要領著者: 植草, 宏一 and 大坪, 和敏 and 松嶋, 隆弘ISBN: 9784417016601出版: 2015-08-14読了: 2022-09-03評
  11. simsa04 (simsa04@gnusocial.net)'s status on Sunday, 11-Sep-2022 08:08:37 JST simsa04 simsa04
    Mitchell Boatman, "In surprise move, Whitmer announces plan to reopen shuttered Palisades nuclear plant" https://eu.hollandsentinel.com/story/business/energy-resource/2022/09/09/plan-to-reopen-palisades-plant-announced-just-months-after-closure/68188201007/

    First Diablo Canyon (Ca), now Palisades (Mi), at least the US-American seem smart enough to keep or reopen their #nuclear power plants. Notwithstanding the nonsense that is happening in Germany, most regions in the world (Europe, Asia, the Americas) seem to accept and push for a nuclear renaissance.
    In conversation Sunday, 11-Sep-2022 08:08:37 JST from gnusocial.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.gannett-cdn.com
      In surprise move, Whitmer announces plan to reopen shuttered Palisades nuclear plant
      from @hollandsentinel
      Gov. Whitmer sent a letter to the U.S. Department of Energy Friday supporting Holtec International’s application for a grant to reopen Palisades.
  12. admin de gnusocial.net (administrator@gnusocial.net)'s status on Sunday, 11-Sep-2022 06:28:56 JST admin de gnusocial.net admin de gnusocial.net
    • Casey Marshall
    @cmars [ESP] Te damos la bienvenida a gnusocial.net. Varias cosas:

    - Es NECESARIO responder a este mensaje para levantar el aislamiento inicial de tu cuenta.
    - Las cuentas que continúen aisladas al cabo de un mes serán borradas.
    - Las cuentas antiguas sin actividad serán borradas al cabo de un año.
    - Documentación: https://gnusocial.net/url/7821081

    [ENG] Welcome to gnusocial.net. Several things:

    - You MUST answer to this notice in order to get your account initial sandboxing uplifted.
    - Sandboxed accounts will be deleted after one month.
    - Old accounts without activity will be deleted after a year.
    - Docs: https://gnusocial.net/url/7821081
    In conversation Sunday, 11-Sep-2022 06:28:56 JST from gnusocial.net permalink

    Attachments



  13. admin de gnusocial.net (administrator@gnusocial.net)'s status on Saturday, 10-Sep-2022 21:16:18 JST admin de gnusocial.net admin de gnusocial.net
    La Documentación No Oficial de GNU Social! — documentación de The Unofficial GNU Social Manuals - 0.1.2
    In conversation Saturday, 10-Sep-2022 21:16:18 JST from gnusocial.net permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      La Documentación No Oficial de GNU Social! — documentación de The Unofficial GNU Social Manuals - 0.1.2
  14. せのお (妹尾 賢) (senooken@social.senooken.jp)'s status on Saturday, 10-Sep-2022 13:06:43 JST せのお (妹尾 賢) せのお (妹尾 賢)
    国葬なんて数十年に1回あるかどうかなんだから、勉強のためにいけば良いと思う。
    【速報】岸田総理が英女王国葬参列を検討 天皇陛下も調整
    https://news.yahoo.co.jp/articles/11c9da534d2b6b385bafb15225a2d6a4bc65f48d
    In conversation Saturday, 10-Sep-2022 13:06:43 JST permalink

    Attachments


  15. DCent (dcent@gnusocial.net)'s status on Saturday, 10-Sep-2022 12:22:03 JST DCent DCent
    • Dick Smiths Fair Go Supporters
    ☝ 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
    In conversation Saturday, 10-Sep-2022 12:22:03 JST from gnusocial.net permalink
  • After
  • Before

User actions

  • Subscribe
  • List
せのお (妹尾 賢)

せのお (妹尾 賢)

Tokyo-to

https://senooken.jp

『「覚悟」とは暗闇の荒野に進むべき道を切り開くことだッ!』 『いきつづけたいという いし… うんめいを かえたいという つよいきもち。わたしは この ちからを… 「ケツイ」と よぶことにした。』 『不運、不幸、不ヅキ、運命、境遇、障害、不平、不正。すべてをねじ伏せオレは勝つ……!』 投資: @senooken_money 実験的にGoogle Adsense広告を設置中。

Tags
  • #asd
  • #gnusocial
  • #ingress
  • #mtgjp
More details...

    Listed

    • simsa04
    • DCent
    • らあめん
    • Internal Server Error - senooken JP Social
      senooken JP Social
      • FAQ
      • Login

      Internal Server Error

      No candidate paths for action "taggedprofiles"
      • Help
      • About
      • FAQ
      • TOS
      • Privacy
      • Source
      • Version
      • Contact

      senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

      Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.

      ="24" height="24" class="avatar u-photo" alt="admin de gnusocial.net"/>
    • せのお (金融)
    • SENOO, Ken
    • aab
    • admin