X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Fpublic%2Fcss%2Fmain.css;h=7396557148a894df062d075abdae8df1ddd5e04a;hb=10b2411c1069e1a4b89ad1dcc5e2770d4230a186;hp=a976da100f65b1140548593941d1326ff8afd39a;hpb=bccb5bba75e3f2bf8e89fef6b939500757c3d2b1;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 a976da10..73965571 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 @@ -8,7 +8,8 @@ 4 = Cards 5 = Article 6 = Media queries - 7 = Others + 7 = Font + 8 = Others ========================================================================== */ @@ -17,6 +18,31 @@ 0 = Common ========================================================================== */ +@font-face { + font-family: 'icomoon'; + src:url('../font/icomoon/icomoon.eot?yw303w'); + src:url('../font/icomoon/icomoon.eot?yw303w#iefix') format('embedded-opentype'), + url('../font/icomoon/icomoon.ttf?yw303w') format('truetype'), + url('../font/icomoon/icomoon.woff?yw303w') format('woff'), + url('../font/icomoon/icomoon.svg?yw303w#icomoon') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"] { + font-family: 'icomoon'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + body { display: flex; min-height: 100vh; @@ -24,6 +50,10 @@ body { background: #f0f0f0; } +body.login main { + padding: 0; +} + #warning_message { position: fixed; background-color: #ff6347; @@ -46,6 +76,10 @@ nav, main, footer { padding-left: 240px; } +main, #content, .valign-wrapper { + height: 100%; +} + #main { flex: 1 0 auto; } @@ -82,6 +116,15 @@ nav, main, footer { display: none; } +footer.page-footer { + margin-top: 10px; + padding-top: 10px; +} + +footer .row { + margin-bottom: 10px; +} + /* ========================================================================== 1 = Nav ========================================================================== */ @@ -157,6 +200,9 @@ nav input { #button_filters { display: none; } +#button_export { + display: none; +} /* ========================================================================== 2 = Side-nav @@ -186,6 +232,10 @@ nav input { width: 100pt; } +#main .logo:hover { + background: transparent; +} + .side-nav li { padding: 0px; } @@ -209,6 +259,11 @@ nav input { overflow-y: visible; } +#filters div.with-checkbox { + height: 3rem; + margin-top: 0px; +} + /* ========================================================================== 4 = Cards ========================================================================== */ @@ -221,7 +276,7 @@ main ul.row { padding: 0px 0.75rem; } -.data .card .card-content { +.data .card .card-body { height: 22em; overflow: hidden; } @@ -245,9 +300,14 @@ main ul.row { } .card .card-action a { + color: #ffffff; margin: 0; } +.card .card-action a:hover { + color: #ffffff; +} + .settings .div_tabs { padding-bottom: 15px; } @@ -258,6 +318,21 @@ main ul.row { margin-right: auto; } +.mdi-card-close:before { + content: "\e8aa"; +} + +.card .card-image { + height: 14em; +} + +.card .card-image .preview { + height: 14em; + background-size: cover; + background-repeat: no-repeat; + background-position: 50%; +} + /* ========================================================================== 5 = Article ========================================================================== */ @@ -303,6 +378,23 @@ main ul.row { margin: 0; z-index: 9999; } + +#article aside .link { + color: #000; + font-size: 0.6em; + text-decoration: none; +} + +#article aside #list { + float: right; + margin-right: 15px; +} + +#article aside .chip { + background-color: #039be5; + color: #ffffff; +} + /* ========================================================================== 6 = Media queries ========================================================================== */ @@ -363,10 +455,49 @@ main ul.row { display: none; } } + /* ========================================================================== - 7 = Others + 7 = Font ========================================================================== */ -div.input-field div, div.input-field ul { - margin-top: 40px; +.icon-google-plus2:before { + content: "\e800"; +} +.icon-facebook2:before { + content: "\e801"; +} +.icon-twitter:before { + content: "\e802"; } +.icon-apple:before { + content: "\e803"; +} +.icon-android:before { + content: "\e804"; +} +.icon-chrome:before { + content: "\e805"; +} +.icon-firefox:before { + content: "\e806"; +} + +footer [class^="icon-"], footer [class*=" icon-"] { + font-size: 2em; + transition: text-shadow 0.2s ease; + padding-right: 10px; +} + +footer [class^="icon-"]:hover, footer [class*=" icon-"]:hover { + text-shadow: 0 0 10px rgba(0,0,0,0.3); +} + + +/* ========================================================================== + 8 = Others + ========================================================================== */ + +/* force height on non-input field in the settings page */ +div.settings div.input-field div, div.settings div.input-field ul { + margin-top: 40px; +} \ No newline at end of file