about summary refs log tree commit diff stats
path: root/css/common.css
Commit message (Collapse)AuthorAge
* Change template and CSS for flatter structureCase Duckworth2015-03-24
| | | | | - Change CSS to one file - Change template to reflect CSS flattening
* Add makefile (no tests yet)Case Duckworth2015-03-23
|
* Change index.html to be a cover.Case Duckworth2015-03-19
|
* Add README.txt in src/Case Duckworth2015-03-18
| | | | | Added a README as an explanation: as to the motivations behind the site, technological considerations, and usage notes.
* Mostly fix #11: Dedication/epigraph alignmentCase Duckworth2015-03-14
| | | | | | | | | | | | So the issue is solved in terms of how it looks, though it adds a gross extra div into every page and uses :only-child, which I don't think is super-supported. But it's the best I can do that I know of until we get to better flexbox support. Or you know, maybe later I can try doing some templating fixes-- injecting classes so that normally, .dedication is right-aligned but when an epigraph is present, change the class to .dedication-left or something. IDK. Either way is sort of ugly. :(
* Change link underline styleCase Duckworth2015-03-13
|
* Change line-height in content to 1.3em from 1.25(?)Case Duckworth2015-03-13
|
* Add Linux Libertine to repo (fixes #12)Case Duckworth2015-03-13
| | | | | Included are Linux Libertine Regular, Bold, and Italic, in otf and woff.
* Change <header> CSS and fontsCase Duckworth2015-03-13
| | | | | | | | | | - Change <header> - to have a bottom border - Dedication is now left-aligned - Margin stuff - Change fonts - Title, subtitle = Playfair Display - Rest = Linux Libertine
* Fix bug in previous/next navlinksCase Duckworth2015-03-12
|
* Style footnotesCase Duckworth2015-03-12
|
* Fix #9 - ekphrastisize some poemsCase Duckworth2015-03-12
| | | | | | | | | | | | | | | | | | For ekphrastic articles, add `ekphrastic` node to YAML metadata. This node includes subnodes `image`, `title`, `alt`, `link`, and `class`. `image` provides a link to the local image--just include the file name with the extension, not the folder (all images should be in /img/.) `title` provides the title of the image, and the alt-text, if there is no `alt` node. `alt`, if it exists, provides the alt text for the image. `link`, if present, wraps the image in an `<a>` tag--it should point to the source web page of the ekphrastic image. `class`, if present, sets the class(es) for the image, for styling. In this commit, I've set `ekphrastic` on the four articles that have them so far: 'The Death Zone,' 'AMBER alert,' 'The moon is gone,' and 'Man.' I've also updated .template.html with the changes, and updated README.md to reflect the changes in YAML structure.
* Temp fix css for image width--see issue 9Case Duckworth2015-03-12
|
* Fix #8 - dedication bug - & change epigraph orgCase Duckworth2015-03-12
| | | | | - Move the $endif$ for $if(epigraph.content)$ to before .dedication - Change `epigraph + epigraph-attrib` to `epigraph > attrib`
* Move dedication to before epigraphCase Duckworth2015-03-10
|
* Add space between header and contentCase Duckworth2015-03-10
|
* Fix more layout issuesCase Duckworth2015-03-10
|
* Re write .thing into #container > .contentCase Duckworth2015-03-09
|
* Navlink changesCase Duckworth2015-03-03
|
* Fix styles for nav placementCase Duckworth2015-03-03
|
* Change style of footnotesCase Duckworth2015-03-03
|
* Add genre, project js to template; add Georgia to cssCase Duckworth2015-03-03
|
* Standardize h2sCase Duckworth2015-03-03
|
* Remove link underline for external linksCase Duckworth2015-03-03
|
* Revert 2 previous commitsCase Duckworth2015-03-03
|
* Add overline to external linksCase Duckworth2015-03-03
|
* Add external link css to linksCase Duckworth2015-03-03
|
* Accomodate footnotesCase Duckworth2015-03-03
|
* Make fonts real web fontsCase Duckworth2015-03-03
|
* Attempt 2 to get css to work with GH pagesCase Duckworth2015-03-03