You are here

kwresearch.css in Keyword Research 7

Same filename and directory in other branches
  1. 6 kwresearch.css
/* $Id: kwresearch.css,v 1.1.2.12 2011/01/05 20:42:59 tomdude48 Exp $ */

.kwresearch_actions {
  display: none;
  position: absolute;
  margin-top: -1.2em;
  /* background-color: #FFFFFF; */
}

.kwresearch-tool-button {
  margin-right: 1px;
  float: left;
}

.kwresearch_keyword .kwresearch-tool-menu {
  position: absolute;
  margin-top: 0px;
  clear: left;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #333333;
}

.kwresearch_keyword .kwresearch-tool-menu  li {  
  list-style: none outside none;  
  margin: 0px 6px;
  padding: 0px;
  background: none;
}
.kwresearch_keyword .kwresearch-tool-menu  li:first-child {
  margin-top: 5px;
}
.kwresearch_keyword .kwresearch-tool-menu  li:last-child {
  margin-bottom: 5px;
}  
.kwresearch_keyword .kwresearch-tool-menu li.active {  
  background-color: #DBE6DE;
}

.kwresearch_keyword.active {
  background-color: #DBE6DE;
  color: #000088;
}

.kwresearch_keyword.processed {
  border-bottom: 1px dashed #CCCCCC;
}

.kwresearch_keyword .kwresearch-more-tools a {
  margin-right: 2px;
}

#kwresearch-form-inputs {
  float: left;
}

#kwresearch-form-inputs .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

#kwresearch-form-inputs fieldset {
  margin-top: 0px;
  margin-bottom: 0px;
}

#kwresearch-form-buttons {
  float: left;
  padding-top: 1.5em;
  padding-left: 5px;
}

#kwresearch-report {
  clear: left;
}

/* form styling */
#kwresearch-filter-form #edit-priority-wrapper, #kwresearch-filter-form #value-fields-wrapper, #kwresearch-filter-form #page_count-fields-wrapper, #kwresearch-filter-form #daily-fields-wrapper {
  float: left;
  padding: 0.2em 0.4em 0.2em 0.4em;
  border: 1px solid #CCCCCC;
  margin: 0.1em;
}

#kwresearch-site-keywords .page_count {
  text-align: right;
  padding-right: 2em;
}

#kwresearch-site-keywords .daily_volume {
  text-align: center;	
}

#kwresearch-site-keywords .gwt-impressions {
    text-align: right;
    padding-right: 1em;
}

#kwresearch-site-keywords .gwt-impressions.active {
    padding-right: 2em;
}

#kwresearch-site-keywords .gwt-clicks {
    text-align: right;
    padding-right: 1em;
}

#kwresearch-site-keywords .gwt-clicks.active {
    padding-right: 2em;
}

#kwresearch-site-keywords .gwt-position {
    text-align: right;
    padding-right: 1em;
}

#kwresearch-site-keywords .gwt-position.active {
    padding-right: 2em;
}

.stats-indicator {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    width:80px;
    height: 15px;
}

.stats-indicator-text {
    float: left;
    line-height: 1.25em;
    width: 80px;
    text-align: center;
}

.searches-indicator-bar {
    background-color:#DDFFCC;
    padding: 0 0 0 0;
    height: 15px;
}

.competition-indicator-bar {
    background-color:#FFCCCC;
    padding: 0 0 0 0;
    height: 15px;
}

.bid-indicator-bar {
    background-color:#FFE6B6;
    padding: 0 0 0 0;
    height: 15px;
}

/* clean up styling on Rubik */
body.tao #kwresearch-stats-report-form input.form-submit {
    margin-left: 10px;
    margin-top: 1.5em;
}

File

kwresearch.css
View source
  1. /* $Id: kwresearch.css,v 1.1.2.12 2011/01/05 20:42:59 tomdude48 Exp $ */
  2. .kwresearch_actions {
  3. display: none;
  4. position: absolute;
  5. margin-top: -1.2em;
  6. /* background-color: #FFFFFF; */
  7. }
  8. .kwresearch-tool-button {
  9. margin-right: 1px;
  10. float: left;
  11. }
  12. .kwresearch_keyword .kwresearch-tool-menu {
  13. position: absolute;
  14. margin-top: 0px;
  15. clear: left;
  16. border: 1px solid #CCCCCC;
  17. background-color: #FFFFFF;
  18. color: #333333;
  19. }
  20. .kwresearch_keyword .kwresearch-tool-menu li {
  21. list-style: none outside none;
  22. margin: 0px 6px;
  23. padding: 0px;
  24. background: none;
  25. }
  26. .kwresearch_keyword .kwresearch-tool-menu li:first-child {
  27. margin-top: 5px;
  28. }
  29. .kwresearch_keyword .kwresearch-tool-menu li:last-child {
  30. margin-bottom: 5px;
  31. }
  32. .kwresearch_keyword .kwresearch-tool-menu li.active {
  33. background-color: #DBE6DE;
  34. }
  35. .kwresearch_keyword.active {
  36. background-color: #DBE6DE;
  37. color: #000088;
  38. }
  39. .kwresearch_keyword.processed {
  40. border-bottom: 1px dashed #CCCCCC;
  41. }
  42. .kwresearch_keyword .kwresearch-more-tools a {
  43. margin-right: 2px;
  44. }
  45. #kwresearch-form-inputs {
  46. float: left;
  47. }
  48. #kwresearch-form-inputs .form-item {
  49. margin-top: 0px;
  50. margin-bottom: 0px;
  51. }
  52. #kwresearch-form-inputs fieldset {
  53. margin-top: 0px;
  54. margin-bottom: 0px;
  55. }
  56. #kwresearch-form-buttons {
  57. float: left;
  58. padding-top: 1.5em;
  59. padding-left: 5px;
  60. }
  61. #kwresearch-report {
  62. clear: left;
  63. }
  64. /* form styling */
  65. #kwresearch-filter-form #edit-priority-wrapper, #kwresearch-filter-form #value-fields-wrapper, #kwresearch-filter-form #page_count-fields-wrapper, #kwresearch-filter-form #daily-fields-wrapper {
  66. float: left;
  67. padding: 0.2em 0.4em 0.2em 0.4em;
  68. border: 1px solid #CCCCCC;
  69. margin: 0.1em;
  70. }
  71. #kwresearch-site-keywords .page_count {
  72. text-align: right;
  73. padding-right: 2em;
  74. }
  75. #kwresearch-site-keywords .daily_volume {
  76. text-align: center;
  77. }
  78. #kwresearch-site-keywords .gwt-impressions {
  79. text-align: right;
  80. padding-right: 1em;
  81. }
  82. #kwresearch-site-keywords .gwt-impressions.active {
  83. padding-right: 2em;
  84. }
  85. #kwresearch-site-keywords .gwt-clicks {
  86. text-align: right;
  87. padding-right: 1em;
  88. }
  89. #kwresearch-site-keywords .gwt-clicks.active {
  90. padding-right: 2em;
  91. }
  92. #kwresearch-site-keywords .gwt-position {
  93. text-align: right;
  94. padding-right: 1em;
  95. }
  96. #kwresearch-site-keywords .gwt-position.active {
  97. padding-right: 2em;
  98. }
  99. .stats-indicator {
  100. background-color:#FFFFFF;
  101. border:1px solid #CCCCCC;
  102. width:80px;
  103. height: 15px;
  104. }
  105. .stats-indicator-text {
  106. float: left;
  107. line-height: 1.25em;
  108. width: 80px;
  109. text-align: center;
  110. }
  111. .searches-indicator-bar {
  112. background-color:#DDFFCC;
  113. padding: 0 0 0 0;
  114. height: 15px;
  115. }
  116. .competition-indicator-bar {
  117. background-color:#FFCCCC;
  118. padding: 0 0 0 0;
  119. height: 15px;
  120. }
  121. .bid-indicator-bar {
  122. background-color:#FFE6B6;
  123. padding: 0 0 0 0;
  124. height: 15px;
  125. }
  126. /* clean up styling on Rubik */
  127. body.tao #kwresearch-stats-report-form input.form-submit {
  128. margin-left: 10px;
  129. margin-top: 1.5em;
  130. }