Jdlrobson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/366738 )

Change subject: Print styles: footer
......................................................................

Print styles: footer

Bug: T169823
Change-Id: Ie678967a27baec8715cf86b6a0f7e7651f867be1
---
M print.less
1 file changed, 44 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/38/366738/1

diff --git a/print.less b/print.less
index da59ab3..ce0f6e2 100644
--- a/print.less
+++ b/print.less
@@ -135,4 +135,48 @@
                        }
                }
        }
+
+       .printfooter {
+               padding-top: 10px;
+               border-top: 3px solid #000;
+               margin-top: 10px;
+               font-size: 10pt;
+       }
+
+       #footer {
+               border-top: 1px solid #eee;
+               padding-top: 5px;
+               margin-top: 12px;
+
+               /* New footer
+               - the page URL
+               - Last updated as primary info
+               - tone down the license info
+               */
+       }
+
+       #footer-info {
+               margin: 0;
+               padding: 0;
+
+               li {
+                       font-size: 10pt;
+                       display: block;
+                       list-style: none;
+                       padding-bottom: 10px;
+                       color: #999;
+
+                       a {
+                               // override default black print style.
+                               color: #999 !important; /* 
stylelint-disable-line declaration-no-important */
+                       }
+               }
+
+               // Last updated as primary info
+               #footer-info-lastmod {
+                       font-size: 12pt;
+                       font-weight: bold;
+                       color: @pureBlack;
+               }
+       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/366738
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie678967a27baec8715cf86b6a0f7e7651f867be1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to