Guest User

Untitled

a guest
Jun 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.76 KB | None | 0 0
  1.  
  2. @charset "utf-8";
  3. /* CSS Document */
  4.  
  5. body {
  6.     background: #fff;
  7.     margin-left: 0px;
  8.     margin-top: 0px;
  9.     margin-right: 0px;
  10.     margin-bottom: 0px;
  11.     font-family: Arial, Helvetica, sans-serif;
  12.     font-size: 14px;
  13. }
  14.  
  15. #page {
  16.     margin: 0 auto;
  17.     width: 960px;
  18. }
  19.  
  20. .form-weight-normal {
  21.     width: 400px;
  22. }
  23.  
  24. .autoclear {
  25.     color: #aaa;
  26. }
  27.  
  28. .autoclear-normalcolor {
  29.     color: #000;
  30. }
  31.  
  32.  
  33.  
  34. .header {
  35.     background-color: #004D98;
  36.     vertical-align: bottom;
  37. }
  38. .menuline {
  39.     background-image: url(../images/menu.png);
  40.     height: 30px;
  41. }
  42.  
  43. .menu_horizontal  li {
  44. float: left;
  45. margin-left: 50px;
  46. }
  47.  
  48. .content {
  49.    
  50.     margin-left: 10px;
  51. }
  52. .clear {
  53.     clear: both;
  54.     }
  55. .right {
  56.     max-width: 200px;
  57.     float: right;
  58.     margin-top: 15px;
  59. }
  60. .bottom {
  61.     background-image: url(../images/bottomtex.png);
  62.     height: 57px;
  63. }
  64. .bottomright {
  65.     float: right;
  66. }
  67. .b_container {
  68.     clear: both;
  69.     padding: 0;
  70.     margin: 0;
  71. }
  72. .c_container {
  73.     background-image: url(../images/paper.png);
  74.     background-repeat: no-repeat;
  75.     background-position: right bottom;
  76.     min-height: 500px;
  77. }
  78.  
  79.  
  80. .roundbox {
  81.     padding-right: 30px;
  82.     margin-bottom: 30px;
  83.     background: #ffffff;
  84.     -webkit-border-top-left-radius: 10px;
  85.     -webkit-border-bottom-left-radius: 10px;
  86.     -moz-border-radius-topleft: 10px;
  87.     -moz-border-radius-bottomleft: 10px;
  88.     border-top-left-radius: 10px;
  89.     border-bottom-left-radius: 10px;
  90.     border-top-width: 2px;
  91.     border-right-width: 0px;
  92.     border-bottom-width: 2px;
  93.     border-left-width: 2px;
  94.     border-top-style: solid;
  95.     border-right-style: solid;
  96.     border-bottom-style: solid;
  97.     border-left-style: solid;
  98.     border-top-color: #cccccc;
  99.     border-right-color: #cccccc;
  100.     border-bottom-color: #cccccc;
  101.     border-left-color: #cccccc;
  102. }
  103.  
  104. .article-info-term {
  105.     display: none !important;
  106. }
Add Comment
Please, Sign In to add comment