Advertisement
hackerboxes

beijing ditie main.css

Aug 7th, 2012
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.23 KB | None | 0 0
  1. body {color: #000000; font: 12px/1.5 Tahoma,Helvetica,arial,sans-serif;}
  2. body,ul,ol,li{margin:0;padding:0;}
  3. li{list-style:none;}
  4. fieldset { margin-bottom: 1em; padding: .5em;}
  5. form { margin: 0; padding: 0;}
  6. hr { height: 1px; border: 1px solid gray;}
  7. img { border: 0 none;}
  8. table { border-collapse: collapse;}
  9. th { text-align: left; padding-right: 1em; border-bottom: 3px solid #ccc;}
  10. .clear-block:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
  11. .clear-block { display: inline-block;}
  12. * html .clear-block { height: 1%;}
  13. .clear-block { display: block;}
  14. p{margin:0; }
  15. th.active img {display: inline;}
  16. tr.even, tr.odd { background-color: #eee; border-bottom: 1px solid #ccc; padding: 0.1em 0.6em;}
  17. tr.drag {background-color: #fffff0;}
  18. tr.drag-previous {background-color: #ffd;}
  19. td.active {background-color: #ddd;}
  20. td.checkbox, th.checkbox {text-align: center;}
  21. tbody th { border-bottom: 1px solid #ccc;}
  22. thead th { text-align: left;padding-right: 1em; border-bottom: 3px solid #ccc;}
  23. body.drag { cursor: move;}
  24.  
  25. /*
  26. ** Other common styles
  27. */
  28. #page-wrapper{width:1000px; margin:0 auto; background-color:#B8DBF0; }
  29. /*body.front #page-wrapper{background:url(images/new_bg001.jpg) no-repeat 0 0 #B8DBF0; }*/
  30.  
  31. .breadcrumb {
  32. padding-bottom: .5em
  33. }
  34. div.indentation {
  35. width: 20px;
  36. height: 1.7em;
  37. margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  38. padding: 0.42em 0 0.42em 0.6em; /* LTR */
  39. float: left; /* LTR */
  40. }
  41. div.tree-child {
  42. background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
  43. }
  44. div.tree-child-last {
  45. background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
  46. }
  47. div.tree-child-horizontal {
  48. background: url(../../misc/tree.png) no-repeat -11px center;
  49. }
  50. .error {
  51. color: #e55;
  52. }
  53. div.error {
  54. border: 1px solid #d77;
  55. }
  56. div.error, tr.error {
  57. background: #fcc;
  58. color: #200;
  59. padding: 2px;
  60. }
  61. .warning {
  62. color: #e09010;
  63. }
  64. div.warning {
  65. border: 1px solid #f0c020;
  66. }
  67. div.warning, tr.warning {
  68. background: #ffd;
  69. color: #220;
  70. padding: 2px;
  71. }
  72. .ok {
  73. color: #008000;
  74. }
  75. div.ok {
  76. border: 1px solid #00aa00;
  77. }
  78. div.ok, tr.ok {
  79. background: #dfd;
  80. color: #020;
  81. padding: 2px;
  82. }
  83. .item-list .icon {
  84. color: #555;
  85. float: right; /* LTR */
  86. padding-left: 0.25em; /* LTR */
  87. clear: right; /* LTR */
  88. }
  89. .item-list .title {
  90. font-weight: bold;
  91. }
  92. .item-list ul {
  93. margin: 0 0 0.75em 0;
  94. padding: 0;
  95. }
  96. ol.task-list li.active {
  97. font-weight: bold;
  98. }
  99. .form-item {
  100. margin-top: 1em;
  101. margin-bottom: 1em;
  102. }
  103. tr.odd .form-item, tr.even .form-item {
  104. margin-top: 0;
  105. margin-bottom: 0;
  106. white-space: nowrap;
  107. }
  108. tr.merge-down, tr.merge-down td, tr.merge-down th {
  109. border-bottom-width: 0 !important;
  110. }
  111. tr.merge-up, tr.merge-up td, tr.merge-up th {
  112. border-top-width: 0 !important;
  113. }
  114. .form-item input.error, .form-item textarea.error, .form-item select.error {
  115. border: 2px solid red;
  116. }
  117. .form-item .description {
  118. font-size: 0.85em;
  119. }
  120. .form-item label {
  121. display: block;
  122. font-weight: bold;
  123. }
  124. .form-item label.option {
  125. display: inline;
  126. font-weight: normal;
  127. }
  128. .form-checkboxes, .form-radios {
  129. margin: 1em 0;
  130. }
  131. .form-checkboxes .form-item, .form-radios .form-item {
  132. margin-top: 0.4em;
  133. margin-bottom: 0.4em;
  134. }
  135. .marker, .form-required {
  136. color: #f00;
  137. }
  138. .more-link {
  139. text-align: right; /* LTR */
  140. }
  141. .more-help-link {
  142. font-size: 0.85em;
  143. text-align: right; /* LTR */
  144. }
  145. .nowrap {
  146. white-space: nowrap;
  147. }
  148. .item-list .pager {
  149. clear: both;
  150. text-align: center;
  151. }
  152. .item-list .pager li {
  153. background-image:none;
  154. display:inline;
  155. list-style-type:none;
  156. padding: 0.5em;
  157. }
  158. .pager-current {
  159. font-weight:bold;
  160. }
  161. .tips {
  162. margin-top: 0;
  163. margin-bottom: 0;
  164. padding-top: 0;
  165. padding-bottom: 0;
  166. font-size: 0.9em;
  167. }
  168. dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  169. font-family: inherit;
  170. font-size: inherit;
  171. width: 14em;
  172. }
  173. dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  174. width: 8em;
  175. }
  176. dl.multiselect dt, dl.multiselect dd {
  177. float: left; /* LTR */
  178. line-height: 1.75em;
  179. padding: 0;
  180. margin: 0 1em 0 0; /* LTR */
  181. }
  182. dl.multiselect .form-item {
  183. height: 1.75em;
  184. margin: 0;
  185. }
  186.  
  187. /*
  188. ** Inline items (need to override above)
  189. */
  190. .container-inline div, .container-inline label {
  191. display: inline;
  192. }
  193.  
  194. /*
  195. ** Tab navigation
  196. */
  197. ul.primary {
  198. border-collapse: collapse;
  199. padding: 0 0 0 1em; /* LTR */
  200. white-space: nowrap;
  201. list-style: none;
  202. margin: 5px;
  203. height: auto;
  204. line-height: normal;
  205. border-bottom: 1px solid #bbb;
  206. }
  207. ul.primary li {
  208. display: inline;
  209. }
  210. ul.primary li a {
  211. background-color: #ddd;
  212. border-color: #bbb;
  213. border-width: 1px;
  214. border-style: solid solid none solid;
  215. height: auto;
  216. margin-right: 0.5em; /* LTR */
  217. padding: 0 1em;
  218. text-decoration: none;
  219. }
  220. ul.primary li.active a {
  221. background-color: #fff;
  222. border: 1px solid #bbb;
  223. border-bottom: #fff 1px solid;
  224. }
  225. ul.primary li a:hover {
  226. background-color: #eee;
  227. border-color: #ccc;
  228. border-bottom-color: #eee;
  229. }
  230. ul.secondary {
  231. border-bottom: 1px solid #bbb;
  232. padding: 0.5em 1em;
  233. margin: 5px;
  234. }
  235. ul.secondary li {
  236. display: inline;
  237. padding: 0 1em;
  238. border-right: 1px solid #ccc; /* LTR */
  239. }
  240. ul.secondary a {
  241. padding: 0;
  242. text-decoration: none;
  243. }
  244. ul.secondary a.active {
  245. border-bottom: 4px solid #999;
  246. }
  247.  
  248. /*
  249. ** Autocomplete styles
  250. */
  251. /* Suggestion list */
  252. #autocomplete {
  253. position: absolute;
  254. border: 1px solid;
  255. overflow: hidden;
  256. z-index: 100;
  257. }
  258. #autocomplete ul {
  259. margin: 0;
  260. padding: 0;
  261. list-style: none;
  262. }
  263. #autocomplete li {
  264. background: #fff;
  265. color: #000;
  266. white-space: pre;
  267. cursor: default;
  268. }
  269. #autocomplete li.selected {
  270. background: #0072b9;
  271. color: #fff;
  272. }
  273. /* Animated throbber */
  274. html.js input.form-autocomplete {
  275. background-image: url(../../misc/throbber.gif);
  276. background-repeat: no-repeat;
  277. background-position: 100% 2px; /* LTR */
  278. }
  279. html.js input.throbbing {
  280. background-position: 100% -18px; /* LTR */
  281. }
  282.  
  283. /*
  284. ** Collapsing fieldsets
  285. */
  286. html.js fieldset.collapsed {
  287. border-bottom-width: 0;
  288. border-left-width: 0;
  289. border-right-width: 0;
  290. margin-bottom: 0;
  291. height: 1em;
  292. }
  293. html.js fieldset.collapsed * {
  294. display: none;
  295. }
  296. html.js fieldset.collapsed legend {
  297. display: block;
  298. }
  299. html.js fieldset.collapsible legend a {
  300. padding-left: 15px; /* LTR */
  301. background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
  302. }
  303. html.js fieldset.collapsed legend a {
  304. background-image: url(../../misc/menu-collapsed.png); /* LTR */
  305. background-position: 5px 50%; /* LTR */
  306. }
  307. /* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
  308. * html.js fieldset.collapsed legend,
  309. * html.js fieldset.collapsed legend *,
  310. * html.js fieldset.collapsed table * {
  311. display: inline;
  312. }
  313. /* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
  314. html.js fieldset.collapsible {
  315. position: relative;
  316. }
  317. html.js fieldset.collapsible legend a {
  318. display: block;
  319. }
  320. /* Avoid jumping around due to margins collapsing into collapsible fieldset border */
  321. html.js fieldset.collapsible .fieldset-wrapper {
  322. overflow: auto;
  323. }
  324.  
  325. /*
  326. ** Resizable text areas
  327. */
  328. .resizable-textarea {
  329. width: 95%;
  330. }
  331. .resizable-textarea .grippie {
  332. height: 9px;
  333. overflow: hidden;
  334. background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  335. border: 1px solid #ddd;
  336. border-top-width: 0;
  337. cursor: s-resize;
  338. }
  339. html.js .resizable-textarea textarea {
  340. margin-bottom: 0;
  341. width: 100%;
  342. display: block;
  343. }
  344.  
  345. /*
  346. ** Table drag and drop.
  347. */
  348. .draggable a.tabledrag-handle {
  349. cursor: move;
  350. float: left; /* LTR */
  351. height: 1.7em;
  352. margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  353. padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  354. text-decoration: none;
  355. }
  356. a.tabledrag-handle:hover {
  357. text-decoration: none;
  358. }
  359. a.tabledrag-handle .handle {
  360. margin-top: 4px;
  361. height: 13px;
  362. width: 13px;
  363. background: url(../../misc/draggable.png) no-repeat 0 0;
  364. }
  365. a.tabledrag-handle-hover .handle {
  366. background-position: 0 -20px;
  367. }
  368.  
  369. /*
  370. ** Teaser splitter
  371. */
  372. .joined + .grippie {
  373. height: 5px;
  374. background-position: center 1px;
  375. margin-bottom: -2px;
  376. }
  377. /* Keeps inner content contained in Opera 9. */
  378. .teaser-checkbox {
  379. padding-top: 1px;
  380. }
  381. div.teaser-button-wrapper {
  382. float: right; /* LTR */
  383. padding-right: 5%; /* LTR */
  384. margin: 0;
  385. }
  386. .teaser-checkbox div.form-item {
  387. float: right; /* LTR */
  388. margin: 0 5% 0 0; /* LTR */
  389. padding: 0;
  390. }
  391. textarea.teaser {
  392. display: none;
  393. }
  394. html.js .no-js {
  395. display: none;
  396. }
  397.  
  398. /*
  399. ** Progressbar styles
  400. */
  401. .progress {
  402. font-weight: bold;
  403. }
  404. .progress .bar {
  405. background: #fff url(../../misc/progress.gif);
  406. border: 1px solid #00375a;
  407. height: 1.5em;
  408. margin: 0 0.2em;
  409. }
  410. .progress .filled {
  411. background: #0072b9;
  412. height: 1em;
  413. border-bottom: 0.5em solid #004a73;
  414. width: 0%;
  415. }
  416. .progress .percentage {
  417. float: right; /* LTR */
  418. }
  419. .progress-disabled {
  420. float: left; /* LTR */
  421. }
  422. .ahah-progress {
  423. float: left; /* LTR */
  424. }
  425. .ahah-progress .throbber {
  426. width: 15px;
  427. height: 15px;
  428. margin: 2px;
  429. background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  430. float: left; /* LTR */
  431. }
  432. tr .ahah-progress .throbber {
  433. margin: 0 2px;
  434. }
  435. .ahah-progress-bar {
  436. width: 16em;
  437. }
  438.  
  439. /*
  440. ** Formatting for welcome page
  441. */
  442. #first-time strong {
  443. display: block;
  444. padding: 1.5em 0 .5em;
  445. }
  446.  
  447. /*
  448. ** To be used with tableselect.js
  449. */
  450. tr.selected td {
  451. background: #ffc;
  452. }
  453.  
  454. /*
  455. ** Floating header for tableheader.js
  456. */
  457. table.sticky-header {
  458. margin-top: 0;
  459. background: #fff;
  460. }
  461.  
  462. /*
  463. ** Installation clean URLs
  464. */
  465. #clean-url.install {
  466. display: none;
  467. }
  468.  
  469. /*
  470. ** For anything you want to hide on page load when JS is enabled, so
  471. ** that you can use the JS to control visibility and avoid flicker.
  472. */
  473. html.js .js-hide {
  474. display: none;
  475. }
  476.  
  477. /*
  478. ** Styles for the system modules page (admin/build/modules)
  479. */
  480. #system-modules div.incompatible {
  481. font-weight: bold;
  482. }
  483.  
  484. /*
  485. ** Styles for the system themes page (admin/build/themes)
  486. */
  487. #system-themes-form div.incompatible {
  488. font-weight: bold;
  489. }
  490.  
  491. /*
  492. ** Password strength indicator
  493. */
  494. span.password-strength {
  495. visibility: hidden;
  496. }
  497. input.password-field {
  498. margin-right: 10px; /* LTR */
  499. }
  500. div.password-description {
  501. padding: 0 2px;
  502. margin: 4px 0 0 0;
  503. font-size: 0.85em;
  504. max-width: 500px;
  505. }
  506. div.password-description ul {
  507. margin-bottom: 0;
  508. }
  509. .password-parent {
  510. margin: 0 0 0 0;
  511. }
  512. /*
  513. ** Password confirmation checker
  514. */
  515. input.password-confirm {
  516. margin-right: 10px; /* LTR */
  517. }
  518. .confirm-parent {
  519. margin: 5px 0 0 0;
  520. }
  521. span.password-confirm {
  522. visibility: hidden;
  523. }
  524. span.password-confirm span {
  525. font-weight: normal;
  526. }
  527.  
  528.  
  529. #blocks td.region {
  530. font-weight: bold;
  531. }
  532. #blocks tr.region-message {
  533. font-weight: normal;
  534. color: #999;
  535. }
  536. #blocks tr.region-populated {
  537. display: none;
  538. }
  539. .block-region {
  540. background-color: #ff6;
  541. margin-top: 4px;
  542. margin-bottom: 4px;
  543. padding: 3px;
  544. }
  545.  
  546. .node-unpublished {
  547. background-color: #fff4f4;
  548. }
  549. .preview .node {
  550. background-color: #ffffea;
  551. }
  552. #node-admin-filter ul {
  553. list-style-type: none;
  554. padding: 0;
  555. margin: 0;
  556. width: 100%;
  557. }
  558. #node-admin-buttons {
  559. float: left; /* LTR */
  560. margin-left: 0.5em; /* LTR */
  561. clear: right; /* LTR */
  562. }
  563. td.revision-current {
  564. background: #ffc;
  565. }
  566. .node-form .form-text {
  567. display: block;
  568. width: 95%;
  569. }
  570. .node-form .container-inline .form-text {
  571. display: inline;
  572. width: auto;
  573. }
  574. .node-form .standard {
  575. clear: both;
  576. }
  577. .node-form textarea {
  578. display: block;
  579. width: 95%;
  580. }
  581. .node-form .attachments fieldset {
  582. float: none;
  583. display: block;
  584. }
  585. .terms-inline {
  586. display: inline;
  587. }
  588.  
  589. #permissions td.module {
  590. font-weight: bold;
  591. }
  592. #permissions td.permission {
  593. padding-left: 1.5em; /* LTR */
  594. }
  595. #access-rules .access-type, #access-rules .rule-type {
  596. margin-right: 1em; /* LTR */
  597. float: left; /* LTR */
  598. }
  599. #access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  600. margin-top: 0;
  601. }
  602. #access-rules .mask {
  603. clear: both;
  604. }
  605. #user-login-form {
  606. text-align: center;
  607. }
  608. #user-admin-filter ul {
  609. list-style-type: none;
  610. padding: 0;
  611. margin: 0;
  612. width: 100%;
  613. }
  614. #user-admin-buttons {
  615. float: left; /* LTR */
  616. margin-left: 0.5em; /* LTR */
  617. clear: right; /* LTR */
  618. }
  619. #user-admin-settings fieldset .description {
  620. font-size: 0.85em;
  621. padding-bottom: .5em;
  622. }
  623.  
  624. /* Generated by user.module but used by profile.module: */
  625. .profile {
  626. clear: both;
  627. margin: 1em 0;
  628. }
  629. .profile .picture {
  630. float: right; /* LTR */
  631. margin: 0 1em 1em 0; /* LTR */
  632. }
  633. .profile h3 {border-bottom: 1px solid #ccc;}
  634. .profile dl {margin: 0 0 1.5em 0;}
  635. .profile dt {margin: 0 0 0.2em 0; font-weight: bold;}
  636. .profile dd {margin: 0 0 1em 0;}
  637.  
  638.  
  639.  
  640.  
  641. /* 顶部 */
  642.  
  643. #header-wrapper{overflow:hidden; }
  644. #header-wrapper{background:url(images/sub_head_bg.jpg) no-repeat 0 0; height:122px; width:1000px; overflow:hidden; }
  645. /*#header-wrapper{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/sw-head-bg.png");}*/
  646.  
  647. #logo{float:left; padding:13px 0 0 72px;width:320px;height:63px;}
  648. #logo_index{float:left; padding:2px 0 0 72px;width:320px;height:79px;}
  649. #logo img{background-image:expression(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "/themes/subway/css/images/transparent.gif")}
  650.  
  651. /*.zh-en-switch, .user-access-panel{float:left; height: 30px; line-height:30px;color:#0071BB;}*/
  652. .zh-en-switch{float:right;padding-right:25px;height: 30px; line-height:30px;color:#0071BB;}
  653. .zh-en-switch a{padding-left:6px;}
  654. .user-access-panel{display:none;padding-left:10px; }
  655. .user-access-panel a{padding:0 10px;display:block;}
  656.  
  657. #header-wrapper .content a{color:#0071BB;font-size:12px;text-decoration:none;}
  658. #header-wrapper-index .content a{color:#0071BB;font-size:12px;text-decoration:none;}
  659.  
  660. #block-menu-menu-bsmainmenu{}
  661. #block-menu-menu-bsmainmenu .menu{padding-top:6px;padding-left:50px;}
  662. #block-menu-menu-bsmainmenu .leaf{width:93px;height:38px;line-height:38px;text-align:center;cursor:pointer;}
  663. #block-menu-menu-bsmainmenu .leaf a{color:#FFFFFF;font-size:14px;font-weight:bold;}
  664. #block-menu-menu-bsmainmenu .leaf a.active{}
  665. #block-menu-menu-bsmainmenu .active-trail{background:url(images/nav_cur_bg.gif) 8px center no-repeat;}
  666. /*#block-menu-menu-bsmainmenu .active-trail{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/ul_li_b.png");}*/
  667. #block-menu-menu-bsmainmenu .active-trail a{color:#0071BA;font-size:14px;font-weight:bold;}
  668. #block-menu-menu-bsmainmenu .leaf_hov{background:url(images/nav_hov_bg.gif) 6px center no-repeat;}
  669. #block-menu-menu-bsmainmenu .leaf_hov a{color:#FFF;font-size:14px;font-weight:bold;}
  670.  
  671. #header-wrapper-index{height:304px; width:1000px; overflow:hidden;position:relative;}
  672. .index_header{height:122px;background:url(images/index_header_bg.png) no-repeat;}
  673. .index_header{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/index_header_bg.png");}
  674. #header-wrapper-index #block-menu-menu-bsmainmenu{height:38px;width:1000px;position:relative;z-index:10;}
  675. #header-wrapper-index #block-menu-menu-bsmainmenu .menu{padding-top:3px;padding-left:50px;}
  676. #header-wrapper-index #block-menu-menu-bsmainmenu .leaf{*padding-top:0px;}
  677. /*
  678. #header-wrapper-index #block-menu-menu-bsmainmenu{background:url(images/index-nav-bg.gif) repeat-x;position:absolute;left:0;top:296px;height:38px;width:1000px;}
  679. #header-wrapper-index #block-menu-menu-bsmainmenu .menu{position:relative;z-index:1000;left:50px;height:38px;padding:0;}
  680. #header-wrapper-index #block-menu-menu-bsmainmenu .leaf{width:75px;padding-left:20px;height:38px;}
  681. #header-wrapper-index #block-menu-menu-bsmainmenu .leaf a{color:#FFFFFF;font-size:14px;font-weight:bold;line-height:38px;height:38px;}
  682. #header-wrapper-index #block-menu-menu-bsmainmenu .leaf a.active{}
  683. #header-wrapper-index #block-menu-menu-bsmainmenu .active-trail{background:url(images/nav-hover-bg.gif) 0px center no-repeat;}
  684. #header-wrapper-index #block-menu-menu-bsmainmenu .active-trail a{color:#FFF;font-size:14px;font-weight:bold;}
  685. #header-wrapper-index #block-menu-menu-bsmainmenu .first{background:url(images/nav-cur-bg.gif) 0px center no-repeat;}
  686. #header-wrapper-index #block-menu-menu-bsmainmenu .first a{color:#0071BB;}
  687.  
  688. #header-wrapper-index .zh-en-switch,#header-wrapper-index .user-access-panel{height: 30px; line-height:30px;color:#0071BB;position:absolute;z-index:100;}
  689. #header-wrapper-index .zh-en-switch{top:0px;right:80px;width:120px;}
  690. #header-wrapper-index .user-access-panel{top:0px;right:10px;width:120px;}
  691. #header-wrapper-index .user-access-panel a{padding:0 5px;}
  692. */
  693. .subway-navi{clear:both; height:30px; line-height:30px; }
  694. .subway-navi ul{overflow:hidden; }
  695. .subway-navi ul li{float:left; }
  696.  
  697. .jqGSContainer{position:relative;width:286px;}
  698. .jqGSContainer .jqGSImgContainer{}
  699. .jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
  700. .jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left; display: inline; }
  701. .jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
  702. .jqGSContainer .jqGSImgContainer ul li img{border:1px solid #fff;}
  703. .jqGSContainer .jqGSImgContainer ul li .jqGSTitle{background:#000;position:absolute;right:0px;top:0px; padding:3px;color:#fff;width:300px}
  704. .jqGSContainer .jqGSPagination{position:absolute;width:100%;height:20px;bottom:-3px;}
  705. .jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;float:right;}
  706. .jqGSContainer .jqGSPagination ul li{padding:0; float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
  707. .jqGSContainer .jqGSPagination ul li a{background:#989898;border:1px solid #fff; color: #fff;text-decoration:none;display:block;width:15px;height:15px;line-height:15px;font:Verdana, Arial, Helvetica, sans-serif;font-size:9px;}
  708. .jqGSContainer .jqGSPagination ul li a.selected{background:#0071BB;color:#FFF;border: 1px solid #eaeaea;}
  709. .jqGSContainer .jqGSPagination ul li a:hover{background:#0071BB;color:#FFF;border:1px solid #fff;}
  710. .jqGSImgContainer{}
  711.  
  712. /* м */
  713.  
  714. #sw-main{padding-left:10px;padding-bottom:10px;}
  715. .sw-main-t-b{background:url(/themes/subway/css/images/b-top.png) no-repeat 0 0; width:750px; height:4px; font-size:0px;}
  716. .sw-main-m-b{background:url(images/b-mid.png) repeat-y 0 0; width:750px; vertical-align:top;}
  717. .sw-main-f-b{background:url(images/b-foot.png) no-repeat 0 0; width:750px; height:4px; font-size:0px; }
  718. .sw-main-t-s{background:url(images/s-top.png) no-repeat 0 0; width:220px; height:4px; font-size:0px; }
  719. .sw-main-m-s{background:url(images/s-mid.png) repeat-y 0 0; width:220px; vertical-align:top;}
  720. .sw-main-f-s{background:url(images/s-foot.png) no-repeat 0 0; width:220px; height:4px; font-size:0px; }
  721. .sw-main-t-b{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/b-top.png");}
  722. .sw-main-m-b{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/b-mid.png");}
  723. .sw-main-f-b{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/b-foot.png");}
  724. .sw-main-t-s{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/s-top.png");}
  725. .sw-main-m-s{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/s-mid.png");}
  726. .sw-main-f-s{_background:none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/themes/subway/css/images/s-foot.png");}
  727.  
  728.  
  729. .bigRadian {position:relative;}
  730. .bigRadian .b1,.bigRadian .b2,.bigRadian .b3,.bigRadian .b4,.bigRadian .b1b,.bigRadian .b2b,.bigRadian .b3b,.bigRadian .b4b,.bigRadian .b{display:block;overflow:hidden;}
  731. .bigRadian .b1,.bigRadian .b2,.bigRadian .b3,.bigRadian .b1b,.bigRadian .b2b,.bigRadian .b3b{height:1px;}
  732. .bigRadian .b2,.bigRadian .b3,.bigRadian .b4,.bigRadian .b2b,.bigRadian .b3b,.bigRadian .b4b,.bigRadian .b{border-left:0px solid #E6E6E6;border-right:0px solid #E6E6E6;}
  733. .bigRadian .b1,.bigRadian .b1b{margin:0 5px;background:#E6E6E6;}
  734. .bigRadian .b2,.bigRadian .b2b{margin:0 3px;border-width:2px;}
  735. .bigRadian .b3,.bigRadian .b3b{margin:0 2px;}
  736. .bigRadian .b4,.bigRadian .b4b{height:2px;margin:0 1px;}
  737. .bigRadian .d1{background:#FFFFFF;}
  738. .bigRadian .k {padding: 5px; }
  739. .bigRadian .innerbox{background:#FFFFFF; padding:10px 5px; }
  740. .bigRadian .innert{position:relative; padding:5px 5px 7px; color:#B96000; font-size:14px;}
  741. .bigRadian .in_top{height:290px;}
  742. /*.bigRadian .more{position:absolute; right:5px; top:5px; color:#808080; font-size:12px; }*/
  743.  
  744. .sw-index-left{float:left;display:inline;width:299px;padding-left:6px;padding-top:3px;}
  745. .sw-index-left .k{ }
  746.  
  747. .flashpic{padding-top:5px;}
  748. #bs-img-frame{}
  749.  
  750. .conts-title{font-weight:bold;font-size:14px;color:#0071BB; padding:4px 0 0px 24px;}
  751. .conts-title .more{float:right;display:inline; margin-right: 13px; }
  752. .conts-title .more a{font-size:12px;color:#FFFFFF;text-decoration:none;font-weight:normal;}
  753.  
  754. .conts-title .cols{padding-left:10px;}
  755. .conts-title .cols li{width:68px;float:left;margin-right:4px;text-align:center;background:#F4FBFF;}
  756. .conts-title .cols li a{font-size:14px;font-weight:normal;text-decoration:none;color:#000;}
  757. .conts-title .cols li.current{background:#D5F2FF;}
  758. .conts-title .cols li:hover{background:#D5F2FF;}
  759.  
  760. .conts-title .cols li.single{background:#D5F2FF;}
  761.  
  762.  
  763. .sw-cont{margin-top:8px;}
  764. .sw-cont li{white-space:nowrap; overflow:hidden; width: 240px; clear:both; line-height:28px;padding-left:20px;}
  765. .sw-cont li a{font-size:12px;font-weight:normal;text-decoration:none;color:#000000;}
  766. .sw-cont .ntitle{width:160px;overflow: hidden;height:28px;line-height:28px;text-overflow:ellipsis;padding-left:10px;background:url(images/node.gif) no-repeat left 12px;}
  767. .sw-cont .ncreated{float:right;color:#989898; display:block; font-size:12px;}
  768.  
  769. .bs-info-guide{margin-top:4px;*margin-left:5px;}
  770.  
  771. .bigRadian .faqs{padding-left:8px;height:40px;}
  772. .questions{float:right;line-height:35px;padding-right:8px;}
  773. .questions a{font-size:12px;font-weight:normal;color:#909090;text-decoration:none;}
  774. .faqs_img{float:left;}
  775. .bigRadian .faqs p{float:left;font-size:14px;margin-left:8px;line-height:35px;font-weight:bold;color:#888888;}
  776. .tel-no{float:left;font-size:12px;font-weight:normal;margin-left:8px;line-height:35px;}
  777.  
  778. .sw-index-right{float:right;display:inline;padding-right:8px;padding-top:3px;padding-bottom:3px;}
  779.  
  780. .sw-search-b{background:url(images/sw_12.gif) no-repeat 0 0; width:431px; height:143px;} /*background:url(images/search_bg.gif) repeat-x;}*/
  781. .sStation{height:90px;}
  782. .sSInput{margin-left:98px;margin-top:58px;float:left;display:inline;}
  783. .sSInput input{width:105px;}
  784. .sEInput{margin-left:70px;margin-top:58px;float:left;display:inline;}
  785. .sEInput input{width:110px;}
  786. .sInput{border:0;padding-top:6px;padding-bottom:2px;padding-left:2px;}
  787. .sType{margin-top:10px;position:absolute;font-size:12px;z-index:1000;}
  788. .sType .t1{margin-left:230px;float:left;display:inline;width:100px;z-index:10;margin-top:4px;}
  789. .sType .btnSearch{margin-left:2px;margin-top:0px;float:left;display:inline;}
  790. body:nth-of-type(1) .btnSearch{margin-top:0px;}
  791. .sType .bookmark{
  792. background: white none repeat scroll 0px 0px;
  793. border: 1px solid #CCC;
  794. display: none;
  795. padding: 5px 0px;
  796. position: absolute;
  797. text-align: left;
  798. top: 22px;
  799. left:220px;
  800. width: 90px;
  801. z-index: 1000;
  802. }
  803. .sType .bookmark a{color:#000000;font-size:12px;text-decoration:none;padding-left:10px;}
  804.  
  805. .sw-cont2{margin-top:8px;}
  806. .sw-cont2 li{white-space:nowrap; overflow:hidden; width: 360px; clear:both; line-height:28px;}
  807. .sw-cont2 li a{font-size:12px;font-weight:normal;text-decoration:none;color:#000000;}
  808. .sw-cont2 .ntitle_main{overflow: hidden; width: 256px;height:28px;line-height:28px;text-overflow:ellipsis;padding-left:10px;background:url(images/node.gif) no-repeat left 12px; cursor:pointer; }
  809. .sw-cont2 .ncreated{float:right;color:#989898; display:block; font-size:12px;}
  810.  
  811.  
  812. .note{}
  813. .note p{padding-top:5px;text-align:center;font-weight:bold;font-size:14px;color:#888888;}
  814. .note_images{padding-top:10px;padding-left:22px;}
  815. .note_images li{float:left;width:40px;height:40px;}
  816. .note_images li img{width:32px;height:30px;}
  817. .note_subway{padding-left:15px;}
  818. .note_subway li{float:left;width:80px;height:24px;line-height:24px;text-align:center;}
  819. .note_subway li a{font-size:12px;font-weight:normal;text-decoration:none;color:#000000;}
  820.  
  821. /* ײ */
  822.  
  823. #bs-friendslink{background:url(images/flink_02.gif) no-repeat 0 0; height:50px; line-height:48px; }
  824. #bs-friendslink p{float:left;}
  825. .i_scroll_box{float: left; height: 37px; line-height: 37px; margin-top: 7px; overflow: hidden; white-space: nowrap; width: 850px; margin-left: 112px;display:inline;}
  826. .banner_area{width:890px; margin:0px; padding:0;}
  827. .banner_arr{float:left; padding:0;width:36px;margin:0 2px 0 0;}
  828. .banner_arr a{height:36px;width:36px; display:block;text-decoration: none; }
  829. .banner_bg{float:left; width:773px; height:36px; margin:0; padding-top:2px;position:relative;overflow:hidden;}
  830. .banner_sam{float:left; width:168px; height:35px; padding-right:7px;}
  831. .banner_sam img{width:136px; height:33px;}
  832. .banner_sam_end{float:left; width:162px; height:34px; background-color:#fff; border:1px solid #ececec; padding:0}
  833.  
  834. .bs-icp{text-align:center;height:30px;line-height:30px;color:#FFFFFF;font-size:12px;font-weight:normal; }
  835. .bs-tech-support{text-align:center;height:30px;line-height:30px;color:#ffffff;font-size:12px;font-weight:normal; }
  836.  
  837.  
  838. #sw-notd-path{font-size:12px;font-weight:normal;padding-left:40px;height:40px;line-height:40px;}
  839. #sw-notd-path a{color:#000000;text-decoration:none;}
  840.  
  841. /* 二级侧边菜单 */
  842. #bsContentLeft{padding-left:10px;}
  843. #bsContentLeft ul.menu li{width: 205px;}
  844. #bsContentLeft ul.menu a{display:block;color:#000000;text-decoration:none;padding-left:15px;}
  845.  
  846. #bsContentLeft ul.menu li{background:url(images/side_menu.png) no-repeat;}
  847. #bsContentLeft ul.menu li.expanded a{background:url(images/side-menu-top-bg.png) no-repeat;height:34px;line-height:34px;margin-top:4px;margin-bottom:6px;color:#0071BB;font-size:14px;}
  848. #bsContentLeft ul.menu li.expanded .expanded a{background:url(images/down.gif) no-repeat 98% 50%;border:1px solid #FFF;border:0;margin-top:1px;margin-bottom:0px;height:28px;line-height:28px;color:#000;font-size:12px;}
  849. #bsContentLeft ul.menu li.expanded .leaf a{background:url(images/down.gif) no-repeat 98% 50%;border:1px solid #FFF;border:0;margin-top:1px;margin-bottom:0px;height:28px;line-height:28px;color:#000;font-size:12px;}
  850. #bsContentLeft ul.menu li.expanded .expanded .expanded a{background:url(images/down.gif) no-repeat 98% 50%;padding-left:30px;}
  851. #bsContentLeft ul.menu li.expanded .expanded .leaf a{background:url(images/node.gif) no-repeat 21px center #FFF;margin-top:0px;margin-bottom:0px;padding-left:30px;}
  852. #bsContentLeft ul.menu li.expanded .expanded .expanded .leaf a{background:url(images/node.gif) no-repeat 35px center #FFF;margin-top:0px;margin-bottom:0px;padding-left:45px;}
  853.  
  854. #bsContentLeft ul.menu li.expanded .expanded .expanded{background:url(images/node.gif) no-repeat 21px center #FFF;}
  855.  
  856. /*#bsContentLeft ul.menu li.expanded a.hasChildren{background:url(images/down.gif) no-repeat 98% 50%; }*/
  857. #bsContentLeft ul.menu li.expanded a.selected{background-image:url(images/up.gif); }
  858. #bsContentLeft li.leaf a.active{color:red !important; }
  859. .special-image{font-size:0px;text-align:center;}
  860.  
  861. /*
  862. #bsContentLeft{margin:0 8px;}
  863. #bsContentLeft a{font-weight:normal;font-size:12px;color:#000000;text-decoration:none;}
  864. #block-menu-menu-taxonomymenu{}
  865. #block-menu-menu-taxonomymenu .menu{border:1px solid;}
  866. .hasChildren{border:1px solid #FFFFFF;background:#EEF6FC;margin-bottom:1px;line-height:23px;height:23px;width:200px;}
  867. */
  868.  
  869. .sw-search-s{margin:6px 8px 0 8px;background:url(images/final_40.gif) no-repeat;height:209px;}
  870. .sw-search-s .subInput{height:12px;width:100px;border:0;font-size:12px;}
  871.  
  872. .sw-search-s .subSInput{height:80px;}
  873. .sw-search-s .subSInput input{margin-top:57px;margin-left:70px;}
  874. .sw-search-s .subEInput{height:35px;}
  875. .sw-search-s .subEInput input{margin-top:11px;margin-left:70px;}
  876. .sw-search-s .subsType{margin-top:2px;position:absolute;z-index:100;}
  877. .sw-search-s .subsType .t1{margin-left:90px;padding-left:4px;padding-top:6px;width:100px;height:20px;display:block;}
  878. .sw-search-s .subsType .subbookmark{
  879. clear:left;
  880. background: white none repeat scroll 0px 0px;
  881. border: 1px solid #CCC;
  882. display: none;
  883. padding: 5px 0px;
  884. position: relative;
  885. text-align: left;
  886. top: 0px;
  887. left:90px;
  888. width: 90px;
  889. z-index: 100;
  890. }
  891. .sw-search-s .subBtnSearch{position:relative;top:50px;left:60px;height:35px;}
  892. .sw-search-s .subsType .subbookmark a{color:#000000;font-size:12px;text-decoration:none;padding-left:10px;}
  893.  
  894. .nav_index{padding-top:3px;padding-left:6px;}
  895. .nav_sub{padding-top:6px;margin-left:8px;}
  896.  
  897. .sub_help_nav{list-style:none;}
  898. .sub_help_nav li{margin:0;padding:0;width:205px;height:51px;background: url(images/help_nav_bg.gif) no-repeat;}
  899. .sub_help_nav li a{margin:0;padding:0;}
  900. .sub_help_nav li a img{width:205px;height:51px;}
  901.  
  902. .sub_help_nav li.v1{background-position:0px 0px;}
  903. .sub_help_nav li.v2{background-position:0px -51px;}
  904. .sub_help_nav li.v3{background-position:0px -102px;}
  905. .sub_help_nav li.v4{background-position:0px -153px;}
  906.  
  907. .sub_help_nav li.v1:hover{background-position:-212px 0px;}
  908. .sub_help_nav li.v2:hover{background-position:-212px -51px;}
  909. .sub_help_nav li.v3:hover{background-position:-212px -102px;}
  910. .sub_help_nav li.v4:hover{background-position:-212px -153px;}
  911.  
  912. .content-title{text-align:center;font-size:18px;font-weight:bold;}
  913. .content-from{text-align:right; border-bottom:1px dashed #ddd; padding:5px 20px;font-size:12px;color:#333;}
  914. .meta a{font-size:12px;color:#000;}
  915. .content-content .content{line-height:23px;}
  916. .links li a{color:#000;line-height:23px;}
  917.  
  918. .bs-node-list{width:680px;margin:0 20px;font-size:12px;}
  919. .bs-node-list td{padding-top:10px;}
  920. .bs-list-l{width:590px;border-bottom:1px dashed #BBB;}
  921. .bs-list-l a{line-height:28px;height:28px;color:#000000;text-decoration:none;}
  922. .bs-list-r{border-bottom:1px dashed #BBB;}
  923. .bs-pager .item-list{border:1px solid #BBB;float:right;margin:10px;height:30px;line-height:30px;padding-left:30px;}
  924. .pager{}
  925. .pager li{}
  926. .pager li a{color:#000;text-decoration:none;}
  927.  
  928.  
  929. /* login */
  930.  
  931. .login_title{text-align:center;color:#004EA2;font-size: 36px;font-weight:bold;line-height:100px;height:100px;}
  932.  
  933. #user-login-t{margin-left:108px;}
  934. .uloginname{background:url(images/admin/username_bg.png) no-repeat left center;}
  935. .uloginpass{background:url(images/admin/password_bg.png) no-repeat left center;}
  936. .gbcont{width:340px;height:40px;line-height:40px;}
  937. .sbt{padding-left:120px;height:35px;line-height:35px;padding-top:20px;}
  938. .ulogincapcha{background:url(images/admin/captcha_bg.png) no-repeat left center;}
  939. .form-text{width:210px;margin-left:90px;padding:4px 2px;font-size:12px;border:0;}
  940. .form-submit{}
  941.  
  942. /* images */
  943.  
  944. .bjsubway-gallery{overflow:hidden; clear:both; }
  945. .bjsubway-gallery li{float:left; width:200px; margin: 5px 20px;* margin: 5px 15px; display:block; }
  946. .bjsubway-gallery li a{border: 1px solid #D7D7D7;width:196px;height:138px;display:block; text-align: center;padding-top:7px;}
  947. .bjsubway-gallery li img{width:186px !important; height: 128px !important;}
  948. .bjsubway-gallery li h3 a{background-color:#e9e9e9;width:178px; height:24px; line-height:24px; overflow:hidden; text-overflow:ellipsis; text-align:center; margin-top:5px;padding:0 10px;border:0;color:#000;text-decoration:none;font-size:12px;}
  949. .bjsubway-gallery li h3 a:hover{color:#FF0000;}
  950.  
  951. .bjsubway-gallery-all{overflow:hidden; clear:both; }
  952. .bjsubway-gallery-all li{float:left; width:200px; margin: 5px 20px;* margin: 5px 15px; display:block; }
  953. .bjsubway-gallery-all li a{border: 1px solid #D7D7D7;width:196px;height:138px;display:block; text-align: center;padding-top:7px;}
  954. .bjsubway-gallery-all li img{width:186px !important; height: 128px !important;}
  955. .bjsubway-gallery-all li h3 a{background-color:#e9e9e9;width:178px; height:24px; line-height:24px; overflow:hidden; text-overflow:ellipsis; text-align:center; margin-top:5px;padding:0 10px;border:0;color:#000;text-decoration:none;font-size:12px;}
  956. .bjsubway-gallery-all li h3 a:hover{color:#FF0000;}
  957. .bjsubway-gallery-all p.count, .bjsubway-gallery-all p.last{display:none;}
  958.  
  959. .content-content .item-list{border:1px solid #BBB;float:right;margin:10px;height:30px;line-height:30px;padding-left:30px;margin-right:20px;}
  960.  
  961. /*.sw-main-m-b .bigRadian .k{min-height:700px; }*/
  962.  
  963. /* guestbook */
  964. .bs-gbook-div{}
  965. .bs-gbook-div table{border-collapse:collapse;margin:0 10px 14px 10px;}
  966. .bs-gbook-list{}
  967. .bs-gbook-list td{padding:6px 10px;background:#FFF; border:1px solid #E5E5E5;word-break: break-all;color:#333;}
  968. .bs-gbook-list .bslabel{width:80px;text-align:center;background:#F4F4F4;}
  969. .bs-gbook-list .bscont{line-height:21px;}
  970.  
  971. .sucs{padding:80px 0 180px 0;line-height:50px;font-size:14px;text-align:center;}
  972. .sucs a{text-decoration:underline;color:#0071BB;}
  973. .sucs a:hover{text-decoration:underline;color:#0071BB;}
  974.  
  975. .tech-comp{background:url(images/fot_03.gif) repeat-x 0 0; height:60px; }
  976. .bgimgb{background:url(images/bg_b_03.gif) no-repeat 0px 0; height:25px; width:429px; }
  977. .bgimgs{background:url(images/bg_s_07.gif) no-repeat 0px 0; height:26px; }
  978. .bgimgs{_background:url(images/bg_s_07.gif) no-repeat 3px 0; height:26px; }
  979. .bgimgs .more{margin-right:15px;}
  980. #header-wrapper-index .zh-en-switch { padding-left: 416px; }
  981. .subwaylinks{margin:10px 0; text-align:right; clear:both; padding-right:10px; }
  982. .content-subtitle{font-weight: normal; padding-left: 60px; text-align: center;}
  983. #attachments{width:690px; margin-top:60px; margin: 65px 0 10px 10px;}
  984. #attachments a{color:#000000; display:block; background:url(images/file.gif) no-repeat 0 5px; padding-left:25px; }
  985. #attachments td{padding:3px 5px 3px 10px; }
  986. .sliderWrap{height: 168px; overflow: hidden; position: relative; width: 286px;}
  987. .sliderWrap .slider li { display: none; left: 0; position: absolute; top: 0;}
  988. .sliderWrap .num { bottom: 5px; position: absolute; right: 1px;z-index: 5;}
  989. .sliderWrap .num li {cursor: pointer; float: left; margin-right: 4px; overflow: hidden;text-align: center;}
  990. .sliderWrap .num li a{background: none repeat scroll 0 0 #989898; border: 1px solid #FFFFFF; color: #FFFFFF; display: block; font-size: 9px; height: 15px; line-height: 15px; text-decoration: none; width: 15px;}
  991. .sliderWrap .num li.on a{ background: none repeat scroll 0 0 #0071BB; border: 1px solid #EAEAEA; color: #FFFFFF;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement