Commit: 30f7a1081699fdfeab58965ff4c7b3d6a44a7713 Author: Adam Harvey <[email protected]> Mon, 8 Sep 2014 14:17:18 -0700 Parents: 310cf304f1bdf3f3960e277336feefe761be1c95 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=30f7a1081699fdfeab58965ff4c7b3d6a44a7713 Log: Add snaps specific styling. Changed paths: A styles/snaps.css Diff: diff --git a/styles/snaps.css b/styles/snaps.css new file mode 100644 index 0000000..e9f5955 --- /dev/null +++ b/styles/snaps.css @@ -0,0 +1,62 @@ +body { + font: normal 1em/1.5em "Source Sans Pro", Helvetica, Arial, sans-serif; +} + +.mainscreen table { + margin-bottom: 1.5rem; +} + +/* Sidebar styling. Mostly stolen wholesale from the Wiki TOC styling. */ +.secondscreen div, +.secondscreen p, +.secondscreen ul { + background-color: #E6E6E6; + font-size: 0.875rem; + margin: 0; + padding: 0 1.5rem 1.5rem; +} + +.secondscreen h1, +.secondscreen h2, +.secondscreen h3, +.secondscreen h4, +.secondscreen h5, +.secondscreen h6 { + border: 0; + line-height: 2.67; + padding: 0 1.5rem 0; +} + +.secondscreen ul, +.secondscreen ul li { + list-style: none; +} + +.secondscreen ul li:first-child { + border-top: 1px dotted #999; +} + +.secondscreen ul li { + padding: 0; + margin: 0; + line-height: 1.5rem; + border-bottom: 1px dotted #999; +} + +.secondscreen a { + color: #333; + border-bottom: 1px dotted #999; +} + +.secondscreen li a { + border-bottom: 0; +} + +.secondscreen a:hover, +.secondscreen a:focus { + color:#693; + border-color:#693; + outline:none; +} + +/* vim: set expandtab shiftwidth=2 softtabstop=2 tabstop=2 fdm=marker : */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
