• In new Android 15:

    Android navigation bar color its same.

    Previous Android adapted color to backgroud color.

    Hope they will add posibility to define color of android navigator bar at manifest.json for PWA apps soon.

    Over there its possible to define color of address bar and background of PWA when loading so far.

    #PWA #Google
    In new Android 15: Android navigation bar color its same. Previous Android adapted color to backgroud color. Hope they will add posibility to define color of android navigator bar at manifest.json for PWA apps soon. Over there its possible to define color of address bar and background of PWA when loading so far. #PWA #Google
    0 Comments 0 Shares 5K Views 0 Reviews
  • New view. Flush your browser DATA if it's not like this.

    #Left #menu #UPDATE
    New view. Flush your browser DATA if it's not like this. #Left #menu #UPDATE
    Yay
    1
    0 Comments 0 Shares 6K Views 0 Reviews
  • www.Doremifasollasido.com
    www.Doremifasollasido.com
    0 Comments 0 Shares 7K Views 0 Reviews
  • LIFE
    LIFE
    Haha
    1
    0 Comments 0 Shares 2K Views 0 Reviews
  • There is NEW theme. Now you can choose from JOIN menu.

    Remember to flush your DATA from browser often if something is not right over there.

    CSS has like this that browser it's keeping the CSS.
    There is NEW theme. Now you can choose from JOIN menu. Remember to flush your DATA from browser often if something is not right over there. CSS has like this that browser it's keeping the CSS.
    Yay
    1
    0 Comments 0 Shares 4K Views 0 Reviews
  • Otis Stacks (ft. Gift Of Gab) - Fashion Drunk [Official Video]

    #DJFOX

    https://www.youtube.com/watch?v=VjAKeduaURc
    Otis Stacks (ft. Gift Of Gab) - Fashion Drunk [Official Video] #DJFOX https://www.youtube.com/watch?v=VjAKeduaURc
    Haha
    4
    0 Comments 0 Shares 4K Views 0 Reviews
  • If you already have an account just write to me to get 1 year free entrance.
    If you already have an account just write to me to get 1 year free entrance.
    Haha
    1
    0 Comments 0 Shares 806 Views 0 Reviews
  • Example style for button:

    <style>
    .checkbox-wrapper-8 .tgl {
    display: none;
    }
    .checkbox-wrapper-8 .tgl,
    .checkbox-wrapper-8 .tgl:after,
    .checkbox-wrapper-8 .tgl:before,
    .checkbox-wrapper-8 .tgl *,
    .checkbox-wrapper-8 .tgl *:after,
    .checkbox-wrapper-8 .tgl *:before,
    .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
    }
    .checkbox-wrapper-8 .tgl::-moz-selection,
    .checkbox-wrapper-8 .tgl:after::-moz-selection,
    .checkbox-wrapper-8 .tgl:before::-moz-selection,
    .checkbox-wrapper-8 .tgl *::-moz-selection,
    .checkbox-wrapper-8 .tgl *:after::-moz-selection,
    .checkbox-wrapper-8 .tgl *:before::-moz-selection,
    .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
    .checkbox-wrapper-8 .tgl::selection,
    .checkbox-wrapper-8 .tgl:after::selection,
    .checkbox-wrapper-8 .tgl:before::selection,
    .checkbox-wrapper-8 .tgl *::selection,
    .checkbox-wrapper-8 .tgl *:after::selection,
    .checkbox-wrapper-8 .tgl *:before::selection,
    .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn:after,
    .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
    }
    .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
    }
    .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
    }

    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
    background: #888;
    }
    .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
    }
    .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
    }
    </style>
    Example style for button: <style> .checkbox-wrapper-8 .tgl { display: none; } .checkbox-wrapper-8 .tgl, .checkbox-wrapper-8 .tgl:after, .checkbox-wrapper-8 .tgl:before, .checkbox-wrapper-8 .tgl *, .checkbox-wrapper-8 .tgl *:after, .checkbox-wrapper-8 .tgl *:before, .checkbox-wrapper-8 .tgl + .tgl-btn { box-sizing: border-box; } .checkbox-wrapper-8 .tgl::-moz-selection, .checkbox-wrapper-8 .tgl:after::-moz-selection, .checkbox-wrapper-8 .tgl:before::-moz-selection, .checkbox-wrapper-8 .tgl *::-moz-selection, .checkbox-wrapper-8 .tgl *:after::-moz-selection, .checkbox-wrapper-8 .tgl *:before::-moz-selection, .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection, .checkbox-wrapper-8 .tgl::selection, .checkbox-wrapper-8 .tgl:after::selection, .checkbox-wrapper-8 .tgl:before::selection, .checkbox-wrapper-8 .tgl *::selection, .checkbox-wrapper-8 .tgl *:after::selection, .checkbox-wrapper-8 .tgl *:before::selection, .checkbox-wrapper-8 .tgl + .tgl-btn::selection { background: none; } .checkbox-wrapper-8 .tgl + .tgl-btn { outline: 0; display: block; width: 4em; height: 2em; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .checkbox-wrapper-8 .tgl + .tgl-btn:after, .checkbox-wrapper-8 .tgl + .tgl-btn:before { position: relative; display: block; content: ""; width: 50%; height: 100%; } .checkbox-wrapper-8 .tgl + .tgl-btn:after { left: 0; } .checkbox-wrapper-8 .tgl + .tgl-btn:before { display: none; } .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after { left: 50%; } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn { overflow: hidden; transform: skew(-10deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: all 0.2s ease; font-family: sans-serif; background: #888; } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after, .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before { transform: skew(10deg); display: inline-block; transition: all 0.2s ease; width: 100%; text-align: center; position: absolute; line-height: 2em; font-weight: bold; color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after { left: 100%; content: attr(data-tg-on); } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before { left: 0; content: attr(data-tg-off); } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active { background: #888; } .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before { left: -10%; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn { background: #86d993; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before { left: -100%; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after { left: 0; } .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after { left: 10%; } </style>
    0 Comments 0 Shares 4K Views 0 Reviews
  • To archive not logged in with SMARTY you need to put {else} to logged_in if.
    To archive not logged in with SMARTY you need to put {else} to logged_in if.
    0 Comments 0 Shares 2K Views 0 Reviews
  • Smarty {if} constructions, looks more complicated.

    It's about construction with {else}

    When the obvious parameter means oposite.



    {if !$user->_logged_in} (example funcion with with no else might be just for logged in)
    {include file='example1.tpl'} (not logged in)



    {else}

    {include file='example2.tpl'} (logged in)


    {/if}


    Smarty {if} constructions, looks more complicated. It's about construction with {else} When the obvious parameter means oposite. {if !$user->_logged_in} (example funcion with with no else might be just for logged in) {include file='example1.tpl'} (not logged in) {else} {include file='example2.tpl'} (logged in) {/if}
    Yay
    1
    0 Comments 0 Shares 3K Views 0 Reviews
  • I DO THIS ALL AT MOBILE IF WE TALK ABOUT phone.

    SMARTPHONE: MOTOROLA G54 POWER 5G.

    I RECCOMEND THIS ONE.

    #MOTOROLA #G54 #POWER #5G
    I DO THIS ALL AT MOBILE IF WE TALK ABOUT phone. SMARTPHONE: MOTOROLA G54 POWER 5G. I RECCOMEND THIS ONE. #MOTOROLA #G54 #POWER #5G
    Haha
    1
    0 Comments 0 Shares 2K Views 0 Reviews
  • IMHO desktop Chrome APP it's more quick then the browser.

    It's has less functions, less code.

    And it's bigger. Almost full screen with no address bar.

    This is big difference. Trust me.

    There is motion in your scroll and gives it's give the satisfaction.
    IMHO desktop Chrome APP it's more quick then the browser. It's has less functions, less code. And it's bigger. Almost full screen with no address bar. This is big difference. Trust me. There is motion in your scroll and gives it's give the satisfaction.
    0 Comments 0 Shares 3K Views 0 Reviews
  • If images sizes are not good you need to wait till I buy another computer with higher screen resolution.

    Peace!
    If images sizes are not good you need to wait till I buy another computer with higher screen resolution. Peace!
    Yay
    1
    0 Comments 0 Shares 4K Views 0 Reviews
  • Zen Habits wordpress theme Digital New
    €10
    In stock
    Cracov
    0 Reviews
    WordPress theme. Very minimalistics. Almost nothing.

    If you looking for almost empty WordPress theme. That's the one.
    WordPress theme. Very minimalistics. Almost nothing. If you looking for almost empty WordPress theme. That's the one.
    0 Comments 0 Shares 4K Views 0 Reviews
  • https://youtu.be/E3Yt_qLUGJY?si=HvhH1pOPK4vDWiFR

    L'ENTOURLOOP - Lobster Shwarama Ft. Troy Berkley & Khoe Wa (Official Video)

    #CDEFGAHC.COM #DJFOX
    https://youtu.be/E3Yt_qLUGJY?si=HvhH1pOPK4vDWiFR L'ENTOURLOOP - Lobster Shwarama Ft. Troy Berkley & Khoe Wa (Official Video) #CDEFGAHC.COM #DJFOX
    Like
    1
    0 Comments 0 Shares 5K Views 0 Reviews
  • The difficulty about CSS FIT TO SCREEN is that X in compere to Reddit is:

    X use background-image (url)

    When Reddit use just <a href=""><img>

    Can't do something about it from my CSS to fit the screen.
    The difficulty about CSS FIT TO SCREEN is that X in compere to Reddit is: X use background-image (url) When Reddit use just <a href=""><img> Can't do something about it from my CSS to fit the screen.
    Pride
    1
    0 Comments 0 Shares 2K Views 0 Reviews
  • https://www.youtube.com/watch?v=O3bHNlwmIKM

    Mattafix - Big City Life

    #CDEFGAHC.COM #DJT
    https://www.youtube.com/watch?v=O3bHNlwmIKM Mattafix - Big City Life #CDEFGAHC.COM #DJT
    Haha
    1
    0 Comments 0 Shares 5K Views 0 Reviews
  • - right aside in setting of profile/pages to be disabled
    - market page right aside
    - films pages right aside
    - add all countrys groups
    - pages/groups images
    - lunch LINKMUD for CDEFGAHC.COM
    - change shades for daymode
    - change daymod for logged in
    - modify jquery search json about number of search query
    - make clear available at search for newsfeed public
    - right aside in setting of profile/pages to be disabled - market page right aside - films pages right aside - add all countrys groups - pages/groups images - lunch LINKMUD for CDEFGAHC.COM - change shades for daymode - change daymod for logged in - modify jquery search json about number of search query - make clear available at search for newsfeed public
    0 Comments 0 Shares 6K Views 0 Reviews
  • https://cdefgahc.com/movie/5/The-life-of-Jesus
    https://cdefgahc.com/movie/5/The-life-of-Jesus
    CDEFGAHC.COM
    The life of Jesus
    'The Life of Jesus' is a story told by his closest friends. Adapted from the book of John in the Bible. Discover now how Jesus changed the course of history in this movie about his life! ​​Jesus Christ was born about 2,000 years ago. His life and death changed the world forever. He...
    0 Comments 0 Shares 2K Views 0 Reviews
  • Tik-toks won't show at private mode.

    You need to change settings for this if you want to see them at your browser.

    Click shield and this switcher for this.
    Tik-toks won't show at private mode. You need to change settings for this if you want to see them at your browser. Click shield and this switcher for this.
    0 Comments 0 Shares 3K Views 0 Reviews
  • This rain of colors gonna be for people with no account all the time.


    #rainbow

    PS when I code it fully #if
    This rain of colors gonna be for people with no account all the time. #rainbow PS when I code it fully #if
    Wave
    1
    0 Comments 0 Shares 8K Views 0 Reviews
  • If you intresed about having PAGE at CDEFGAHC.COM just msg me at chat here.

    Enquiry quotation.

    I will make one for you to buy and pass it to you.

    #CDEFGAHC.COM #enquiry #page #quotation
    If you intresed about having PAGE at CDEFGAHC.COM just msg me at chat here. Enquiry quotation. I will make one for you to buy and pass it to you. #CDEFGAHC.COM #enquiry #page #quotation
    Yay
    1
    0 Comments 0 Shares 5K Views 0 Reviews
  • https://www.youtube.com/watch?v=xYXDQAx5Urc

    3ODA KRU [GrubSon, Metrowy, Jot, Bu] Prezentuje "Spontan4Life" VOL.1

    #3oda #KRU
    https://www.youtube.com/watch?v=xYXDQAx5Urc 3ODA KRU [GrubSon, Metrowy, Jot, Bu] Prezentuje "Spontan4Life" VOL.1 #3oda #KRU
    Here
    1
    0 Comments 0 Shares 10K Views 0 Reviews
  • There is an infinity scroll but it's couse difficulity to get to the TRENDS.
    There is an infinity scroll but it's couse difficulity to get to the TRENDS.
    0 Comments 0 Shares 2K Views 0 Reviews
More Results