X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fcss%2Fmain.css;h=9ca58fbec34335a158584d8868fa044354edca4a;hb=22a46267beef273f8602d569a22281af2207fdbe;hp=91c1ab9f369c8d0e1a258a1a9f7f7e8a5dde4217;hpb=ab87a7fe6934b5fa0f06964c67a27826774126b4;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 91c1ab9f..9ca58fbe 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -399,19 +399,19 @@ footer a { transition: all 0.5s ease; } -.entrie:hover { +.entrie:hover, .eselected { box-shadow: 0 3px 10px rgba(0,0,0,1); } -.entrie:hover:after { +.entrie:hover:after, .eselected:after { height: 40px; } -.entrie:hover:before { +.entrie:hover:before, .eselected:before { bottom: 2.4em; } -.entrie:hover h2 a { +.entrie:hover h2 a, .eselected h2 a { color: #666; } @@ -421,9 +421,9 @@ footer a { line-height: 1.2; } - .entrie h2:after { - content: none; - } +.entrie h2:after { + content: none; +} .entrie h2 a { @@ -437,16 +437,6 @@ footer a { -o-transition: all 0.5s ease; transition: all 0.5s ease; } -/* -.entrie h2 a:after { - content: ""; - position: absolute; - top: 0; - width: 100%; - height: 100%; - left: 0; -} -*/ .entrie p { color: #666; @@ -454,12 +444,8 @@ footer a { line-height: 1.7; } - .entrie h2 a:first-letter { - text-transform: uppercase; - } - -.entrie:hover .tools { - bottom: 0; +.entrie h2 a:first-letter { + text-transform: uppercase; } .entrie .tools { @@ -477,20 +463,25 @@ footer a { transition: all 0.5s ease; } - .entrie .tools a { - color: #666; - text-decoration: none; - display: block; - padding: 0.4em; - } +.entrie:hover .tools, .eselected .tools { + bottom: 0; +} - .entrie .tools a:hover { - color: #FFF; - } - .entrie .tools li { - display: inline-block; - } +.entrie .tools a { + color: #666; + text-decoration: none; + display: block; + padding: 0.4em; +} + +.entrie .tools a:hover { + color: #FFF; +} + +.entrie .tools li { + display: inline-block; +} .entrie:nth-child(3n+1) { margin-left: 0; @@ -775,10 +766,14 @@ a.add-to-wallabag-link-after:after { background-image: url('../../_global/img/icons/carrot-icon--white.png'); } +.icon-image--shaarli { + background-image: url('../../_global/img/icons/shaarli.png'); +} + /* Diaspora */ .icon-image--diaspora { background-image: url('../../_global/img/icons/diaspora-icon--black.png'); -}} +} /* ========================================================================== Icon selected @@ -906,10 +901,6 @@ blockquote { background-color: #999; } -.shaarli:before { - content: "*"; -} - .return { text-decoration: none; margin-top: 1em;