53 Commits

Author SHA1 Message Date
e72a8fd35e
update livery (PSI logo) 2024-11-15 15:31:59 +01:00
Spencer Bliven
2c95130a4f Add Python page
- Update styles for some includes
- Use default markdown rendering instead of span rendering to allow
  multi-line content
- Slight hack in customstyles to allow color overrides. A better fix
  would be to use the bootstrap sass to keep constant colors throughout
  the project
- Added title parameter to note and warning includes
2020-10-01 17:02:38 +02:00
3b8e2fc9d1 Added interactive-jobs.md and linux/macos/windows client recipes 2019-10-23 12:08:18 +02:00
Tom Johnson
0397cb4162 Fixed PDF generation scripts so they work correctly now 2017-08-19 09:58:09 -07:00
Tom Johnson
2ae9227831 fix navbar so that when browser width is small, it doesn't overlap heading 2017-06-28 00:05:50 -07:00
Tom Johnson
361d9f960e updates for 6.1 - removed sidebarconfigs, added topnav flexibility, removed scroll layout, updated docs, removed lavish-bootstrap, replaced with normal bootstrap, added styles to compensate 2017-06-05 06:10:01 -07:00
tomjohnson1492
9a30b3950a fix erroneous style 2017-01-21 21:38:48 -08:00
Tom Johnson
ba0fbe1928 Merge pull request #58 from Gravatronics/customstyles-hover
Fix :hover selector in customstyles.css
2017-01-21 21:36:08 -08:00
Tom Johnson
bd54f1e8e1 Merge pull request #59 from Gravatronics/customstyles-font-color
Replace invalid font-color with color in customstyles.css
2017-01-21 21:35:59 -08:00
Tom Johnson
1d4a1381c0 Merge pull request #60 from Gravatronics/customstyles-media
Fix concatenation of media queries in customstyles.css
2017-01-21 21:35:50 -08:00
George Hartzell
dfe9602384 Sidebar arrows should change content when open
The sidebar arrows should change content when they're open.  There's a small bug in css/customstyles.css that prevents this; other parts of the style use 'active' instead of 'open' so it needs to here too.

This PR fixes it.

Since Font Awesome is already wired in, I think that their carets look nicer.  Here's how:

```
.nav li > a > span:after {
   font-family: FontAwesome;
   content: "\f105";

}
.nav li.active > a > span:after {
   font-family: FontAwesome;
   content: "\f107";
}
```
2017-01-21 18:21:32 -08:00
Matthias Schmidt
bc52456062 Fix concatenation of media queries in customstyles.css
When concatenating multiple media queries, only the first `@media` is
necessary.
2016-12-28 21:43:57 +01:00
Matthias Schmidt
eff5496bf4 Replace invalid font-color with color in customstyles.css 2016-12-28 21:35:44 +01:00
Matthias Schmidt
530e7e5f27 Fix :hover selector in customstyles.css 2016-12-28 21:29:12 +01:00
tomjohnson1492
2db15f4e4d misc. fixes for reported issues 2016-11-09 22:34:40 -08:00
tomjohnson1492
b69693e0fb improved installation instructions 2016-10-07 18:58:20 -07:00
tomjohnson1492
2a76114fac fixing a style with the faq layout 2016-07-30 20:21:14 -07:00
tomjohnson1492
06673e2de9 added include template for images and refined documentation for alerts and callouts include templates 2016-06-06 10:00:01 -07:00
tomjohnson1492
5e74b9a837 fixing style in complex user map 2016-06-03 06:34:57 -07:00
tomjohnson1492
15ee5146da demo of complex user map content 2016-06-02 22:23:24 -07:00
tomjohnson1492
dfc0659653 added demo of a more complex map 2016-06-01 12:39:53 -07:00
tomjohnson1492
afbbd50fa1 added workflow example 2016-05-30 22:34:25 -07:00
tomjohnson1492
a5a14aaf5a updates 2016-05-30 17:16:52 -07:00
tomjohnson1492
1f4bf78619 updated install instructions 2016-05-30 16:53:12 -07:00
tomjohnson1492
4063deecea some minor updates 2016-05-02 10:20:17 -07:00
tomjohnson1492
8100e01ecf fixing small error in sidebar include code 2016-04-05 08:32:22 -07:00
tomjohnson1492
25eeba31aa adjusted sidebar heading style for subfolders 2016-03-25 22:47:56 -07:00
tomjohnson1492
7f8a03d876 added more clarity around installation instructions 2016-03-25 14:15:43 -07:00
tomjohnson1492
283dfa3b73 color fix for sidebar, also added instructions for installing jekyll on windows 2016-03-23 23:07:59 -07:00
tomjohnson1492
2791c87f38 style fix to improve the look of the third level of the sidebar items 2016-03-23 10:50:43 -07:00
tomjohnson1492
c0cb9ce91f small code fix for sidebar to use li for sidebartitle instead of div, which is not allowed inside ul 2016-03-23 10:41:31 -07:00
tomjohnson1492
ae69b83a96 more updates to doc, some theme tweaks, finalizing the 5.0 release 2016-03-20 22:53:03 -07:00
tomjohnson1492
7a869d7cd4 committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation 2016-03-19 00:13:09 -07:00
Tom Johnson
b839b5edac fixing typos in yaml tutorial topic 2016-02-17 08:41:12 -08:00
Tom Johnson
85fb9a9821 fix search, add yaml tutorial 2016-02-07 21:46:23 -08:00
Tom Johnson
923ede8c90 fixing scroll layout 2016-01-21 20:39:17 -08:00
Tom Johnson
fcae37b779 experimenting with algolia search 2016-01-21 17:29:06 -08:00
Tom Johnson
ccc0490aad fixing typo 2015-12-30 15:08:24 -08:00
Tom Johnson
8fe116220b small style fix 2015-12-13 08:35:17 -08:00
Tom Johnson
f8b960225e releasing version 4.0 of the doc theme. Major overhaul to the theme. Now it supports multiple doc projects within the same project. The intent is to replicate CCMS behavior so that an entire team can work off of the same project, each operating somewhat independently or not on various subprojects. 2015-11-30 13:53:18 -08:00
Tom Johnson
44fed9602a adjusted accordion feature by removing setting for this
You now have to manually adjust a few things in the sidebar.html if you
do not want the accordion feature.
2015-09-22 15:43:59 -07:00
Tom Johnson
729d03f2b6 Fixed an issue in the configuration. The conditions.html file needs to specify different project names for the conditions. For some reason I had both writers and designers outputs with the same site.project name, which caused the conditional filtering feature not to work. This is fixed now. 2015-09-08 13:14:30 -07:00
Tom Johnson
b47087cf7b updated image style to 100% 2015-08-22 00:04:09 -07:00
Tom Johnson
094d706582 content updates 2015-08-12 23:35:12 -07:00
Tom Johnson
e564f65040 content updates 2015-08-12 15:57:05 -07:00
Tom Johnson
6cab011d1b version 3.0 of the theme -- complete overhaul 2015-08-11 16:48:17 -07:00
Tom Johnson
6d98971517 Made sidebar configurable based on product, platform, version properties in configuration file. Also added ability to add series that link together pages. 2015-05-17 19:01:41 -07:00
Tom Johnson
ab51a49622 Made it so index.html in permalink is now an option in the config file. Made lots of other general improvements to the customjavascript.js file and various other parts of theme. 2015-05-13 12:13:56 -07:00
Tom Johnson
d7b96aa0d2 Added instructions for creating navtabs. Added documentation for configuration file options. Made a few style tweaks. Moved mini-TOC to float on the right. Redid the styling for the mini-TOC bar. 2015-05-12 21:21:29 -07:00
Tom Johnson
18e31994f2 major updates across the theme to make it more user-centered 2015-05-05 14:06:11 -07:00