国内流行的内容管理系统(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.

298 lines
4.5KB

  1. /*---------------SPAGE:评论,投票,友情链接*/
  2. *{
  3. padding:0px;
  4. margin:0px;
  5. font-family:Verdana, Arial, Helvetica, sans-serif;
  6. }
  7. html{
  8. }
  9. body{
  10. background:#F7F7F7;
  11. font-size:12px;
  12. }
  13. a{
  14. color:#0033CC;
  15. }
  16. a:hover{
  17. color:#F00;
  18. text-decoration:none;
  19. }
  20. img{
  21. border:none;
  22. }
  23. input{
  24. vertical-align:middle;
  25. font-size:12px;
  26. }
  27. select{
  28. font-size:12px;
  29. }
  30. .mceneter{
  31. margin:0px auto;
  32. }
  33. .main{
  34. width:800px;
  35. border:4px solid #F0F0F0;
  36. background:#FFF;
  37. padding:10px 20px 10px 20px;
  38. margin-top:20px;
  39. }
  40. .main .toplogo{
  41. clear:both;
  42. width:800px;
  43. height:60px;
  44. }
  45. .main .toplogo .logo{
  46. width:200px;
  47. float:left;
  48. }
  49. .main .toplogo .title{
  50. width:510px;
  51. height:15px;
  52. float:right;
  53. padding:5px 10px 0px 0px;
  54. letter-spacing:3px;
  55. font-weight:bold;
  56. line-height:12px;
  57. color:#555;
  58. text-align:right;
  59. background:#EEE url(nspage_tophr.gif) left center no-repeat;
  60. margin-top:20px;
  61. }
  62. .main .cmain{
  63. clear:both;
  64. overflow:hidden;
  65. }
  66. .main .cmain .ctitle{
  67. width:800px;
  68. height:25px;
  69. margin-top:10px;
  70. }
  71. .main .cmain .ctitle h1{
  72. width:190px;
  73. height:25px;
  74. font-size:12px;
  75. text-indent:10px;
  76. letter-spacing:5px;
  77. line-height:25px;
  78. color:#777;
  79. display:block;
  80. background:url(nspage_mtitle.gif) no-repeat;
  81. float:left;
  82. }
  83. .main .cmain .ctitle span{
  84. width:520px;
  85. height:12px;
  86. overflow:hidden;
  87. float:right;
  88. border-bottom:1px solid #EEE;
  89. }
  90. .main .cbox{
  91. width:780px;
  92. padding-bottom:10px;
  93. }
  94. .copyright{
  95. width:760px;
  96. text-align:right;
  97. font-size:11px;
  98. line-height:25px;
  99. }
  100. .linklist{
  101. width:700px;
  102. }
  103. .linklist .txtlink{
  104. width:700px;
  105. overflow:hidden;
  106. }
  107. .linklist .txtlink a{
  108. display:block;
  109. float:left;
  110. height:15px;
  111. line-height:15px;
  112. padding-right:16px;
  113. padding-left:16px;
  114. margin:17px 0px 0px -1px;
  115. white-space:nowrap;
  116. border-left:1px solid #EEE;
  117. }
  118. .linklist .imglink{
  119. width:700px;
  120. overflow:hidden;
  121. margin-top:10px;
  122. }
  123. .linklist .imglink a{
  124. width:88px;
  125. height:31px;
  126. display:block;
  127. float:left;
  128. overflow:hidden;
  129. border:3px solid #FFF;
  130. margin:10px 12px 2px 8px;
  131. }
  132. .linklist .imglink a:hover{
  133. border:3px solid #EEE;
  134. }
  135. .linklist .imglink a img{
  136. width:88px;
  137. height:31px;
  138. }
  139. .linkadd {
  140. margin-top:20px;
  141. }
  142. .linkadd dl{
  143. width:600px;
  144. clear:both;
  145. padding-top:6px;
  146. overflow:hidden;
  147. }
  148. .linkadd dl dt{
  149. display:block;
  150. float:left;
  151. width:110px;
  152. height:31px;
  153. text-align:right;
  154. line-height:27px;
  155. }
  156. .linkadd dl dd {
  157. width:480px;
  158. float:right;
  159. }
  160. .linkadd dl dd input{
  161. font-size:12px;
  162. border:1px solid #888;
  163. padding:4px;
  164. background:url(login_input_bg.gif) left top no-repeat;
  165. margin-right:5px;
  166. }
  167. .linkadd dl dd select{
  168. margin:4px 0px 0px 0px;
  169. }
  170. .linkadd dl dd img{
  171. vertical-align:middle;
  172. }
  173. .linkadd dl dd textarea{
  174. font-size:12px;
  175. border:1px solid #888;
  176. padding:4px;
  177. background:url(login_input_bg.gif) left top no-repeat;
  178. }
  179. .linkadd .submit{
  180. padding:10px 0px 0px 120px;
  181. float:left;
  182. }
  183. .linkadd .submit input{
  184. font-size:14px;
  185. padding:2px 5px 2px 5px;
  186. }
  187. .votelist{
  188. width:700px;
  189. margin-top:16px;
  190. }
  191. .votelist .vtitle h2{
  192. font-size:16px;
  193. color:#222;
  194. letter-spacing:2px;
  195. font-weight:normal;
  196. }
  197. .votelist .vtitle span{
  198. line-height:35px;
  199. color:#666666;
  200. text-indent:10px;
  201. }
  202. .votelist .vbox{
  203. width:700px;
  204. }
  205. .votelist .vbox dl{
  206. width:600px;
  207. height:31px;
  208. clear:both;
  209. overflow:hidden;
  210. margin-top:7px;
  211. }
  212. .votelist .vbox dl dt{
  213. width:200px;
  214. float:left;
  215. text-align:right;
  216. line-height:15px;
  217. color:#333;
  218. font-weight:bold;
  219. }
  220. .votelist .vbox dl dd{
  221. width:390px;
  222. float:right;
  223. background:#EEE;
  224. height:13px;
  225. font-size:11px;
  226. line-height:11px;
  227. color:#777;
  228. }
  229. .votelist .vbox dl dd strong{
  230. color:#000;
  231. margin-right:2px;
  232. }
  233. .votelist .vbox dl dd span{
  234. height:13px;
  235. text-indent:3px;
  236. padding-right:3px;
  237. display:block;
  238. background:#690;
  239. color:#CD9;
  240. border-right:1px solid #CCC;
  241. float:left;
  242. }
  243. .votelist .vbox dl dd span strong{
  244. color:#FFF;
  245. }
  246. .maplist{
  247. line-height:21px;
  248. }
  249. .maplist * b{
  250. display:block;
  251. font-size:14px;
  252. margin-top:16px;
  253. }
  254. .coolbg {
  255. border:0px;
  256. border-right: 1px solid #ACACAC;
  257. border-bottom: 1px solid #ACACAC;
  258. background-color: #F1F8B4;
  259. padding:2px;
  260. padding-right:5px;
  261. padding-left:5px;
  262. background: url(wbg.gif) #EFF7D0;
  263. cursor:pointer;
  264. }
  265. .listtable {
  266. width:100%;
  267. background:#dedede;
  268. margin-bottom:8px;
  269. }
  270. .listtable td {
  271. padding-left: 5px;
  272. }
  273. .left {
  274. float:left;
  275. }
  276. .right {
  277. float:right;
  278. }