mgr.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .seopro-panel{
  2. background-color: #FBFBFB;
  3. border: #CCC 1px solid;
  4. border-radius: 2px;
  5. padding: 2px 3px;
  6. }
  7. .seopro-counter{
  8. position: absolute;
  9. z-index: 2;
  10. top: -21px;
  11. right: 0;
  12. text-align: right;
  13. font-size: 12px;
  14. line-height: 20px;
  15. }
  16. .seopro-counter-wrap{
  17. background: #FBFBFB;
  18. border: 1px #CDCDCD solid;
  19. border-bottom: none;
  20. text-align: center;
  21. border-radius: 8px 8px 0 0;
  22. padding: 4px 14px 0;
  23. line-height: 17px;
  24. float: left;
  25. margin-left: 5px;
  26. }
  27. .x-form-focus + .seopro-counter .seopro-counter-wrap{
  28. background-color: white;
  29. border-color:#658F1A;
  30. border-bottom-color: white;
  31. }
  32. .x-form-item.x-tab-item{
  33. position: relative;
  34. }
  35. #seopro-google-logo{
  36. text-align: center;
  37. }
  38. #seopro-google-logo img{
  39. width: 70%;
  40. }
  41. .x-form-label-top .x-form-item {
  42. margin-top: 3px;
  43. }
  44. #seopro-google-title{
  45. color: #12C;
  46. font-size: medium;
  47. }
  48. #seopro-google-url{
  49. color: #093;
  50. margin-bottom: 1px;
  51. }
  52. #seopro-google-description{
  53. color: #222;
  54. line-height: 1.24;
  55. }
  56. .green{
  57. color: #658F1A;
  58. }
  59. .seopro-counter .red{
  60. color: #707070 !important;
  61. }
  62. .seopro-counter-keywords.green{
  63. background: url(../img/thumb-up.png) no-repeat 10px 3px #FBFBFB;
  64. }
  65. .seopro-counter-keywords.red{
  66. background: url(../img/thumb-down.png) no-repeat 10px 4px #FBFBFB;
  67. }
  68. #seopro-resource-alias .seopro-counter-chars, #seopro-resource-menutitle .seopro-counter-chars{
  69. display: none;
  70. }
  71. .seopro-counter-keywords{
  72. padding-left: 30px;
  73. }
  74. .x-btn-seopro button{
  75. /* background-image: url(../img/tips.png);
  76. background-position: 0px 0px !important;*/
  77. color:#ccc !important;
  78. text-shadow:0 1px -1px #111 !important;
  79. }
  80. .x-btn-seopro button:hover{
  81. color: #f2f2f2 !important;
  82. }
  83. .x-btn-seopro{
  84. /* margin-left: 10px;
  85. */ background:-webkit-gradient( linear,left bottom,left top,color-stop(0.32,#555),color-stop(0.69,#666),color-stop(0,#555) );
  86. border:1px solid #1E1E1E;
  87. margin-left: 10px;
  88. }
  89. /*.x-btn-blue{
  90. background:#4f93cf;
  91. background:-moz-linear-gradient(center bottom,#4f93cf 0%,#9ccbea 100%) repeat scroll 0 0 transparent;
  92. background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#9ccbea),color-stop(100%,#4f93cf));
  93. background:-webkit-linear-gradient(center bottom,#4f93cf 0%,#9ccbea 100%);
  94. background:-o-linear-gradient(center bottom,#4f93cf 0%,#9ccbea 100%);
  95. background:-ms-linear-gradient(center bottom,#4f93cf 0%,#9ccbea 100%);
  96. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ccbea,endColorstr=#4f93cf,GradientType=0);
  97. background:linear-gradient(center bottom,#4f93cf 0%,#9ccbea 100%);
  98. text-shadow:0 1px 0 #9ccbea;
  99. border:1px solid #3b77ab;
  100. color:#14296f !important;
  101. }*/
  102. .x-btn-blue:hover{
  103. /* background:#4f93cf;
  104. background:-moz-linear-gradient(center bottom,#4f93cf 0%,#bcd7e9 100%) repeat scroll 0 0 transparent;
  105. background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcd7e9),color-stop(100%,#4f93cf));
  106. background:-webkit-linear-gradient(center bottom,#4f93cf 0%,#bcd7e9 100%);
  107. background:-o-linear-gradient(center bottom,#4f93cf 0%,#bcd7e9 100%);
  108. background:-ms-linear-gradient(center bottom,#4f93cf 0%,#bcd7e9 100%);
  109. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bcd7e9,endColorstr=#4f93cf,GradientType=0);
  110. background:linear-gradient(center bottom,#4f93cf 0%,#bcd7e9 100%);*/
  111. }