Skip to content

Commit

Permalink
Merge pull request #11 from codeigniter4/release-4.1.0
Browse files Browse the repository at this point in the history
Update for 4.1.0
  • Loading branch information
MGatner authored Feb 1, 2021
2 parents 429d4ff + c7697f8 commit 2053bab
Show file tree
Hide file tree
Showing 188 changed files with 26,202 additions and 5,692 deletions.
Binary file added CodeIgniter4.0.5.epub
Binary file not shown.
Binary file added CodeIgniter4.1.0.epub
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_static/css/badge_only.css

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

95 changes: 22 additions & 73 deletions docs/_static/css/citheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,71 +133,6 @@ h2, h3 {
max-width: 400px;
}

/* Navigation --------------------------------------------------------------- */

#nav {
background-color: #494949!important;
margin: 0;
padding: 0;
display: none;
}

#nav2 {
background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAARgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAMgAzAwERAAIRAQMRAf/EAFkAAQADAQAAAAAAAAAAAAAAAAABBQcIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgYDAAAAAAAAAAAAAAAAAVERAtMEFJRVBxgRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AMRAAAAAAAA7a87dZcCu3e1wHnbrLgV272uA87dZcCu3e1wHnbrLgV272uA87dZcCu3e1wHnbrLgV272uA87dZcCu3e1wN/wJGAYEjAMCRgGBIwDAkYBgSMAwJGAsoIwCCMAgjAIIwCCMAgjAIIwEgAAAAAAAAAAAAAAAAAAAAAAAH//2Q==) repeat-x scroll left top transparent;
margin: 0;
padding: 0 310px 0 0;
text-align: right;
display: none;
}

#nav_inner {
background-color: transparent;
font-size: 11px;
margin: 0;
padding: 8px 12px 0 20px;
}

div#pulldown-menu {
-moz-column-count: 5;
-moz-column-gap: 20px;
-webkit-column-count: 5;
-webkit-column-gap: 20px;
column-count: 5;
column-gap: 20px;
-webkit-column-rule: 1px groove #b8b8b8;
-moz-column-rule: 1px groove #b8b8b8;
column-rule: 1px groove #b8b8b8;
}

#pulldown-menu > ul {
padding-top: 10px;
padding-bottom: 10px;
-webkit-column-break-inside: avoid; /*Chrome, Safari*/
display: table; /*Firefox*/
break-inside: avoid; /*IE 10+ theoretically*/
}

#pulldown-menu ul li.toctree-l2 {
font-size: 0.82em;
margin-left: 20px;
list-style-image: url(data:image/gif;base64,R0lGODlhCwAJALMJAO7u7uTk5PLy8unp6fb29t7e3vj4+Li4uIWFheTk5AAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAkALAAAAAALAAkAAAQoMJ1JqTQ4Z3SI98jHCWSJkByArCyiHkMsIzEX3DeCc0Xv+4hEa5iIAAA7);
}

#pulldown-menu ul li.toctree-l1 a {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: 700;
}

#pulldown-menu ul li.toctree-l2 a {
text-decoration: none;
font-size: 11px;
line-height: 1.4em;
font-weight: 300;
color: #aaaaaa;
}

/* Side Menu ---------------------------------------------------------------- */

.wy-nav-side {
Expand Down Expand Up @@ -261,26 +196,40 @@ div#pulldown-menu {
white-space: pre;
}

.rst-content {
max-width: 60em;
.rst-content dl.class>dt {
margin-bottom: 1rem !important;
}

.rst-content dl:not(.docutils) dt {
.rst-content .section ol p, .rst-content .section ul p {
margin: 0;
}

html.writer-html4 .rst-content dl:not(.docutils)>dt,
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
background: #fdc894;
color: #434343;
border-top: solid 3px #dd4814;
}

.rst-content .section ol p, .rst-content .section ul p {
margin: 0;
html.writer-html4 .rst-content dl:not(.docutils) code.descname,
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname {
padding-right: 0.2rem;
}

.rst-content dl:not(.docutils) dt:first-child {
.rst-content dl.field-list {
margin-top: 1rem;
margin-bottom: 0.5rem;
}

.rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname {
padding-right: 0.2rem;
.rst-content dl.field-list dt, .rst-content dl.field-list p,
html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt,
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt {
font-size: 90%;
}

html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt,
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt {
padding: 6px;
}

.admonition {
Expand Down
Binary file added docs/_static/css/fonts/Roboto-Slab-Bold.woff
Binary file not shown.
Binary file added docs/_static/css/fonts/Roboto-Slab-Bold.woff2
Binary file not shown.
Binary file added docs/_static/css/fonts/Roboto-Slab-Regular.woff
Binary file not shown.
Binary file added docs/_static/css/fonts/Roboto-Slab-Regular.woff2
Binary file not shown.
Binary file added docs/_static/css/fonts/fontawesome-webfont.eot
Binary file not shown.
Loading

0 comments on commit 2053bab

Please sign in to comment.