X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fcss%2Fmain.css;h=f2fd1ad898e7f429c5bf2227bce466d8eeb063ef;hb=7ee1972599f52924151794fe6c933ce69297f7f3;hp=52d8ecaa4320eaaa146a7019430ebde1ccd847e6;hpb=d70dd7ac698a1f9e90c97fa7eb7b113bf84304fc;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 52d8ecaa..f2fd1ad8 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css @@ -89,9 +89,10 @@ form fieldset { margin: 0; } -form input[type="text"], select, form input[type="password"], form input[type="url"] { +form input[type="text"], select, form input[type="password"], form input[type="url"], form input[type="email"] { border: 1px solid #999; padding: 0.5em 1em; + margin-left: 5px; min-width: 12em; color: #666; } @@ -180,7 +181,7 @@ h2:after { padding-top: 9.5em; height: 100%; box-shadow:inset -4px 0 20px rgba(0,0,0,0.6); - z-index: 10; + z-index: 15; } #main { @@ -537,7 +538,7 @@ footer a { } /* ========================================================================== - 2.1 = "save a link" popup div related styles + 2.1 = "save a link" related styles ========================================================================== */ #bagit-form, #search-form { @@ -609,9 +610,28 @@ a#bagit-form-close:hover, a#search-form-close:hover { padding: 0 3px 2px 3px; } +a.add-to-wallabag-link-after { + visibility: hidden; + position: absolute; + opacity: 0; + transition-duration: 2s; + transition-timing-function: ease-out; +} + +#article article a:hover + a.add-to-wallabag-link-after, a.add-to-wallabag-link-after:hover { + opacity: 1; + visibility: visible; + transition-duration: .3s; + transition-timing-function: ease-in; +} + +a.add-to-wallabag-link-after:after { + content: "w"; +} + #add-link-result { font-weight: bold; - margin-top: 10px; + font-size: 0.9em; } /* ========================================================================== @@ -904,6 +924,13 @@ blockquote { text-decoration: underline; } +pre code { + font-family: "Courier New", Courier, monospace; + border: 1px solid #ccc; + font-size: 0.96em; +} + + /* ========================================================================== 6 = Media Queries ========================================================================== */ @@ -960,8 +987,8 @@ blockquote { content: none; } .logo { - width: 1.5em; - height: 1.5em; + width: 1.25em; + height: 1.25em; left: 0; top: 0; } @@ -1011,6 +1038,7 @@ blockquote { margin-left: 1.5em; padding-right: 1.5em; position: static; + margin-top: 3em; } #article_toolbar .topPosF { display: none; @@ -1035,3 +1063,4 @@ blockquote { left: 0; } } +