summaryrefslogtreecommitdiff
path: root/data/css/eos-wikipedia-domain.css
Commit message (Collapse)AuthorAge
* Add word wrap widths to the front page categoriesPhilip Chimento2013-11-07
| | | | | | | | | | - Fonts are changed to be 150px and 48px for ODROID's 1920x1080 resolution - Word-wrapping widths are set to approximately reproduce the deck [endlessm/eos-sdk#394] [endlessm/eos-sdk#394]
* wikipedia: Use Lato fontsPhilip Chimento2013-10-18
| | | | | | | | | Fonts are changed according to the conversion table. It turns out that what we thought was the "Benton Sans correction" does not only apply to Benton Sans - I think it is due to GTK's lack of baseline alignment, something that has been rectified in GTK 3.10. [endlessm/eos-sdk#361]
* Styled top bar back buttonRory MacQueen2013-10-01
| | | | | | | | | | Previously, the back button on the top window bar was not styled correctly according to designs. This commit changes the BackButton widget to now suclass Endless Asset Button and have the right styling. [endlessm/eos-sdk#301]
* Gave category page back button a nameRory MacQueen2013-10-01
| | | | | | | | | Previously this asset button did not have a name and we were just styling it by styling the Gjs AssetButton. However, this will not work when we want to add other asset buttons with different styling, so giving it its own name [endlessm/eos-sdk#301]
* Added back button to categories pageRory MacQueen2013-09-26
| | | | | | | | | Designers wanted a back button the categories page to make it easier for users to navigate back to the home page. This button is an asset button from our SDK. [endlessm/eos-sdk#270]
* Can add articles to the main category.Nick Isaacs2013-08-21
| | | | | | | | If there are articles for an app's main category, then it becomes clickable and acts like any other category. If there are no articles for a category, it isn't cilckable and has no hover animations. We no longer use the Title Label View since the main category is now a category button like any other. [endlessm/eos-sdk#259]
* Add scrollbar to category descriptionPhilip Chimento2013-08-07
| | | | | | | And set its styles (no specs available)! Add right margin to the text view so that the scrollbar is not right up against the text. [endlessm/eos-sdk#249]
* Merge pull request #242 from endlessm/issues/241mattdangerw2013-08-07
|\ | | | | Add fade effect on category buttons
| * Add fade effect on category buttonsPhilip Chimento2013-08-07
| | | | | | | | [endlessm/eos-sdk#241]
* | Merge pull request #244 from endlessm/issues/243P. F. Chimento2013-08-07
|\ \ | | | | | | Added padding to titles so that accents appear #243
| * | Added padding to titles so that accents appearRory MacQueen2013-08-07
| |/ | | | | | | | | | | Very hacky fix to make accents appear on front page. We have to do this because Benton Sans font doesn't correctly render accents on uppercase characters without it [endlessm/eos-sdk#243]
* / Add subtle scrollbar to ArticleListPhilip Chimento2013-08-07
|/ | | | [endlessm/eos-sdk#245]
* Set Benton Sans on title fontPhilip Chimento2013-08-06
| | | | | | | The proper Benton Sans was not showing up. The title label didn't have the proper CSS class. [endlessm/eos-sdk#228]
* Changed fonts to use BentonSans LightRory MacQueen2013-08-06
|
* Changed fonts to Source SansRory MacQueen2013-08-06
| | | | [endlessm/eos-sdk#220]
* Integrate Wikipedia into SDK build systemPhilip Chimento2013-08-02
Now you should be able to import the app generator using const EndlessWikipedia = imports.wikipedia.EndlessWikipedia; [endlessm/eos-sdk#206] [endlessm/eos-sdk#206]