aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/resources/css
Commit message (Collapse)AuthorAgeFilesLines
* Resize dottydoc menu button to 15pxFelix Mulder2017-04-061-1/+1
|
* Make dottydoc main page responsive (#2052)Herdy Handoko2017-04-061-30/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add CSS media queries to support off-canvas sidebar * Add sidebar toggle interactivity for small viewports * Re-add sidebar toggle support for desktop viewport widths * Widen sidebar in mobile viewport and removed extra padding in content body * Reduce sidebar width back to 250px on Desktop and Tablet viewports Tablet (576px <= x < 768px) viewport sidebar is now limited to 250px to follow Desktop viewports whilst still retaining its off-canvas behaviour like Mobile. Mobile viewport (x < 576px) still implements 60% sidebar width. * Refactor media queries to follow mobile-first strategy Instead of specifying specific styles at a viewport width range, e.g. Tablet (576px <= x < 768px), the CSS properties are arranged as such that default CSS properties applies to Mobile, with Tablet and Desktop styles defined within media queries. Mobile-first strategy will ensure more consistency as style resolution will go in one direction, e.g. from Mobile -> Tablet -> Desktop. * Move `div#entity-container` and `div#doc-page-container` further down The change above, in addition to qualifying `button#menu-toggle` with `div#content-wrapper` parent selector will make the existing CSS easier to refactor removing duplicates, and to swap it into CSS pre-processor languages such as SASS or Less. * Merge redundant `div#content-body` styles Two different `div#content-body` styles was defined, one with only `position: relative` and another with the complete styles. In addition, a `div#content-body` Tablet and Desktop padding style was moved into the relevant media query to make future changes more transparent. * Change `rgba(...)` properties to insert space and prefix decimals with `0` Within the CSS file, RGBA property declaration is inconsistent: some with space after comma and some without, some has leading `0` for decimals and some dont'. This change make sure that one style is followed (space after comma and always use the leading `0` in decimals). * Move hamburger menu to original location and restore hover styling Hamburger menu now stays in the content body as per original design. However to prevent overlap with body text, a permanent 30px left padding on the body container has been added. * Remove hamburger menu transformation into arrow on expansion As per PR review comments (https://github.com/lampepfl/dotty/pull/2052) the old hamburger menu style is restored by removing CSS transforms. * Change hamburger menu positioning to `absolute` As per PR review comments (https://github.com/lampepfl/dotty/pull/2052) the hamburger menu positioning is changed back to absolute, which also means the left padding on content body is no longer needed and can be removed.
* Add documentation for new parallel testing suiteFelix Mulder2017-03-301-0/+20
|
* Give `<blockquote>` some nicer cssFelix Mulder2017-02-241-0/+6
|
* Fix hiding of `[+]` (find issue nbr)Felix Mulder2017-02-221-0/+5
|
* Add constructors to docsFelix Mulder2017-02-031-16/+16
|
* Add supertypes and annotations to entity titleFelix Mulder2017-02-031-0/+20
|
* Add type parameters to entity title and render return type correctlyFelix Mulder2017-02-031-0/+8
|
* Add expansion of docstringsFelix Mulder2017-02-031-0/+26
|
* Make naked codeblocks default to ScalaFelix Mulder2017-01-311-0/+18
|
* Refactor Wiki/Markdown commentFelix Mulder2017-01-311-0/+1
|
* Document dottydoc capabilities, add anchored headersFelix Mulder2017-01-311-1/+50
|
* Generalize table of contents for dottydocFelix Mulder2017-01-311-3/+6
|
* Add links for companions in tocFelix Mulder2017-01-311-5/+77
|
* Fix insertion of package nodes in doc ASTFelix Mulder2017-01-311-0/+1
|
* Implement remainder of type membersFelix Mulder2017-01-312-2/+6
|
* Hide private & protected members by defaultFelix Mulder2017-01-311-0/+8
|
* Improve member lookupFelix Mulder2017-01-311-0/+4
|
* Add new Dotty logoFelix Mulder2017-01-311-2/+6
|
* Add proper materialization of referencesFelix Mulder2017-01-311-0/+4
|
* fix extensions not getting loaded properlyFelix Mulder2017-01-311-0/+4
|
* Fix dotty docs gen, scrollFelix Mulder2017-01-311-0/+1
|
* Add missing info to blog postsFelix Mulder2017-01-311-0/+25
|
* Add basic API generation from templatesFelix Mulder2017-01-312-2/+65
|
* Add scala-logo svgFelix Mulder2017-01-311-5/+22
|
* Add blog layoutFelix Mulder2017-01-311-3/+20
|
* Add initial defaults to page generationFelix Mulder2017-01-312-0/+191
|
* Implement site structure discoveryFelix Mulder2017-01-311-0/+0