Llbraughler has submitted this change and it was merged.
Change subject: Add styling and implement sitenotice
......................................................................
Add styling and implement sitenotice
Change-Id: I075ce85a2a70a9e55e70e2c73306b77a4056e542
---
M Tempo.skin.php
M i18n/be-tarask.json
M i18n/frc.json
M i18n/lb.json
M i18n/lt.json
M i18n/mk.json
M i18n/si.json
M i18n/zh-hans.json
M i18n/zh-hant.json
M resources/tempo.css
10 files changed, 18 insertions(+), 0 deletions(-)
Approvals:
Llbraughler: Verified; Looks good to me, approved
diff --git a/Tempo.skin.php b/Tempo.skin.php
index 795e941..eb179de 100755
--- a/Tempo.skin.php
+++ b/Tempo.skin.php
@@ -192,6 +192,13 @@
</div>
</div>
<div id="main">
+ <?php
+ if ( $this->data['sitenotice']
) {
+ ?>
+ <div
id="sitenotice"><?php echo $this->html( 'sitenotice' ) ?></div>
+ <?php
+ }
+ ?>
<div id="navtabs"><ul class="tabsleft">
<?php foreach( $skin->getTabs( 'left' ) as $key => $item ) {
echo $this->makeListItem( $key, $item );
diff --git a/i18n/be-tarask.json b/i18n/be-tarask.json
old mode 100644
new mode 100755
diff --git a/i18n/frc.json b/i18n/frc.json
old mode 100644
new mode 100755
diff --git a/i18n/lb.json b/i18n/lb.json
old mode 100644
new mode 100755
diff --git a/i18n/lt.json b/i18n/lt.json
old mode 100644
new mode 100755
diff --git a/i18n/mk.json b/i18n/mk.json
old mode 100644
new mode 100755
diff --git a/i18n/si.json b/i18n/si.json
old mode 100644
new mode 100755
diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json
old mode 100644
new mode 100755
diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json
old mode 100644
new mode 100755
diff --git a/resources/tempo.css b/resources/tempo.css
index f31334e..3a95d2b 100755
--- a/resources/tempo.css
+++ b/resources/tempo.css
@@ -1110,3 +1110,14 @@
width: 65%;
}
}
+
+#sitenotice {
+ margin-right: 10px;
+ margin-bottom: 10px;
+ padding-left: 10px;
+ padding-right:10px;
+ text-align:center;
+ background-color: #f6f6e4;
+ border: 1px solid #e5e5e5;
+
+}
--
To view, visit https://gerrit.wikimedia.org/r/185660
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I075ce85a2a70a9e55e70e2c73306b77a4056e542
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Tempo
Gerrit-Branch: master
Gerrit-Owner: Llbraughler <[email protected]>
Gerrit-Reviewer: Llbraughler <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits