国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

737 lines
12KB

  1. /***
  2. * DedeCMS v5.3 Style (grass green)
  3. * dedecms.com Author pigz 2008-11-10 10:57
  4. **/
  5. /*--------------------------------------------------
  6. box base
  7. ---------------------------------------------*/
  8. /* 自适应宽度的块(通用块) */
  9. .tbox{
  10. margin:0 0 8px 0;
  11. border-bottom:1px solid #DADADA;
  12. overflow:hidden;
  13. background:url(../images/green_skin.png) 0 -294px repeat-x;
  14. }
  15. .tbox dt{
  16. height:24px;
  17. border:1px solid #DADADA;
  18. overflow:hidden;
  19. clear:both;
  20. }
  21. .tbox dd{
  22. border-left:1px solid #DADADA;
  23. border-right:1px solid #DADADA;
  24. /*padding:4px 4px 0px;*/
  25. overflow:hidden;
  26. }
  27. .tbox dt strong{
  28. height:24px;
  29. line-height:24px; !important;line-height:25px;
  30. padding-left:8px;
  31. padding-right:4px;
  32. display:block;
  33. float:left;
  34. color:#316301;
  35. letter-spacing:1px;
  36. }
  37. .tbox dt strong a{
  38. color:#316301;
  39. }
  40. .tbox dt strong a:hover{
  41. color:#596F37;
  42. text-decoration:none;
  43. }
  44. .tbox dt span.more{
  45. float:right;
  46. position:relative;
  47. line-height:25px;
  48. padding-right:8px;
  49. color:#596F37;
  50. }
  51. .tbox dt span.more a{
  52. color:#596F37;
  53. text-decoration:none;
  54. }
  55. .tbox dt span.more a:hover{
  56. color:#ff3333;
  57. text-decoration:underline;
  58. }
  59. .tbox dt span.label{
  60. height:25px;
  61. float:right;
  62. overflow:hidden;
  63. padding-right:1px;
  64. padding-top:2px;
  65. }
  66. .tbox dt span.label a{
  67. height:26px;
  68. display:block;
  69. padding:0px 7px 0px 8px;
  70. line-height:26px;
  71. border-left:1px solid #DADADA;
  72. float:left;
  73. color:#666;
  74. text-decoration:none;
  75. overflow:hidden;
  76. letter-spacing:1px;
  77. }
  78. .tbox dt span.label a:hover{
  79. color:#360;
  80. }
  81. .tbox dt span.label a.thisclass{
  82. background:#FFF;
  83. color:#333;
  84. border-top:3px solid #DADADA;
  85. }
  86. .tbox dt span.linklabel{
  87. float:left;
  88. margin-left:10px;
  89. overflow:hidden;
  90. padding-right:1px;
  91. padding-top:2px;
  92. }
  93. .tbox dt span.linklabel a{
  94. height:20px;
  95. display:block;
  96. padding:0px 7px 0px 8px;
  97. margin:0 5px;
  98. line-height:20px;
  99. border-left:1px solid #DADADA;
  100. border-top:1px solid #DADADA;
  101. border-right:1px solid #DADADA;
  102. float:left;
  103. color:#666;
  104. text-decoration:none;
  105. overflow:hidden;
  106. letter-spacing:1px;
  107. }
  108. .tbox dt span.linklabel a:hover{
  109. color:#360;
  110. }
  111. .tbox dt span.linklabel a.thisclass{
  112. background:#FFF;
  113. color:#333;
  114. }
  115. /* 较重颜色的Box */
  116. .light {
  117. background:none;
  118. }
  119. .light dt{
  120. height:24px;
  121. border:1px solid #DADADA;
  122. overflow:hidden;
  123. background:url(../images/green_skin.png) 0 -188px repeat-x;
  124. clear:both;
  125. }
  126. .light dd{
  127. border-left:1px solid #DADADA;
  128. border-right:1px solid #DADADA;
  129. /*padding:4px 4px 0px;*/
  130. overflow:hidden;
  131. }
  132. dt.light strong{
  133. color:#316301;
  134. }
  135. /*--------------------------------------------------
  136. box layout (prefix space:a,b)
  137. ---------------------------------------------*/
  138. /*---------- a : 文本列表块 ---------*/
  139. /*---------- b : 图文混排块 ---------*/
  140. /*--------------------------------------------------
  141. list layout (prefix space:c,d,e,f)
  142. ---------------------------------------------*/
  143. /*---------- c : 纯文本列表 ---------*/
  144. .c1{/* 纯文本链接列表 */
  145. padding:4px 0px;
  146. clear:right;
  147. }
  148. .c1 li{
  149. height:27px;
  150. line-height:27px;
  151. overflow:hidden;
  152. padding-left:16px;
  153. background:url(../images/ico-2.gif) 7px 11px no-repeat;
  154. }
  155. .c1 a{
  156. color:#585858;
  157. }
  158. .c2{/* 水平切分的两列纯文本链接列表 */
  159. width:100%;
  160. padding:4px 0px;
  161. overflow:hidden;
  162. clear:both;
  163. }
  164. .c2 li{
  165. width:44%;
  166. margin-right:1%;
  167. float:left;
  168. height:27px;
  169. line-height:27px;
  170. overflow:hidden;
  171. padding-left:16px;
  172. background:url(../images/ico-2.gif) 7px 11px no-repeat;
  173. }
  174. /*---------- d : 附加信息列表 ---------*/
  175. .d1{/* 前置时间日期的小列表 */
  176. padding:4px 0px;
  177. }
  178. .d1 li{
  179. height:27px;
  180. line-height:27px;
  181. overflow:hidden;
  182. }
  183. .d1 li span{
  184. color:#ABA9A2;
  185. margin-right:5px;
  186. float:left;
  187. }
  188. .d1 li a{
  189. }
  190. .d2{/* 后置时间日期的小列表 */
  191. padding:4px 0px;
  192. }
  193. .d2 li{
  194. height:27px;
  195. line-height:27px;
  196. overflow:hidden;
  197. }
  198. .d2 li span{
  199. color:#777;
  200. float:right;
  201. padding-right:10px;
  202. margin-left:10px;
  203. }
  204. .d2 li a{
  205. overflow:hidden;
  206. }
  207. .d4{/*带内容简介的小列表*/
  208. padding:0px 0px;
  209. }
  210. .d4 li{
  211. padding:4px 8px;
  212. overflow:hidden;
  213. }
  214. .d4 li a{
  215. display:block;
  216. line-height:23px;
  217. overflow:hidden;
  218. text-indent:14px;
  219. background:url(../images/ico-3.gif) 4px 9px no-repeat;
  220. }
  221. .d4 li p{
  222. color:#888;
  223. line-height:17px;
  224. height:33px;
  225. overflow:hidden;
  226. }
  227. .d5{/* 后置时间日期的大列表 */
  228. padding:8px;
  229. border-bottom:1px solid #EEE;
  230. }
  231. .d5 li{
  232. height:41px;
  233. line-height:41px;
  234. background:url(../images/ico-2.gif) 2px 17px no-repeat;
  235. padding-left:16px;
  236. }
  237. .d5 li a{
  238. font-size:14px;
  239. }
  240. .d5 li span{
  241. margin-left:10px;
  242. color:#777;
  243. }
  244. /*---------- e : 图文混排列表 ---------*/
  245. .e1{/* 横向浮动的图片列表 120*90 */
  246. width:100%;
  247. overflow:hidden;
  248. clear:both;
  249. padding-top:10px;
  250. padding-bottom:8px;
  251. }
  252. .e1 li{
  253. width:126px;
  254. overflow:hidden;
  255. padding-left:12px;
  256. float:left;
  257. text-align:center;
  258. }
  259. .e1 li a{
  260. display:block;
  261. color:#6C6D61;
  262. }
  263. .e1 li a:hover img{
  264. border:1px solid #D7D9CC;
  265. padding:2px;
  266. }
  267. .e1 li a img{
  268. display:block;
  269. border:1px solid #E3E3E3;
  270. padding:2px;
  271. width:120px;
  272. height:90px;
  273. }
  274. .e1 li a span{
  275. display:block;
  276. line-height:17px;
  277. padding-top:6px;
  278. }
  279. .e1 li span{
  280. }
  281. .e2{
  282. }
  283. .e2 li{
  284. width:100%;
  285. overflow:hidden;
  286. clear:both;
  287. padding:12px 0px;
  288. border-bottom:1px solid #EEE;
  289. color:#aaa;
  290. }
  291. .e2 li b a{
  292. color:#555;
  293. }
  294. .e2 li a.preview{
  295. width:84px;
  296. float:left;
  297. margin-right:7px;
  298. margin-bottom:3px;
  299. margin-left:10px;
  300. display:inline;
  301. }
  302. .e2 li a.preview img{
  303. width:80px;
  304. /*height:60px;*/
  305. display:block;
  306. padding:1px;
  307. border:1px solid #EEE;
  308. }
  309. .e2 li a.preview:hover img{
  310. border:1px solid #AAA;
  311. }
  312. .e2 li a.title{
  313. overflow:hidden;
  314. line-height:25px;
  315. font-weight:bold;
  316. font-size:14px;
  317. margin-left:2px;
  318. }
  319. .e2 span.info{
  320. display:block;
  321. line-height:23px;
  322. color:#555;
  323. padding-left:12px;
  324. }
  325. .e2 span.info small{
  326. color:#AAA;
  327. font-size:12px;
  328. margin-left:3px;
  329. }
  330. .e2 span.info a{
  331. color:#690;
  332. }
  333. .e2 p.intro{
  334. color:#776955;
  335. line-height:20px;
  336. margin-left:5px;
  337. padding-left:10px;
  338. padding-right:10px;
  339. }
  340. .e3{/* 图文混排小列表 */
  341. clear:both;
  342. overflow:hidden;
  343. }
  344. .e3 li{
  345. height:50px;
  346. overflow:hidden;
  347. padding:6px;
  348. border-bottom:1px dashed #DCEBD7;
  349. }
  350. .e3 li a.preview{
  351. width:58px;
  352. height:48px;
  353. float:left;
  354. display:block;
  355. margin-right:6px;
  356. overflow:hidden;
  357. }
  358. .e3 li a.preview img{
  359. width:58px;
  360. height:48px;
  361. }
  362. .e3 li a.title{
  363. height:21px;
  364. display:block;
  365. line-height:21px;
  366. overflow:hidden;
  367. }
  368. .e3 li .intro{
  369. color:#777;
  370. display:block;
  371. float:left;
  372. line-height:23px;
  373. }
  374. .e5{/* 竖排小图列表 102*70 (仅供首页图文混排列表使用) */
  375. padding-left:8px;
  376. width:112px;
  377. float:left;
  378. font-size:0px;
  379. line-height:0px;
  380. }
  381. .e5 li{
  382. display:block;
  383. width:104px;
  384. overflow:hidden;
  385. padding-top:8px;
  386. }
  387. .e6{/* 横排小图列表 102*70 (仅供首页图文混排列表使用) */
  388. height:81px;
  389. padding-left:6px;
  390. clear:both;
  391. overflow:hidden;
  392. }
  393. .e6 li{
  394. display:block;
  395. width:104px;
  396. padding-top:8px;
  397. padding-right:8px;
  398. overflow:hidden;
  399. float:left;
  400. }
  401. .e5 li a,.e6 li a{
  402. width:102px;
  403. height:70px;
  404. overflow:hidden;
  405. display:block;
  406. border:1px solid #676767;
  407. }
  408. .e5 li a img,.e6 li a img{
  409. display:block;
  410. width:102px;
  411. height:70px;
  412. }
  413. .e5 li a:hover,.e6 li a:hover{
  414. border:1px solid #333;
  415. }
  416. .e7{/* 横排小图列表 52*52 (用户头像列表) */
  417. clear:both;
  418. overflow:hidden;
  419. }
  420. .e7 li{
  421. width:60px;
  422. height:86px;
  423. float:left;
  424. overflow:hidden;
  425. padding-left:11px;
  426. }
  427. .e7 li a{
  428. display:block;
  429. margin:0px auto;
  430. text-align:center;
  431. }
  432. .e7 li a img{
  433. width:52px;
  434. height:52px;
  435. display:block;
  436. margin:0px auto 6px;
  437. padding:2px;
  438. border:1px solid #DDD;
  439. }
  440. .e7 li a:hover img{
  441. border:1px solid #AAA;
  442. }
  443. .e8{/*图集列表专用大图列表*/
  444. width:100%;
  445. overflow:hidden;
  446. clear:both;
  447. margin-left:12px;
  448. margin-top:16px;
  449. }
  450. .e8 li{
  451. width:168px;
  452. height:184px;
  453. float:left;
  454. display:block;
  455. overflow:hidden;
  456. margin-right:8px;
  457. text-align:center;
  458. }
  459. .e8 li .pic{
  460. width:160px;
  461. height:120px;
  462. display:block;
  463. background:url(../images/picbox-listbg.gif) no-repeat;
  464. text-align:left;
  465. overflow:hidden;
  466. }
  467. .e8 li .pic img{
  468. width:152px;
  469. height:112px;
  470. display:block;
  471. margin-left:3px;
  472. margin-top:3px;
  473. border:none;
  474. }
  475. .e8 li .title{
  476. height:31px;
  477. display:block;
  478. line-height:31px;
  479. font-weight:bold;
  480. overflow:hidden;
  481. }
  482. .e8 li .date{
  483. color:#666;
  484. }
  485. .e8 li .date small{
  486. line-height:17px;
  487. font-size:12px;
  488. color:#999;
  489. }
  490. .e9{/* 右侧小图列表 */
  491. width:100%;
  492. clear:both;
  493. overflow:hidden;
  494. padding-top:4px;
  495. }
  496. .e9 li{
  497. width:106px;
  498. height:110px;
  499. float:left;
  500. text-align:center;
  501. overflow:hidden;
  502. margin-left:6px;
  503. display:inline;
  504. }
  505. .e9 li a{
  506. color:#777;
  507. }
  508. .e9 li a img{
  509. width:102px;
  510. height:76px;
  511. display:block;
  512. padding:1px;
  513. border:1px solid #DDD;
  514. }
  515. .e9 li a span.title{
  516. display:block;
  517. height:29px;
  518. line-height:29px;
  519. overflow:hidden;
  520. }
  521. /*---------- f : 特殊列表 ---------*/
  522. .f1{/* 带数字ICO的排行榜列表 */
  523. background:url(../images/number-range.gif) 5px 5px no-repeat;
  524. overflow:hidden;
  525. }
  526. .f1 li{
  527. height:38px;
  528. display:block;
  529. padding:3px 0px 4px 0px;;
  530. border-bottom:1px dashed #DCEBD7;
  531. padding-left:38px;
  532. overflow:hidden;
  533. }
  534. .f1 li a{
  535. height:21px;
  536. line-height:21px;
  537. overflow:hidden;
  538. display:block;
  539. }
  540. .f1 li span{
  541. line-height:15px;
  542. color:#666666;
  543. margin-left:5px;
  544. }
  545. .f1 li span small{
  546. font-size:12px;
  547. color:#999;
  548. }
  549. .f1 li span a{
  550. display:inline;
  551. line-height:15px;
  552. color:#666666;
  553. color:#690;
  554. }
  555. .f2{/* 评论专用列表 */
  556. overflow:hidden;
  557. }
  558. .f2 li{
  559. height:73px;
  560. clear:both;
  561. overflow:hidden;
  562. border-bottom:1px dashed #DCEBD7;
  563. padding:0px 8px;
  564. }
  565. .f2 small{
  566. display:block;
  567. height:21px;
  568. padding-top:6px;
  569. line-height:21px;
  570. overflow:hidden;
  571. font-size:12px;
  572. color:#999;
  573. }
  574. .f2 small a.username{
  575. color:#666;
  576. }
  577. .f2 p{
  578. height:42px;
  579. overflow:hidden;
  580. line-height:21px;
  581. color:#888;
  582. text-indent:17px;
  583. background:url(../images/ico-comment-quote.gif) 0px 4px no-repeat;
  584. }
  585. .f4{/*友情链接(图片)专用*/
  586. }
  587. .f4 li{
  588. width:94px;
  589. height:37px;
  590. display:block;
  591. float:left;
  592. overflow:hidden;
  593. margin:10px 12px 2px 8px;
  594. }
  595. .f4 li a{
  596. width:88px;
  597. height:31px;
  598. overflow:hidden;
  599. float:left;
  600. border:3px solid #FFF;
  601. }
  602. .f4 li a:hover{
  603. border:3px solid #EEE;
  604. }
  605. .f5{/*友情链接(文字)专用*/
  606. width:100%;
  607. overflow:hidden;
  608. clear:both;
  609. padding-bottom:10px;
  610. height:40px;
  611. }
  612. .f5 li{
  613. float:left;
  614. line-height:14px;
  615. padding:8px 10px 0px;
  616. white-space:nowrap;
  617. }
  618. .f5 li a{
  619. color:#666666;
  620. float:left;
  621. }
  622. .f5 li a img{
  623. border:3px solid #EEE;
  624. }
  625. .f6{/* 链接横排自适应列表 */
  626. width:100%;
  627. overflow:hidden;
  628. clear:both;
  629. padding-bottom:10px;
  630. }
  631. .f6 li{
  632. float:left;
  633. line-height:14px;
  634. padding:8px 10px 0px;
  635. white-space:nowrap;
  636. }
  637. .f6 li a{
  638. color:#666666;
  639. float:left;
  640. }
  641. /*list_nav
  642. ------------------*/
  643. .d6{
  644. width:100%;
  645. overflow:hidden;
  646. padding-bottom:6px;
  647. clear:both;
  648. display:inherit;
  649. }
  650. .d6 li{
  651. float:left;
  652. margin:6px 0 1px 8px;
  653. display:inline;
  654. }
  655. .d6 li a{
  656. width:87px;
  657. padding-left:20px;
  658. height:26px;
  659. line-height:26px;
  660. display:block;
  661. background:url(../images/green_skin.png) -42px -222px no-repeat;
  662. color:#316301;
  663. }
  664. .d6 li a:hover{
  665. text-decoration:none;
  666. }
  667. .d6 li a.thisclass{
  668. background:url(../images/green_skin.png) -42px -249px no-repeat;
  669. }
  670. /*--------------------------------------------------
  671. list icon
  672. ---------------------------------------------*/
  673. .ico1 li{
  674. padding-left:16px;
  675. background:url(../images/ico-1.gif) 7px 11px no-repeat;
  676. }
  677. .ico2 li{
  678. padding-left:16px;
  679. background:url(../images/ico-2.gif) 6px 11px no-repeat;
  680. }
  681. .ico3 li{
  682. padding-left:16px;
  683. background:url(../images/ico-3.gif) 7px 11px no-repeat;
  684. }
  685. li.dotline {
  686. height:26px;
  687. line-height:26px;
  688. }
  689. .c_page{
  690. text-align:right;
  691. line-height:25px;
  692. height:25px;
  693. background:#FBFBFB;
  694. border-top:1px solid #EAEAEA;
  695. }
  696. .c_page a{
  697. text-align:center;
  698. background:url(../images/page_bg.gif) #FBFBFB no-repeat;
  699. width:16px;
  700. height:15px;
  701. line-height:15px;
  702. display:inline-block;
  703. margin-top:5px;
  704. color:#000;
  705. font-family:Verdana, Geneva, sans-serif;
  706. font-size:9px;
  707. }
  708. .c_page a:hover{
  709. text-decoration:none;
  710. }
  711. .c_page a.thislink{
  712. color:#7A2334;
  713. }