国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

314 satır
4.9KB

  1. /***
  2. * DedeCMS v5.3 Style (grass green)
  3. * dedecms.com Author pigz 2008-11-17 17:35
  4. **/
  5. /*---------- base ---------*/
  6. *{
  7. padding:0px;
  8. margin:0px;
  9. }
  10. html{
  11. background:#FFF;
  12. }
  13. body{
  14. margin:0px auto;
  15. font:12px Verdana,Arial,Tahoma;
  16. }
  17. img{
  18. border:none;
  19. }
  20. a{
  21. color:#3366CC;
  22. text-decoration:none;
  23. }
  24. a:hover{
  25. color:#F33;
  26. text-decoration:underline;
  27. }
  28. ul{
  29. list-style:none;
  30. }
  31. input,select,button{
  32. font-size:12px;
  33. vertical-align:middle;
  34. }
  35. .fc_03c{
  36. color:#03C;
  37. }
  38. .fc_f30{
  39. color:#F30;
  40. }
  41. /*---------- frame ---------*/
  42. .header{
  43. width:100%;
  44. margin:0px auto;
  45. padding-top:10px;
  46. clear:both;
  47. overflow:hidden;
  48. }
  49. .header .toplogo{
  50. width:300px;
  51. height:60px;
  52. float:left;
  53. }
  54. .header .toplogo h1{
  55. width:200px;
  56. height:56px;
  57. }
  58. .header .toplogo h1 a{
  59. width:200px;
  60. height:56px;
  61. display:block;
  62. font-size:0px;
  63. text-indent:-200px;
  64. overflow:hidden;
  65. background:url(../images/top-logo.gif) center center no-repeat;
  66. }
  67. .header .searchform{
  68. float:left;
  69. padding-top:12px;
  70. }
  71. .header .searchform .s1{
  72. float:left;
  73. height:29px;
  74. line-height:25px;
  75. font-size:14px;
  76. color:#333333;
  77. font-weight:bold;
  78. margin-right:6px;
  79. }
  80. .header .searchform .s2{
  81. float:left;
  82. }
  83. .header .searchform .s2 .sf-keyword{
  84. padding:3px 5px;
  85. height:14px;
  86. line-height:17px;
  87. overflow:hidden;
  88. color:#777;
  89. }
  90. .header .searchform .s2 .sf-option{
  91. font-size:14px;
  92. color:#444;
  93. }
  94. .header .searchform .s2 .sf-submit{
  95. width:62px;
  96. height:23px;
  97. font-size:14px;
  98. line-height:18px;
  99. color:#333;
  100. letter-spacing:5px;
  101. margin-left:5px;
  102. margin-top:-2px;
  103. }
  104. .header .searchform .s3{
  105. height:29px;
  106. float:left;
  107. margin-left:20px;
  108. line-height:29px;
  109. }
  110. .header .searchform .s3 a{
  111. margin-right:10px;
  112. font-size:14px;
  113. }
  114. .msgbar{
  115. height:27px;
  116. line-height:27px;
  117. border-top:1px solid #E4F0DF;
  118. border-bottom:1px solid #E4F0DF;
  119. font-size:14px;
  120. color:#666;
  121. }
  122. .msgbar p{
  123. padding-left:22px;
  124. background:#F3FAF1;
  125. border-top:1px solid #FFF;
  126. border-bottom:1px solid #FFF;
  127. }
  128. .resultlist{
  129. padding:2px 20px;
  130. }
  131. .resultlist h2{
  132. display:none;
  133. }
  134. .item h3 .title{
  135. font-size:14px;
  136. font-weight:normal;
  137. line-height:25px;
  138. text-decoration:underline;
  139. }
  140. .item h3 .title:hover{
  141. text-decoration:none;
  142. }
  143. .item{
  144. margin-top:16px;
  145. }
  146. .item .intro{
  147. font-size:14px;
  148. line-height:19px;
  149. padding-left:2px;
  150. color:#777;
  151. }
  152. .item .info{
  153. font-size:12px;
  154. line-height:26px;
  155. color:#080;
  156. }
  157. .item .info small{
  158. font-size:12px;
  159. }
  160. .item .info span{
  161. margin-right:10px;
  162. }
  163. .item .info a{
  164. color:#444;
  165. }
  166. .advancedsearch{
  167. width:500px;
  168. float:left;
  169. padding:30px 40px;
  170. }
  171. .advancedsearch input,.advancedsearch select,.advancedsearch button{
  172. font-size:14px;
  173. margin-left:5px;
  174. }
  175. .advancedsearch input{
  176. font-size:12px;
  177. padding:3px;
  178. }
  179. .advancedsearch .f1{
  180. width:500px;
  181. clear:both;
  182. overflow:hidden;
  183. }
  184. .advancedsearch .f1 small,.advancedsearch .f2 small{
  185. font-size:14px;
  186. width:80px;
  187. height:40px;
  188. float:left;
  189. text-align:right;
  190. line-height:25px;
  191. color:#666;
  192. }
  193. .advancedsearch .f1 span,.advancedsearch .f2 span{
  194. height:40px;
  195. float:left;
  196. font-size:14px;
  197. }
  198. .advancedsearch .f2{
  199. width:200px;
  200. float:left;
  201. }
  202. .othersearch{
  203. height:31px;
  204. overflow:hidden;
  205. clear:both;
  206. line-height:31px;
  207. padding-left:16px;
  208. margin-top:16px;
  209. }
  210. .othersearch h2{
  211. float:left;
  212. font-size:14px;
  213. }
  214. .othersearch ul{
  215. float:left;
  216. }
  217. .othersearch ul li{
  218. float:left;
  219. margin-left:10px;
  220. font-size:14px;
  221. line-height:33px;
  222. }
  223. .footer{
  224. color:#999;
  225. text-align:right;
  226. border-top:1px solid #E5EFD6;
  227. margin-top:16px;
  228. padding:8px 10px;
  229. clear:both;
  230. overflow:hidden;
  231. }
  232. .footer .link{
  233. text-align:center;
  234. padding:5px 0px;
  235. float:left;
  236. }
  237. .footer .link a{
  238. margin:0px 5px;
  239. color:#666666;
  240. }
  241. .footer .powered{
  242. font-size:10px;
  243. line-height:25px;
  244. }
  245. .footer .powered strong{
  246. color:#690;
  247. }
  248. .footer .powered strong span{
  249. color:#F93;
  250. }
  251. .footer .powered a:hover{
  252. text-decoration:none;
  253. }
  254. .dede_pages{
  255. height:33px;
  256. clear:both;
  257. overflow:hidden;
  258. background:#FAFAFA;
  259. margin-top:16px;
  260. }
  261. .dede_pages ul{
  262. float:left;
  263. padding:6px 0px 0px 16px;
  264. }
  265. .dede_pages ul li{
  266. float:left;
  267. font-family:Tahoma;
  268. line-height:17px;
  269. margin-right:6px;
  270. }
  271. .dede_pages ul li a{
  272. float:left;
  273. padding:2px 4px 2px;
  274. color:#666;
  275. }
  276. .dede_pages ul li a:hover{
  277. color:#690;
  278. text-decoration:none;
  279. padding:2px 4px 1px;
  280. background:#EEE;
  281. }
  282. .dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
  283. color:#F63;
  284. padding:2px 4px 1px;
  285. border-bottom:1px solid #F63;
  286. font-weight:bold;
  287. }
  288. .dede_pages .pageinfo{
  289. float:right;
  290. line-height:21px;
  291. padding:7px 10px 3px 16px;
  292. color:#999;
  293. }
  294. .dede_pages .pageinfo strong{
  295. color:#666;
  296. font-weight:normal;
  297. margin:0px 2px;
  298. }
  299. .center{
  300. margin:0px auto;
  301. }
  302. .w960{
  303. width:960px;
  304. /*position:relative;*/
  305. }
  306. .footer_body{
  307. text-align:center;
  308. }