You are here

seotools.css in Drupal SEO Tools 7

Same filename and directory in other branches
  1. 6 seotools.css
/* $Id: seotools.css,v 1.1.2.1 2010/12/28 17:45:39 randallknutson Exp $ */

.chart-main-wrapper {
  height: 150px;
  width: 100%;
}

.chart-sources-wrapper {
  height: 150px;
  width: 100%;
}

.chart-refferrers-wrapper {
  height: 150px;
  width: 100%;
}

.chart-map-wrapper {
  height: 150px;
  width: 100%;
}

.label-header {
  text-align: left;
}

.numeric-header {
  text-align: right;
}

.text-header {
  text-align: right;
}

.label-cell {
  text-align: left;
}

.numeric-cell {
  text-align: right;
}

.text-cell {
  text-align: right;
}

#seotools-dashboard {
  color: #000000;
}

.dashboard-links {
  font-size: .9em;
  margin-bottom: 6px;
}

#seotools-dashboard h3 {
  padding: 2px 0 2px 6px;
  margin-top: 8px;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

#chart-visits {
  margin: 0 auto;
  text-align: center;
}

#dashboard-pane-left {
  float: left;
  width: 49%;
}

.dashboard-spacer {
  float: left;
  width: 2%;
}

#dashboard-pane-right {
  float: left;
  width: 49%;
}

.dashboard-ga-cell {
  font-size: 1.4em;
  vertical-align: middle;
  font-weight: bold;
  margin: 4px 0;

}

.dashboard-ga-cell a {
  font-size: .8em;
}

#visits-cell {
  float: left;
  width: 48%;
}

#pageviews-cell {
  clear: left;
  float: left;
  width: 48%;
}

#average_pageviews-cell {
  clear: left;
  float: left;
  width: 48%;
}

#goals-cell {
  clear: left;
  float: left;
  width: 48%;
}

#bounce_rate-cell {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding-left: 1%;
}

#time_on_site-cell {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding-left: 1%;
}

#vistor_type-cell {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding-left: 1%;
}

#goal_conversion_rate-cell {
  float: left;
  width: 48%;
  margin-left: 2%;
  padding-left: 1%;
}

File

seotools.css
View source
  1. /* $Id: seotools.css,v 1.1.2.1 2010/12/28 17:45:39 randallknutson Exp $ */
  2. .chart-main-wrapper {
  3. height: 150px;
  4. width: 100%;
  5. }
  6. .chart-sources-wrapper {
  7. height: 150px;
  8. width: 100%;
  9. }
  10. .chart-refferrers-wrapper {
  11. height: 150px;
  12. width: 100%;
  13. }
  14. .chart-map-wrapper {
  15. height: 150px;
  16. width: 100%;
  17. }
  18. .label-header {
  19. text-align: left;
  20. }
  21. .numeric-header {
  22. text-align: right;
  23. }
  24. .text-header {
  25. text-align: right;
  26. }
  27. .label-cell {
  28. text-align: left;
  29. }
  30. .numeric-cell {
  31. text-align: right;
  32. }
  33. .text-cell {
  34. text-align: right;
  35. }
  36. #seotools-dashboard {
  37. color: #000000;
  38. }
  39. .dashboard-links {
  40. font-size: .9em;
  41. margin-bottom: 6px;
  42. }
  43. #seotools-dashboard h3 {
  44. padding: 2px 0 2px 6px;
  45. margin-top: 8px;
  46. background-color: #666666;
  47. color: #FFFFFF;
  48. font-size: 1.1em;
  49. font-weight: bold;
  50. border-top-left-radius: 3px;
  51. border-top-right-radius: 3px;
  52. -moz-border-radius-topleft: 3px;
  53. -moz-border-radius-topright: 3px;
  54. }
  55. #chart-visits {
  56. margin: 0 auto;
  57. text-align: center;
  58. }
  59. #dashboard-pane-left {
  60. float: left;
  61. width: 49%;
  62. }
  63. .dashboard-spacer {
  64. float: left;
  65. width: 2%;
  66. }
  67. #dashboard-pane-right {
  68. float: left;
  69. width: 49%;
  70. }
  71. .dashboard-ga-cell {
  72. font-size: 1.4em;
  73. vertical-align: middle;
  74. font-weight: bold;
  75. margin: 4px 0;
  76. }
  77. .dashboard-ga-cell a {
  78. font-size: .8em;
  79. }
  80. #visits-cell {
  81. float: left;
  82. width: 48%;
  83. }
  84. #pageviews-cell {
  85. clear: left;
  86. float: left;
  87. width: 48%;
  88. }
  89. #average_pageviews-cell {
  90. clear: left;
  91. float: left;
  92. width: 48%;
  93. }
  94. #goals-cell {
  95. clear: left;
  96. float: left;
  97. width: 48%;
  98. }
  99. #bounce_rate-cell {
  100. float: left;
  101. width: 48%;
  102. margin-left: 2%;
  103. padding-left: 1%;
  104. }
  105. #time_on_site-cell {
  106. float: left;
  107. width: 48%;
  108. margin-left: 2%;
  109. padding-left: 1%;
  110. }
  111. #vistor_type-cell {
  112. float: left;
  113. width: 48%;
  114. margin-left: 2%;
  115. padding-left: 1%;
  116. }
  117. #goal_conversion_rate-cell {
  118. float: left;
  119. width: 48%;
  120. margin-left: 2%;
  121. padding-left: 1%;
  122. }