Перейти к содержанию

newload

Пользователи
  • Постов

    169
  • Зарегистрирован

  • Посещение

  • Победитель дней

    8

Сообщения, опубликованные newload

  1. Offslig I know i'm 4, 5 years late. But maybe this could help.

    Code from w3schools.

    <!DOCTYPE html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <style>
    body {
      font-family: Arial, Helvetica, sans-serif;
    }
    
    .navbar {
      overflow: hidden;
      background-color: #333;
    }
    
    .navbar a {
      float: left;
      font-size: 16px;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    .dropdown {
      float: left;
      overflow: hidden;
    }
    
    .dropdown .dropbtn {
      font-size: 16px;  
      border: none;
      outline: none;
      color: white;
      padding: 14px 16px;
      background-color: inherit;
      font-family: inherit;
      margin: 0;
    }
    
    .navbar a:hover, .dropdown:hover .dropbtn {
      background-color: red;
    }
    
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-content a {
      float: none;
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }
    
    .dropdown-content a:hover {
      background-color: #ddd;
    }
    
    .dropdown:hover .dropdown-content {
      display: block;
    }
    </style>
    </head>
    <body>
    
    <div class="navbar">
      <a href="#home">Home</a>
      <a href="#news">News</a>
      <div class="dropdown">
        <button class="dropbtn">Dropdown 
          <i class="fa fa-caret-down"></i>
        </button>
        <div class="dropdown-content">
          <a href="#">Link 1</a>
          <a href="#">Link 2</a>
          <a href="#">Link 3</a>
        </div>
      </div> 
    </div>
    
    <h3>Dropdown Menu inside a Navigation Bar</h3>
    <p>Hover over the "Dropdown" link to see the dropdown menu.</p>
    
    </body>
    </html>

     

  2. I have found the logs but don't know what should I do ahaha

    #0 /home/domains/trollei-animation.com.br/public_html/forum/system/Db/Db.php(659): mysqli_stmt->execute()
    #1 /home/domains/trollei-animation.com.br/public_html/forum/system/Db/Db.php(938): IPS\_Db->preparedQuery()
    #2 /home/domains/trollei-animation.com.br/public_html/forum/applications/recenttopics/sources/Member/Member.php(105): IPS\_Db->insert()
    #3 /home/domains/trollei-animation.com.br/public_html/forum/applications/recenttopics/sources/Member/Member.php(73): IPS\recenttopics\_Member->save()
    #4 /home/domains/trollei-animation.com.br/public_html/forum/applications/recenttopics/sources/Member/Member.php(55): IPS\recenttopics\_Member::load()
    #5 /home/domains/trollei-animation.com.br/public_html/forum/system/Theme/Theme.php(880) : eval()'d code(1805): IPS\recenttopics\_Member::loggedIn()
    #6 /home/domains/trollei-animation.com.br/public_html/forum/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_forums_front_index->index()
    #7 /home/domains/trollei-animation.com.br/public_html/forum/applications/forums/modules/front/forums/index.php(216): IPS\Theme\_SandboxedTemplate->__call()
    #8 /home/domains/trollei-animation.com.br/public_html/forum/system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\_index->manage()
    #9 /home/domains/trollei-animation.com.br/public_html/forum/applications/forums/modules/front/forums/index.php(52): IPS\Dispatcher\_Controller->execute()
    #10 /home/udomains/trollei-animation.com.br/public_html/forum/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_index->execute()
    #11 /home/domains/trollei-animation.com.br/public_html/forum/index.php(13): IPS\_Dispatcher->run()
    #12 {main}

     

  3. People like to mix Vodka and beer? That's weird... XD

    Also, I don't like to drink pure vodka. I like to make this lemon drink called "Caipirinha", it's very popular here in Brazil.

    Here's the recipe (found in russian for you guys xD )
    But this recipe shown in this video, is for one single glass. In my case, I like to make it for more people in a glass beer mug.
    And I use two lemons and dose the vodka at my taste.

    Spoiler

     

     

  4. 2 hours ago, Orpheus said:

    This should hide the logo, add in custom.css

    @media screen and (max-width:768px) {
    #elLogo img {
      display: none !important;
      }
    }

    But you still need to add the text now! let me figure that out without adding HTML lol

    I've used ipsResponsive_hidePhone on here and it worked. But It doesn't show the board name, which I want it to XD

    1352322341_ScreenShot2022-05-02at14_57_55.png.cb4303d68f4a928a4c7fc8d7a5e2da77.png

     

     

    But anyways, gonna leave it like that. Thanks everyone who helped xD

  5. Ooh... Never mind that...

    I had this code on Custom.css, it was bugging that information lool.gif.0cc2e26a8221adda9399950352435cd0.gif

    @charset "UTF-8";@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
    body {
    }
    .h1page {
      font-size:2em;
      font-weight:300;line-height:1em;
      text-align:center;
      color:#000
    }
    .blue {
      color:#185875
    }
    .yellow {
      color:#fff842
    }
    .tablecontainer th h1 {
      font-weight:bold;
      font-size:1em;
      text-align:left
    }
    .tdcustom {
      font-weight:normal;
      font-size:1em;
      color:#fff;
      color:#fff;
      -webkit-box-shadow:0 2px 2px -2px #0e1119;
      -moz-box-shadow:0 2px 2px -2px #0e1119;
      box-shadow:0 2px 2px -2px #0e1119
    }
    .tablecontainer {
      text-align:left;
      overflow:hidden;
      width:100%;
      margin:0 auto;
      display:table;
      padding:0 0 8em 0
    }
    .ipsPageHeader {
      display:none
    }
    :-webkit-scrollbar-track {
      -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
      background-color:#f5f5f5
    }
    ::-webkit-scrollbar {
      width:12px;
      background-color:#f5f5f5
    }
    ::-webkit-scrollbar-thumb {
      -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
      background-color:#2986cc
    }

     

    I don't remember what it does, but I think it is something related to the scrollbar.
    If someone want it, just take it... XD

     

     

    Everything is back to normal XD

  6. I remember when Orkut was popular in Brazil and things was much more simpler.
    Also, I remember joining MySpace in 2003 or 2004. Good Times XD

     

    1 hour ago, aLEX49566 said:

    Tastes have become specific .. although I’m not 50 years old (1985), I remember when VK was concise and brought pleasure from listening to music. And yes, smileys were really interesting)

    And I'm just 3 years younger than him lool.gif.0cc2e26a8221adda9399950352435cd0.gif

×
×
  • Создать...