fe-codebeautify.css 885 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @import url("syntax-highlighter.css");
  2. html {
  3. background:url(../img/baidufe_bj.gif);
  4. font-size: 14px;
  5. color:#333;
  6. }
  7. .mod-code {
  8. width:980px;
  9. margin:0 auto;
  10. position: relative;
  11. }
  12. .mod-code .syntaxhighlighter {
  13. max-height: 500px;
  14. overflow-y: auto;
  15. }
  16. .mod-code fieldset {
  17. border : 1px solid #bbb;
  18. margin:0 0 10px;
  19. }
  20. .mod-code fieldset legend {
  21. padding:0 5px;
  22. }
  23. .mod-code fieldset legend span {
  24. color: #f00;
  25. font-weight: bold;
  26. }
  27. .mod-code .format-item {
  28. line-height: 16px;
  29. }
  30. .mod-code .format-item textarea{
  31. width:945px;
  32. height:120px;
  33. padding:2px 5px;
  34. margin:0 auto;
  35. resize:none;
  36. }
  37. .mod-code .format-item button{
  38. width:80px;
  39. height:30px;
  40. float: right;
  41. }
  42. .mod-code .rst-item {
  43. position: relative;
  44. padding-top:0px;
  45. }
  46. .mod-code .btn-opts {
  47. line-height: 30px;
  48. -webkit-user-select:none;
  49. }