Isarra has uploaded a new change for review.
https://gerrit.wikimedia.org/r/188184
Change subject: Add thumb styling, fix catlinks default colour
......................................................................
Add thumb styling, fix catlinks default colour
Change-Id: I58303c43aad579a063652e7d11e19149668cc6e9
---
M resources/main.less
1 file changed, 27 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Splash
refs/changes/84/188184/1
diff --git a/resources/main.less b/resources/main.less
index e1df0bb..6bce511 100755
--- a/resources/main.less
+++ b/resources/main.less
@@ -1,6 +1,7 @@
@import "mediawiki.mixins";
@text: #000;
+@text-grey: #555;
@link: #05b;
@linkv: #039;
@link-red: #722;
@@ -280,7 +281,7 @@
width: 17em;
}
#searchGoButton {
- color: #555;
+ color: @text-grey;
border: none;
border-radius: 3px;
padding: .4em 1em;
@@ -458,7 +459,7 @@
margin-bottom: -1em;
/* @embed */
background: url('images/hr.png') 0 0 no-repeat transparent;
-
+ color: @text-grey;
a {
color: @link-grey;
@@ -703,7 +704,7 @@
min-width: 50%;
a {
- color: #666;
+ color: @link-grey;
}
ul {
list-style: none;
@@ -726,6 +727,29 @@
content: ': ';
}
}
+ .thumb {
+ .thumbinner {
+ box-shadow: 0 1px 5px 1px #bbb;
+ background: #fafafa;
+ padding: 3px;
+ }
+ .thumbimage {
+ border: solid 1px #ccc;
+ box-shadow: inset 0 0 5px #bbb;
+ }
+ .thumbcaption {
+ padding: .25em .5em;
+ font-size: 90%;
+ font-style: italic;
+ color: @text-grey;
+ }
+ }
+ .tright {
+ padding: 0 0 1em 1.75em;
+ }
+ .tleft {
+ padding: 0 1.75em 1em 0;
+ }
}
.ns-special #page-content #p-cactions li[id^="ca-nstab-"]::after {
--
To view, visit https://gerrit.wikimedia.org/r/188184
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I58303c43aad579a063652e7d11e19149668cc6e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Splash
Gerrit-Branch: master
Gerrit-Owner: Isarra <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits