123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593 |
- body {
- margin: 0;
- padding: 0;
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif, 宋体;
- font-size: 14px;
- color: #333;
- background-color: #fff;
- }
- a {
- color: #0134c5;
- background-color: transparent;
- text-decoration: none;
- font-weight: normal;
- outline-style: none;
- }
- a:visited {
- color: #0134c5;
- background-color: transparent;
- text-decoration: none;
- outline-style: none;
- }
- a:hover {
- color: #000;
- text-decoration: none;
- background-color: transparent;
- outline-style: none;
- }
- #breadcrumb {
- float: left;
- background-color: transparent;
- /*margin: 10px 0 0 42px;*/
- padding: 10px 0 0 42px;
- font-size: 12px;
- color: #666;
- }
- #breadcrumb_right {
- float: right;
- width: 70px;
- background-color: transparent;
- padding: 8px 8px 3px 0;
- text-align: right;
- font-size: 12px;
- color: #666;
- }
- #nav {
- background-color: #494949;
- margin: 0;
- padding: 0;
- }
- #nav2 {
- background: #fff url(images/user_guide/nav_bg_darker.jpg)/*tpa=http://codeigniter.org.cn/images/user_guide/nav_bg_darker.jpg*/ repeat-x left top;
- padding: 0 310px 0 0;
- margin: 0;
- text-align: right;
- }
- #nav_inner {
- background-color: transparent;
- padding: 8px 12px 0 20px;
- margin: 0;
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- font-size: 12px;
- }
- #nav_inner h3 {
- font-size: 12px;
- color: #fff;
- margin: 0;
- padding: 0;
- }
- #nav_inner .td_sep {
- background: transparent url(images/user_guide/nav_separator_darker.jpg)/*tpa=http://codeigniter.org.cn/images/user_guide/nav_separator_darker.jpg*/ repeat-y left top;
- width: 25%;
- padding: 0 0 0 20px;
- }
- #nav_inner .td {
- width: 25%;
- }
- #nav_inner p {
- color: #eee;
- background-color: transparent;
- padding:0;
- margin: 0 0 10px 0;
- }
- #nav_inner ul {
- list-style-image: url(images/user_guide/arrow.gif)/*tpa=http://codeigniter.org.cn/images/user_guide/arrow.gif*/;
- padding: 0 0 0 18px;
- margin: 8px 0 12px 0;
- }
- #nav_inner li {
- padding: 0;
- margin: 0 0 4px 0;
- }
- #nav_inner a {
- color: #eee;
- background-color: transparent;
- text-decoration: none;
- font-weight: normal;
- outline-style: none;
- }
- #nav_inner a:visited {
- color: #eee;
- background-color: transparent;
- text-decoration: none;
- outline-style: none;
- }
- #nav_inner a:hover {
- color: #ccc;
- text-decoration: none;
- background-color: transparent;
- outline-style: none;
- }
- #masthead {
- margin: 0 40px 0 35px;
- padding: 0 0 0 6px;
- border-bottom: 1px solid #999;
- }
- #masthead h1 {
- background-color: transparent;
- color: #e13300;
- font-size: 18px;
- font-weight: normal;
- margin: 0;
- padding: 0 0 6px 0;
- }
- #searchbox {
- background-color: transparent;
- padding: 6px 40px 0 0;
- text-align: right;
- font-size: 12px;
- color: #666;
- }
- #img_welcome {
- border-bottom: 1px solid #D0D0D0;
- margin: 0 40px 0 40px;
- padding: 0;
- text-align: center;
- }
- #content {
- margin: 20px 40px 0 40px;
- padding: 0;
- }
- #content p {
- margin: 12px 20px 12px 0;
- }
- #content h1 {
- color: #e13300;
- border-bottom: 1px solid #666;
- background-color: transparent;
- font-weight: normal;
- font-size: 24px;
- margin: 0 0 20px 0;
- padding: 3px 0 7px 3px;
- }
- #content h2 {
- background-color: transparent;
- border-bottom: 1px solid #999;
- color: #000;
- font-size: 18px;
- font-weight: bold;
- margin: 28px 0 16px 0;
- padding: 5px 0 6px 0;
- }
- #content h3 {
- background-color: transparent;
- color: #333;
- font-size: 16px;
- font-weight: bold;
- margin: 16px 0 15px 0;
- padding: 0 0 0 0;
- }
- #content h4 {
- background-color: transparent;
- color: #444;
- font-size: 14px;
- font-weight: bold;
- margin: 22px 0 0 0;
- padding: 0 0 0 0;
- }
- #content img {
- margin: auto;
- padding: 0;
- }
- #content code {
- font-family: Monaco, Verdana, Sans-serif;
- font-size: 12px;
- background-color: #f9f9f9;
- border: 1px solid #D0D0D0;
- color: #002166;
- display: block;
- margin: 14px 0 14px 0;
- padding: 12px 10px 12px 10px;
- }
- #content pre {
- font-family: Monaco, Verdana, Sans-serif;
- font-size: 12px;
- background-color: #f9f9f9;
- border: 1px solid #D0D0D0;
- color: #002166;
- display: block;
- margin: 14px 0 14px 0;
- padding: 12px 10px 12px 10px;
- }
- #content .path {
- background-color: #EBF3EC;
- border: 1px solid #99BC99;
- color: #005702;
- text-align: center;
- margin: 0 0 14px 0;
- padding: 5px 10px 5px 8px;
- }
- #content dfn {
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- color: #00620C;
- font-weight: bold;
- font-style: normal;
- }
- #content var {
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- color: #8F5B00;
- font-weight: bold;
- font-style: normal;
- }
- #content samp {
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- color: #480091;
- font-weight: bold;
- font-style: normal;
- }
- #content kbd {
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- color: #A70000;
- font-weight: bold;
- font-style: normal;
- }
- #content ul {
- list-style-image: url(images/user_guide/arrow.gif)/*tpa=http://codeigniter.org.cn/images/user_guide/arrow.gif*/;
- /* margin: 10px 0 12px 0;
- padding: 10px 0 12px 0;*/
- }
- li.reactor {
- list-style-image: url(images/user_guide/reactor-bullet.png)/*tpa=http://codeigniter.org.cn/images/user_guide/reactor-bullet.png*/;
- }
- #content li {
- margin-bottom: 9px;
- /*margin-left: 5px;*/
- }
- #content li p {
- margin-left: 0;
- margin-right: 0;
- }
- #content .tableborder {
- border: 1px solid #999;
- }
- #content th {
- font-weight: bold;
- text-align: left;
- font-size: 12px;
- background-color: #666;
- color: #fff;
- padding: 4px;
- }
- #content .td {
- font-weight: normal;
- font-size: 12px;
- padding: 6px;
- background-color: #f3f3f3;
- }
- #content .tdpackage {
- font-weight: normal;
- font-size: 12px;
- }
- #content .important {
- background: #FBE6F2;
- border: 1px solid #D893A1;
- color: #333;
- margin: 10px 0 5px 0;
- padding: 10px;
- }
- #content .important p {
- margin: 6px 0 8px 0;
- padding: 0;
- }
- #content .important .leftpad {
- margin: 6px 0 8px 0;
- padding-left: 20px;
- }
- #content .critical {
- background: #FBE6F2;
- border: 1px solid #E68F8F;
- color: #333;
- margin: 10px 0 5px 0;
- padding: 10px;
- }
- #content .critical p {
- margin: 5px 0 6px 0;
- padding: 0;
- }
- #footer {
- background-color: transparent;
- font-size: 12px;
- padding: 16px 0 15px 0;
- margin: 20px 0 0 0;
- text-align: center;
- }
- #footer p {
- font-size: 12px;
- color: #999;
- text-align: center;
- }
- #footer address {
- font-style: normal;
- }
- .center {
- text-align: center;
- }
- img {
- padding:0;
- border: 0;
- margin: 0;
- }
- .nopad {
- padding:0;
- border: 0;
- margin: 0;
- }
- form {
- margin: 0;
- padding: 0;
- }
- .input {
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- font-size: 12px;
- color: #333;
- border: 1px solid #B3B4BD;
- width: 100%;
- font-size: 12px;
- height: 1.5em;
- padding: 0;
- margin: 0;
- }
- .textarea {
- font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
- font-size: 14px;
- color: #143270;
- background-color: #f9f9f9;
- border: 1px solid #B3B4BD;
- width: 100%;
- padding: 6px;
- margin: 0;
- }
- .select {
- background-color: #fff;
- font-size: 12px;
- font-weight: normal;
- color: #333;
- padding: 0;
- margin: 0 0 3px 0;
- }
- .checkbox {
- background-color: transparent;
- padding: 0;
- border: 0;
- }
- .submit {
- background-color: #000;
- color: #fff;
- font-weight: normal;
- font-size: 12px;
- border: 1px solid #fff;
- margin: 0;
- padding: 1px 5px 2px 5px;
- }
- #navlist {}
- ul#navlist {
- list-style-type: none;
- padding-bottom: 24px;
- margin: 0;
- }
- ul#navlist li {float: left;
- height: 20px;
- margin: 6px 5px 0px 5px;
- }
- .error {font-weight: bold;
- color:#FF3300;
- margin-left: 100px;
- padding-left: 18px;
- background: url(public/shared/images/error.png)/*tpa=http://codeigniter.org.cn/user_guide/public/shared/images/error.png*/ no-repeat left top;
- }
- /* :KLUDGE: Explicitly set the width for IE6- */
- * html .error {width: 10em;}
- label {float: left;
- width: 100px;}
- .note {display: block;
- margin-left: 100px;}
- /* Diff */
- .diffbox { margin-top:1.33em; }
- .difftype { clear:both; font-weight:bold; color: #365f91;}
- .diffadd { border-left:5px #99ff99 solid; padding-left:5px; margin-top:5px;margin-bottom:10px;}
- .diffdel { border-left:5px #ffff99 solid; padding-left:5px; margin-top:5px;margin-bottom:10px;}
- #content .Differences {
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0;
- empty-cells: show;
- }
- #content .Differences thead th {
- text-align: left;
- border-bottom: 1px solid #000;
- /*background: #aaa;*/
- /*color: #000;*/
- padding: 4px;
- }
- #content .Differences tbody th {
- text-align: right;
- /*background: #ccc;*/
- /*width: 4em;*/
- padding: 1px 2px 1px 10px;
- border-right: 1px solid #000;
- vertical-align: top;
- font-size: 13px;
- width: 2%;
- }
- #content .Differences td {
- padding: 1px 2px;
- font-family: Consolas, monospace;
- font-size: 13px;
- word-wrap: break-word;
- white-space: normal;
- word-break: break-all;
- }
- #content .DifferencesSideBySide td.Left {
- vertical-align: top;
- }
- #content .DifferencesSideBySide td.Right {
- vertical-align: top;
- }
- #content .DifferencesSideBySide .ChangeInsert td.Left {
- background: #dfd;
- }
- #content .DifferencesSideBySide .ChangeInsert td.Right {
- background: #dfd;
- }
- #content .DifferencesSideBySide .ChangeDelete td.Left {
- background: #faa;
- }
- #content .DifferencesSideBySide .ChangeDelete td.Right {
- background: #faa;
- }
- #content .DifferencesSideBySide .ChangeReplace .Left {
- background: #fe9;
- }
- #content .DifferencesSideBySide .ChangeReplace .Right {
- background: #fe9;
- }
- #content .Differences ins, .Differences del {
- text-decoration: none;
- }
- #content .DifferencesSideBySide .ChangeReplace ins, #content .DifferencesSideBySide .ChangeReplace del {
- background: #fc0;
- }
- #content .Differences .Skipped {
- background: #f7f7f7;
- }
- #content .DifferencesInline .ChangeReplace .Left,
- #content .DifferencesInline .ChangeDelete .Left {
- background: #fdd;
- }
- #content .DifferencesInline .ChangeReplace .Right,
- #content .DifferencesInline .ChangeInsert .Right {
- background: #dfd;
- }
- #content .DifferencesInline .ChangeReplace ins {
- background: #9e9;
- }
- #content .DifferencesInline .ChangeReplace del {
- background: #e99;
- }
- #Contributors {
- color: #999;
- font-size:12px;
- }
- #DocDate {
- color: #999;
- font-size:12px;
- text-align: right;
- }
- /* new clearfix */
- .clearfix:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- }
- * html .clearfix {
- zoom: 1;
- } /* IE6 */
- *:first-child+html .clearfix {
- zoom: 1;
- } /* IE7 */
- #masthead .topbar-hd {
- float: left;
- padding-right: 80px;
- }
- #masthead .topbar-bd {
- font-size: 12px;
- float: left;
- padding: 8px 8px 3px 0;
- }
- #masthead .topbar-tip {
- float: left;
- padding: 6px 8px 2px 0;
- }
|