Differences From Artifact [8ec40ceed5]:
- File skins/default/css.txt — part of check-in [7211414857] at 2015-02-23 13:54:18 on branch trunk — Disable font-inflation on all skins. (Additional information <a href='http://dbaron.org/log/20111126-font-inflation'>http://dbaron.org/log/20111126-font-inflation</a>) (user: drh size: 3332) [more...]
- File skins/enhanced1/css.txt — part of check-in [7211414857] at 2015-02-23 13:54:18 on branch trunk — Disable font-inflation on all skins. (Additional information <a href='http://dbaron.org/log/20111126-font-inflation'>http://dbaron.org/log/20111126-font-inflation</a>) (user: drh size: 3332)
- File skins/original/css.txt — part of check-in [756a58531b] at 2015-03-14 14:46:01 on branch trunk — The former "San Francisco Modern" skin is now the default. The old default skin is renamed to "Original". (user: drh size: 3332)
To Artifact [e7c642d607]:
- File skins/enhanced1/css.txt — part of check-in [8d880f0bb4] at 2016-11-05 02:29:55 on branch trunk — Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. (user: andygoth size: 3376) [more...]
- File skins/original/css.txt — part of check-in [8d880f0bb4] at 2016-11-05 02:29:55 on branch trunk — Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. (user: andygoth size: 3376)
| ︙ | ︙ | |||
69 70 71 72 73 74 75 | padding: 3px 10px 3px 0px; font-size: 0.9em; text-align: center; background-color: #456878; color: white; } div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited, | | > | > | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
padding: 3px 10px 3px 0px;
font-size: 0.9em;
text-align: center;
background-color: #456878;
color: white;
}
div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited,
div.sectionmenu>a.button:link, div.sectionmenu>a.button:visited,
div.submenu label {
padding: 3px 10px 3px 10px;
color: white;
text-decoration: none;
}
div.mainmenu a:hover, div.submenu a:hover, div.sectionmenu>a.button:hover,
div.submenu label:hover {
color: #558195;
background-color: white;
}
/* All page content from the bottom of the menu or submenu down to
** the footer */
div.content {
|
| ︙ | ︙ |