Announcement

Collapse
No announcement yet.

Debian 8.0 To Be Frozen, Features Announced

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #11
    Originally posted by FLHerne View Post
    All those internal links make it annoying merely as a way to find interesting original posts, because the OP link is hidden among them.
    Have some css:
    Code:
    @-moz-document domain("phoronix.com") {
    
            a[href*="facebook.com/Phoronix"],
            a[href*="identi.ca/phoronix"],
            a[href*="michaellarabel.com"],
            a[href*="openbenchmarking.org"],
            a[href*="phorogit.com"],
            a[href*="phoromatic.com"],
            a[href*="phoronix.com"],
            a[href*="phoronix-test-suite.com"],
            a[href*="twitter.com/MichaelLarabel"],
            a[href*="twitter.com/phoronix"]
            {
                    color: #000 !important;
            }
    
            a:visited[href*="facebook.com/Phoronix"],
            a:visited[href*="identi.ca/phoronix"],
            a:visited[href*="michaellarabel.com"],
            a:visited[href*="openbenchmarking.org"],
            a:visited[href*="phorogit.com"],
            a:visited[href*="phoromatic.com"],
            a:visited[href*="phoronix.com"],
            a:visited[href*="phoronix-test-suite.com"],
            a:visited[href*="twitter.com/MichaelLarabel"],
            a:visited[href*="twitter.com/phoronix"]
            {
                    color: #666 !important;
            }
    
    }

    Comment


    • #12
      OT

      I didn't even know about that syntax. It's not listed in w3schools; is that some nonstandard webkit addon?

      Comment


      • #13
        IIRC I adapted it from http://userstyles.org/styles/55221/p...e-urls-in-text which works at least on Firefox with the Stylish addon.

        Comment


        • #14
          Originally posted by DebianLinuxero View Post
          Nice features.

          What about Wayland adoption and Gnome version?
          Originally posted by Serge View Post
          That's just not really what Debian exists for. Fedora tries to advance technology. Debian tries to deliver a useful system.
          Debian Jessie will probably use GNOME 3.14, or at least 3.12. At 3.12, GNOME will be Wayland and probably using it by default.

          Comment


          • #15
            Originally posted by curaga View Post
            OT

            I didn't even know about that syntax. It's not listed in w3schools; is that some nonstandard webkit addon?
            Attribute selectors are well supported in everything except old-IE. (6, or later versions in quirks mode)

            CSS has the ability to target HTML elements based on any one of their attributes. You probably already know about classes and IDs. Check out this bit of HTML:


            w3schools does have a page, but is missing many of the modifiers. http://www.w3schools.com/css/css_att..._selectors.asp
            Last edited by smitty3268; 16 October 2013, 12:07 AM.

            Comment


            • #16
              I am disappointed with the situation that is going on in the jessie branch.
              there are huge problems with bugs, even in the installation (/etc/check-missing-firmware or something like that script) that makes the system hang for ever.
              found a tone of bugs in totem
              kde is freaking slow-er than it should be
              I hope they will fix those things as soon as possible

              Comment


              • #17
                Originally posted by Yorgos View Post
                I am disappointed with the situation that is going on in the jessie branch.
                there are huge problems with bugs, even in the installation (/etc/check-missing-firmware or something like that script) that makes the system hang for ever.
                found a tone of bugs in totem
                kde is freaking slow-er than it should be
                I hope they will fix those things as soon as possible
                You know that Testing is supposed to have bugs, don't you? This is why it is called Testing, just report the bugs, as you are supposed to.

                Comment

                Working...
                X