244 Commits (3fd494f43b22b48f54f18e5980f105d79da7b242)

Author SHA1 Message Date
Fomafix 366f80701b Remove brackets around new toctoggle
I82db33d656 in core changes the toggle button of the TOC.
This change removes the brackets around the new toctoggle, too.

Depends-On: I82db33d656b3795d7134a91d20ed9d93a3471086
Change-Id: I4ebe356e266a93b2391650ac915940432e02f0ef
7 years ago
Jack Phoenix d013bf5cfc Custom styling for <pre> and <code> elements
Copypasted from core /resources/src/mediawiki.skinning/elements.css with
colors adjusted for Timeless.

Bug: T177142
Change-Id: Ic6d18911df4f1ea504ed547292676eac1ff54995
7 years ago
Jack Phoenix cb04db2039 Add some spacing and styling for #contentSub
The font-size is direct copypasta from MonoBook; on MonoBook #contentSub's
color is #54595d whereas here it uses the @grey-dark variable (which is
defined as the hex color #666 in variables.less).

Bug: T173951
Change-Id: Id57a3e2acab1f734b6a8ba65734c9d3d828d9ca7
7 years ago
jenkins-bot 9ca76ed5b7 Merge "Fix IE10/11 bug with the fixed header" 7 years ago
Ed Sanders 4291209afe VE: Fix font sizes and toolbar position
Change-Id: Ic34a4bca04a353572ed706e0ce990ea471837fb4
7 years ago
Bartosz Dziewoński 73a584b8af Update jQuery Mobile to 1.5 (alpha)
Downloaded from http://jquerymobile.com/download-builder/ with two modules:
* Core / Virtual Mouse (vmouse) Bindings
* Events / Touch

Local hacks:
* Replaced all .bind() calls with .on() to avoid jQuery Migrate warnings
* Replaced all .unbind() calls with .off() to avoid jQuery Migrate warnings

Bug: T165816
Bug: T174545
Change-Id: Icdcaf49c583f2f1380656cd0a0b6333ace0f1c53
7 years ago
Jack Phoenix 260725618e Fix IE10/11 bug with the fixed header
Apparently not defining the height property makes everything just plain
messed up, and to fix things, all you need is the height property that has
a value (other than "auto") of some kind.

Bug: T173769
Change-Id: Ie8c86e01c77b3f5de11c1bd7c6bf491c8ef0fb26
7 years ago
Jack Phoenix 7e956119b7 Styling for the <tt> tag
Bug: T175709
Change-Id: I7461f65ee11c0f68ac3e635a72d993c44a0cc1c6
7 years ago
Isarra 5570b3fdd9 Make Echo icons more likely to remain inline
Sometimes they wind up stacked vertically. They should be
horizontal. I don't know.

Change-Id: I92eaaa6c2e52944d818f042ea1bfed4a43ed0943
7 years ago
Isarra 1d2636dfdf Fix messed up recent changes/watchlist legends
Bug: T173151
Change-Id: Iedf0f7dd9d03ea43db6355ccc09fb731187abf60
8 years ago
Ed Sanders 58eaa7392e Remove overly-generic line-height selector
Change-Id: Ic672d49fe3337d5db065bca0e32f73e3fc4b01e9
8 years ago
jenkins-bot 650f5a5425 Merge "build: Resolve suppressed eslint warnings" 8 years ago
Timo Tijhof b925a9e1b0 build: Resolve suppressed eslint warnings
* Consistent string quoting style.
* Consistent spacing.
* Remove unused variables.

Change-Id: I6f78f1127c563ae3f81b6268eb896b2441ffd840
8 years ago
Bartosz Dziewoński 58e8c3d47d Use transparent for invisible borders of page navigation rather than white
This makes the effect better when you override page background color,
like we do on mediawiki.org e.g. on manual pages like
<https://www.mediawiki.org/wiki/Manual:Installation_guide>.

Change-Id: Ie863d11b19a56ab6cf75ff4b8dfcd2d74b69ce1d
8 years ago
Bartosz Dziewoński f11212f7bd Fix JQMIGRATE warnings in jQuery Mobile
jQuery Mobile 1.5 is supposed to be compatible with jQuery 3, but it isn't...

* Replace .bind() calls with .on()
* Replace .unbind() calls with .off()

Bug: T165816
Change-Id: I79639fd9ae8e6e785f93191273147866e52c4ed1
8 years ago
Umherirrender 77ff62c02c Add stylelint for css and less files
Fixed the following rules:
- number-leading-zero
- length-zero-no-unit
- string-quotes
- max-empty-lines
- selector-pseudo-element-colon-notation
- at-rule-empty-line-before
- at-rule-name-space-after
- media-feature-parentheses-space-inside
- color-hex-case
- declaration-block-semicolon-space-bef
- declaration-property-value-blacklist

Change-Id: Id0b43bff22b3f9ae9b912bd886e2da4c8576b165
8 years ago
Bartosz Dziewoński 26bf7c3c19 Make VisualEditor gutter area clickable
Code adapted from VisualEditor's ve.init.mw.DesktopArticleTarget-vector.css.

Bug: T162838
Change-Id: I828b97b060d631d7c86bff308802fb05c3dff781
8 years ago
Bartosz Dziewoński 51b9ba4eeb Remove workaround for T162493
Change-Id: Icb1f7632512b4a8fd0e2bf50035e40d3a89cd9bb
8 years ago
Isarra 9811d44774 Move echo styles to the correct module
Change-Id: I28af6af3d1fe4d2dca363175e430976bb3ab03ec
8 years ago
Isarra adf906a297 VE styles
Positioned toolbar properly for all modes.
Added icon to ve-edit, and new icon for edit source.
Yadda.

Toolbar does not work properly at low resolutions. This is a VE problem.
Cactions do not work with editor open. This is a VE problem.

bug: T161462
Change-Id: Ie5f4732f49f2dc365f5a3cc0c4b0e21444c21d1f
8 years ago
Isarra 1bb12ffaae Make variables for resolution boundaries
And some comments, or stuff.
Also bumped version number.

Change-Id: I4a4978e622eb82461573819992b19d5374bcc749
8 years ago
Isarra 8cb2458c99 Refactor TimelessTemplate.php
Structure is generally the same. All html is rendered into a
single variable, output with a single unholy 'echo'.

getPortlet is now more general, and generally used.

Should generally address the issues raised in T158011.
Should also be technically compatible with VE (DOM), but
without styling, and requiring the user to edit
LocalSettings.php (hopefully that gets fixed soon).
Fixed a slight bug with the languages rendering on mobile.

Some randomly missing things were added back in. (Variants,
some hooks)

bug: T161428
bug: T158011
bug: T132005
Change-Id: I3b691c8bfe7aed4a544236d5ac031b77ec4e8337
8 years ago
Isarra 10de923cd3 Move echo icons out of the personal dropdown
Lots of positioning weirdness, and the pokey was being
weird too.

Change-Id: Ia46c4f4cf0ce1c043c5506981b4ebc4b6dc4b5d1
8 years ago
Isarra 693aec5fdc Style and message tweaks
Maybe addresses T160647.

Change-Id: I4f6c73db6784415cdeca269321ba6f0f47c67551
8 years ago
Isarra 7f534ee46c Fix repeating background image on mobile
Class name was changed in html, forgot to make the mobile
stylesheet match.

Change-Id: I99802a56134280ea13264e86e50107cbb9fdca49
8 years ago
Isarra c583887ff4 QoL style fixes
* Added monospace font stack for metrics consistency with
  content/headers
* Fixed/styled search suggestions to work with header
* Added styles for hrs

Bug: T131996
Bug: T131993
Change-Id: I99aaaf6c55e375f847683909154a429e180b3dad
8 years ago
Isarra ec70f7df50 Fix horizontal scrollbar on special pages
Solution: fix .hidden mixin, per Alexander E. Patrakov's report

Bug: T131575
Change-Id: Id37fd9d243813cca9ea1630e5ef117ad87cf2050
8 years ago
Prateek Saxena f549d8b343 Remove styling for .mw-ui-primary
Follows-up I8ebea46c6e20bf81ce3cfc38b9f02651176db5be

Bug: T146923
Change-Id: I6341b7cab3b12f2d290941375fb4c557e5da6a73
8 years ago
Prateek Saxena 963e3018af Remove styling for .mw-ui-constructive
Bug: T146923
Change-Id: I8ebea46c6e20bf81ce3cfc38b9f02651176db5be
8 years ago
Isarra 3e6cf05412 Remove thingy
Change-Id: Ic72c8486558ffec58e46aaf9173bb844b76003da
9 years ago
Isarra 83b98586dd Add print styles, add 'mw' to page-header-links id
Bug: T131987

Change-Id: Ia14e7f26dd249e95d1bbe00437b8d1483be08fa5
9 years ago
Isarra f450f7e13b Make this thing responsive
And some other stuff too just because I ran into it on the way:
* Added indicators
* Fixed js in general
* Bumped version number
* Added some stupid hacks
* Cleaned stuff up
* I don't actually know

Change-Id: Ifa557c6f0f8a972d8986c3bffdfe08ddb4b39664
9 years ago
Isarra dc417173b1 Various improvements and fixes
* Consistent dark colours stolen from wikimediadc.org, probably stolen from
  that header template
* More consistent colours for headers
* Fixes for extension:templatesandbox
* pre and center rules, which for some reason aren't in core
* Fix for anchor offset issues caused by the fixed header
* Fixes for the personal dropdown menu
* Update font stack to use only ones with known consistent metrics

Change-Id: I88350e837b96de812c9d5f1308ae83703da6d0b4
9 years ago
Isarra 820154823c Make site title overflow less; add option to just change it for the skin
Just makes the font smaller if over a certain length. Not actually
smart. Will later add an option to replace it entirely with an image.

Change-Id: I7157c80132330c525ac2cb2027307550cee282b4
9 years ago
Isarra 6a25c68b2d Style changes, I don't know
Lowered font size, better menus (maybe), white header bar thingy with
colour

Probably other things.

Change-Id: Ia1b4c3ce0fed3752a9bae529573aa45912cb01ad
9 years ago
Isarra ff28a87f46 Turn this into more of a skin. Formatting, horror, more horror.
Thanks to Skizzers for the catlist db query.
Thanks to HORROR for the tool parsing.
Lots of css and stuff.

Change-Id: I9b6b4c2e3a206d909972929ae32777c933d0be46
9 years ago
Isarra 826140a6b0 Make dark footer
Also separated it from the content a bit, cleaned up the class names to
be more consistent, etc.

Change-Id: Ib0b3539ec112ef162c8d16e91bd805b884a2a502
9 years ago
Isarra a8c2913c26 Style search some more, add an icon
Change-Id: Id2ce1f3761f3948b647e638b5f130d5b5f9cc60a
9 years ago
Isarra a950d154b7 Everything is horrible.
Change-Id: Id35180435716a269edb45cab286ec178e9dd7791
9 years ago
Isarra 6056f7d586 Initial structure
Change-Id: I6457449db49ae1eef083684db75d5280bf404381
9 years ago
Isarra ade8feb066 Form stuff
Change-Id: I22e08ee082aa34e9fca6aacacdc9ae05c3707a15
9 years ago
Isarra ef37cd4298 Add some colour variables
Currently just used for text and links.

Unrelatedly, also some notes for the layout.

Change-Id: I3cb26e4eaf3c9d35fecf9899e817ba0df31084cb
9 years ago
Isarra 679bf418b3 Remove unneeded example styles
Change-Id: I773dbf3567acf9ca5343819575007229756e327e
9 years ago
Isarra 3a1bc368de Initial skin from skin:Example; just renamed
Change-Id: Ic60e93eff08abe541635e135faf04e60a756f44c
9 years ago