Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/225331

Change subject: Add missing css files
......................................................................

Add missing css files

* Adds missing css files. Without this patch jenkings will fail when merging 
patches. ( Work arround is to manualy +2 for verified but with this patch you 
doint need to because it will add the missing files it says are missing.)

Change-Id: Ibc9b4295bc20059e6e5fdbd361a3d37e77129b8b
---
A css/cologneblue-leaderboard-ad.css
A css/modern-button-ad.css
A css/modern-leaderboard-ad.css
A css/vector-button-ad.css
A css/vector-skyscraper-ad.css
5 files changed, 60 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ShoutWikiAds 
refs/changes/31/225331/1

diff --git a/css/cologneblue-leaderboard-ad.css 
b/css/cologneblue-leaderboard-ad.css
new file mode 100644
index 0000000..0a37425
--- /dev/null
+++ b/css/cologneblue-leaderboard-ad.css
@@ -0,0 +1,7 @@
+/**
+ * Leaderboard ad styling for the Cologne Blue skin
+ */
+#cologneblue-leaderboard-ad {
+       padding-top: 5px;
+       text-align: center;
+}
\ No newline at end of file
diff --git a/css/modern-button-ad.css b/css/modern-button-ad.css
new file mode 100644
index 0000000..71bd040
--- /dev/null
+++ b/css/modern-button-ad.css
@@ -0,0 +1,9 @@
+/**
+ * Button ad styling for the Modern skin
+ */
+#p-ads-left {
+       right: 0px;
+       top: 10px;
+       z-index: 1;
+       text-align: center;
+}
\ No newline at end of file
diff --git a/css/modern-leaderboard-ad.css b/css/modern-leaderboard-ad.css
new file mode 100644
index 0000000..a8ee38d
--- /dev/null
+++ b/css/modern-leaderboard-ad.css
@@ -0,0 +1,7 @@
+/**
+ * Leaderboard ad styling for the Modern skin
+ */
+#modern-leaderboard-ad {
+       padding-top: 5px;
+       text-align: center;
+}
\ No newline at end of file
diff --git a/css/vector-button-ad.css b/css/vector-button-ad.css
new file mode 100644
index 0000000..03cbc8b
--- /dev/null
+++ b/css/vector-button-ad.css
@@ -0,0 +1,10 @@
+/**
+ * Button ad styling for the Vector skin
+ */
+#p-ads-left {
+       margin-bottom: 20px;
+       right: 0px;
+       text-align: center;
+       width: 150px;
+       z-index: 1;
+}
diff --git a/css/vector-skyscraper-ad.css b/css/vector-skyscraper-ad.css
new file mode 100644
index 0000000..05b0a59
--- /dev/null
+++ b/css/vector-skyscraper-ad.css
@@ -0,0 +1,27 @@
+/**
+ * Skyscraper ad styling for the Vector skin
+ */
+div#content {
+       border-right: solid 1px #a7d7f9 !important; /* the color is from 
skins/vector/images/border.png */
+       margin-right: 125px !important;
+}
+
+#column-google {
+       width: 120px;
+       height: 600px;
+       clear: left;
+       position: absolute;
+       padding-top: 0px;
+       padding-right: 0px;
+       padding-bottom: 0px;
+       padding-left: 3px;
+       float: right;
+       right: 0px;
+       top: 85px;
+       z-index: 1;
+}
+
+#footer {
+       /* 75% is not enough, 76% is too much... */
+       width: 75.5%;
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc9b4295bc20059e6e5fdbd361a3d37e77129b8b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ShoutWikiAds
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to