Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Feb 24, 2020
1 parent c67628b commit acf7666
Show file tree
Hide file tree
Showing 164 changed files with 30,406 additions and 18,706 deletions.
Binary file added CodeIgniter4.0.0.epub
Binary file not shown.
Binary file added docs/_images/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/welcome1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions docs/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 30 additions & 2 deletions docs/_static/css/citheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

#nav {
background-color: #494949;
background-color: #494949!important;
margin: 0;
padding: 0;
display: none;
Expand Down Expand Up @@ -72,6 +72,34 @@ div#pulldown-menu {
color: #aaaaaa;
}

.wy-side-nav-search a {
color: #ffffff;
}

.wy-menu-vertical a:active {
background-color: #dd4814;
}

.wy-nav-content {
max-width: none;
}

.wy-nav-content-wrap a, .wy-nav-content-wrap a:visited {
color: #dd4814;
}

.wy-nav-content-wrap a:hover, .wy-nav-content-wrap a:active {
color: #97310e;
}

.wy-alert.wy-alert-success .wy-alert-title, .rst-content .wy-alert-success.note .wy-alert-title, .rst-content .wy-alert-success.attention .wy-alert-title, .rst-content .wy-alert-success.caution .wy-alert-title, .rst-content .wy-alert-success.danger .wy-alert-title, .rst-content .wy-alert-success.error .wy-alert-title, .rst-content .hint .wy-alert-title, .rst-content .important .wy-alert-title, .rst-content .tip .wy-alert-title, .rst-content .wy-alert-success.warning .wy-alert-title, .rst-content .wy-alert-success.seealso .wy-alert-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title, .wy-alert.wy-alert-success .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-success .admonition-title, .rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.error .admonition-title, .rst-content .hint .admonition-title, .rst-content .important .admonition-title, .rst-content .tip .admonition-title, .rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.admonition-todo .admonition-title {
background-color: #dd4814;
}

.wy-alert.wy-alert-success, .rst-content .wy-alert-success.note, .rst-content .wy-alert-success.attention, .rst-content .wy-alert-success.caution, .rst-content .wy-alert-success.danger, .rst-content .wy-alert-success.error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .wy-alert-success.warning, .rst-content .wy-alert-success.seealso, .rst-content .wy-alert-success.admonition-todo {
background: rgba(0,0,0,0.05);
}

/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
Expand All @@ -81,4 +109,4 @@ div#pulldown-menu {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
}
}
Loading

0 comments on commit acf7666

Please sign in to comment.