Skip to content

Commit acf7666

Browse files
committed
Release 4.0.0
1 parent c67628b commit acf7666

File tree

164 files changed

+30406
-18706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+30406
-18706
lines changed

CodeIgniter4.0.0.epub

894 KB
Binary file not shown.

docs/_images/error.png

92.9 KB
Loading

docs/_images/welcome.png

98.9 KB
Loading

docs/_images/welcome1.png

121 KB
Loading

docs/_static/css/badge_only.css

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/css/citheme.css

+30-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
#nav {
10-
background-color: #494949;
10+
background-color: #494949!important;
1111
margin: 0;
1212
padding: 0;
1313
display: none;
@@ -72,6 +72,34 @@ div#pulldown-menu {
7272
color: #aaaaaa;
7373
}
7474

75+
.wy-side-nav-search a {
76+
color: #ffffff;
77+
}
78+
79+
.wy-menu-vertical a:active {
80+
background-color: #dd4814;
81+
}
82+
83+
.wy-nav-content {
84+
max-width: none;
85+
}
86+
87+
.wy-nav-content-wrap a, .wy-nav-content-wrap a:visited {
88+
color: #dd4814;
89+
}
90+
91+
.wy-nav-content-wrap a:hover, .wy-nav-content-wrap a:active {
92+
color: #97310e;
93+
}
94+
95+
.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 {
96+
background-color: #dd4814;
97+
}
98+
99+
.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 {
100+
background: rgba(0,0,0,0.05);
101+
}
102+
75103
/* override table width restrictions */
76104
.wy-table-responsive table td, .wy-table-responsive table th {
77105
white-space: normal;
@@ -81,4 +109,4 @@ div#pulldown-menu {
81109
margin-bottom: 24px;
82110
max-width: 100%;
83111
overflow: visible;
84-
}
112+
}

0 commit comments

Comments
 (0)