Guest User

Untitled

a guest
Oct 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. body{
  2. font-family:微軟正黑體;
  3. background-color:#EAEAEA;
  4. margin-top:0px;
  5. margin-left:auto;
  6. margin-right:auto;
  7. width:1280px; height:auto;
  8. z-index:0;
  9. }
  10. #post_article_page{
  11. background-color:#DDDDDD;
  12. width:850px;
  13. height:600px;
  14. padding-top:35px;
  15. padding-left:35px;
  16. border:1px solid #CCCCCC
  17.  
  18. }
  19.  
  20. #article_theme{
  21. //background-color:pink;
  22. margin-bottom:6px;
  23. letter-spacing:6px;
  24. font-weight:600;
  25.  
  26. }
  27. #article_theme_label{
  28. float:left;
  29. }
  30. #article_theme_textarea{
  31. height:18px;
  32. resize:none;
  33. outline:none;
  34. border: 1px solid #cccccc;
  35. margin-left:10px;
  36. //margin-top:px;
  37. //padding: 1px;
  38. }
  39.  
  40. #article_official_tag{
  41. //background-color:pink;
  42. //margin-bottom:8px;
  43. display:inline;
  44.  
  45. }
  46. #article_official_tag_label{
  47. letter-spacing:6px;
  48. font-weight:600;
  49. display:inline;
  50. }
  51. #official_tag_form{
  52. margin-left:-13px;
  53. display:inline;
  54. font-weight:500;
  55. }
  56. .official_tag{
  57. margin-left:20px;
  58. }
  59.  
  60. #article_user_tag{
  61. margin-bottom:8px;
  62. margin-top:12px;
  63.  
  64. }
  65. #article_user_tag_label{
  66. letter-spacing:1px;
  67. font-weight:600;
  68. //display:inline;
  69. float:left;
  70.  
  71. }
  72. #article_user_tag_textarea{
  73. //display:inline;
  74.  
  75. margin-left:13px;
  76. height:18px;
  77. resize:none;
  78. outline:none;
  79. border: 1px solid #cccccc;
  80. //padding: 1px;
  81. }
Add Comment
Please, Sign In to add comment