userguide.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: Lucida Grande, Verdana, Geneva, Sans-serif, 宋体;
  5. font-size: 14px;
  6. color: #333;
  7. background-color: #fff;
  8. }
  9. a {
  10. color: #0134c5;
  11. background-color: transparent;
  12. text-decoration: none;
  13. font-weight: normal;
  14. outline-style: none;
  15. }
  16. a:visited {
  17. color: #0134c5;
  18. background-color: transparent;
  19. text-decoration: none;
  20. outline-style: none;
  21. }
  22. a:hover {
  23. color: #000;
  24. text-decoration: none;
  25. background-color: transparent;
  26. outline-style: none;
  27. }
  28. #breadcrumb {
  29. float: left;
  30. background-color: transparent;
  31. /*margin: 10px 0 0 42px;*/
  32. padding: 10px 0 0 42px;
  33. font-size: 12px;
  34. color: #666;
  35. }
  36. #breadcrumb_right {
  37. float: right;
  38. width: 70px;
  39. background-color: transparent;
  40. padding: 8px 8px 3px 0;
  41. text-align: right;
  42. font-size: 12px;
  43. color: #666;
  44. }
  45. #nav {
  46. background-color: #494949;
  47. margin: 0;
  48. padding: 0;
  49. }
  50. #nav2 {
  51. 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;
  52. padding: 0 310px 0 0;
  53. margin: 0;
  54. text-align: right;
  55. }
  56. #nav_inner {
  57. background-color: transparent;
  58. padding: 8px 12px 0 20px;
  59. margin: 0;
  60. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  61. font-size: 12px;
  62. }
  63. #nav_inner h3 {
  64. font-size: 12px;
  65. color: #fff;
  66. margin: 0;
  67. padding: 0;
  68. }
  69. #nav_inner .td_sep {
  70. 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;
  71. width: 25%;
  72. padding: 0 0 0 20px;
  73. }
  74. #nav_inner .td {
  75. width: 25%;
  76. }
  77. #nav_inner p {
  78. color: #eee;
  79. background-color: transparent;
  80. padding:0;
  81. margin: 0 0 10px 0;
  82. }
  83. #nav_inner ul {
  84. list-style-image: url(images/user_guide/arrow.gif)/*tpa=http://codeigniter.org.cn/images/user_guide/arrow.gif*/;
  85. padding: 0 0 0 18px;
  86. margin: 8px 0 12px 0;
  87. }
  88. #nav_inner li {
  89. padding: 0;
  90. margin: 0 0 4px 0;
  91. }
  92. #nav_inner a {
  93. color: #eee;
  94. background-color: transparent;
  95. text-decoration: none;
  96. font-weight: normal;
  97. outline-style: none;
  98. }
  99. #nav_inner a:visited {
  100. color: #eee;
  101. background-color: transparent;
  102. text-decoration: none;
  103. outline-style: none;
  104. }
  105. #nav_inner a:hover {
  106. color: #ccc;
  107. text-decoration: none;
  108. background-color: transparent;
  109. outline-style: none;
  110. }
  111. #masthead {
  112. margin: 0 40px 0 35px;
  113. padding: 0 0 0 6px;
  114. border-bottom: 1px solid #999;
  115. }
  116. #masthead h1 {
  117. background-color: transparent;
  118. color: #e13300;
  119. font-size: 18px;
  120. font-weight: normal;
  121. margin: 0;
  122. padding: 0 0 6px 0;
  123. }
  124. #searchbox {
  125. background-color: transparent;
  126. padding: 6px 40px 0 0;
  127. text-align: right;
  128. font-size: 12px;
  129. color: #666;
  130. }
  131. #img_welcome {
  132. border-bottom: 1px solid #D0D0D0;
  133. margin: 0 40px 0 40px;
  134. padding: 0;
  135. text-align: center;
  136. }
  137. #content {
  138. margin: 20px 40px 0 40px;
  139. padding: 0;
  140. }
  141. #content p {
  142. margin: 12px 20px 12px 0;
  143. }
  144. #content h1 {
  145. color: #e13300;
  146. border-bottom: 1px solid #666;
  147. background-color: transparent;
  148. font-weight: normal;
  149. font-size: 24px;
  150. margin: 0 0 20px 0;
  151. padding: 3px 0 7px 3px;
  152. }
  153. #content h2 {
  154. background-color: transparent;
  155. border-bottom: 1px solid #999;
  156. color: #000;
  157. font-size: 18px;
  158. font-weight: bold;
  159. margin: 28px 0 16px 0;
  160. padding: 5px 0 6px 0;
  161. }
  162. #content h3 {
  163. background-color: transparent;
  164. color: #333;
  165. font-size: 16px;
  166. font-weight: bold;
  167. margin: 16px 0 15px 0;
  168. padding: 0 0 0 0;
  169. }
  170. #content h4 {
  171. background-color: transparent;
  172. color: #444;
  173. font-size: 14px;
  174. font-weight: bold;
  175. margin: 22px 0 0 0;
  176. padding: 0 0 0 0;
  177. }
  178. #content img {
  179. margin: auto;
  180. padding: 0;
  181. }
  182. #content code {
  183. font-family: Monaco, Verdana, Sans-serif;
  184. font-size: 12px;
  185. background-color: #f9f9f9;
  186. border: 1px solid #D0D0D0;
  187. color: #002166;
  188. display: block;
  189. margin: 14px 0 14px 0;
  190. padding: 12px 10px 12px 10px;
  191. }
  192. #content pre {
  193. font-family: Monaco, Verdana, Sans-serif;
  194. font-size: 12px;
  195. background-color: #f9f9f9;
  196. border: 1px solid #D0D0D0;
  197. color: #002166;
  198. display: block;
  199. margin: 14px 0 14px 0;
  200. padding: 12px 10px 12px 10px;
  201. }
  202. #content .path {
  203. background-color: #EBF3EC;
  204. border: 1px solid #99BC99;
  205. color: #005702;
  206. text-align: center;
  207. margin: 0 0 14px 0;
  208. padding: 5px 10px 5px 8px;
  209. }
  210. #content dfn {
  211. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  212. color: #00620C;
  213. font-weight: bold;
  214. font-style: normal;
  215. }
  216. #content var {
  217. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  218. color: #8F5B00;
  219. font-weight: bold;
  220. font-style: normal;
  221. }
  222. #content samp {
  223. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  224. color: #480091;
  225. font-weight: bold;
  226. font-style: normal;
  227. }
  228. #content kbd {
  229. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  230. color: #A70000;
  231. font-weight: bold;
  232. font-style: normal;
  233. }
  234. #content ul {
  235. list-style-image: url(images/user_guide/arrow.gif)/*tpa=http://codeigniter.org.cn/images/user_guide/arrow.gif*/;
  236. /* margin: 10px 0 12px 0;
  237. padding: 10px 0 12px 0;*/
  238. }
  239. li.reactor {
  240. list-style-image: url(images/user_guide/reactor-bullet.png)/*tpa=http://codeigniter.org.cn/images/user_guide/reactor-bullet.png*/;
  241. }
  242. #content li {
  243. margin-bottom: 9px;
  244. /*margin-left: 5px;*/
  245. }
  246. #content li p {
  247. margin-left: 0;
  248. margin-right: 0;
  249. }
  250. #content .tableborder {
  251. border: 1px solid #999;
  252. }
  253. #content th {
  254. font-weight: bold;
  255. text-align: left;
  256. font-size: 12px;
  257. background-color: #666;
  258. color: #fff;
  259. padding: 4px;
  260. }
  261. #content .td {
  262. font-weight: normal;
  263. font-size: 12px;
  264. padding: 6px;
  265. background-color: #f3f3f3;
  266. }
  267. #content .tdpackage {
  268. font-weight: normal;
  269. font-size: 12px;
  270. }
  271. #content .important {
  272. background: #FBE6F2;
  273. border: 1px solid #D893A1;
  274. color: #333;
  275. margin: 10px 0 5px 0;
  276. padding: 10px;
  277. }
  278. #content .important p {
  279. margin: 6px 0 8px 0;
  280. padding: 0;
  281. }
  282. #content .important .leftpad {
  283. margin: 6px 0 8px 0;
  284. padding-left: 20px;
  285. }
  286. #content .critical {
  287. background: #FBE6F2;
  288. border: 1px solid #E68F8F;
  289. color: #333;
  290. margin: 10px 0 5px 0;
  291. padding: 10px;
  292. }
  293. #content .critical p {
  294. margin: 5px 0 6px 0;
  295. padding: 0;
  296. }
  297. #footer {
  298. background-color: transparent;
  299. font-size: 12px;
  300. padding: 16px 0 15px 0;
  301. margin: 20px 0 0 0;
  302. text-align: center;
  303. }
  304. #footer p {
  305. font-size: 12px;
  306. color: #999;
  307. text-align: center;
  308. }
  309. #footer address {
  310. font-style: normal;
  311. }
  312. .center {
  313. text-align: center;
  314. }
  315. img {
  316. padding:0;
  317. border: 0;
  318. margin: 0;
  319. }
  320. .nopad {
  321. padding:0;
  322. border: 0;
  323. margin: 0;
  324. }
  325. form {
  326. margin: 0;
  327. padding: 0;
  328. }
  329. .input {
  330. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  331. font-size: 12px;
  332. color: #333;
  333. border: 1px solid #B3B4BD;
  334. width: 100%;
  335. font-size: 12px;
  336. height: 1.5em;
  337. padding: 0;
  338. margin: 0;
  339. }
  340. .textarea {
  341. font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
  342. font-size: 14px;
  343. color: #143270;
  344. background-color: #f9f9f9;
  345. border: 1px solid #B3B4BD;
  346. width: 100%;
  347. padding: 6px;
  348. margin: 0;
  349. }
  350. .select {
  351. background-color: #fff;
  352. font-size: 12px;
  353. font-weight: normal;
  354. color: #333;
  355. padding: 0;
  356. margin: 0 0 3px 0;
  357. }
  358. .checkbox {
  359. background-color: transparent;
  360. padding: 0;
  361. border: 0;
  362. }
  363. .submit {
  364. background-color: #000;
  365. color: #fff;
  366. font-weight: normal;
  367. font-size: 12px;
  368. border: 1px solid #fff;
  369. margin: 0;
  370. padding: 1px 5px 2px 5px;
  371. }
  372. #navlist {}
  373. ul#navlist {
  374. list-style-type: none;
  375. padding-bottom: 24px;
  376. margin: 0;
  377. }
  378. ul#navlist li {float: left;
  379. height: 20px;
  380. margin: 6px 5px 0px 5px;
  381. }
  382. .error {font-weight: bold;
  383. color:#FF3300;
  384. margin-left: 100px;
  385. padding-left: 18px;
  386. background: url(public/shared/images/error.png)/*tpa=http://codeigniter.org.cn/user_guide/public/shared/images/error.png*/ no-repeat left top;
  387. }
  388. /* :KLUDGE: Explicitly set the width for IE6- */
  389. * html .error {width: 10em;}
  390. label {float: left;
  391. width: 100px;}
  392. .note {display: block;
  393. margin-left: 100px;}
  394. /* Diff */
  395. .diffbox { margin-top:1.33em; }
  396. .difftype { clear:both; font-weight:bold; color: #365f91;}
  397. .diffadd { border-left:5px #99ff99 solid; padding-left:5px; margin-top:5px;margin-bottom:10px;}
  398. .diffdel { border-left:5px #ffff99 solid; padding-left:5px; margin-top:5px;margin-bottom:10px;}
  399. #content .Differences {
  400. width: 100%;
  401. border-collapse: collapse;
  402. border-spacing: 0;
  403. empty-cells: show;
  404. }
  405. #content .Differences thead th {
  406. text-align: left;
  407. border-bottom: 1px solid #000;
  408. /*background: #aaa;*/
  409. /*color: #000;*/
  410. padding: 4px;
  411. }
  412. #content .Differences tbody th {
  413. text-align: right;
  414. /*background: #ccc;*/
  415. /*width: 4em;*/
  416. padding: 1px 2px 1px 10px;
  417. border-right: 1px solid #000;
  418. vertical-align: top;
  419. font-size: 13px;
  420. width: 2%;
  421. }
  422. #content .Differences td {
  423. padding: 1px 2px;
  424. font-family: Consolas, monospace;
  425. font-size: 13px;
  426. word-wrap: break-word;
  427. white-space: normal;
  428. word-break: break-all;
  429. }
  430. #content .DifferencesSideBySide td.Left {
  431. vertical-align: top;
  432. }
  433. #content .DifferencesSideBySide td.Right {
  434. vertical-align: top;
  435. }
  436. #content .DifferencesSideBySide .ChangeInsert td.Left {
  437. background: #dfd;
  438. }
  439. #content .DifferencesSideBySide .ChangeInsert td.Right {
  440. background: #dfd;
  441. }
  442. #content .DifferencesSideBySide .ChangeDelete td.Left {
  443. background: #faa;
  444. }
  445. #content .DifferencesSideBySide .ChangeDelete td.Right {
  446. background: #faa;
  447. }
  448. #content .DifferencesSideBySide .ChangeReplace .Left {
  449. background: #fe9;
  450. }
  451. #content .DifferencesSideBySide .ChangeReplace .Right {
  452. background: #fe9;
  453. }
  454. #content .Differences ins, .Differences del {
  455. text-decoration: none;
  456. }
  457. #content .DifferencesSideBySide .ChangeReplace ins, #content .DifferencesSideBySide .ChangeReplace del {
  458. background: #fc0;
  459. }
  460. #content .Differences .Skipped {
  461. background: #f7f7f7;
  462. }
  463. #content .DifferencesInline .ChangeReplace .Left,
  464. #content .DifferencesInline .ChangeDelete .Left {
  465. background: #fdd;
  466. }
  467. #content .DifferencesInline .ChangeReplace .Right,
  468. #content .DifferencesInline .ChangeInsert .Right {
  469. background: #dfd;
  470. }
  471. #content .DifferencesInline .ChangeReplace ins {
  472. background: #9e9;
  473. }
  474. #content .DifferencesInline .ChangeReplace del {
  475. background: #e99;
  476. }
  477. #Contributors {
  478. color: #999;
  479. font-size:12px;
  480. }
  481. #DocDate {
  482. color: #999;
  483. font-size:12px;
  484. text-align: right;
  485. }
  486. /* new clearfix */
  487. .clearfix:after {
  488. visibility: hidden;
  489. display: block;
  490. font-size: 0;
  491. content: " ";
  492. clear: both;
  493. height: 0;
  494. }
  495. * html .clearfix {
  496. zoom: 1;
  497. } /* IE6 */
  498. *:first-child+html .clearfix {
  499. zoom: 1;
  500. } /* IE7 */
  501. #masthead .topbar-hd {
  502. float: left;
  503. padding-right: 80px;
  504. }
  505. #masthead .topbar-bd {
  506. font-size: 12px;
  507. float: left;
  508. padding: 8px 8px 3px 0;
  509. }
  510. #masthead .topbar-tip {
  511. float: left;
  512. padding: 6px 8px 2px 0;
  513. }