X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Fpublic%2Fcss%2Fmain.css;h=a976da100f65b1140548593941d1326ff8afd39a;hb=bccb5bba75e3f2bf8e89fef6b939500757c3d2b1;hp=9650a12b4d8fae4bd780465a1ca7ff2fb5562bc1;hpb=06fdfd025ec7f81e11e22f8596752296c0105143;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index 9650a12b..a976da10 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -4,13 +4,11 @@ 0 = Common 1 = Nav 2 = Side-nav - - 2 = Layout - 3 = Pictos - 4 = Messages + 3 = Filters slider + 4 = Cards 5 = Article - 6 = Media queries + 7 = Others ========================================================================== */ @@ -26,6 +24,20 @@ body { background: #f0f0f0; } +#warning_message { + position: fixed; + background-color: #ff6347; + z-index: 1000; + bottom: 0; + left: 0; + width: 100%; + color: #000; +} + +#warning_message a { + color: #555; +} + .border-bottom { border-bottom: 1px solid #DDD; } @@ -48,6 +60,16 @@ nav, main, footer { margin-bottom: 0; } +.pagination li { + padding: 0; +} + +.pagination a { + padding: 0px 10px; + height: 30px; + display: block; +} + .page-footer .footer-copyright p { display: inline; } @@ -56,6 +78,10 @@ nav, main, footer { display: none; } +.picker__date-display { + display: none; +} + /* ========================================================================== 1 = Nav ========================================================================== */ @@ -100,14 +126,14 @@ nav input { white-space: nowrap; } -.input-field input { +.nav-panels .input-field input { display: block; line-height: inherit; padding-left: 4rem !important; width: calc(100% - 8rem); } -.input-field input:focus { +.nav-panels .input-field input:focus { background-color: #fff; border: 0; box-shadow: none; @@ -128,6 +154,10 @@ nav input { transition: .3s color; } +#button_filters { + display: none; +} + /* ========================================================================== 2 = Side-nav ========================================================================== */ @@ -165,7 +195,22 @@ nav input { } /* ========================================================================== - 3 = Cards + * 3 = Filters slider + * ========================================================================== */ + +#filters button { + padding: 0px; + width: 100%; +} + +.side-nav.fixed.right-aligned { + right: -250px; + left: auto !important; + overflow-y: visible; +} + +/* ========================================================================== + 4 = Cards ========================================================================== */ main #content { @@ -214,7 +259,7 @@ main ul.row { } /* ========================================================================== - 4 = Article + 5 = Article ========================================================================== */ #article { @@ -232,6 +277,15 @@ main ul.row { width: 240px !important; } +.reader-mode .collapsible-body { + height: 0; + overflow: hidden; +} + +.reader-mode:hover .collapsible-body { + height: auto; +} + .reader-mode span { opacity: 0; transition: opacity 0.2s ease; @@ -241,6 +295,14 @@ main ul.row { opacity: 1; } +.progress { + position:fixed; + top:0px; + width: 100%; + height: 3px; + margin: 0; + z-index: 9999; +} /* ========================================================================== 6 = Media queries ========================================================================== */ @@ -301,3 +363,10 @@ main ul.row { display: none; } } +/* ========================================================================== + 7 = Others + ========================================================================== */ + +div.input-field div, div.input-field ul { + margin-top: 40px; +}